From 140767c757410447e8d7d919c6ac347f833c948b Mon Sep 17 00:00:00 2001 From: Guinevere Saenger Date: Tue, 28 Nov 2023 16:47:19 -0800 Subject: [PATCH] Upgrade terraform-provider-aws to v5.27.0 (#3056) This PR was generated via `$ upgrade-provider pulumi/pulumi-aws`. --- - Upgrading terraform-provider-aws from 5.26.0 to 5.27.0. Fixes #3053 - Upgrading pulumi-terraform-bridge from v3.66.1-0.20231127160738-2f132e750bb5 to v3.66.0. - Upgrading pulumi-terraform-bridge/pf from v0.20.1-0.20231127160738-2f132e750bb5 to v0.20.0. --- examples/go.mod | 210 +++---- examples/go.sum | 420 +++++++------- ...d-TagsSchemaTrulyComputed-definition.patch | 2 +- patches/0002-Conns-user-agent.patch | 2 +- ...03-Add-S3-legacy-bucket-to-resources.patch | 6 +- ...uration-as-Computed-for-Legacy-S3-Bu.patch | 2 +- patches/0005-De-deprecate-bucket_object.patch | 4 +- ...keformation-catalog_resource-default.patch | 2 +- ...07-Workaround-SSM-Parameter-tier-bug.patch | 2 +- ...0010-Add-ECR-credentials_data_source.patch | 4 +- ...015-add-matchmaking-configuration-72.patch | 4 +- ...lt-descriptions-to-Managed-by-Pulumi.patch | 4 +- .../0022-Fix-elbv2-target-group-read.patch | 4 +- ...27-Restore-S3ConnURICleaningDisabled.patch | 4 +- ...-Do-not-compute-tags_all-at-TF-level.patch | 16 +- .../pulumi-resource-aws/bridge-metadata.json | 87 ++- .../runtime-bridge-metadata.json | 2 +- provider/cmd/pulumi-resource-aws/schema.json | 536 +++++++++++++++--- provider/go.mod | 210 +++---- provider/go.sum | 420 +++++++------- provider/resources.go | 20 - .../Alb/Inputs/TargetGroupHealthCheckArgs.cs | 20 +- .../Inputs/TargetGroupHealthCheckGetArgs.cs | 20 +- .../Alb/Outputs/TargetGroupHealthCheck.cs | 20 +- sdk/dotnet/Alb/TargetGroup.cs | 27 +- .../AutoScalingConfigurationVersion.cs | 12 + .../DefaultAutoScalingConfigurationVersion.cs | 132 +++++ .../Inputs/ServiceNetworkConfigurationArgs.cs | 6 + .../ServiceNetworkConfigurationGetArgs.cs | 6 + ...ceSourceConfigurationCodeRepositoryArgs.cs | 6 + ...ourceConfigurationCodeRepositoryGetArgs.cs | 6 + .../Outputs/ServiceNetworkConfiguration.cs | 9 +- ...erviceSourceConfigurationCodeRepository.cs | 9 +- sdk/dotnet/CloudWatch/EventRule.cs | 45 +- sdk/dotnet/Dms/ReplicationConfig.cs | 2 +- .../DynamoDB/Inputs/TableImportTableArgs.cs | 13 +- .../Inputs/TableImportTableGetArgs.cs | 13 +- .../DynamoDB/Outputs/TableImportTable.cs | 13 +- sdk/dotnet/ElastiCache/ReplicationGroup.cs | 50 ++ sdk/dotnet/Emr/GetSupportedInstanceTypes.cs | 150 +++++ ...ortedInstanceTypesSupportedInstanceType.cs | 86 +++ ...dInstanceTypesSupportedInstanceTypeArgs.cs | 86 +++ ...nstanceTypesSupportedInstanceTypeResult.cs | 98 ++++ sdk/dotnet/Glue/Connection.cs | 6 +- sdk/dotnet/Glue/Crawler.cs | 6 +- .../LB/Inputs/TargetGroupHealthCheckArgs.cs | 20 +- .../Inputs/TargetGroupHealthCheckGetArgs.cs | 20 +- .../LB/Outputs/TargetGroupHealthCheck.cs | 20 +- sdk/dotnet/LB/TargetGroup.cs | 27 +- .../V2modelsBotLocaleVoiceSettingsArgs.cs | 6 + .../V2modelsBotLocaleVoiceSettingsGetArgs.cs | 6 + ...modelsBotVersionLocaleSpecificationArgs.cs | 23 + ...elsBotVersionLocaleSpecificationGetArgs.cs | 23 + .../Inputs/V2modelsBotVersionTimeoutsArgs.cs | 26 + .../V2modelsBotVersionTimeoutsGetArgs.cs | 26 + .../Outputs/V2modelsBotLocaleVoiceSettings.cs | 6 + .../V2modelsBotVersionLocaleSpecification.cs | 24 + .../Lex/Outputs/V2modelsBotVersionTimeouts.cs | 29 + sdk/dotnet/Lex/V2modelsBot.cs | 24 + sdk/dotnet/Lex/V2modelsBotLocale.cs | 33 +- sdk/dotnet/Lex/V2modelsBotVersion.cs | 160 ++++++ sdk/dotnet/Rds/Cluster.cs | 30 +- sdk/dotnet/S3/BucketLoggingV2.cs | 18 + ...ucketLoggingV2TargetObjectKeyFormatArgs.cs | 32 ++ ...etLoggingV2TargetObjectKeyFormatGetArgs.cs | 32 ++ ...getObjectKeyFormatPartitionedPrefixArgs.cs | 26 + ...ObjectKeyFormatPartitionedPrefixGetArgs.cs | 26 + ...V2TargetObjectKeyFormatSimplePrefixArgs.cs | 20 + ...argetObjectKeyFormatSimplePrefixGetArgs.cs | 20 + .../BucketLoggingV2TargetObjectKeyFormat.cs | 35 ++ ...2TargetObjectKeyFormatPartitionedPrefix.cs | 27 + ...gingV2TargetObjectKeyFormatSimplePrefix.cs | 21 + .../AccessGrantsInstanceResourcePolicy.cs | 113 ++++ sdk/dotnet/Sagemaker/Domain.cs | 15 +- sdk/go/aws/alb/pulumiTypes.go | 80 ++- sdk/go/aws/alb/targetGroup.go | 54 +- .../autoScalingConfigurationVersion.go | 18 +- .../defaultAutoScalingConfigurationVersion.go | 269 +++++++++ sdk/go/aws/apprunner/init.go | 7 + sdk/go/aws/apprunner/pulumiTypes.go | 38 ++ sdk/go/aws/cloudwatch/eventRule.go | 81 ++- sdk/go/aws/dms/replicationConfig.go | 2 +- sdk/go/aws/dynamodb/pulumiTypes.go | 52 +- sdk/go/aws/elasticache/replicationGroup.go | 54 ++ sdk/go/aws/emr/getSupportedInstanceTypes.go | 125 ++++ sdk/go/aws/emr/pulumiTypes.go | 191 +++++++ sdk/go/aws/glue/connection.go | 12 +- sdk/go/aws/glue/crawler.go | 12 +- sdk/go/aws/lb/pulumiTypes.go | 80 ++- sdk/go/aws/lb/targetGroup.go | 54 +- sdk/go/aws/lex/init.go | 7 + sdk/go/aws/lex/pulumiTypes.go | 266 ++++++++- sdk/go/aws/lex/v2modelsBot.go | 41 +- sdk/go/aws/lex/v2modelsBotLocale.go | 46 +- sdk/go/aws/lex/v2modelsBotVersion.go | 278 +++++++++ sdk/go/aws/rds/cluster.go | 44 +- sdk/go/aws/s3/bucketLoggingV2.go | 15 + sdk/go/aws/s3/pulumiTypes.go | 427 ++++++++++++++ .../accessGrantsInstanceResourcePolicy.go | 239 ++++++++ sdk/go/aws/s3control/init.go | 7 + sdk/go/aws/sagemaker/domain.go | 28 +- .../java/com/pulumi/aws/alb/TargetGroup.java | 18 +- .../com/pulumi/aws/alb/TargetGroupArgs.java | 36 +- .../inputs/TargetGroupHealthCheckArgs.java | 80 ++- .../aws/alb/inputs/TargetGroupState.java | 36 +- .../alb/outputs/TargetGroupHealthCheck.java | 40 +- .../AutoScalingConfigurationVersion.java | 12 + ...efaultAutoScalingConfigurationVersion.java | 135 +++++ ...ltAutoScalingConfigurationVersionArgs.java | 82 +++ .../AutoScalingConfigurationVersionState.java | 34 ++ ...tAutoScalingConfigurationVersionState.java | 83 +++ .../ServiceNetworkConfigurationArgs.java | 38 ++ ...SourceConfigurationCodeRepositoryArgs.java | 37 ++ .../outputs/ServiceNetworkConfiguration.java | 21 + ...viceSourceConfigurationCodeRepository.java | 20 + .../com/pulumi/aws/cloudwatch/EventRule.java | 36 +- .../pulumi/aws/cloudwatch/EventRuleArgs.java | 89 ++- .../aws/cloudwatch/inputs/EventRuleState.java | 89 ++- .../com/pulumi/aws/dms/ReplicationConfig.java | 2 +- .../dynamodb/inputs/TableImportTableArgs.java | 52 +- .../dynamodb/outputs/TableImportTable.java | 26 +- .../aws/elasticache/ReplicationGroup.java | 55 ++ .../aws/elasticache/ReplicationGroupArgs.java | 37 ++ .../inputs/ReplicationGroupState.java | 37 ++ .../java/com/pulumi/aws/emr/EmrFunctions.java | 155 +++++ .../inputs/GetSupportedInstanceTypesArgs.java | 133 +++++ .../GetSupportedInstanceTypesPlainArgs.java | 112 ++++ ...tedInstanceTypesSupportedInstanceType.java | 354 ++++++++++++ ...nstanceTypesSupportedInstanceTypeArgs.java | 465 +++++++++++++++ .../GetSupportedInstanceTypesResult.java | 84 +++ ...tedInstanceTypesSupportedInstanceType.java | 257 +++++++++ .../java/com/pulumi/aws/glue/Connection.java | 4 +- .../com/pulumi/aws/glue/ConnectionArgs.java | 8 +- .../java/com/pulumi/aws/glue/Crawler.java | 4 +- .../java/com/pulumi/aws/glue/CrawlerArgs.java | 10 +- .../aws/glue/inputs/ConnectionState.java | 8 +- .../pulumi/aws/glue/inputs/CrawlerState.java | 10 +- .../java/com/pulumi/aws/lb/TargetGroup.java | 18 +- .../com/pulumi/aws/lb/TargetGroupArgs.java | 36 +- .../lb/inputs/TargetGroupHealthCheckArgs.java | 80 ++- .../aws/lb/inputs/TargetGroupState.java | 36 +- .../lb/outputs/TargetGroupHealthCheck.java | 40 +- .../java/com/pulumi/aws/lex/V2modelsBot.java | 17 + .../com/pulumi/aws/lex/V2modelsBotArgs.java | 40 ++ .../com/pulumi/aws/lex/V2modelsBotLocale.java | 43 +- .../pulumi/aws/lex/V2modelsBotLocaleArgs.java | 8 +- .../pulumi/aws/lex/V2modelsBotVersion.java | 162 ++++++ .../aws/lex/V2modelsBotVersionArgs.java | 176 ++++++ .../lex/inputs/V2modelsBotLocaleState.java | 8 +- .../V2modelsBotLocaleVoiceSettingsArgs.java | 40 ++ .../aws/lex/inputs/V2modelsBotState.java | 40 ++ ...delsBotVersionLocaleSpecificationArgs.java | 62 ++ .../lex/inputs/V2modelsBotVersionState.java | 174 ++++++ .../V2modelsBotVersionTimeoutsArgs.java | 80 +++ .../V2modelsBotLocaleVoiceSettings.java | 16 + ...V2modelsBotVersionLocaleSpecification.java | 46 ++ .../outputs/V2modelsBotVersionTimeouts.java | 60 ++ .../main/java/com/pulumi/aws/rds/Cluster.java | 40 +- .../java/com/pulumi/aws/rds/ClusterArgs.java | 12 +- .../pulumi/aws/rds/inputs/ClusterState.java | 12 +- .../com/pulumi/aws/s3/BucketLoggingV2.java | 15 + .../pulumi/aws/s3/BucketLoggingV2Args.java | 38 ++ .../aws/s3/inputs/BucketLoggingV2State.java | 38 ++ ...ketLoggingV2TargetObjectKeyFormatArgs.java | 121 ++++ ...tObjectKeyFormatPartitionedPrefixArgs.java | 82 +++ ...TargetObjectKeyFormatSimplePrefixArgs.java | 28 + .../BucketLoggingV2TargetObjectKeyFormat.java | 77 +++ ...argetObjectKeyFormatPartitionedPrefix.java | 54 ++ ...ngV2TargetObjectKeyFormatSimplePrefix.java | 32 ++ .../AccessGrantsInstanceResourcePolicy.java | 100 ++++ ...ccessGrantsInstanceResourcePolicyArgs.java | 101 ++++ ...cessGrantsInstanceResourcePolicyState.java | 100 ++++ .../java/com/pulumi/aws/sagemaker/Domain.java | 12 +- .../com/pulumi/aws/sagemaker/DomainArgs.java | 28 +- .../aws/sagemaker/inputs/DomainState.java | 28 +- sdk/nodejs/alb/targetGroup.ts | 27 +- .../autoScalingConfigurationVersion.ts | 8 + .../defaultAutoScalingConfigurationVersion.ts | 113 ++++ sdk/nodejs/apprunner/index.ts | 8 + sdk/nodejs/cloudwatch/eventRule.ts | 47 +- sdk/nodejs/dms/replicationConfig.ts | 2 +- sdk/nodejs/elasticache/replicationGroup.ts | 36 ++ sdk/nodejs/emr/getSupportedInstanceTypes.ts | 90 +++ sdk/nodejs/emr/index.ts | 5 + sdk/nodejs/glue/connection.ts | 6 +- sdk/nodejs/glue/crawler.ts | 6 +- sdk/nodejs/lb/targetGroup.ts | 27 +- sdk/nodejs/lex/index.ts | 8 + sdk/nodejs/lex/v2modelsBot.ts | 21 + sdk/nodejs/lex/v2modelsBotLocale.ts | 25 +- sdk/nodejs/lex/v2modelsBotVersion.ts | 132 +++++ sdk/nodejs/rds/cluster.ts | 23 +- sdk/nodejs/s3/bucketLoggingV2.ts | 14 + .../accessGrantsInstanceResourcePolicy.ts | 101 ++++ sdk/nodejs/s3control/index.ts | 8 + sdk/nodejs/sagemaker/domain.ts | 15 +- sdk/nodejs/tsconfig.json | 4 + sdk/nodejs/types/input.ts | 191 ++++++- sdk/nodejs/types/output.ts | 144 ++++- sdk/python/pulumi_aws/__init__.py | 24 + sdk/python/pulumi_aws/alb/_inputs.py | 40 +- sdk/python/pulumi_aws/alb/outputs.py | 40 +- sdk/python/pulumi_aws/alb/target_group.py | 63 +- sdk/python/pulumi_aws/apprunner/__init__.py | 1 + sdk/python/pulumi_aws/apprunner/_inputs.py | 36 +- .../auto_scaling_configuration_version.py | 40 ++ ...ault_auto_scaling_configuration_version.py | 196 +++++++ sdk/python/pulumi_aws/apprunner/outputs.py | 32 +- .../pulumi_aws/cloudwatch/event_rule.py | 125 +++- .../pulumi_aws/dms/replication_config.py | 4 +- sdk/python/pulumi_aws/dynamodb/_inputs.py | 26 +- sdk/python/pulumi_aws/dynamodb/outputs.py | 26 +- .../elasticache/replication_group.py | 89 +++ sdk/python/pulumi_aws/emr/__init__.py | 1 + sdk/python/pulumi_aws/emr/_inputs.py | 173 ++++++ .../emr/get_supported_instance_types.py | 120 ++++ sdk/python/pulumi_aws/emr/outputs.py | 129 +++++ sdk/python/pulumi_aws/glue/connection.py | 14 +- sdk/python/pulumi_aws/glue/crawler.py | 14 +- sdk/python/pulumi_aws/lb/_inputs.py | 40 +- sdk/python/pulumi_aws/lb/outputs.py | 40 +- sdk/python/pulumi_aws/lb/target_group.py | 63 +- sdk/python/pulumi_aws/lex/__init__.py | 1 + sdk/python/pulumi_aws/lex/_inputs.py | 57 ++ sdk/python/pulumi_aws/lex/outputs.py | 62 ++ sdk/python/pulumi_aws/lex/v2models_bot.py | 36 +- .../pulumi_aws/lex/v2models_bot_locale.py | 50 +- .../pulumi_aws/lex/v2models_bot_version.py | 318 +++++++++++ sdk/python/pulumi_aws/rds/cluster.py | 46 +- sdk/python/pulumi_aws/s3/_inputs.py | 70 +++ sdk/python/pulumi_aws/s3/bucket_logging_v2.py | 49 +- sdk/python/pulumi_aws/s3/outputs.py | 94 +++ sdk/python/pulumi_aws/s3control/__init__.py | 1 + .../access_grants_instance_resource_policy.py | 198 +++++++ sdk/python/pulumi_aws/sagemaker/domain.py | 27 +- upstream | 2 +- 236 files changed, 13015 insertions(+), 1409 deletions(-) create mode 100644 sdk/dotnet/AppRunner/DefaultAutoScalingConfigurationVersion.cs create mode 100644 sdk/dotnet/Emr/GetSupportedInstanceTypes.cs create mode 100644 sdk/dotnet/Emr/Inputs/GetSupportedInstanceTypesSupportedInstanceType.cs create mode 100644 sdk/dotnet/Emr/Inputs/GetSupportedInstanceTypesSupportedInstanceTypeArgs.cs create mode 100644 sdk/dotnet/Emr/Outputs/GetSupportedInstanceTypesSupportedInstanceTypeResult.cs create mode 100644 sdk/dotnet/Lex/Inputs/V2modelsBotVersionLocaleSpecificationArgs.cs create mode 100644 sdk/dotnet/Lex/Inputs/V2modelsBotVersionLocaleSpecificationGetArgs.cs create mode 100644 sdk/dotnet/Lex/Inputs/V2modelsBotVersionTimeoutsArgs.cs create mode 100644 sdk/dotnet/Lex/Inputs/V2modelsBotVersionTimeoutsGetArgs.cs create mode 100644 sdk/dotnet/Lex/Outputs/V2modelsBotVersionLocaleSpecification.cs create mode 100644 sdk/dotnet/Lex/Outputs/V2modelsBotVersionTimeouts.cs create mode 100644 sdk/dotnet/Lex/V2modelsBotVersion.cs create mode 100644 sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatArgs.cs create mode 100644 sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatGetArgs.cs create mode 100644 sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.cs create mode 100644 sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixGetArgs.cs create mode 100644 sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs.cs create mode 100644 sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixGetArgs.cs create mode 100644 sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormat.cs create mode 100644 sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.cs create mode 100644 sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefix.cs create mode 100644 sdk/dotnet/S3Control/AccessGrantsInstanceResourcePolicy.cs create mode 100644 sdk/go/aws/apprunner/defaultAutoScalingConfigurationVersion.go create mode 100644 sdk/go/aws/emr/getSupportedInstanceTypes.go create mode 100644 sdk/go/aws/lex/v2modelsBotVersion.go create mode 100644 sdk/go/aws/s3control/accessGrantsInstanceResourcePolicy.go create mode 100644 sdk/java/src/main/java/com/pulumi/aws/apprunner/DefaultAutoScalingConfigurationVersion.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/apprunner/DefaultAutoScalingConfigurationVersionArgs.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/DefaultAutoScalingConfigurationVersionState.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesArgs.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesPlainArgs.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesSupportedInstanceType.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesSupportedInstanceTypeArgs.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/emr/outputs/GetSupportedInstanceTypesResult.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/emr/outputs/GetSupportedInstanceTypesSupportedInstanceType.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotVersion.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotVersionArgs.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionLocaleSpecificationArgs.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionState.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionTimeoutsArgs.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotVersionLocaleSpecification.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotVersionTimeouts.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatArgs.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormat.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefix.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/s3control/AccessGrantsInstanceResourcePolicy.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/s3control/AccessGrantsInstanceResourcePolicyArgs.java create mode 100644 sdk/java/src/main/java/com/pulumi/aws/s3control/inputs/AccessGrantsInstanceResourcePolicyState.java create mode 100644 sdk/nodejs/apprunner/defaultAutoScalingConfigurationVersion.ts create mode 100644 sdk/nodejs/emr/getSupportedInstanceTypes.ts create mode 100644 sdk/nodejs/lex/v2modelsBotVersion.ts create mode 100644 sdk/nodejs/s3control/accessGrantsInstanceResourcePolicy.ts create mode 100644 sdk/python/pulumi_aws/apprunner/default_auto_scaling_configuration_version.py create mode 100644 sdk/python/pulumi_aws/emr/get_supported_instance_types.py create mode 100644 sdk/python/pulumi_aws/lex/v2models_bot_version.py create mode 100644 sdk/python/pulumi_aws/s3control/access_grants_instance_resource_policy.py diff --git a/examples/go.mod b/examples/go.mod index 0b790a03199..7f460d87cd3 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -3,7 +3,7 @@ module github.com/pulumi/pulumi-aws/examples/v6 go 1.21.0 require ( - github.com/aws/aws-sdk-go v1.47.12 + github.com/aws/aws-sdk-go v1.48.4 github.com/pulumi/pulumi-aws/provider/v6 v6.0.0-00010101000000-000000000000 github.com/pulumi/pulumi-terraform-bridge/pf v0.20.1-0.20231127160738-2f132e750bb5 github.com/pulumi/pulumi-terraform-bridge/testing v0.0.2-0.20230927165309-e3fd9503f2d3 @@ -56,101 +56,107 @@ require ( github.com/armon/go-metrics v0.4.0 // indirect github.com/armon/go-radix v1.0.0 // indirect github.com/atotto/clipboard v0.1.4 // indirect - github.com/aws/aws-sdk-go-v2 v1.22.2 // indirect - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 // indirect - github.com/aws/aws-sdk-go-v2/config v1.22.1 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.13.2 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.5.0 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.2 // indirect - github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.23.1 // indirect - github.com/aws/aws-sdk-go-v2/service/account v1.13.1 // indirect - github.com/aws/aws-sdk-go-v2/service/acm v1.21.1 // indirect - github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.1 // indirect - github.com/aws/aws-sdk-go-v2/service/athena v1.34.1 // indirect - github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.1 // indirect - github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.1 // indirect - github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.2 // indirect - github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.0 // indirect - github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.2 // indirect - github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.27.0 // indirect - github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.7.1 // indirect - github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.17.1 // indirect - github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.0 // indirect - github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.29.2 // indirect - github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.1 // indirect - github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.1 // indirect - github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.1 // indirect - github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.1 // indirect - github.com/aws/aws-sdk-go-v2/service/ec2 v1.133.0 // indirect - github.com/aws/aws-sdk-go-v2/service/eks v1.33.0 // indirect - github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.1 // indirect - github.com/aws/aws-sdk-go-v2/service/finspace v1.16.1 // indirect - github.com/aws/aws-sdk-go-v2/service/fis v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/glacier v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/iam v1.27.1 // indirect - github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.1 // indirect - github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/ivschat v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/kafka v1.26.1 // indirect - github.com/aws/aws-sdk-go-v2/service/kendra v1.46.1 // indirect - github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.1 // indirect + github.com/aws/aws-sdk-go-v2 v1.23.1 // indirect + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect + github.com/aws/aws-sdk-go-v2/config v1.25.5 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.4 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 // indirect + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.24.0 // indirect + github.com/aws/aws-sdk-go-v2/service/account v1.13.3 // indirect + github.com/aws/aws-sdk-go-v2/service/acm v1.21.3 // indirect + github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/appflow v1.38.3 // indirect + github.com/aws/aws-sdk-go-v2/service/apprunner v1.24.4 // indirect + github.com/aws/aws-sdk-go-v2/service/athena v1.35.1 // indirect + github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.3 // indirect + github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.3 // indirect + github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.4 // indirect + github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.2 // indirect + github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.4 // indirect + github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.28.0 // indirect + github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.9.1 // indirect + github.com/aws/aws-sdk-go-v2/service/codedeploy v1.20.3 // indirect + github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.20.0 // indirect + github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.2 // indirect + github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.30.0 // indirect + github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.3 // indirect + github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.3 // indirect + github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.3 // indirect + github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.3 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2 // indirect + github.com/aws/aws-sdk-go-v2/service/ec2 v1.137.1 // indirect + github.com/aws/aws-sdk-go-v2/service/eks v1.34.0 // indirect + github.com/aws/aws-sdk-go-v2/service/emr v1.34.1 // indirect + github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.4 // indirect + github.com/aws/aws-sdk-go-v2/service/evidently v1.15.3 // indirect + github.com/aws/aws-sdk-go-v2/service/finspace v1.17.1 // indirect + github.com/aws/aws-sdk-go-v2/service/fis v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/glacier v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/iam v1.27.2 // indirect + github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.3 // indirect + github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.9.1 // indirect + github.com/aws/aws-sdk-go-v2/service/ivschat v1.9.1 // indirect + github.com/aws/aws-sdk-go-v2/service/kafka v1.27.1 // indirect + github.com/aws/aws-sdk-go-v2/service/kendra v1.46.3 // indirect + github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.3 // indirect github.com/aws/aws-sdk-go-v2/service/kms v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/lambda v1.46.0 // indirect - github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.36.1 // indirect - github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.1 // indirect - github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.1 // indirect - github.com/aws/aws-sdk-go-v2/service/medialive v1.40.1 // indirect - github.com/aws/aws-sdk-go-v2/service/mediapackage v1.26.1 // indirect - github.com/aws/aws-sdk-go-v2/service/oam v1.6.1 // indirect - github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/osis v1.4.1 // indirect - github.com/aws/aws-sdk-go-v2/service/pipes v1.7.0 // indirect - github.com/aws/aws-sdk-go-v2/service/pricing v1.23.1 // indirect - github.com/aws/aws-sdk-go-v2/service/qldb v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/rbin v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/rds v1.62.3 // indirect - github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.1 // indirect - github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.0 // indirect - github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1 // indirect - github.com/aws/aws-sdk-go-v2/service/s3control v1.36.2 // indirect - github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.1 // indirect - github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.1 // indirect - github.com/aws/aws-sdk-go-v2/service/signer v1.18.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sns v1.25.1 // indirect - github.com/aws/aws-sdk-go-v2/service/sqs v1.28.0 // indirect - github.com/aws/aws-sdk-go-v2/service/ssm v1.42.1 // indirect - github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.25.1 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.17.1 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.25.1 // indirect - github.com/aws/aws-sdk-go-v2/service/swf v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.1 // indirect - github.com/aws/aws-sdk-go-v2/service/transcribe v1.31.1 // indirect - github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.1 // indirect - github.com/aws/aws-sdk-go-v2/service/workspaces v1.33.1 // indirect - github.com/aws/aws-sdk-go-v2/service/xray v1.22.1 // indirect - github.com/aws/smithy-go v1.16.0 // indirect + github.com/aws/aws-sdk-go-v2/service/lambda v1.48.1 // indirect + github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.37.0 // indirect + github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.3 // indirect + github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.3 // indirect + github.com/aws/aws-sdk-go-v2/service/medialive v1.41.1 // indirect + github.com/aws/aws-sdk-go-v2/service/mediapackage v1.27.1 // indirect + github.com/aws/aws-sdk-go-v2/service/oam v1.6.3 // indirect + github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.3 // indirect + github.com/aws/aws-sdk-go-v2/service/osis v1.5.1 // indirect + github.com/aws/aws-sdk-go-v2/service/pipes v1.8.1 // indirect + github.com/aws/aws-sdk-go-v2/service/pricing v1.23.3 // indirect + github.com/aws/aws-sdk-go-v2/service/qldb v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/rbin v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/rds v1.63.2 // indirect + github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.3 // indirect + github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.2 // indirect + github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.3 // indirect + github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/s3 v1.45.0 // indirect + github.com/aws/aws-sdk-go-v2/service/s3control v1.39.0 // indirect + github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.3 // indirect + github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.3 // indirect + github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.3 // indirect + github.com/aws/aws-sdk-go-v2/service/signer v1.18.4 // indirect + github.com/aws/aws-sdk-go-v2/service/sns v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sqs v1.28.2 // indirect + github.com/aws/aws-sdk-go-v2/service/ssm v1.43.1 // indirect + github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.26.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect + github.com/aws/aws-sdk-go-v2/service/swf v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.3 // indirect + github.com/aws/aws-sdk-go-v2/service/transcribe v1.32.0 // indirect + github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.6.1 // indirect + github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.3 // indirect + github.com/aws/aws-sdk-go-v2/service/workspaces v1.34.0 // indirect + github.com/aws/aws-sdk-go-v2/service/xray v1.22.3 // indirect + github.com/aws/smithy-go v1.17.0 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect github.com/beevik/etree v1.2.0 // indirect github.com/blang/semver v3.5.1+incompatible // indirect @@ -193,8 +199,8 @@ require ( github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect github.com/hashicorp/aws-cloudformation-resource-schema-sdk-go v0.21.0 // indirect github.com/hashicorp/aws-sdk-go-base v1.1.0 // indirect - github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.41 // indirect - github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.42 // indirect + github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.42 // indirect + github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.43 // indirect github.com/hashicorp/awspolicyequivalence v1.6.0 // indirect github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-checkpoint v0.5.0 // indirect @@ -297,17 +303,17 @@ require ( github.com/xeipuuv/gojsonschema v1.2.0 // indirect github.com/zclconf/go-cty v1.14.1 // indirect go.opencensus.io v0.24.0 // indirect - go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.0 // indirect - go.opentelemetry.io/otel v1.20.0 // indirect - go.opentelemetry.io/otel/metric v1.20.0 // indirect - go.opentelemetry.io/otel/trace v1.20.0 // indirect + go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.1 // indirect + go.opentelemetry.io/otel v1.21.0 // indirect + go.opentelemetry.io/otel/metric v1.21.0 // indirect + go.opentelemetry.io/otel/trace v1.21.0 // indirect go.uber.org/atomic v1.9.0 // indirect gocloud.dev v0.27.0 // indirect gocloud.dev/secrets/hashivault v0.27.0 // indirect golang.org/x/crypto v0.15.0 // indirect golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect golang.org/x/mod v0.13.0 // indirect - golang.org/x/net v0.17.0 // indirect + golang.org/x/net v0.18.0 // indirect golang.org/x/oauth2 v0.11.0 // indirect golang.org/x/sync v0.4.0 // indirect golang.org/x/sys v0.14.0 // indirect diff --git a/examples/go.sum b/examples/go.sum index f4864ab3bf6..ad42d6ead7c 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -819,221 +819,233 @@ github.com/aws/aws-sdk-go v1.43.11/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4 github.com/aws/aws-sdk-go v1.43.31/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= github.com/aws/aws-sdk-go v1.44.45/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= github.com/aws/aws-sdk-go v1.44.68/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= -github.com/aws/aws-sdk-go v1.47.12 h1:1daICVijigVEXCzhg27A5d7hbkR4wODPGn9GHyBclKM= -github.com/aws/aws-sdk-go v1.47.12/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.48.4 h1:HS2L7ynVhkcRrQRro9CLJZ/xLRb4UOzDEfPzgevZwXM= +github.com/aws/aws-sdk-go v1.48.4/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g= github.com/aws/aws-sdk-go-v2 v1.16.8/go.mod h1:6CpKuLXg2w7If3ABZCl/qZ6rEgwtjZTn4eAf4RcEyuw= -github.com/aws/aws-sdk-go-v2 v1.22.2 h1:lV0U8fnhAnPz8YcdmZVV60+tr6CakHzqA6P8T46ExJI= -github.com/aws/aws-sdk-go-v2 v1.22.2/go.mod h1:Kd0OJtkW3Q0M0lUWGszapWjEvrXDzRW+D21JNsroB+c= +github.com/aws/aws-sdk-go-v2 v1.23.1 h1:qXaFsOOMA+HsZtX8WoCa+gJnbyW7qyFFBlPqvTSzbaI= +github.com/aws/aws-sdk-go-v2 v1.23.1/go.mod h1:i1XDttT4rnf6vxc9AuskLc6s7XBee8rlLilKlc03uAA= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3/go.mod h1:gNsR5CaXKmQSSzrmGxmwmct/r+ZBfbxorAuXYsj/M5Y= -github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 h1:hHgLiIrTRtddC0AKcJr5s7i/hLgcpTt+q/FKxf1Zayk= -github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0/go.mod h1:w4I/v3NOWgD+qvs1NPEwhd++1h3XPHFaVxasfY6HlYQ= +github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 h1:ZY3108YtBNq96jNZTICHxN1gSBSbnvIdYwwqnvCV4Mc= +github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1/go.mod h1:t8PYl/6LzdAqsU4/9tz28V/kU+asFePvpOMkdul0gEQ= github.com/aws/aws-sdk-go-v2/config v1.15.15/go.mod h1:A1Lzyy/o21I5/s2FbyX5AevQfSVXpvvIDCoVFD0BC4E= -github.com/aws/aws-sdk-go-v2/config v1.22.1 h1:UrRYnF7mXCGuKmZWlczOXeH0WUbQpi/gseQIPtrhme8= -github.com/aws/aws-sdk-go-v2/config v1.22.1/go.mod h1:2eWgw5lps8fKI7LZVTrRTYP6HE6k/uEFUuTSHfXwqP0= +github.com/aws/aws-sdk-go-v2/config v1.25.5 h1:UGKm9hpQS2hoK8CEJ1BzAW8NbUpvwDJJ4lyqXSzu8bk= +github.com/aws/aws-sdk-go-v2/config v1.25.5/go.mod h1:Bf4gDvy4ZcFIK0rqDu1wp9wrubNba2DojiPB2rt6nvI= github.com/aws/aws-sdk-go-v2/credentials v1.12.10/go.mod h1:g5eIM5XRs/OzIIK81QMBl+dAuDyoLN0VYaLP+tBqEOk= -github.com/aws/aws-sdk-go-v2/credentials v1.16.0 h1:sSEHkXonpZBSPcyUBDRlZjxOi14qM/UK7/vfKhGwmTo= -github.com/aws/aws-sdk-go-v2/credentials v1.16.0/go.mod h1:tXM8wmaeAhfC7nZoCxb0FzM/aRaB1m1WQ7x0qlBLq80= +github.com/aws/aws-sdk-go-v2/credentials v1.16.4 h1:i7UQYYDSJrtc30RSwJwfBKwLFNnBTiICqAJ0pPdum8E= +github.com/aws/aws-sdk-go-v2/credentials v1.16.4/go.mod h1:Kdh/okh+//vQ/AjEt81CjvkTo64+/zIE4OewP7RpfXk= github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.9/go.mod h1:KDCCm4ONIdHtUloDcFvK2+vshZvx4Zmj7UMDfusuz5s= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 h1:G5KawTAkyHH6WyKQCdHiW4h3PmAXNJpOgwKg3H7sDRE= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3/go.mod h1:hugKmSFnZB+HgNI1sYGT14BUPZkO6alC/e0AWu+0IAQ= +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 h1:KehRNiVzIfAcj6gw98zotVbb/K67taJE0fkfgM6vzqU= +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5/go.mod h1:VhnExhw6uXy9QzetvpXDolo1/hjhx4u9qukBGkuUwjs= github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.21/go.mod h1:iIYPrQ2rYfZiB/iADYlhj9HHZ9TTi6PqKQPAqygohbE= -github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.13.2 h1:XmPqt2VLMB7dfZ/cGNXBJOFq+Q+VsnEcPW3MqyKAsvY= -github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.13.2/go.mod h1:Y9RO68QWibKfkJpic8lh2G36x1eUJsAznj+1jiyYmsU= +github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.3 h1:edTeIcLVO/gefaQ4VdKeFaI4ygdSZ7s/eCWYo0kBxAc= +github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.3/go.mod h1:3rp61zCDi1E//0vHdx2ULc5eLlo0JOqVd1hxmks6S84= github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.15/go.mod h1:pWrr2OoHlT7M/Pd2y4HV3gJyPb3qj5qMmnPkKSNPYK4= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 h1:AaQsr5vvGR7rmeSWBtTCcw16tT9r51mWijuCQhzLnq8= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2/go.mod h1:o1IiRn7CWocIFTXJjGKJDOwxv1ibL53NpcvcqGWyRBA= +github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 h1:LAm3Ycm9HJfbSCd5I+wqC2S9Ej7FPrgr5CQoOljJZcE= +github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4/go.mod h1:xEhvbJcyUf/31yfGSQBe01fukXwXJ0gxDp7rLfymWE0= github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.9/go.mod h1:08tUpeSGN33QKSO7fwxXczNfiwCpbj+GxK6XKwqWVv0= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 h1:UZx8SXZ0YtzRiALzYAWcjb9Y9hZUR7MBKaBQ5ouOjPs= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2/go.mod h1:ipuRpcSaklmxR6C39G187TpBAO132gUfleTGccUPs8c= +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 h1:4GV0kKZzUxiWxSVpn/9gwR0g21NF1Jsyduzo9rHgC/Q= +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4/go.mod h1:dYvTNAggxDZy6y1AF7YDwXsPuHFy/VNEpEI/2dWK9IU= github.com/aws/aws-sdk-go-v2/internal/ini v1.3.16/go.mod h1:CYmI+7x03jjJih8kBEEFKRQc40UjUokT0k7GbvrhhTc= -github.com/aws/aws-sdk-go-v2/internal/ini v1.5.0 h1:DqOQvIfmGkXZUVJnl9VRk0AnxyS59tCtX9k1Pyss4Ak= -github.com/aws/aws-sdk-go-v2/internal/ini v1.5.0/go.mod h1:VV/Kbw9Mg1GWJOT9WK+oTL3cWZiXtapnNvDSRqTZLsg= +github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 h1:uR9lXYjdPX0xY+NhvaJ4dD8rpSRz5VY81ccIIoNG+lw= +github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1/go.mod h1:6fQQgfuGmw8Al/3M2IgIllycxV7ZW7WCdVSqfBeUiCY= github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.6/go.mod h1:O7Oc4peGZDEKlddivslfYFvAbgzvl/GH3J8j3JIGBXc= -github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.2 h1:pyVrNAf7Hwz0u39dLKN5t+n0+K/3rMYKuiOoIum3AsU= -github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.2/go.mod h1:mydrfOb9uiOYCxuCPR8YHQNQyGQwUQ7gPMZGBKbH8NY= -github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.23.1 h1:hV5+9XCx8RCjOwOStmqc4iuKSpa2boOYW8U8gxnvLVk= -github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.23.1/go.mod h1:JDgEXJrOjnvPzpK8SUI3pcMfVK/BLPDvqtMyfXp9Dfo= -github.com/aws/aws-sdk-go-v2/service/account v1.13.1 h1:2lWLBVycSfR0Ups4+CB0lE1kIi0DfL9J2C/UxJ2acyo= -github.com/aws/aws-sdk-go-v2/service/account v1.13.1/go.mod h1:iHE6MSTPaOfLCCRbm/biDo1M9tAiJcioHJUjIH/Zj/Y= -github.com/aws/aws-sdk-go-v2/service/acm v1.21.1 h1:seJ8oB+DGT4U++oqoPU8yF5TSfno7+7UDhYiAaxPF8U= -github.com/aws/aws-sdk-go-v2/service/acm v1.21.1/go.mod h1:1e46MAg1aEgxFTCL6B7fswdQuCBXKMF3p09klM7J2pY= -github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.1 h1:bYkaptMd4ewb9t+AwB9IC+MWJM7QeCU26mv1hDNt6sk= -github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.1/go.mod h1:3uNJ3Sg88RLEUxyNNyu1kH3ut+XMFixI8czuQnMCnWI= -github.com/aws/aws-sdk-go-v2/service/athena v1.34.1 h1:3WEVj9Z29bbbKCwOubER/tC3rW0qgOffwDj5LX30HnI= -github.com/aws/aws-sdk-go-v2/service/athena v1.34.1/go.mod h1:YoYeYfpU9n6h0RoaY5rirQg7MxbYmJ4Gaw32aKGLEYs= -github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.1 h1:qeUpRNt719FxxOv0OIbvPhutcHkVj70bTjOtu16DU08= -github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.1/go.mod h1:Ta+K43GimomnNMOSgZBHDy6itNw8zfhcJoSVkLWCPiE= -github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.1 h1:lAbJ/wQ96QZPbgMGkwy4MkwYBE0fSkHrsCqpdzKB8FA= -github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.1/go.mod h1:T6sGivDDiUgXY/R3+S9t5oRR0XJiUeKAXyyw3LRdTK4= -github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.2 h1:BOhDhkslpSqyye38XkGuYRtKc2K+LUARi40+nLfFZns= -github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.2/go.mod h1:ugdoQ39F3IjYNFnWgPqruX04VpJLYlvZ/Ncv/UOT2lM= -github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.0 h1:Tzr0M3HxHIjFtxxPzsKE9xeLOrWCfJXl5HDCgkmiylE= -github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.0/go.mod h1:1uZJJhBfD+zak0t687UE2IQ8t8hugY6bpM67IpLcYK8= -github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.2 h1:wm8zm7z6Gl+5O4K5DbZAm1Q37W2SGX4OrP9VOVPuHvc= -github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.2/go.mod h1:PsNbJnRfd+PDuV0zZ55KDBSdDSOb/SRcD3FFPFxXnUI= -github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.27.0 h1:EfzUo8opXSJQQwvamM75qEcwRA0Sx09cFXwP7kk8zXw= -github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.27.0/go.mod h1:lpRt5/CBzqTtrB4sI7J4WH5E/QoKok4RnxRQjovF/kA= -github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.7.1 h1:dk3fMDjS4mgadx4I519Elhuza+0BzOtHY+/qHk6JFmI= -github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.7.1/go.mod h1:GUwM4rFSzZKZU+Zu74bauU86U5uCrRnJunMUbTBwztE= -github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.17.1 h1:VcafeIts2qCKpmv9rzxCLbGhsYb+FNOhFoJQdog4j1o= -github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.17.1/go.mod h1:/j4ej5XPqwoxrm5y3e4z2zV6CboH17Pphm4lWXqCLAw= -github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.1 h1:8WjHh475putyNORU2wuHY1WPBCF07DAFZ5Xnbr/FhGc= -github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.1/go.mod h1:obrOe0irBQjhrwTABZf33NpNqt1DpJ/wwvGAvnDOueM= -github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.0 h1:alcB5cgTqAVS6VrBge/EP+Cw0GGeBxRmO3aBd3WqlsQ= -github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.0/go.mod h1:ovD+H1BpWXReyAURukl5aQ+Xg8Clj6JbfLduYWACuUk= -github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.29.2 h1:iYdPIjmXm/LZrWywPC7oNO1y+qDW+7SfCMus+ykOwtY= -github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.29.2/go.mod h1:n5DicHkOvVD11sfGm9vQ+d4FVDWwEOdC6m1wHO6PnzY= -github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.1 h1:ZrJh+yLgZ/ZFP227/xFFyApb8vbnFXKrMgd+OuheB7s= -github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.1/go.mod h1:OffLoVKwb8dif5FVb7fisCLeVfF5bWZBLHzuQxkFRFU= -github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.1 h1:yG6zkv4gp8Ilbq6p8YQY1swwwzcx8XCzZh9N9m+NG70= -github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.1/go.mod h1:K85FMsb7IidNqM3GeAyZN+7nLvDMdMlapgfdvC7DysQ= -github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.1 h1:Ibo5MkTPTIOZSn6xkIV+Fs+zMp3Z35czTP9cYN9rwQI= -github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.1/go.mod h1:kPYABdLUg/Id3MJZMRuPbepH8VXtGZbZD2mW6gM1kS4= -github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.1 h1:XZPm4jWpwYfcZaGWvy2RKWRpQoMAE9Obl7uAXAja8v8= -github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.1/go.mod h1:noDiEWaeR2TLA5R4s7SLp27p7HMMKeTltkvLN/fl0lM= -github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.1 h1:bqSGIS7Nk5EfMKTNDgtaukJQzjOE3LV5Bdz6lRrTsXA= -github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.1/go.mod h1:Fe7bvO6LxNp6WA6y5VmbgW9RRu+g0RlCXpFAmtcHfQs= -github.com/aws/aws-sdk-go-v2/service/ec2 v1.133.0 h1:g4qMdFWe9UVMI6PKytU8BBfW7v80dCMdEnLqc8lIDxw= -github.com/aws/aws-sdk-go-v2/service/ec2 v1.133.0/go.mod h1:NOPsghjhZRkrVvKIxrDrEL7zhVIFYJsHqdeol50Eodk= -github.com/aws/aws-sdk-go-v2/service/eks v1.33.0 h1:6a7enmqn5ehMT6WBCnc/Bq4UAEtiZ1/3OXDVr09NWUM= -github.com/aws/aws-sdk-go-v2/service/eks v1.33.0/go.mod h1:Caw+bBvj+bjrHNuqmS9ZqSZow77sgF5TQGZy3zY0egA= -github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.1 h1:HhYBETZd3aNmtrlMbJxRf9DlGRPKrOFI0lnvzooWGMA= -github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.1/go.mod h1:GI2hWXh+a2U1N4a4ODnXQ3aON1Cjt2jijCa9H+3S6kc= -github.com/aws/aws-sdk-go-v2/service/finspace v1.16.1 h1:g1qJUOmCGs4UH5XyBKDr+jgz3bzFv4WBduMytd/2sOs= -github.com/aws/aws-sdk-go-v2/service/finspace v1.16.1/go.mod h1:SA8NPfn08ZfNhhsUR8L8R+kEvlB7k6K/6iMgYTPxi/Y= -github.com/aws/aws-sdk-go-v2/service/fis v1.19.1 h1:/kajoJ65EJx0X/O5I2EzfOv6EtTwk//Q3OozY30Sr6Y= -github.com/aws/aws-sdk-go-v2/service/fis v1.19.1/go.mod h1:JHFfHKX0dEt3Cp9JzfXgeO5ollzqB3ru+T82WUYqoJQ= -github.com/aws/aws-sdk-go-v2/service/glacier v1.18.1 h1:wa9rRTfCZw+RvQJuD/4iPn1rsHvZkJtQ/OZ57t7W8pM= -github.com/aws/aws-sdk-go-v2/service/glacier v1.18.1/go.mod h1:ZJhKms6QZ9tiRXtrnMeGgUvbIfBOND/3jpDN7aT+6SQ= -github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.1 h1:31Iepf9WjG+A7yn8PlfD9iPzeRTDti7u4xEX627a4ZQ= -github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.1/go.mod h1:GblRjVXDixg+NQjMQR9gRcBsQRtG3YMcUGeXhwWG6yI= -github.com/aws/aws-sdk-go-v2/service/iam v1.27.1 h1:rPkEOnwPOVop34lpAlA4Dv6x67Ys3moXkPDvBfjgSSo= -github.com/aws/aws-sdk-go-v2/service/iam v1.27.1/go.mod h1:qdQ8NUrhmXE80S54w+LrtHUY+1Fp7cQSRZbJUZKrAcU= -github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.1 h1:6Rff8OESjgxil0ynygZdfXFxQuhHKpALtmpdJQ7YyLY= -github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.1/go.mod h1:Esf9ujGNJ5wpXL0Xc9cBEab3Svp7ZoejlawyQ/AbW1c= -github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.1 h1:H2hwmUz/njU3nJmOFYr5SEZoRX11SFbgysLQ+rea7QI= -github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.1/go.mod h1:L90Z+0yJVoV9Hj916HmhNoPiciwhehIsyL4DkZlCtPA= +github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 h1:40Q4X5ebZruRtknEZH/bg91sT5pR853F7/1X9QRbI54= +github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4/go.mod h1:u77N7eEECzUv7F0xl2gcfK/vzc8wcjWobpy+DcrLJ5E= +github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.24.0 h1:R7phBXqQe58xgGuoI443zqIqLH0py/dmfTBO7WTehec= +github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.24.0/go.mod h1:/FOvyPLvQZXrl3vXWeZ0h2NNjJDisqbqDtLiVjke6zQ= +github.com/aws/aws-sdk-go-v2/service/account v1.13.3 h1:KF3N6GZ+iKMFXd+vlcBS98HaVbXGyqE4Gw17tbcDpQQ= +github.com/aws/aws-sdk-go-v2/service/account v1.13.3/go.mod h1:vrBsD4qqLoj0NmuYQcfSRWgkN6QM/0ufy2DD+48cuEE= +github.com/aws/aws-sdk-go-v2/service/acm v1.21.3 h1:C6ckTRBfnKJSoKoAtaGWavXRd3Ab4FW+BWQbFRrA+xw= +github.com/aws/aws-sdk-go-v2/service/acm v1.21.3/go.mod h1:YUgKNkePKTcwkkDhRAOuzxvesc+r+zKAPlkXft51jpw= +github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.3 h1:68bxzI7wWa1nJT+N7AR/r01aKQb0KsD0WhEcMNv6jSg= +github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.3/go.mod h1:YO0HH+oQubpBQiAC4fWja3B43K4YTHznuaXEGe0rauY= +github.com/aws/aws-sdk-go-v2/service/appflow v1.38.3 h1:hoz+OCM2E0y4SXllN2IFgCTOH+0VPYym2Iqxk/ttuw4= +github.com/aws/aws-sdk-go-v2/service/appflow v1.38.3/go.mod h1:9X+vMl265vQZozYKOXdqsvY5ZaiL9T3KPQLOkFBYFLc= +github.com/aws/aws-sdk-go-v2/service/apprunner v1.24.4 h1:PgmMPDrOO5uIngULC2A+P0BUJssu/rZ1e2UzAS++Zs4= +github.com/aws/aws-sdk-go-v2/service/apprunner v1.24.4/go.mod h1:ecWPZOErcCqw4mHgt4W3tSFTEH6vGV4IV6qNKmY/BMQ= +github.com/aws/aws-sdk-go-v2/service/athena v1.35.1 h1:oOucUl/I9XOnIb+L9ZBY2gyQmPk389qRGmuam72EWtI= +github.com/aws/aws-sdk-go-v2/service/athena v1.35.1/go.mod h1:CAh4Navj8gOz4Y12wWUleeqY5fKkAaT80ZWo23Uz+YI= +github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.3 h1:VfmZ6+gp3Vifn0PDazz49Vll/OcQofnS85nBUrXg2Ak= +github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.3/go.mod h1:fn0+9GBLXIQ0T4SAhPBEAMtQhm7ZOwm8McfkDux25Ww= +github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.3 h1:h6+XbxwHszWSpuO4Ldmn3vA0epaLXZEr54lN80IW0G4= +github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.3/go.mod h1:fkGjFqdw1DkTgAm7EmJFiIHYc4zlK8w28WLSQ6h2Puc= +github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines v1.12.3 h1:tEVf24GFbnT8quIRKV/whxu5BOlPO6UlK4sgKvdxGis= +github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines v1.12.3/go.mod h1:dcIkt/2tEiw290q2VT6Fb9zGhsm5FPLjW4XiMA/j0v4= +github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.4 h1:k3NDH46qZo8LJcdfRLEZSjVgQ3IETIn8LKWXQLf1de0= +github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.4/go.mod h1:6zlssa2FjPomAAoo10fxfr9pNnAiwRGsomO779RcI10= +github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.2 h1:c0uJZpFl9hX54vwgzu+BxBzbs4CRLv8LaLWDs5rdmvQ= +github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.2/go.mod h1:QolOgVOAGbv40zS4dBszQ0uTOuHp9LYqtXmahlIS9zY= +github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.4 h1:gw4uRMA2hMWRBfJdag1jHqeHrd9BcWcREjXtvXNJt+w= +github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.4/go.mod h1:JtAggGdgIizSHGyonVSlXWYq/qnvmpkJKsacVaorSII= +github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.28.0 h1:7XDP8uP3hsQboGcZ7f6tNAdYIKWRCjmeLx1sRKJo+jY= +github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.28.0/go.mod h1:NRP65i31tm0UhGwc9j6TGwk7dMs1ZDprZPIHfr+gHCU= +github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.9.1 h1:7uCeSCXVevOZxPgVp4rLmfRI/p7CGpHHUIO5k2wQYPU= +github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.9.1/go.mod h1:qvueIFuOQR/uiXrNkxaYNBmoETYwcwBxx6m3ymTxeIw= +github.com/aws/aws-sdk-go-v2/service/codedeploy v1.20.3 h1:rGqIKTmugpZ7lEzXTmbiPg45Id09UQpB2YoGaE0J6T4= +github.com/aws/aws-sdk-go-v2/service/codedeploy v1.20.3/go.mod h1:A7i1lQClkFz09enKv5WYKb8a2lf9QeeI1s9dNiym3hg= +github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.20.0 h1:rnUEqvW37avlcBYpEhCdNCiD7iFy9svbKmBxSPWTjgA= +github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.20.0/go.mod h1:SP9GRVKaf1KBmiBAabqfalozQhCVBmMdUmBOQ7vqemM= +github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.3 h1:CKbMK3mFx9i83yRx/lIAaUhnwGsoNK41lZkZRBOiHdg= +github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.3/go.mod h1:Jn4GBTLbIs8g10uxXvj3bidyg2LhmH5HTcWEuPj35E8= +github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.2 h1:dKDJPoagCLBuoFiFwvstKLDtrdAOO+aVsu+tyOG8EgA= +github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.2/go.mod h1:xoWcb1SjG3Tp7L2kjAa/gY+cyIYKsqRORXPEf90JRi0= +github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.30.0 h1:BKLH9SIyRHJG3+tPy2TFZqILS9xg0wmi4zNNeSe6RmE= +github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.30.0/go.mod h1:z2ipEqlHBaieu+POGuEptwkKOBhumxLZjeO7iAJqjuk= +github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.3 h1:ONDuYy0oFEwNvmO3kBu3JLYp9BJsxVZCLv0+L5fIArA= +github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.3/go.mod h1:K//ScfyKrxpEpC5VSZesWjdYtdJXCj8sCau9iSsYdMk= +github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.3 h1:GXyai+Ti0BoxNfMotRFDYywCGlTV5IzXMGyG4RV6oq4= +github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.3/go.mod h1:ALbeVeoYNXakmRHRZBIpAVRXXlesm6v5jH1037hVkac= +github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.3 h1:/cMlzdpSJjjwUzBDuIeazKQtYB2VDOqCSV3zq1sDpzg= +github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.3/go.mod h1:VgWOVWnnWT44FRq/UxU67d4QQ+MaQZTw1UYcztDPkgI= +github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.3 h1:mI1Jgmduvk6yfuIziQg+j2mF/cNMt7QiGastEZr7mc0= +github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.3/go.mod h1:KsuFE2UcXWEw0AKVT/9JKtBUE/C+v6CAR4KMxe0MkCA= +github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2 h1:O6ff5PwwgQ7QkL/XA0H+0U0mWwjkYaP9tHvbr0Ptqak= +github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2/go.mod h1:kuVxCbsxbP/h6YTT2BfOj4s/bwXYsG3C/8Qn9gO5QJY= +github.com/aws/aws-sdk-go-v2/service/ec2 v1.137.1 h1:J/N4ydefXQZIwKBDPtvrhxrIuP/vaaYKnAsy3bKVIvU= +github.com/aws/aws-sdk-go-v2/service/ec2 v1.137.1/go.mod h1:hrBzQzlQQRmiaeYRQPr0SdSx6fdqP+5YcGhb97LCt8M= +github.com/aws/aws-sdk-go-v2/service/eks v1.34.0 h1:g3m365rWn0MLZagA77BSuQAzTqG8VB+azzCVtpmgnpg= +github.com/aws/aws-sdk-go-v2/service/eks v1.34.0/go.mod h1:DInudKNZjEy7SJ0KfRh4VxaqY04B52Lq2+QRuvObfNQ= +github.com/aws/aws-sdk-go-v2/service/emr v1.34.1 h1:AkAncVuiOap3LS/kLs1QdVDY9LZyYHOMzCRybLtlxJU= +github.com/aws/aws-sdk-go-v2/service/emr v1.34.1/go.mod h1:HCZK6jCgxuYABdZFqiiHE3WT2tvTFVjefMB3ZX9dOxA= +github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.4 h1:V5unlj0Ky5ZuvLkndDQlHbYe3vshVJwavUZ7aGne8oo= +github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.4/go.mod h1:EC2zElGORkIzy2vPQV5U1qNGXIDzZHjL/KWbpQD6nc0= +github.com/aws/aws-sdk-go-v2/service/evidently v1.15.3 h1:guFZcKDSE3NoijLu40GeMIs0TXIMdXGCZFEdprOMkcs= +github.com/aws/aws-sdk-go-v2/service/evidently v1.15.3/go.mod h1:59okKGh8LvG0ZhKMZMCYU++ZendXUT6dqzCufBzfzq4= +github.com/aws/aws-sdk-go-v2/service/finspace v1.17.1 h1:GcBPj8B8EiVaHOba8Pq+CS+7w7s3q8ndETwPtpleS7A= +github.com/aws/aws-sdk-go-v2/service/finspace v1.17.1/go.mod h1:waL57h/Nj7KR0Z6HvjdeJrHS7o8E/uQ33YgNQcLcrYE= +github.com/aws/aws-sdk-go-v2/service/fis v1.19.3 h1:u6/LY1KBbBazaZZGT6NPUyUurwV6e7Fg+guLOVgeI9M= +github.com/aws/aws-sdk-go-v2/service/fis v1.19.3/go.mod h1:b2RZoRyiPnFQtc+qSUmbrUrCEaeKWrkv2J/BBfNVOKM= +github.com/aws/aws-sdk-go-v2/service/glacier v1.18.3 h1:Iu/EIeu9oSzd8A5MkN4s9YoiQUHQWFqa9ih/ek8LiZI= +github.com/aws/aws-sdk-go-v2/service/glacier v1.18.3/go.mod h1:xr3tDSCenzU+9BW69R+UrLy0/ZN/cAp+j6VeuESkZDA= +github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.3 h1:6Jhor5f7I+G1LGvktQ2HSbis5cD1xkKXt/pk0ppSCnQ= +github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.3/go.mod h1:I/XTw/9Uob9jlq7V8mtpw+o+XILvMmsWd+IC0B4kG0s= +github.com/aws/aws-sdk-go-v2/service/iam v1.27.2 h1:Z3a5I5kKGsuVW4kbrtHVnLGUHpEpo19zFyo6dzP2WCM= +github.com/aws/aws-sdk-go-v2/service/iam v1.27.2/go.mod h1:CYRyr95Q57xVvrcKJu3vw4jVVCZhmY1SyugM+EWXlzI= +github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.3 h1:aDlvcjQNHE7xzdn3g9vcMr/0+IzjjYjKEqj4ua2tIBc= +github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.3/go.mod h1:aN6ZOx4l7hRGw2YecqbRluRI9QvX8EoaKrcnKI+guUA= +github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.3 h1:VSL0Us1D65b3zTXV/YA/Ibr7Uet6vwoyMdIeZ0dgOJM= +github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.3/go.mod h1:WmUN3IF05j8rS6DxNmszBCq43wxgVOAtdt4MzsxGYOY= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.3/go.mod h1:gkb2qADY+OHaGLKNTYxMaQNacfeyQpZ4csDTQMeFmcw= -github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.0 h1:CJxo7ZBbaIzmXfV3hjcx36n9V87gJsIUPJflwqEHl3Q= -github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.0/go.mod h1:yjVfjuY4nD1EW9i387Kau+I6V5cBA5YnC/mWNopjZrI= +github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 h1:rpkF4n0CyFcrJUG/rNNohoTmhtWlFTRI4BsZOh9PvLs= +github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1/go.mod h1:l9ymW25HOqymeU2m1gbUQ3rUIsTwKs8gYHXkqDQUhiI= github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.10/go.mod h1:Qks+dxK3O+Z2deAhNo6cJ8ls1bam3tUGUAcgxQP1c70= -github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.2 h1:f2LhPofnjcdOQKRtumKjMvIHkfSQ8aH/rwKUDEQ/SB4= -github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.2/go.mod h1:q+xX0H4OfuWDuBy7y/LDi4v8IBOWuF+vtp8Z6ex+lw4= -github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.2 h1:M2oj5PSph40+tqQ25MTZKfCveRWWXSskKFt3BMoJOao= -github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.2/go.mod h1:fcLhoxFM7KEONrUI5zY12MncXr53tHHwQOckCOrX8A4= +github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 h1:6DRKQc+9cChgzL5gplRGusI5dBGeiEod4m/pmGbcX48= +github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4/go.mod h1:s8ORvrW4g4v7IvYKIAoBg17w3GQ+XuwXDXYrQ5SkzU0= +github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 h1:yUrVjtoH+5aA7h8qFVvVOBv03K5XIcgR3r1y1lH5raw= +github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4/go.mod h1:g10w17faXf5sqTZt8+Bu/9PIUopwgcYZDb9jvsl8M9E= github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.9/go.mod h1:yQowTpvdZkFVuHrLBXmczat4W+WJKg/PafBZnGBLga0= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.2 h1:h7j73yuAVVjic8pqswh+L/7r2IHP43QwRyOu6zcCDDE= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.2/go.mod h1:H07AHdK5LSy8F7EJUQhoxyiCNkePoHj2D8P2yGTWafo= +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 h1:rdovz3rEu0vZKbzoMYPTehp0E8veoE9AyfzqCr5Eeao= +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4/go.mod h1:aYCGNjyUCUelhofxlZyj63srdxWUSsBSGg5l6MCuXuE= github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.9/go.mod h1:Rc5+wn2k8gFSi3V1Ch4mhxOzjMh+bYSXVFfVaqowQOY= -github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.2 h1:gbIaOzpXixUpoPK+js/bCBK1QBDXM22SigsnzGZio0U= -github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.2/go.mod h1:p+S7RNbdGN8qgHDSg2SCQJ9FeMAmvcETQiVpeGhYnNM= -github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.8.1 h1:FT1L88lZpY06XaDHIgni0XiGlOe4e7jODubnkWbMEF0= -github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.8.1/go.mod h1:TM1Em5CPY0sx76hJdBAIDHvrAVKwFU4+BGz5QSj0x0E= -github.com/aws/aws-sdk-go-v2/service/ivschat v1.8.1 h1:zFkeTF89Flzr3IZOPq+rnwkZNTLQWb5VWi2mvjl23zk= -github.com/aws/aws-sdk-go-v2/service/ivschat v1.8.1/go.mod h1:KLjUdI6EJT5tej+B+jNtRmWzUm1S38oHcR2BivQo03Q= -github.com/aws/aws-sdk-go-v2/service/kafka v1.26.1 h1:e1VekkYPQMIM5wYRubPz+uz638bEc1SV+35twibEnw4= -github.com/aws/aws-sdk-go-v2/service/kafka v1.26.1/go.mod h1:pISEr2hcg0OY9F3uClwbIpsTl2Ft2S0aDdvb9Q22vqY= -github.com/aws/aws-sdk-go-v2/service/kendra v1.46.1 h1:Yp15j21FtRU9wLq0y3sE2FFmpZbBQH/NPE3tOz8veX8= -github.com/aws/aws-sdk-go-v2/service/kendra v1.46.1/go.mod h1:JDd/Dcekrjr3gvhgGdNRdEw9jol71hvymloOTTCIa54= -github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.1 h1:sBpNQhFDGKxqf9ckJiM9KD3iyu3yx/AYi24HO4ETJpY= -github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.1/go.mod h1:Slzp4WwGQaIIy5i70zI2Gw+8uBooKSiPtCJ2ZBcPiHU= +github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 h1:o3DcfCxGDIT20pTbVKVhp3vWXOj/VvgazNJvumWeYW0= +github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4/go.mod h1:Uy0KVOxuTK2ne+/PKQ+VvEeWmjMMksE17k/2RK/r5oM= +github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.9.1 h1:R09EQdFVDRSi4voYiKIv8Ex5piYAa2eS5MghKdyDQ3Y= +github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.9.1/go.mod h1:2Z0VGwjWQ3fQc2a2JrpQb8dLjb9x8XggJBj825md6Nc= +github.com/aws/aws-sdk-go-v2/service/ivschat v1.9.1 h1:C4BVRMgVNn+iE/SJFSZsZyNCdZi2JIR7VETTNfAjiQo= +github.com/aws/aws-sdk-go-v2/service/ivschat v1.9.1/go.mod h1:+TK56cWC6euHLTbHN+Pi1+0it0WZ68lW4bgoEANPBRI= +github.com/aws/aws-sdk-go-v2/service/kafka v1.27.1 h1:bIBOmRFbwJGLAf+9vyqQoIiIiGjQmHd4C8Vxpd6xKDE= +github.com/aws/aws-sdk-go-v2/service/kafka v1.27.1/go.mod h1:YtnT/LZDxHOx7f5wW5crUU+HRqv8TOcNoiJJINxUb28= +github.com/aws/aws-sdk-go-v2/service/kendra v1.46.3 h1:yHWYW6TzVoFDCJRd0vmIJh7SmmARXEOhuvT6tegLxw0= +github.com/aws/aws-sdk-go-v2/service/kendra v1.46.3/go.mod h1:OcD+ecexkQUPImlJnLiCjCSUHEj5wKlGaY5rw7Dqr74= +github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.3 h1:SCVE+sAeGYkH32mqkkLGYUPeaMCgnPRhMFRnFSqOiXA= +github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.3/go.mod h1:+8c1AEbPhx8+j9dnIw5QBMyH4ITK6Eq3Z85TfSSQLas= github.com/aws/aws-sdk-go-v2/service/kms v1.18.1 h1:y07kzPdcjuuyDVYWf1CCsQQ6kcAWMbFy+yIJ71xQBS0= github.com/aws/aws-sdk-go-v2/service/kms v1.18.1/go.mod h1:4PZMUkc9rXHWGVB5J9vKaZy3D7Nai79ORworQ3ASMiM= -github.com/aws/aws-sdk-go-v2/service/lambda v1.46.0 h1:H8G4ez3J1Eg2DkyadzscJpGCHZ96GEUl/4dHtYfbUwA= -github.com/aws/aws-sdk-go-v2/service/lambda v1.46.0/go.mod h1:7EeaNI9Ze/5ZN8g2xVxn/TLoTMAodOBmAI3oXa50g4s= -github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.36.1 h1:haFsYMoXhbnT8m3X/fSPcW7RNJW95VKsXQOU7BuvoRU= -github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.36.1/go.mod h1:iUA/ZNvrj9ySRC8dtf2nLBzVGzgRcO05fSvRalYG8x8= -github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.1 h1:QiK6m3AIiuohyqMcbO6ketUAW4Fq5ClVckJc54+f7zY= -github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.1/go.mod h1:hUGlqjqPdCL/iWdeeLOGU/WLknT5IvN23IlR75g6dRQ= -github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.1 h1:7HKyhgqPZwCqtfauvum+uHe1d66WItRUrY/jDL0cplM= -github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.1/go.mod h1:e+VNDrL0t/jQDaUo1yQ/rj2Ss1Kfc960hXY/SrjJK84= -github.com/aws/aws-sdk-go-v2/service/medialive v1.40.1 h1:dHB2RWP8vWPEUXfT6stym0/Lmb4KjSjTV3DWF8hZc6E= -github.com/aws/aws-sdk-go-v2/service/medialive v1.40.1/go.mod h1:97eZCb1cR/9EC2kuDefg8+NUlEiJ6Bmmx/pQd+qLNis= -github.com/aws/aws-sdk-go-v2/service/mediapackage v1.26.1 h1:f7+TiT8I39yS0no2ZW6bONQX7igkLiTPnWGQYJYglXY= -github.com/aws/aws-sdk-go-v2/service/mediapackage v1.26.1/go.mod h1:larYugfcTXBuSE/OQmQMJg15cB706hgaqHgfvTxbOMI= -github.com/aws/aws-sdk-go-v2/service/oam v1.6.1 h1:O0G4f9dtP3uO6aNVOX/14ss6oZIO4tPT719u/0/YLw4= -github.com/aws/aws-sdk-go-v2/service/oam v1.6.1/go.mod h1:tsBCn9NtXpxDgN+2ur+NQYjkb+hb9x3XWK0P6O1YjJs= -github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.1 h1:073ZVUKpoeuDRZOvGIA7YkIzgS34ZuaB4Mjob1JLVmw= -github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.1/go.mod h1:tgV68+tguCc9exlCrF8bzpdIr1p5kdX/dscRoREhUPA= -github.com/aws/aws-sdk-go-v2/service/osis v1.4.1 h1:WGWy/V7hLZ/BpqNAMKypT2H4ozt8vRa+Q8RgRsV2jEg= -github.com/aws/aws-sdk-go-v2/service/osis v1.4.1/go.mod h1:1URZ6YGhTgBE7B9IOW0on6VGf2rFfGHuNE/rvCjr594= -github.com/aws/aws-sdk-go-v2/service/pipes v1.7.0 h1:rAESYEbWXzScH/PNAYRwvz3fWaEqzV8G7hrC51rx/9E= -github.com/aws/aws-sdk-go-v2/service/pipes v1.7.0/go.mod h1:zHXHbYP7mZ75j9g82PCuGOTzJHTkt5ECE1SRI+A1+ts= -github.com/aws/aws-sdk-go-v2/service/pricing v1.23.1 h1:PvSF5JF/Xg7pzE8aVYlbf/30DoUvFP/KQ10DyzA3zUk= -github.com/aws/aws-sdk-go-v2/service/pricing v1.23.1/go.mod h1:OUjaLhZA7pAuSqSYQVHl4c6tbUplabXblJ7RxewWgzo= -github.com/aws/aws-sdk-go-v2/service/qldb v1.18.1 h1:6tUl+5VgPbBq1jw7yIG0sdCR9UjXdUwXHSae++YKFBA= -github.com/aws/aws-sdk-go-v2/service/qldb v1.18.1/go.mod h1:Z0Ga82Q05EYVKQrpFDhgYXxS1SKR0MGn12ZRcWvxo0c= -github.com/aws/aws-sdk-go-v2/service/rbin v1.12.1 h1:g5YNRBrE7GQhmurswxwo9iAIZvd++K6MhSmFfSJ2U2o= -github.com/aws/aws-sdk-go-v2/service/rbin v1.12.1/go.mod h1:cLbiL0FvzQMDg524PzqY+a5V9wo1ESSNQ7QK09qQ6kY= -github.com/aws/aws-sdk-go-v2/service/rds v1.62.3 h1:eXWDu7PodivDkEnbLw6KqL3zgcLha22fDdsNhqcBXLM= -github.com/aws/aws-sdk-go-v2/service/rds v1.62.3/go.mod h1:T++jZU+TJQEq8rMssEmjOW4/VRai5VcqxPAQqPBE26k= -github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.1 h1:Inwn9EN4uZzKqHEIh+SvbWH7KNUbp9BueqfvgDgaA9A= -github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.1/go.mod h1:HwEfNPMzZdKGIm4fqsEK8y9hgWjKOqmSA93CcRBiuaM= -github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.0 h1:70rxzf0//gjvBhjMAKmibv9MR18yUTHJioWAcECHyIo= -github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.0/go.mod h1:vcIzurt3qlcSk3xjoe0GUTNY56Edfz9J+zeqC1kNFd0= -github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.1 h1:NtF8pUJSlFcn0IGbmMaM1KvCvUXdjkLc9kCTZg2lpqk= -github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.1/go.mod h1:/P/9ZUQk58ACVTlfSDGQ1pherdnRozEgMK+9LqEmlVE= -github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.1 h1:9GyvVuhinXcZVT2oAHmu6jdMRYte8uySMzdd5xBGmKA= -github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.1/go.mod h1:gIQ87zeA6uWTitSJV9IeBOOQKubwvBhcF4rOa++nErY= -github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.1 h1:HF/+dqWwJUM1lBIfqNurNkFaLMk++Nx9sV4PKFBmju4= -github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.1/go.mod h1:a2wRasC63QpbLABmQpnqWTrczmV+1rIyXBl8Kp8rvlE= -github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.1 h1:jZSQwl1JAX9GRew86efQecc+pDiAu/WwnefnrUhpNxk= -github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.1/go.mod h1:5uJ+xB76ttmfE0FD6f07TiF3BmwKevmfK7ixkV7mjVA= +github.com/aws/aws-sdk-go-v2/service/lambda v1.48.1 h1:xVOzP4rFi0kMXUQozqInP+Yy6zldr8WTpHeVEqxMtOY= +github.com/aws/aws-sdk-go-v2/service/lambda v1.48.1/go.mod h1:7dj5Kak6A6QOeZxUgIDUWVG5+7upeEBY1ivtFDRLxSQ= +github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.37.0 h1:tQ/cAR16Rk2UkffPPv44BS8/T9oJlcccB3qP6Rp+cAw= +github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.37.0/go.mod h1:TpH2EO5YbvByV/uEr2frH9JwlC0XS8Pf1cDzOFbXSE4= +github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.3 h1:6khO1ztTJrkerOTUh4UiVElQ8kJqeBMRkCjh2D4oRgs= +github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.3/go.mod h1:8e96Pfkyy2KVGlz7Dv7QrrCTNyLMjRL9LVUqNGyX7JA= +github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.3 h1:Klf+liB8OrhhQyVT+TdxQqDRwTW0Xgvnv+Da8wi/VEs= +github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.3/go.mod h1:6qyNNp9IBCvpOfb9S4kiZ9k0DaAyajpAnN7KP1uDmuA= +github.com/aws/aws-sdk-go-v2/service/medialive v1.41.1 h1:yarqPw/2q52gqfxYoBSPPFHv+ccwJm/ajEYK1eMRInM= +github.com/aws/aws-sdk-go-v2/service/medialive v1.41.1/go.mod h1:yji6+auCVOD6Olje6cNWn4IMJBCliOWh+60ANZa6UHI= +github.com/aws/aws-sdk-go-v2/service/mediapackage v1.27.1 h1:ZDgB+Ky0hXvLwku1kzZD7w4fLvlOridvFLuF2/4v+CA= +github.com/aws/aws-sdk-go-v2/service/mediapackage v1.27.1/go.mod h1:feuXf9Ltxnf6Re39qLdyC1Sn/bIXcAFUXyIB6hEpYbw= +github.com/aws/aws-sdk-go-v2/service/oam v1.6.3 h1:S3GlOlpESh8BCOAiFc2DDXlM1bCNnZG7xL6Z4Xz4V3g= +github.com/aws/aws-sdk-go-v2/service/oam v1.6.3/go.mod h1:pfLMa7wlMAGH4/BfAvs7T7Hx+eUnfOH6I13yEq+nmn0= +github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.3 h1:rYx9F+RnIIVZklBHyvv34tVvMBZPex2rQGbiyjYW4MU= +github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.3/go.mod h1:VePNBj+se/QYQpH8RTKdFx83iRMAKUev9JyOiUs8Wr4= +github.com/aws/aws-sdk-go-v2/service/osis v1.5.1 h1:anUrguxdcgTyLn/PtBvS8fvFWgaT7YnQJRarH6713FM= +github.com/aws/aws-sdk-go-v2/service/osis v1.5.1/go.mod h1:R9REkyNcMzOf8Btlgj79OcK0aMlpOW+riOwASOXr9VE= +github.com/aws/aws-sdk-go-v2/service/pipes v1.8.1 h1:aaGRX6RLKYO31cqoVuMG/XU4W/Dmnfy4H8V+gr7R28c= +github.com/aws/aws-sdk-go-v2/service/pipes v1.8.1/go.mod h1:hcr1CUx5Fk5ABqk93GlkbeRwl4mhm3cbd04SAfKw+uQ= +github.com/aws/aws-sdk-go-v2/service/pricing v1.23.3 h1:/fGaDu3SL5WeUypBfyEMA8QF0K+geeWS2v8OggmSfyE= +github.com/aws/aws-sdk-go-v2/service/pricing v1.23.3/go.mod h1:0jlJ64Pv4CU8NhD7auHlPFL6q8KR9y4aUsuxYS0ge1o= +github.com/aws/aws-sdk-go-v2/service/qldb v1.18.3 h1:LAtKPkKCtJpfYbv8KjC4BrhE0B3cudPyysbloic5s3U= +github.com/aws/aws-sdk-go-v2/service/qldb v1.18.3/go.mod h1:0SJbLjtz0rdXUPw2VgCYnFRoYdxjT69um3+/Jx2qjNs= +github.com/aws/aws-sdk-go-v2/service/rbin v1.12.3 h1:4TW1hRKwUz9KLSh7gQjw22fGueVvzU+OLiQf1nD++4U= +github.com/aws/aws-sdk-go-v2/service/rbin v1.12.3/go.mod h1:3ek97n3CuKKzfu8mMc+FXvc+rtRZXbYQIMzSFlIpVvk= +github.com/aws/aws-sdk-go-v2/service/rds v1.63.2 h1:tPpW4BtS6RYeMavI7jVNdiopvcVgv8JQzLYBxRFI2v8= +github.com/aws/aws-sdk-go-v2/service/rds v1.63.2/go.mod h1:wOD+/saE3LEwnwlaq5EHyj7yWYwz3COo0IOXAt7bAL4= +github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.3 h1:q1h5SxtCSz7lQ7eiKfBd6Fuy+ynoWw3JDcSKgcpoGgc= +github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.3/go.mod h1:T5fhDCo61UBeegUKVKwdAoOb0oyRpP4iK6+xbuSYcEs= +github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.2 h1:UbpNH/Cp7HIhFzvNbqFtFNvokqhl3xVcTiosKATxMrk= +github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.2/go.mod h1:o5OQlj9QiP4xHo8GucEWlfoOhWHTyS4+PQsPrwAj5Qk= +github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.3 h1:2G3B2UKKHsjtupjdbtTF5fY+PjPPnNJCgmHeIzIpF8c= +github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.3/go.mod h1:PbEKPOynMRNZQyA2OwTP6Srh77JarKVkx/ROU6Q6KE8= +github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.3 h1:TGaUBkC4l6XRfbEGs4kAZ07MTt2d6P6vYOaUa3Xlkas= +github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.3/go.mod h1:2KWwhq6dij2weFBZxQlCzalcKk7TJc3MZJyZS1hd77s= +github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.3 h1:3vBL9PcLYWQb+8DePzYvHBnKzvFNxVosVGNTL6HgFM0= +github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.3/go.mod h1:Ych4aIodWQ6aJxl/8BFDnF4p52CQUK8pJxtE18PWsXs= +github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.3 h1:bE+M7fO3XpUjcyFEjhcLkGC+f3/K3HyrQOgiUnlwgDc= +github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.3/go.mod h1:5yfMeHnHhHK8WpajhjfhxpJteaxW045jdSsK2eH32Pc= github.com/aws/aws-sdk-go-v2/service/s3 v1.27.2/go.mod h1:u+566cosFI+d+motIz3USXEh6sN8Nq4GrNXSg2RXVMo= -github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1 h1:o6MCcX1rJW8Y3g+hvg2xpjF6JR6DftuYhfl3Nc1WV9Q= -github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1/go.mod h1:UDtxEWbREX6y4KREapT+jjtjoH0TiVSS6f5nfaY1UaM= -github.com/aws/aws-sdk-go-v2/service/s3control v1.36.2 h1:T7PTfCz5WDwGwoYmDh9pXnBAOGYMYd93mn8M6fLm+jo= -github.com/aws/aws-sdk-go-v2/service/s3control v1.36.2/go.mod h1:QgaB/G0eqRn+kgBHBMyEPa4z7a71QQ6BsZResPH1oZk= -github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.1 h1:5gcvHn3iZXoro9PhEi0Lgd+3UyMtz+ZwdVnJQ/NAuCU= -github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.1/go.mod h1:SsqJybJNCGIuJ1vuT2nK00P3Mpuc0xquPZptzkLZXvY= +github.com/aws/aws-sdk-go-v2/service/s3 v1.45.0 h1:qm5f24B6bg3BsVdbMd8ODEfKeadBmYlwUi9erqRfv6s= +github.com/aws/aws-sdk-go-v2/service/s3 v1.45.0/go.mod h1:dqJ5JBL0clzgHriH35Amx3LRFY6wNIPUX7QO/BerSBo= +github.com/aws/aws-sdk-go-v2/service/s3control v1.39.0 h1:j+RKem2TrXOjyKMrEOZBXn9XNmUG2Qecxl/cD0bjz9g= +github.com/aws/aws-sdk-go-v2/service/s3control v1.39.0/go.mod h1:A2vCti/i+W0KkUwDAY3jio5QpuS/tk4jhmBaTDoZ1aY= +github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.3 h1:XPNfnBEZ0uIyYQ6XrYceD+BlaC1LEyjntRYn2a8dW/8= +github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.3/go.mod h1:0BCVZduXl+TWsNMMVEhMSv+0HmVxgHkMkMtZFKEh2Xw= github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.14/go.mod h1:xakbH8KMsQQKqzX87uyyzTHshc/0/Df8bsTneTS5pFU= -github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.1 h1:LCHuDIo6VgGVuJzEARcMUW9wfL81WN1dtpZj4OLNF+k= -github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.1/go.mod h1:jOZI0nAxSdL7/5Kyu8WNS+VfHbUzeRNuh21qsjJ6K0s= -github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.1 h1:3wmpS42JnjQ71EO8HMGqQ4cEosIL3jIG5B0gcJLaEmk= -github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.1/go.mod h1:qAbLKCueR4MBxV/s7iLrL8ALTed5hj4tAT2AQEXBnz4= -github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.1 h1:rPpLstzadDkRwEt69fMybasKQ4OtCepjib7aXfN/zpI= -github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.1/go.mod h1:QJHST8MA1/Wd/o5ADP7cKsJDGB91n1V6YuOVQzyfdo0= -github.com/aws/aws-sdk-go-v2/service/signer v1.18.2 h1:A+6iE+dGwxxChAUediziUJWwEOUf97I22CDAhmusq/s= -github.com/aws/aws-sdk-go-v2/service/signer v1.18.2/go.mod h1:8MUWn7BWA+A5x960d7A/M8AvhvwNvR8yI/gNj684BL8= +github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.3 h1:cFfqbyJ/LQ3lhx11tMBSx1v3I8xG+tsRXekaPn5iRrs= +github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.3/go.mod h1:1dGVAKs1OwVEfZ53xy1gjcg/ojlN5DAKsD51TEpyWSs= +github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.3 h1:BEdvuuHquu0W5HTxnQKwrbc/ztc7jXH8xWrDRKDwsbE= +github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.3/go.mod h1:mAtKs5EUzehP/G5cxn7HYzu5L0Q9hCLUFDaebiy2jY0= +github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.3 h1:yriEnS4d22skDS16ULX8aHZ3/4xu6MFRjxjxax3EdJ4= +github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.3/go.mod h1:6xrtDvADN0Pt9SSwwQtYUQv2ZGwoIW/tMDG2Dgj1v0w= +github.com/aws/aws-sdk-go-v2/service/signer v1.18.4 h1:O8jBbjDHTCid5wktWNuq1Ujz4osVvCAUu/0zja2JDO0= +github.com/aws/aws-sdk-go-v2/service/signer v1.18.4/go.mod h1:Pzl9358kaC568WlbXl28y+6cc6RP9Hyt6LhgN8qh9fU= github.com/aws/aws-sdk-go-v2/service/sns v1.17.10/go.mod h1:uITsRNVMeCB3MkWpXxXw0eDz8pW4TYLzj+eyQtbhSxM= -github.com/aws/aws-sdk-go-v2/service/sns v1.25.1 h1:0WdK/fMLIj2Ue6xmvuTLKd4aFVxib+Mhi7yPrr5t+QQ= -github.com/aws/aws-sdk-go-v2/service/sns v1.25.1/go.mod h1:g9oPCEbC9NinvW9AT0guuYcCmRJ3YDMWQ3e+j90wW10= +github.com/aws/aws-sdk-go-v2/service/sns v1.25.3 h1:6/Esm0BnUNrx+yy8AaslbaeJa8V40tTJ9N+tOihYWVo= +github.com/aws/aws-sdk-go-v2/service/sns v1.25.3/go.mod h1:GkPiLToDWySwNSsR4AVam/Sv8UAZuMlGe9dozvyRCPE= github.com/aws/aws-sdk-go-v2/service/sqs v1.19.1/go.mod h1:A94o564Gj+Yn+7QO1eLFeI7UVv3riy/YBFOfICVqFvU= -github.com/aws/aws-sdk-go-v2/service/sqs v1.28.0 h1:+JVIntWBGQJ8M3rNEFNHiIzF4CMpfrRe+Xt39mS+6VA= -github.com/aws/aws-sdk-go-v2/service/sqs v1.28.0/go.mod h1:lf0CvAYZ5VaBd0mTUcuVRqQYm3Mk+L7xKvRPudRzhik= +github.com/aws/aws-sdk-go-v2/service/sqs v1.28.2 h1:MVg4eLi9uM1+YHYSfcCg1CR3mqtL6UJ9SF3VrMxKmUE= +github.com/aws/aws-sdk-go-v2/service/sqs v1.28.2/go.mod h1:7vHhhnzSGZcquR6+X7V+wDHdY8iOk5ge0z+FxoxkvJw= github.com/aws/aws-sdk-go-v2/service/ssm v1.27.6/go.mod h1:fiFzQgj4xNOg4/wqmAiPvzgDMXPD+cUEplX/CYn+0j0= -github.com/aws/aws-sdk-go-v2/service/ssm v1.42.1 h1:GvOG5thwe/WQFvKUAfKBTtib2QVYfWREtOdZ9FPHC6E= -github.com/aws/aws-sdk-go-v2/service/ssm v1.42.1/go.mod h1:oB+JGCOl5dl2rQ4T/75fnqoVqWpozQMHZHvBWezeGkA= -github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.1 h1:aQJpY4kRGG9RlNMe1A45juI4U0lg0zV7g2SyDAv1J9c= -github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.1/go.mod h1:Qa8/jvyVCcRO0lg/S4oxCzUgpnu4uY/HVUJdQYP1Xmg= -github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.25.1 h1:p3LZsRQ+M8PjBgndCqzgORH9/je5lKXKs64F5OGANDY= -github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.25.1/go.mod h1:Tk2NCQzH8xOSvi6juuReG13ySwUdELzs4aPE+eSI1HA= +github.com/aws/aws-sdk-go-v2/service/ssm v1.43.1 h1:QCZGFHZnzP0yRveI5X+5Cu54wdvpbgiuF3Qy3xBykyA= +github.com/aws/aws-sdk-go-v2/service/ssm v1.43.1/go.mod h1:Iw3+XCa7ARZWsPiV3Zozf5Hb3gD7pHDLKu9Xcc4iwDM= +github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.3 h1:y31W273p64rg4jL6ZffrcS1VaDeJfs3lYedtP1vKQiU= +github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.3/go.mod h1:N7TZq4pO6aVgr+28vdzI+YoaxdwvnE9XyAWEVk4HLS4= +github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.26.1 h1:PUtIIchHXzq7NcpBAMnglcD5Vvh3BB6rkSdhfxAdVZ4= +github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.26.1/go.mod h1:ZYp2WYPUHVvCgUOkBqJO8bCCjO9lyQzunkJjkoMmsFw= github.com/aws/aws-sdk-go-v2/service/sso v1.11.13/go.mod h1:d7ptRksDDgvXaUvxyHZ9SYh+iMDymm94JbVcgvSYSzU= -github.com/aws/aws-sdk-go-v2/service/sso v1.17.1 h1:km+ZNjtLtpXYf42RdaDZnNHm9s7SYAuDGTafy6nd89A= -github.com/aws/aws-sdk-go-v2/service/sso v1.17.1/go.mod h1:aHBr3pvBSD5MbzOvQtYutyPLLRPbl/y9x86XyJJnUXQ= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.19.1 h1:iRFNqZH4a67IqPvK8xxtyQYnyrlsvwmpHOe9r55ggBA= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.19.1/go.mod h1:pTy5WM+6sNv2tB24JNKFtn6EvciQ5k40ZJ0pq/Iaxj0= +github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 h1:CdsSOGlFF3Pn+koXOIpTtvX7st0IuGsZ8kJqcWMlX54= +github.com/aws/aws-sdk-go-v2/service/sso v1.17.3/go.mod h1:oA6VjNsLll2eVuUoF2D+CMyORgNzPEW/3PyUdq6WQjI= +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 h1:cbRqFTVnJV+KRpwFl76GJdIZJKKCdTPnjUZ7uWh3pIU= +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1/go.mod h1:hHL974p5auvXlZPIjJTblXJpbkfK4klBczlsEaMCGVY= github.com/aws/aws-sdk-go-v2/service/sts v1.16.10/go.mod h1:cftkHYN6tCDNfkSasAmclSfl4l7cySoay8vz7p/ce0E= -github.com/aws/aws-sdk-go-v2/service/sts v1.25.1 h1:txgVXIXWPXyqdiVn92BV6a/rgtpX31HYdsOYj0sVQQQ= -github.com/aws/aws-sdk-go-v2/service/sts v1.25.1/go.mod h1:VAiJiNaoP1L89STFlEMgmHX1bKixY+FaP+TpRFrmyZ4= -github.com/aws/aws-sdk-go-v2/service/swf v1.19.1 h1:kDtjTymuFUw/4fskFdiq46EukdBv+AjVnM2eVe6NGmg= -github.com/aws/aws-sdk-go-v2/service/swf v1.19.1/go.mod h1:ssQLZexa/DGlRdTm9V8a0Z/zYuSR6Il/aHyvm6dsk+w= -github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.1 h1:RQ48d0xBSrnYjvCOeurKMUgwnn+OkrF+CsnyvNu/SxA= -github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.1/go.mod h1:8VeD/QmzeDeWx2+wrDfbG+r5ZMdTYt1DprwZB+1Bf2M= -github.com/aws/aws-sdk-go-v2/service/transcribe v1.31.1 h1:pX7jkW4baIO8TXe6SUQKhfgfYLH98LXeSOSUVyGEr5Q= -github.com/aws/aws-sdk-go-v2/service/transcribe v1.31.1/go.mod h1:6dzpBq/8fh+rkbC0I2r+Y9fw+nyF59WsW8BvpfISv3Q= -github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.5.1 h1:1GMn2HcGnfo/Lfi4I4iOHHvTnUbeyaKquJZ1aTrR0zs= -github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.5.1/go.mod h1:yJfbjEQFIEAY6bersvwPCEq9WztKT9pPTppmeYIIKrg= -github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.1 h1:qiA3JwYRPRaLcD6Xx1VNeVKqJ5IfOD2+rZjdZkmZqJU= -github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.1/go.mod h1:t3TqkP0e9xrIuAi42wl3/sX4YPT6d5bB2sZ31c/rIJM= -github.com/aws/aws-sdk-go-v2/service/workspaces v1.33.1 h1:9pj1eIIwWJqGrITnkH6ggFEBi7wsFOUvbP/bv53Ovm8= -github.com/aws/aws-sdk-go-v2/service/workspaces v1.33.1/go.mod h1:WpCZtgHZRiYfv0jN6WsgKYvpsGp5H/QxUF+VYnTwmcE= -github.com/aws/aws-sdk-go-v2/service/xray v1.22.1 h1:EfeYTIUR/HgFijILpqvRh3Xgky0qOW998lOOmMSPqRY= -github.com/aws/aws-sdk-go-v2/service/xray v1.22.1/go.mod h1:4+g9QRvp2RZko4VZF62ICz59N3t1yUPllfzMy6yg8yg= +github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 h1:yEvZ4neOQ/KpUqyR+X0ycUTW/kVRNR4nDZ38wStHGAA= +github.com/aws/aws-sdk-go-v2/service/sts v1.25.4/go.mod h1:feTnm2Tk/pJxdX+eooEsxvlvTWBvDm6CasRZ+JOs2IY= +github.com/aws/aws-sdk-go-v2/service/swf v1.19.3 h1:V8QA8sb+ov6zVwrYUtvALq+dTMSy8EF3qRcRvN7SQlY= +github.com/aws/aws-sdk-go-v2/service/swf v1.19.3/go.mod h1:fDcgEmY/qcPgXVXAKoPbDCuO0/w0mrdQot7e/ZcCDFk= +github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.3 h1:UiXy4+zKKNyojUWCm503oZKVhv5o31FKqXVnXP+7a8A= +github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.3/go.mod h1:RbPi0d7mbqDCVbTGx7RZAk18foBWl/8Xr9lKQycwayM= +github.com/aws/aws-sdk-go-v2/service/transcribe v1.32.0 h1:8zGiB2EW+vk1mjg2q/hJU/E6+YMOOl4WpezRPUXo6pQ= +github.com/aws/aws-sdk-go-v2/service/transcribe v1.32.0/go.mod h1:0y+iVkE1SHO0+Athq1sQGstKIwl+HNXVRPro21cXQuo= +github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.6.1 h1:VMpHz+mUTAlL67JgDCr2dc0InZFlrfPL/yM2Y6BmbU8= +github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.6.1/go.mod h1:xNNgvDTEbZ9A/38LCQrtGCmlQ7aRGjGwVsIoGXVTESA= +github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.3 h1:WD7x9MEgzwOD4V6iJF442kxrUTjU0MoUjqFhJRO1AXE= +github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.3/go.mod h1:JECSzkP4PNPWrvUcv9aQDdadFqUrOeERA6k1U6DG5ms= +github.com/aws/aws-sdk-go-v2/service/workspaces v1.34.0 h1:BzFQiEXnhsFolEPOKacnxGolyYqN5y0GGZrVQinoxQA= +github.com/aws/aws-sdk-go-v2/service/workspaces v1.34.0/go.mod h1:lv0HNcfWj2lb2OPJ71H+bEq3za28BPCFNEPQwZ+HYgE= +github.com/aws/aws-sdk-go-v2/service/xray v1.22.3 h1:ZhSXLLVeP+uUHQgc0Jq/UpmodQcSi8oV9MxqlJu1LlM= +github.com/aws/aws-sdk-go-v2/service/xray v1.22.3/go.mod h1:G5ck/1GXqf1iLI6btiiSgCXLSihyHfrcauYwHdYNzv4= github.com/aws/smithy-go v1.12.0/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA= -github.com/aws/smithy-go v1.16.0 h1:gJZEH/Fqh+RsvlJ1Zt4tVAtV6bKkp3cC+R6FCZMNzik= -github.com/aws/smithy-go v1.16.0/go.mod h1:NukqUGpCZIILqqiV0NIjeFh24kd/FAa4beRb6nbIUPE= +github.com/aws/smithy-go v1.17.0 h1:wWJD7LX6PBV6etBUwO0zElG0nWN9rUhp0WdYeHSHAaI= +github.com/aws/smithy-go v1.17.0/go.mod h1:NukqUGpCZIILqqiV0NIjeFh24kd/FAa4beRb6nbIUPE= github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k= github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8= github.com/beevik/etree v1.2.0 h1:l7WETslUG/T+xOPs47dtd6jov2Ii/8/OjCldk5fYfQw= @@ -1714,10 +1726,10 @@ github.com/hashicorp/aws-cloudformation-resource-schema-sdk-go v0.21.0 h1:IUypt/ github.com/hashicorp/aws-cloudformation-resource-schema-sdk-go v0.21.0/go.mod h1:cdTE6F2pCKQobug+RqRaQp7Kz9hIEqiSvpPmb6E5G1w= github.com/hashicorp/aws-sdk-go-base v1.1.0 h1:27urM3JAp6v+Oj/Ea5ULZwuFPK9cO1RUdEpV+rNdSAc= github.com/hashicorp/aws-sdk-go-base v1.1.0/go.mod h1:2fRjWDv3jJBeN6mVWFHV6hFTNeFBx2gpDLQaZNxUVAY= -github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.41 h1:aaXk20kHudR40hpl/4qoM57lgEW0JAV1l1Cw547G2wE= -github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.41/go.mod h1:mN+jBRwrTsDaeBDROT/LVpOtGbX1SFLdZuL+/U4EGGA= -github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.42 h1:Y4N+IDb/M/2wubuTnSrGlHQMHWiiWWS6PgATXZFLGoE= -github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.42/go.mod h1:AZJcpDzBh2Wsfwv2MYTTreac7VQKpcvekxHWKWr/MZo= +github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.42 h1:XcumID+s2NJGcHsN/0DFTLQtrWwRjLMvk/8P2uoUlLc= +github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.42/go.mod h1:yh+UKXzrK7103tYrCzMC5nd1Qdga+1PRH8JMN8ulfzk= +github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.43 h1:EAj06tIkFL3lD4ro0JIl0VpFShHu5USmn5JvrPwxToo= +github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.43/go.mod h1:lTTufG5gVtNqAarfzkVOCokVLrKBDy/eKEHLIgcqdfQ= github.com/hashicorp/awspolicyequivalence v1.6.0 h1:7aadmkalbc5ewStC6g3rljx1iNvP4QyAhg2KsHx8bU8= github.com/hashicorp/awspolicyequivalence v1.6.0/go.mod h1:9IOaIHx+a7C0NfUNk1A93M7kHd5rJ19aoUx37LZGC14= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= @@ -2631,8 +2643,8 @@ go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= go.opentelemetry.io/contrib v0.20.0/go.mod h1:G/EtFaa6qaN7+LxqfIAT3GiZa7Wv5DTBUzl5H4LY0Kc= -go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.0 h1:qmQcwJOEOfNvVOD8H7bVAEipp+6UtnDK3qHGCcjwB9o= -go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.0/go.mod h1:d1FGIeeryqx0a2Oa5oQrK1Ug85AGfFUx+nMtoAwJ4VI= +go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.1 h1:PGmSzEMllKQwBQHe9SERAsCytvgLhsb8OrRLeW+40xw= +go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.1/go.mod h1:h0dNRrQsnnlMonPE/+FXrXtDYZEyZSTaIOfs+n8P/RQ= go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0/go.mod h1:oVGt1LRbBOBq1A5BQLlUg9UaU/54aiHw8cgjV3aWZ/E= go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.28.0/go.mod h1:vEhqr0m4eTc+DWxfsXoXue2GBgV2uUwVznkGIHW/e5w= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0/go.mod h1:2AboqHi0CiIZU0qwhtUfCYD1GeUzvvIXWNkhDt7ZMG4= @@ -2643,8 +2655,8 @@ go.opentelemetry.io/otel v1.3.0/go.mod h1:PWIKzi6JCp7sM0k9yZ43VX+T345uNbAkDKwHVj go.opentelemetry.io/otel v1.6.0/go.mod h1:bfJD2DZVw0LBxghOTlgnlI0CV3hLDu9XF/QKOUXMTQQ= go.opentelemetry.io/otel v1.6.1/go.mod h1:blzUabWHkX6LJewxvadmzafgh/wnvBSDBdOuwkAtrWQ= go.opentelemetry.io/otel v1.7.0/go.mod h1:5BdUoMIz5WEs0vt0CUEMtSSaTSHBBVwrhnz7+nrD5xk= -go.opentelemetry.io/otel v1.20.0 h1:vsb/ggIY+hUjD/zCAQHpzTmndPqv/ml2ArbsbfBYTAc= -go.opentelemetry.io/otel v1.20.0/go.mod h1:oUIGj3D77RwJdM6PPZImDpSZGDvkD9fhesHny69JFrs= +go.opentelemetry.io/otel v1.21.0 h1:hzLeKBZEL7Okw2mGzZ0cc4k/A7Fta0uoPgaJCr8fsFc= +go.opentelemetry.io/otel v1.21.0/go.mod h1:QZzNPQPm1zLX4gZK4cMi+71eaorMSGT3A4znnUvNNEo= go.opentelemetry.io/otel/exporters/otlp v0.20.0/go.mod h1:YIieizyaN77rtLJra0buKiNBOm9XQfkPEKBeuhoMwAM= go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.3.0/go.mod h1:VpP4/RMn8bv8gNo9uK7/IMY4mtWLELsS+JIP0inH0h4= go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.6.1/go.mod h1:NEu79Xo32iVb+0gVNV8PMd7GoWqnyDXRlj04yFjqz40= @@ -2661,8 +2673,8 @@ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.7.0/go.mod h1 go.opentelemetry.io/otel/metric v0.20.0/go.mod h1:598I5tYlH1vzBjn+BTuhzTCSb/9debfNp6R3s7Pr1eU= go.opentelemetry.io/otel/metric v0.28.0/go.mod h1:TrzsfQAmQaB1PDcdhBauLMk7nyyg9hm+GoQq/ekE9Iw= go.opentelemetry.io/otel/metric v0.30.0/go.mod h1:/ShZ7+TS4dHzDFmfi1kSXMhMVubNoP0oIaBp70J6UXU= -go.opentelemetry.io/otel/metric v1.20.0 h1:ZlrO8Hu9+GAhnepmRGhSU7/VkpjrNowxRN9GyKR4wzA= -go.opentelemetry.io/otel/metric v1.20.0/go.mod h1:90DRw3nfK4D7Sm/75yQ00gTJxtkBxX+wu6YaNymbpVM= +go.opentelemetry.io/otel/metric v1.21.0 h1:tlYWfeo+Bocx5kLEloTjbcDwBuELRrIFxwdQ36PlJu4= +go.opentelemetry.io/otel/metric v1.21.0/go.mod h1:o1p3CA8nNHW8j5yuQLdc1eeqEaPfzug24uvsyIEJRWM= go.opentelemetry.io/otel/oteltest v0.20.0/go.mod h1:L7bgKf9ZB7qCwT9Up7i9/pn0PWIa9FqQ2IQ8LoxiGnw= go.opentelemetry.io/otel/sdk v0.20.0/go.mod h1:g/IcepuwNsoiX5Byy2nNV0ySUF1em498m7hBWC279Yc= go.opentelemetry.io/otel/sdk v1.3.0/go.mod h1:rIo4suHNhQwBIPg9axF8V9CA72Wz2mKF1teNrup8yzs= @@ -2675,8 +2687,8 @@ go.opentelemetry.io/otel/trace v1.3.0/go.mod h1:c/VDhno8888bvQYmbYLqe41/Ldmr/KKu go.opentelemetry.io/otel/trace v1.6.0/go.mod h1:qs7BrU5cZ8dXQHBGxHMOxwME/27YH2qEp4/+tZLLwJE= go.opentelemetry.io/otel/trace v1.6.1/go.mod h1:RkFRM1m0puWIq10oxImnGEduNBzxiN7TXluRBtE+5j0= go.opentelemetry.io/otel/trace v1.7.0/go.mod h1:fzLSB9nqR2eXzxPXb2JW9IKE+ScyXA48yyE4TNvoHqU= -go.opentelemetry.io/otel/trace v1.20.0 h1:+yxVAPZPbQhbC3OfAkeIVTky6iTFpcr4SiY9om7mXSQ= -go.opentelemetry.io/otel/trace v1.20.0/go.mod h1:HJSK7F/hA5RlzpZ0zKDCHCDHm556LCDtKaAo6JmBFUU= +go.opentelemetry.io/otel/trace v1.21.0 h1:WD9i5gzvoUPuXIXH24ZNBudiarZDKuekPqi/E8fpfLc= +go.opentelemetry.io/otel/trace v1.21.0/go.mod h1:LGbsEB0f9LGjN+OZaQQ26sohbOmiMR+BaslueVtS/qQ= go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= go.opentelemetry.io/proto/otlp v0.11.0/go.mod h1:QpEjXPrNQzrFDZgoTo49dgHR9RYRSrg3NAKnUGl9YpQ= go.opentelemetry.io/proto/otlp v0.12.1/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= @@ -2919,8 +2931,8 @@ golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= golang.org/x/net v0.13.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= -golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM= -golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= +golang.org/x/net v0.18.0 h1:mIYleuAkSbHh0tCv7RvjL3F6ZVbLjq4+R7zbOn3Kokg= +golang.org/x/net v0.18.0/go.mod h1:/czyP5RqHAH4odGYxBJ1qz0+CE5WZ+2j1YgoEo8F2jQ= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= diff --git a/patches/0001-Add-TagsSchemaTrulyComputed-definition.patch b/patches/0001-Add-TagsSchemaTrulyComputed-definition.patch index f5a16adda94..f90d20c1b47 100644 --- a/patches/0001-Add-TagsSchemaTrulyComputed-definition.patch +++ b/patches/0001-Add-TagsSchemaTrulyComputed-definition.patch @@ -1,7 +1,7 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Fri, 4 Nov 2022 16:49:08 +0000 -Subject: [PATCH 01/30] Add TagsSchemaTrulyComputed definition +Subject: [PATCH 01/29] Add TagsSchemaTrulyComputed definition diff --git a/internal/tags/tags.go b/internal/tags/tags.go diff --git a/patches/0002-Conns-user-agent.patch b/patches/0002-Conns-user-agent.patch index d206b32d270..c50708acb78 100644 --- a/patches/0002-Conns-user-agent.patch +++ b/patches/0002-Conns-user-agent.patch @@ -1,7 +1,7 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Fri, 4 Nov 2022 17:03:31 +0000 -Subject: [PATCH 02/30] Conns user agent +Subject: [PATCH 02/29] Conns user agent Replace the useragent used for AWS client connections with a Pulumi-flavoured one. diff --git a/patches/0003-Add-S3-legacy-bucket-to-resources.patch b/patches/0003-Add-S3-legacy-bucket-to-resources.patch index b8da8903054..9ac5652cd1f 100644 --- a/patches/0003-Add-S3-legacy-bucket-to-resources.patch +++ b/patches/0003-Add-S3-legacy-bucket-to-resources.patch @@ -1,7 +1,7 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Fri, 4 Nov 2022 17:05:11 +0000 -Subject: [PATCH 03/30] Add S3 legacy bucket to resources +Subject: [PATCH 03/29] Add S3 legacy bucket to resources This preserves the old S3 Resource in the SDK, by duplicating the code as a new service (in internal/service/s3legacy), and making an explicit @@ -14,7 +14,7 @@ scheme for registration: see https://github.com/hashicorp/terraform-provider-aws/pull/29717. diff --git a/internal/provider/provider.go b/internal/provider/provider.go -index 0bcb6d6a98..2bc27a3348 100644 +index 58adbcd531..97abd08352 100644 --- a/internal/provider/provider.go +++ b/internal/provider/provider.go @@ -13,6 +13,8 @@ import ( @@ -26,7 +26,7 @@ index 0bcb6d6a98..2bc27a3348 100644 "github.com/aws/aws-sdk-go-v2/feature/ec2/imds" "github.com/aws/aws-sdk-go/aws/endpoints" awsbase "github.com/hashicorp/aws-sdk-go-base/v2" -@@ -237,7 +239,9 @@ func New(ctx context.Context) (*schema.Provider, error) { +@@ -249,7 +251,9 @@ func New(ctx context.Context) (*schema.Provider, error) { // should use the @SDKDataSource and @SDKResource function-level annotations // rather than adding directly to these maps. DataSourcesMap: make(map[string]*schema.Resource), diff --git a/patches/0004-Marks-SSE-Configuration-as-Computed-for-Legacy-S3-Bu.patch b/patches/0004-Marks-SSE-Configuration-as-Computed-for-Legacy-S3-Bu.patch index 48beae500ee..a8d1dec2f90 100644 --- a/patches/0004-Marks-SSE-Configuration-as-Computed-for-Legacy-S3-Bu.patch +++ b/patches/0004-Marks-SSE-Configuration-as-Computed-for-Legacy-S3-Bu.patch @@ -1,7 +1,7 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Kyle Pitzen Date: Thu, 9 Mar 2023 09:47:49 -0600 -Subject: [PATCH 04/30] Marks SSE Configuration as Computed for Legacy S3 +Subject: [PATCH 04/29] Marks SSE Configuration as Computed for Legacy S3 Bucket In January, AWS enabled SSE by default for all new S3 buckets. diff --git a/patches/0005-De-deprecate-bucket_object.patch b/patches/0005-De-deprecate-bucket_object.patch index 9fb2bb665f2..a8c90e859a8 100644 --- a/patches/0005-De-deprecate-bucket_object.patch +++ b/patches/0005-De-deprecate-bucket_object.patch @@ -1,11 +1,11 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Fri, 4 Nov 2022 17:06:11 +0000 -Subject: [PATCH 05/30] De-deprecate bucket_object +Subject: [PATCH 05/29] De-deprecate bucket_object diff --git a/internal/service/s3/bucket_object.go b/internal/service/s3/bucket_object.go -index 1a6fadf590..f596e3a8b4 100644 +index 9327008686..a3765c60a1 100644 --- a/internal/service/s3/bucket_object.go +++ b/internal/service/s3/bucket_object.go @@ -63,7 +63,7 @@ func ResourceBucketObject() *schema.Resource { diff --git a/patches/0006-Remove-lakeformation-catalog_resource-default.patch b/patches/0006-Remove-lakeformation-catalog_resource-default.patch index df01b842336..1dc1012370d 100644 --- a/patches/0006-Remove-lakeformation-catalog_resource-default.patch +++ b/patches/0006-Remove-lakeformation-catalog_resource-default.patch @@ -1,7 +1,7 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Fri, 4 Nov 2022 17:08:23 +0000 -Subject: [PATCH 06/30] Remove lakeformation catalog_resource default +Subject: [PATCH 06/29] Remove lakeformation catalog_resource default diff --git a/internal/service/lakeformation/permissions.go b/internal/service/lakeformation/permissions.go diff --git a/patches/0007-Workaround-SSM-Parameter-tier-bug.patch b/patches/0007-Workaround-SSM-Parameter-tier-bug.patch index ed0b244b1e1..ad952a50f1a 100644 --- a/patches/0007-Workaround-SSM-Parameter-tier-bug.patch +++ b/patches/0007-Workaround-SSM-Parameter-tier-bug.patch @@ -1,7 +1,7 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Fri, 4 Nov 2022 17:24:42 +0000 -Subject: [PATCH 07/30] Workaround SSM Parameter tier bug +Subject: [PATCH 07/29] Workaround SSM Parameter tier bug - Disable "computed". - Disable diff suppression & counteractions diff --git a/patches/0010-Add-ECR-credentials_data_source.patch b/patches/0010-Add-ECR-credentials_data_source.patch index 07319a493ee..7eb9fba3bb5 100644 --- a/patches/0010-Add-ECR-credentials_data_source.patch +++ b/patches/0010-Add-ECR-credentials_data_source.patch @@ -5,7 +5,7 @@ Subject: [PATCH 10/29] Add ECR credentials_data_source diff --git a/internal/provider/provider.go b/internal/provider/provider.go -index 2bc27a3348..29feaebfbd 100644 +index 97abd08352..496bf6af0d 100644 --- a/internal/provider/provider.go +++ b/internal/provider/provider.go @@ -13,6 +13,8 @@ import ( @@ -17,7 +17,7 @@ index 2bc27a3348..29feaebfbd 100644 "github.com/hashicorp/terraform-provider-aws/internal/service/s3legacy" "github.com/aws/aws-sdk-go-v2/feature/ec2/imds" -@@ -238,7 +240,10 @@ func New(ctx context.Context) (*schema.Provider, error) { +@@ -250,7 +252,10 @@ func New(ctx context.Context) (*schema.Provider, error) { // Data sources and resources implemented using Terraform Plugin SDK // should use the @SDKDataSource and @SDKResource function-level annotations // rather than adding directly to these maps. diff --git a/patches/0015-add-matchmaking-configuration-72.patch b/patches/0015-add-matchmaking-configuration-72.patch index c50ad334021..c875730ac3e 100644 --- a/patches/0015-add-matchmaking-configuration-72.patch +++ b/patches/0015-add-matchmaking-configuration-72.patch @@ -10,7 +10,7 @@ Subject: [PATCH 15/29] add matchmaking configuration (#72) * add resource docs diff --git a/internal/provider/provider.go b/internal/provider/provider.go -index 29feaebfbd..8d16810a17 100644 +index 496bf6af0d..60554782a2 100644 --- a/internal/provider/provider.go +++ b/internal/provider/provider.go @@ -15,6 +15,7 @@ import ( @@ -21,7 +21,7 @@ index 29feaebfbd..8d16810a17 100644 "github.com/hashicorp/terraform-provider-aws/internal/service/s3legacy" "github.com/aws/aws-sdk-go-v2/feature/ec2/imds" -@@ -246,6 +247,9 @@ func New(ctx context.Context) (*schema.Provider, error) { +@@ -258,6 +259,9 @@ func New(ctx context.Context) (*schema.Provider, error) { ResourcesMap: map[string]*schema.Resource{ "aws_s3_bucket_legacy": s3legacy.ResourceBucketLegacy(), diff --git a/patches/0019-Change-default-descriptions-to-Managed-by-Pulumi.patch b/patches/0019-Change-default-descriptions-to-Managed-by-Pulumi.patch index 29c313f4d0e..0925bb156d9 100644 --- a/patches/0019-Change-default-descriptions-to-Managed-by-Pulumi.patch +++ b/patches/0019-Change-default-descriptions-to-Managed-by-Pulumi.patch @@ -70,10 +70,10 @@ index 6970e2c917..9644b1a733 100644 "name": { Type: schema.TypeString, diff --git a/internal/service/ec2/vpc_security_group.go b/internal/service/ec2/vpc_security_group.go -index 48be193e59..e3a4359db9 100644 +index 4ac9f81739..f25a8b53cb 100644 --- a/internal/service/ec2/vpc_security_group.go +++ b/internal/service/ec2/vpc_security_group.go -@@ -63,7 +63,7 @@ func ResourceSecurityGroup() *schema.Resource { +@@ -66,7 +66,7 @@ func ResourceSecurityGroup() *schema.Resource { Type: schema.TypeString, Optional: true, ForceNew: true, diff --git a/patches/0022-Fix-elbv2-target-group-read.patch b/patches/0022-Fix-elbv2-target-group-read.patch index 444504cb2dc..edd150cc3e6 100644 --- a/patches/0022-Fix-elbv2-target-group-read.patch +++ b/patches/0022-Fix-elbv2-target-group-read.patch @@ -7,10 +7,10 @@ Workaround for https://github.com/pulumi/pulumi-aws/issues/2517 Don't return single empty map. Return empty list instead. diff --git a/internal/service/elbv2/target_group.go b/internal/service/elbv2/target_group.go -index 3c510e710b..26903193f9 100644 +index b873c0bcf4..3c709e94a5 100644 --- a/internal/service/elbv2/target_group.go +++ b/internal/service/elbv2/target_group.go -@@ -1201,6 +1201,12 @@ func flattenTargetGroupFailover(attributes []*elbv2.TargetGroupAttribute) []inte +@@ -1221,6 +1221,12 @@ func flattenTargetGroupFailover(attributes []*elbv2.TargetGroupAttribute) []inte } } diff --git a/patches/0027-Restore-S3ConnURICleaningDisabled.patch b/patches/0027-Restore-S3ConnURICleaningDisabled.patch index d0311b74d8b..74b5aa82039 100644 --- a/patches/0027-Restore-S3ConnURICleaningDisabled.patch +++ b/patches/0027-Restore-S3ConnURICleaningDisabled.patch @@ -5,7 +5,7 @@ Subject: [PATCH 27/29] Restore S3ConnURICleaningDisabled diff --git a/internal/conns/awsclient.go b/internal/conns/awsclient.go -index b1f8680be8..0a6f434326 100644 +index 05e58080b5..0c0f1952be 100644 --- a/internal/conns/awsclient.go +++ b/internal/conns/awsclient.go @@ -11,10 +11,12 @@ import ( @@ -21,7 +21,7 @@ index b1f8680be8..0a6f434326 100644 baselogging "github.com/hashicorp/aws-sdk-go-base/v2/logging" tftags "github.com/hashicorp/terraform-provider-aws/internal/tags" "github.com/hashicorp/terraform-provider-aws/names" -@@ -72,6 +74,13 @@ func (client *AWSClient) S3UsePathStyle() bool { +@@ -76,6 +78,13 @@ func (client *AWSClient) S3UsePathStyle() bool { return client.s3UsePathStyle } diff --git a/patches/0028-Do-not-compute-tags_all-at-TF-level.patch b/patches/0028-Do-not-compute-tags_all-at-TF-level.patch index f16de8ab7c7..4498be77da3 100644 --- a/patches/0028-Do-not-compute-tags_all-at-TF-level.patch +++ b/patches/0028-Do-not-compute-tags_all-at-TF-level.patch @@ -22,10 +22,10 @@ index 34065d9285..5225f639af 100644 if request.Plan.Raw.IsNull() { return diff --git a/internal/provider/fwprovider/provider.go b/internal/provider/fwprovider/provider.go -index 85a814022b..b119e21c46 100644 +index 6dbe55dfd5..acde512855 100644 --- a/internal/provider/fwprovider/provider.go +++ b/internal/provider/fwprovider/provider.go -@@ -413,8 +413,8 @@ func (p *fwprovider) Resources(ctx context.Context) []func() resource.Resource { +@@ -421,8 +421,8 @@ func (p *fwprovider) Resources(ctx context.Context) []func() resource.Resource { continue } if v, ok := schemaResponse.Schema.Attributes[names.AttrTagsAll]; ok { @@ -141,18 +141,18 @@ index 0b867c6616..0bf0c7ec63 100644 Optional: true, Validators: []validator.Int64{ diff --git a/internal/service/lexv2models/bot.go b/internal/service/lexv2models/bot.go -index d806a8c907..ce0d41325e 100644 +index fc553b56bc..997a513b50 100644 --- a/internal/service/lexv2models/bot.go +++ b/internal/service/lexv2models/bot.go -@@ -78,7 +78,7 @@ func (r *resourceBot) Schema(ctx context.Context, req resource.SchemaRequest, re - }, +@@ -82,7 +82,7 @@ func (r *resourceBot) Schema(ctx context.Context, req resource.SchemaRequest, re + Required: true, }, names.AttrTags: tftags.TagsAttribute(), - names.AttrTagsAll: tftags.TagsAttributeComputedOnly(), + names.AttrTagsAll: tftags.TagsAttribute(), - "role_arn": schema.StringAttribute{ - CustomType: fwtypes.ARNType, - Required: true, + "test_bot_alias_tags": schema.MapAttribute{ + ElementType: types.StringType, + Optional: true, diff --git a/internal/service/opensearchserverless/collection.go b/internal/service/opensearchserverless/collection.go index e661616cd7..7744b48ac4 100644 --- a/internal/service/opensearchserverless/collection.go diff --git a/provider/cmd/pulumi-resource-aws/bridge-metadata.json b/provider/cmd/pulumi-resource-aws/bridge-metadata.json index 9a40f1238b6..82779c61f66 100644 --- a/provider/cmd/pulumi-resource-aws/bridge-metadata.json +++ b/provider/cmd/pulumi-resource-aws/bridge-metadata.json @@ -2557,6 +2557,10 @@ } } }, + "aws_apprunner_default_auto_scaling_configuration_version": { + "current": "aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion", + "majorVersion": 6 + }, "aws_apprunner_observability_configuration": { "current": "aws:apprunner/observabilityConfiguration:ObservabilityConfiguration", "majorVersion": 6, @@ -14859,6 +14863,10 @@ } } }, + "aws_lexv2models_bot_version": { + "current": "aws:lex/v2modelsBotVersion:V2modelsBotVersion", + "majorVersion": 6 + }, "aws_licensemanager_association": { "current": "aws:licensemanager/association:Association", "majorVersion": 6 @@ -148082,6 +148090,19 @@ } } } + }, + "target_object_key_format": { + "maxItemsOne": true, + "elem": { + "fields": { + "partitioned_prefix": { + "maxItemsOne": true + }, + "simple_prefix": { + "maxItemsOne": true + } + } + } } } }, @@ -148334,6 +148355,10 @@ } } }, + "aws_s3control_access_grants_instance_resource_policy": { + "current": "aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy", + "majorVersion": 6 + }, "aws_s3control_access_point_policy": { "current": "aws:s3control/accessPointPolicy:AccessPointPolicy", "majorVersion": 6 @@ -215429,6 +215454,15 @@ } } }, + "aws_emr_supported_instance_types": { + "current": "aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes", + "majorVersion": 6, + "fields": { + "supported_instance_types": { + "maxItemsOne": false + } + } + }, "aws_emrcontainers_virtual_cluster": { "current": "aws:emrcontainers/getVirtualCluster:getVirtualCluster", "majorVersion": 6, @@ -220580,6 +220614,7 @@ "aws:apprunner/autoScalingConfigurationVersion:AutoScalingConfigurationVersion": 0, "aws:apprunner/connection:Connection": 0, "aws:apprunner/customDomainAssociation:CustomDomainAssociation": 0, + "aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion": 1, "aws:apprunner/observabilityConfiguration:ObservabilityConfiguration": 0, "aws:apprunner/service:Service": 0, "aws:apprunner/vpcConnector:VpcConnector": 0, @@ -221241,6 +221276,7 @@ "aws:lex/slotType:SlotType": 0, "aws:lex/v2modelsBot:V2modelsBot": 1, "aws:lex/v2modelsBotLocale:V2modelsBotLocale": 1, + "aws:lex/v2modelsBotVersion:V2modelsBotVersion": 1, "aws:licensemanager/association:Association": 0, "aws:licensemanager/licenseConfiguration:LicenseConfiguration": 0, "aws:licensemanager/licenseGrant:LicenseGrant": 0, @@ -221538,6 +221574,7 @@ "aws:s3/bucketWebsiteConfigurationV2:BucketWebsiteConfigurationV2": 0, "aws:s3/inventory:Inventory": 0, "aws:s3/objectCopy:ObjectCopy": 0, + "aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy": 1, "aws:s3control/accessPointPolicy:AccessPointPolicy": 0, "aws:s3control/bucket:Bucket": 0, "aws:s3control/bucketLifecycleConfiguration:BucketLifecycleConfiguration": 0, @@ -222016,6 +222053,7 @@ "aws:elb/getLoadBalancer:getLoadBalancer": 0, "aws:elb/getServiceAccount:getServiceAccount": 0, "aws:emr/getReleaseLabels:getReleaseLabels": 0, + "aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes": 1, "aws:emrcontainers/getVirtualCluster:getVirtualCluster": 0, "aws:fsx/getOntapFileSystem:getOntapFileSystem": 0, "aws:fsx/getOntapStorageVirtualMachine:getOntapStorageVirtualMachine": 0, @@ -222401,6 +222439,7 @@ "aws:apprunner/autoScalingConfigurationVersion:AutoScalingConfigurationVersion": "aws_apprunner_auto_scaling_configuration_version", "aws:apprunner/connection:Connection": "aws_apprunner_connection", "aws:apprunner/customDomainAssociation:CustomDomainAssociation": "aws_apprunner_custom_domain_association", + "aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion": "aws_apprunner_default_auto_scaling_configuration_version", "aws:apprunner/observabilityConfiguration:ObservabilityConfiguration": "aws_apprunner_observability_configuration", "aws:apprunner/service:Service": "aws_apprunner_service", "aws:apprunner/vpcConnector:VpcConnector": "aws_apprunner_vpc_connector", @@ -223062,6 +223101,7 @@ "aws:lex/slotType:SlotType": "aws_lex_slot_type", "aws:lex/v2modelsBot:V2modelsBot": "aws_lexv2models_bot", "aws:lex/v2modelsBotLocale:V2modelsBotLocale": "aws_lexv2models_bot_locale", + "aws:lex/v2modelsBotVersion:V2modelsBotVersion": "aws_lexv2models_bot_version", "aws:licensemanager/association:Association": "aws_licensemanager_association", "aws:licensemanager/licenseConfiguration:LicenseConfiguration": "aws_licensemanager_license_configuration", "aws:licensemanager/licenseGrant:LicenseGrant": "aws_licensemanager_grant", @@ -223359,6 +223399,7 @@ "aws:s3/bucketWebsiteConfigurationV2:BucketWebsiteConfigurationV2": "aws_s3_bucket_website_configuration", "aws:s3/inventory:Inventory": "aws_s3_bucket_inventory", "aws:s3/objectCopy:ObjectCopy": "aws_s3_object_copy", + "aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy": "aws_s3control_access_grants_instance_resource_policy", "aws:s3control/accessPointPolicy:AccessPointPolicy": "aws_s3control_access_point_policy", "aws:s3control/bucket:Bucket": "aws_s3control_bucket", "aws:s3control/bucketLifecycleConfiguration:BucketLifecycleConfiguration": "aws_s3control_bucket_lifecycle_configuration", @@ -223837,6 +223878,7 @@ "aws:elb/getLoadBalancer:getLoadBalancer": "aws_elb", "aws:elb/getServiceAccount:getServiceAccount": "aws_elb_service_account", "aws:emr/getReleaseLabels:getReleaseLabels": "aws_emr_release_labels", + "aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes": "aws_emr_supported_instance_types", "aws:emrcontainers/getVirtualCluster:getVirtualCluster": "aws_emrcontainers_virtual_cluster", "aws:fsx/getOntapFileSystem:getOntapFileSystem": "aws_fsx_ontap_file_system", "aws:fsx/getOntapStorageVirtualMachine:getOntapStorageVirtualMachine": "aws_fsx_ontap_storage_virtual_machine", @@ -226843,7 +226885,8 @@ }, "aws:apprunner/ServiceNetworkConfiguration:ServiceNetworkConfiguration": { "egressConfiguration": "egress_configuration", - "ingressConfiguration": "ingress_configuration" + "ingressConfiguration": "ingress_configuration", + "ipAddressType": "ip_address_type" }, "aws:apprunner/ServiceNetworkConfigurationEgressConfiguration:ServiceNetworkConfigurationEgressConfiguration": { "egressType": "egress_type", @@ -226869,7 +226912,8 @@ "aws:apprunner/ServiceSourceConfigurationCodeRepository:ServiceSourceConfigurationCodeRepository": { "codeConfiguration": "code_configuration", "repositoryUrl": "repository_url", - "sourceCodeVersion": "source_code_version" + "sourceCodeVersion": "source_code_version", + "sourceDirectory": "source_directory" }, "aws:apprunner/ServiceSourceConfigurationCodeRepositoryCodeConfiguration:ServiceSourceConfigurationCodeRepositoryCodeConfiguration": { "codeConfigurationValues": "code_configuration_values", @@ -226898,6 +226942,8 @@ "aws:apprunner/autoScalingConfigurationVersion:AutoScalingConfigurationVersion": { "autoScalingConfigurationName": "auto_scaling_configuration_name", "autoScalingConfigurationRevision": "auto_scaling_configuration_revision", + "hasAssociatedService": "has_associated_service", + "isDefault": "is_default", "maxConcurrency": "max_concurrency", "maxSize": "max_size", "minSize": "min_size", @@ -226915,6 +226961,9 @@ "enableWwwSubdomain": "enable_www_subdomain", "serviceArn": "service_arn" }, + "aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion": { + "autoScalingConfigurationArn": "auto_scaling_configuration_arn" + }, "aws:apprunner/observabilityConfiguration:ObservabilityConfiguration": { "observabilityConfigurationName": "observability_configuration_name", "observabilityConfigurationRevision": "observability_configuration_revision", @@ -236879,6 +236928,7 @@ "applyImmediately": "apply_immediately", "atRestEncryptionEnabled": "at_rest_encryption_enabled", "authToken": "auth_token", + "authTokenUpdateStrategy": "auth_token_update_strategy", "autoMinorVersionUpgrade": "auto_minor_version_upgrade", "automaticFailoverEnabled": "automatic_failover_enabled", "clusterEnabled": "cluster_enabled", @@ -237520,6 +237570,20 @@ "aws:emr/getReleaseLabels:getReleaseLabels": { "releaseLabels": "release_labels" }, + "aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes": { + "releaseLabel": "release_label", + "supportedInstanceTypes": "supported_instance_types" + }, + "aws:emr/getSupportedInstanceTypesSupportedInstanceType:getSupportedInstanceTypesSupportedInstanceType": { + "ebsOptimizedAvailable": "ebs_optimized_available", + "ebsOptimizedByDefault": "ebs_optimized_by_default", + "ebsStorageOnly": "ebs_storage_only", + "instanceFamilyId": "instance_family_id", + "is64BitsOnly": "is_64_bits_only", + "memoryGb": "memory_gb", + "numberOfDisks": "number_of_disks", + "storageGb": "storage_gb" + }, "aws:emr/instanceFleet:InstanceFleet": { "clusterId": "cluster_id", "instanceTypeConfigs": "instance_type_configs", @@ -242557,6 +242621,9 @@ "aliasId": "alias_id", "aliasName": "alias_name" }, + "aws:lex/V2modelsBotVersionLocaleSpecification:V2modelsBotVersionLocaleSpecification": { + "sourceBotVersion": "source_bot_version" + }, "aws:lex/bot:Bot": { "abortStatement": "abort_statement", "childDirected": "child_directed", @@ -242643,6 +242710,11 @@ "nLuIntentConfidenceThreshold": "n_lu_intent_confidence_threshold", "voiceSettings": "voice_settings" }, + "aws:lex/v2modelsBotVersion:V2modelsBotVersion": { + "botId": "bot_id", + "botVersion": "bot_version", + "localeSpecification": "locale_specification" + }, "aws:licensemanager/association:Association": { "licenseConfigurationArn": "license_configuration_arn", "resourceArn": "resource_arn" @@ -337946,6 +338018,13 @@ "displayName": "display_name", "emailAddress": "email_address" }, + "aws:s3/BucketLoggingV2TargetObjectKeyFormat:BucketLoggingV2TargetObjectKeyFormat": { + "partitionedPrefix": "partitioned_prefix", + "simplePrefix": "simple_prefix" + }, + "aws:s3/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix:BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix": { + "partitionDateSource": "partition_date_source" + }, "aws:s3/BucketNotificationLambdaFunction:BucketNotificationLambdaFunction": { "filterPrefix": "filter_prefix", "filterSuffix": "filter_suffix", @@ -338193,6 +338272,7 @@ "expectedBucketOwner": "expected_bucket_owner", "targetBucket": "target_bucket", "targetGrants": "target_grant", + "targetObjectKeyFormat": "target_object_key_format", "targetPrefix": "target_prefix" }, "aws:s3/bucketNotification:BucketNotification": { @@ -338505,6 +338585,9 @@ "aws:s3control/StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms:StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms": { "keyId": "key_id" }, + "aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy": { + "accountId": "account_id" + }, "aws:s3control/accessPointPolicy:AccessPointPolicy": { "accessPointArn": "access_point_arn", "hasPublicAccessPolicy": "has_public_access_policy" diff --git a/provider/cmd/pulumi-resource-aws/runtime-bridge-metadata.json b/provider/cmd/pulumi-resource-aws/runtime-bridge-metadata.json index ce3781c4536..5a44e3d4f0e 100644 --- a/provider/cmd/pulumi-resource-aws/runtime-bridge-metadata.json +++ b/provider/cmd/pulumi-resource-aws/runtime-bridge-metadata.json @@ -1 +1 @@ -{"auto-aliasing":{"resources":{"aws_accessanalyzer_analyzer":{"current":"aws:accessanalyzer/analyzer:Analyzer","majorVersion":6},"aws_accessanalyzer_archive_rule":{"current":"aws:accessanalyzer/archiveRule:ArchiveRule","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"contains":{"maxItemsOne":false},"eq":{"maxItemsOne":false},"neq":{"maxItemsOne":false}}}}}},"aws_account_alternate_contact":{"current":"aws:account/alternativeContact:AlternativeContact","majorVersion":6},"aws_account_primary_contact":{"current":"aws:account/primaryContact:PrimaryContact","majorVersion":6},"aws_acm_certificate":{"current":"aws:acm/certificate:Certificate","majorVersion":6,"fields":{"domain_validation_options":{"maxItemsOne":false},"options":{"maxItemsOne":true},"renewal_summary":{"maxItemsOne":false},"subject_alternative_names":{"maxItemsOne":false},"validation_emails":{"maxItemsOne":false},"validation_option":{"maxItemsOne":false}}},"aws_acm_certificate_validation":{"current":"aws:acm/certificateValidation:CertificateValidation","majorVersion":6,"fields":{"validation_record_fqdns":{"maxItemsOne":false}}},"aws_acmpca_certificate":{"current":"aws:acmpca/certificate:Certificate","majorVersion":6,"fields":{"validity":{"maxItemsOne":true}}},"aws_acmpca_certificate_authority":{"current":"aws:acmpca/certificateAuthority:CertificateAuthority","majorVersion":6,"fields":{"certificate_authority_configuration":{"maxItemsOne":true,"elem":{"fields":{"subject":{"maxItemsOne":true}}}},"revocation_configuration":{"maxItemsOne":true,"elem":{"fields":{"crl_configuration":{"maxItemsOne":true},"ocsp_configuration":{"maxItemsOne":true}}}}}},"aws_acmpca_certificate_authority_certificate":{"current":"aws:acmpca/certificateAuthorityCertificate:CertificateAuthorityCertificate","majorVersion":6},"aws_acmpca_permission":{"current":"aws:acmpca/permission:Permission","majorVersion":6,"fields":{"actions":{"maxItemsOne":false}}},"aws_acmpca_policy":{"current":"aws:acmpca/policy:Policy","majorVersion":6},"aws_alb":{"current":"aws:alb/loadBalancer:LoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_mapping":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_alb_listener":{"current":"aws:alb/listener:Listener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":true},"authenticate_oidc":{"maxItemsOne":true},"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":true,"elem":{"fields":{"stickiness":{"maxItemsOne":true},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":true}}}}}},"aws_alb_listener_certificate":{"current":"aws:alb/listenerCertificate:ListenerCertificate","majorVersion":6},"aws_alb_listener_rule":{"current":"aws:alb/listenerRule:ListenerRule","majorVersion":6,"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":true},"authenticate_oidc":{"maxItemsOne":true},"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":true,"elem":{"fields":{"stickiness":{"maxItemsOne":true},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":true}}}},"condition":{"maxItemsOne":false,"elem":{"fields":{"host_header":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"http_header":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"http_request_method":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"path_pattern":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"query_string":{"maxItemsOne":false},"source_ip":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}}}},"aws_alb_target_group":{"current":"aws:alb/targetGroup:TargetGroup","majorVersion":6,"fields":{"health_check":{"maxItemsOne":true},"stickiness":{"maxItemsOne":true},"target_failover":{"maxItemsOne":false},"target_health_state":{"maxItemsOne":false}}},"aws_alb_target_group_attachment":{"current":"aws:alb/targetGroupAttachment:TargetGroupAttachment","majorVersion":6},"aws_ami":{"current":"aws:ec2/ami:Ami","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false}}},"aws_ami_copy":{"current":"aws:ec2/amiCopy:AmiCopy","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false}}},"aws_ami_from_instance":{"current":"aws:ec2/amiFromInstance:AmiFromInstance","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false}}},"aws_ami_launch_permission":{"current":"aws:ec2/amiLaunchPermission:AmiLaunchPermission","majorVersion":6},"aws_amplify_app":{"current":"aws:amplify/app:App","majorVersion":6,"fields":{"auto_branch_creation_config":{"maxItemsOne":true},"auto_branch_creation_patterns":{"maxItemsOne":false},"custom_rule":{"maxItemsOne":false},"production_branch":{"maxItemsOne":false}}},"aws_amplify_backend_environment":{"current":"aws:amplify/backendEnvironment:BackendEnvironment","majorVersion":6},"aws_amplify_branch":{"current":"aws:amplify/branch:Branch","majorVersion":6,"fields":{"associated_resources":{"maxItemsOne":false},"custom_domains":{"maxItemsOne":false}}},"aws_amplify_domain_association":{"current":"aws:amplify/domainAssociation:DomainAssociation","majorVersion":6,"fields":{"sub_domain":{"maxItemsOne":false}}},"aws_amplify_webhook":{"current":"aws:amplify/webhook:Webhook","majorVersion":6},"aws_api_gateway_account":{"current":"aws:apigateway/account:Account","majorVersion":6,"fields":{"features":{"maxItemsOne":false},"throttle_settings":{"maxItemsOne":false}}},"aws_api_gateway_api_key":{"current":"aws:apigateway/apiKey:ApiKey","majorVersion":6},"aws_api_gateway_authorizer":{"current":"aws:apigateway/authorizer:Authorizer","majorVersion":6,"fields":{"provider_arns":{"maxItemsOne":false}}},"aws_api_gateway_base_path_mapping":{"current":"aws:apigateway/basePathMapping:BasePathMapping","majorVersion":6},"aws_api_gateway_client_certificate":{"current":"aws:apigateway/clientCertificate:ClientCertificate","majorVersion":6},"aws_api_gateway_deployment":{"current":"aws:apigateway/deployment:Deployment","majorVersion":6},"aws_api_gateway_documentation_part":{"current":"aws:apigateway/documentationPart:DocumentationPart","majorVersion":6,"fields":{"location":{"maxItemsOne":true}}},"aws_api_gateway_documentation_version":{"current":"aws:apigateway/documentationVersion:DocumentationVersion","majorVersion":6},"aws_api_gateway_domain_name":{"current":"aws:apigateway/domainName:DomainName","majorVersion":6,"fields":{"endpoint_configuration":{"maxItemsOne":true,"elem":{"fields":{"types":{"maxItemsOne":true}}}},"mutual_tls_authentication":{"maxItemsOne":true}}},"aws_api_gateway_gateway_response":{"current":"aws:apigateway/response:Response","majorVersion":6},"aws_api_gateway_integration":{"current":"aws:apigateway/integration:Integration","majorVersion":6,"fields":{"cache_key_parameters":{"maxItemsOne":false},"tls_config":{"maxItemsOne":true}}},"aws_api_gateway_integration_response":{"current":"aws:apigateway/integrationResponse:IntegrationResponse","majorVersion":6},"aws_api_gateway_method":{"current":"aws:apigateway/method:Method","majorVersion":6,"fields":{"authorization_scopes":{"maxItemsOne":false}}},"aws_api_gateway_method_response":{"current":"aws:apigateway/methodResponse:MethodResponse","majorVersion":6},"aws_api_gateway_method_settings":{"current":"aws:apigateway/methodSettings:MethodSettings","majorVersion":6,"fields":{"settings":{"maxItemsOne":true}}},"aws_api_gateway_model":{"current":"aws:apigateway/model:Model","majorVersion":6},"aws_api_gateway_request_validator":{"current":"aws:apigateway/requestValidator:RequestValidator","majorVersion":6},"aws_api_gateway_resource":{"current":"aws:apigateway/resource:Resource","majorVersion":6},"aws_api_gateway_rest_api":{"current":"aws:apigateway/restApi:RestApi","majorVersion":6,"fields":{"binary_media_types":{"maxItemsOne":false},"endpoint_configuration":{"maxItemsOne":true,"elem":{"fields":{"types":{"maxItemsOne":true},"vpc_endpoint_ids":{"maxItemsOne":false}}}}}},"aws_api_gateway_rest_api_policy":{"current":"aws:apigateway/restApiPolicy:RestApiPolicy","majorVersion":6},"aws_api_gateway_stage":{"current":"aws:apigateway/stage:Stage","majorVersion":6,"fields":{"access_log_settings":{"maxItemsOne":true},"canary_settings":{"maxItemsOne":true}}},"aws_api_gateway_usage_plan":{"current":"aws:apigateway/usagePlan:UsagePlan","majorVersion":6,"fields":{"api_stages":{"maxItemsOne":false,"elem":{"fields":{"throttle":{"maxItemsOne":false}}}},"quota_settings":{"maxItemsOne":true},"throttle_settings":{"maxItemsOne":true}}},"aws_api_gateway_usage_plan_key":{"current":"aws:apigateway/usagePlanKey:UsagePlanKey","majorVersion":6},"aws_api_gateway_vpc_link":{"current":"aws:apigateway/vpcLink:VpcLink","majorVersion":6,"fields":{"target_arns":{"maxItemsOne":true}}},"aws_apigatewayv2_api":{"current":"aws:apigatewayv2/api:Api","majorVersion":6,"fields":{"cors_configuration":{"maxItemsOne":true,"elem":{"fields":{"allow_headers":{"maxItemsOne":false},"allow_methods":{"maxItemsOne":false},"allow_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}}}},"aws_apigatewayv2_api_mapping":{"current":"aws:apigatewayv2/apiMapping:ApiMapping","majorVersion":6},"aws_apigatewayv2_authorizer":{"current":"aws:apigatewayv2/authorizer:Authorizer","majorVersion":6,"fields":{"identity_sources":{"maxItemsOne":false},"jwt_configuration":{"maxItemsOne":true,"elem":{"fields":{"audience":{"maxItemsOne":false}}}}}},"aws_apigatewayv2_deployment":{"current":"aws:apigatewayv2/deployment:Deployment","majorVersion":6},"aws_apigatewayv2_domain_name":{"current":"aws:apigatewayv2/domainName:DomainName","majorVersion":6,"fields":{"domain_name_configuration":{"maxItemsOne":true},"mutual_tls_authentication":{"maxItemsOne":true}}},"aws_apigatewayv2_integration":{"current":"aws:apigatewayv2/integration:Integration","majorVersion":6,"fields":{"response_parameters":{"maxItemsOne":false},"tls_config":{"maxItemsOne":true}}},"aws_apigatewayv2_integration_response":{"current":"aws:apigatewayv2/integrationResponse:IntegrationResponse","majorVersion":6},"aws_apigatewayv2_model":{"current":"aws:apigatewayv2/model:Model","majorVersion":6},"aws_apigatewayv2_route":{"current":"aws:apigatewayv2/route:Route","majorVersion":6,"fields":{"authorization_scopes":{"maxItemsOne":false},"request_parameter":{"maxItemsOne":false}}},"aws_apigatewayv2_route_response":{"current":"aws:apigatewayv2/routeResponse:RouteResponse","majorVersion":6},"aws_apigatewayv2_stage":{"current":"aws:apigatewayv2/stage:Stage","majorVersion":6,"fields":{"access_log_settings":{"maxItemsOne":true},"default_route_settings":{"maxItemsOne":true},"route_settings":{"maxItemsOne":false}}},"aws_apigatewayv2_vpc_link":{"current":"aws:apigatewayv2/vpcLink:VpcLink","majorVersion":6,"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_app_cookie_stickiness_policy":{"current":"aws:elb/appCookieStickinessPolicy:AppCookieStickinessPolicy","majorVersion":6},"aws_appautoscaling_policy":{"current":"aws:appautoscaling/policy:Policy","majorVersion":6,"fields":{"alarm_arns":{"maxItemsOne":false},"step_scaling_policy_configuration":{"maxItemsOne":true,"elem":{"fields":{"step_adjustment":{"maxItemsOne":false}}}},"target_tracking_scaling_policy_configuration":{"maxItemsOne":true,"elem":{"fields":{"customized_metric_specification":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false},"metrics":{"maxItemsOne":false,"elem":{"fields":{"metric_stat":{"maxItemsOne":true,"elem":{"fields":{"metric":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false}}}}}}}}}}}}},"predefined_metric_specification":{"maxItemsOne":true}}}}}},"aws_appautoscaling_scheduled_action":{"current":"aws:appautoscaling/scheduledAction:ScheduledAction","majorVersion":6,"fields":{"scalable_target_action":{"maxItemsOne":true}}},"aws_appautoscaling_target":{"current":"aws:appautoscaling/target:Target","majorVersion":6},"aws_appconfig_application":{"current":"aws:appconfig/application:Application","majorVersion":6},"aws_appconfig_configuration_profile":{"current":"aws:appconfig/configurationProfile:ConfigurationProfile","majorVersion":6,"fields":{"validator":{"maxItemsOne":false}}},"aws_appconfig_deployment":{"current":"aws:appconfig/deployment:Deployment","majorVersion":6},"aws_appconfig_deployment_strategy":{"current":"aws:appconfig/deploymentStrategy:DeploymentStrategy","majorVersion":6},"aws_appconfig_environment":{"current":"aws:appconfig/environment:Environment","majorVersion":6,"fields":{"monitor":{"maxItemsOne":false}}},"aws_appconfig_extension":{"current":"aws:appconfig/extension:Extension","majorVersion":6,"fields":{"action_point":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false}}}},"parameter":{"maxItemsOne":false}}},"aws_appconfig_extension_association":{"current":"aws:appconfig/extensionAssociation:ExtensionAssociation","majorVersion":6},"aws_appconfig_hosted_configuration_version":{"current":"aws:appconfig/hostedConfigurationVersion:HostedConfigurationVersion","majorVersion":6},"aws_appflow_connector_profile":{"current":"aws:appflow/connectorProfile:ConnectorProfile","majorVersion":6,"fields":{"connector_profile_config":{"maxItemsOne":true,"elem":{"fields":{"connector_profile_credentials":{"maxItemsOne":true,"elem":{"fields":{"amplitude":{"maxItemsOne":true},"custom_connector":{"maxItemsOne":true,"elem":{"fields":{"api_key":{"maxItemsOne":true},"basic":{"maxItemsOne":true},"custom":{"maxItemsOne":true},"oauth2":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}}}}},"datadog":{"maxItemsOne":true},"dynatrace":{"maxItemsOne":true},"google_analytics":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}},"honeycode":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}},"infor_nexus":{"maxItemsOne":true},"marketo":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}},"redshift":{"maxItemsOne":true},"salesforce":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}},"sapo_data":{"maxItemsOne":true,"elem":{"fields":{"basic_auth_credentials":{"maxItemsOne":true},"oauth_credentials":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}}}}},"service_now":{"maxItemsOne":true},"singular":{"maxItemsOne":true},"slack":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}},"snowflake":{"maxItemsOne":true},"trendmicro":{"maxItemsOne":true},"veeva":{"maxItemsOne":true},"zendesk":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}}}}},"connector_profile_properties":{"maxItemsOne":true,"elem":{"fields":{"amplitude":{"maxItemsOne":true},"custom_connector":{"maxItemsOne":true,"elem":{"fields":{"oauth2_properties":{"maxItemsOne":true}}}},"datadog":{"maxItemsOne":true},"dynatrace":{"maxItemsOne":true},"google_analytics":{"maxItemsOne":true},"honeycode":{"maxItemsOne":true},"infor_nexus":{"maxItemsOne":true},"marketo":{"maxItemsOne":true},"redshift":{"maxItemsOne":true},"salesforce":{"maxItemsOne":true},"sapo_data":{"maxItemsOne":true,"elem":{"fields":{"oauth_properties":{"maxItemsOne":true,"elem":{"fields":{"oauth_scopes":{"maxItemsOne":false}}}}}}},"service_now":{"maxItemsOne":true},"singular":{"maxItemsOne":true},"slack":{"maxItemsOne":true},"snowflake":{"maxItemsOne":true},"trendmicro":{"maxItemsOne":true},"veeva":{"maxItemsOne":true},"zendesk":{"maxItemsOne":true}}}}}}}}},"aws_appflow_flow":{"current":"aws:appflow/flow:Flow","majorVersion":6,"fields":{"destination_flow_config":{"maxItemsOne":false,"elem":{"fields":{"destination_connector_properties":{"maxItemsOne":true,"elem":{"fields":{"custom_connector":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true},"id_field_names":{"maxItemsOne":false}}}},"customer_profiles":{"maxItemsOne":true},"event_bridge":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true}}}},"honeycode":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true}}}},"lookout_metrics":{"maxItemsOne":true},"marketo":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true}}}},"redshift":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true}}}},"s3":{"maxItemsOne":true,"elem":{"fields":{"s3_output_format_config":{"maxItemsOne":true,"elem":{"fields":{"aggregation_config":{"maxItemsOne":true},"prefix_config":{"maxItemsOne":true}}}}}}},"salesforce":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true},"id_field_names":{"maxItemsOne":false}}}},"sapo_data":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true},"id_field_names":{"maxItemsOne":false},"success_response_handling_config":{"maxItemsOne":true}}}},"snowflake":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true}}}},"upsolver":{"maxItemsOne":true,"elem":{"fields":{"s3_output_format_config":{"maxItemsOne":true,"elem":{"fields":{"aggregation_config":{"maxItemsOne":true},"prefix_config":{"maxItemsOne":true}}}}}}},"zendesk":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true},"id_field_names":{"maxItemsOne":false}}}}}}}}}},"source_flow_config":{"maxItemsOne":true,"elem":{"fields":{"incremental_pull_config":{"maxItemsOne":true},"source_connector_properties":{"maxItemsOne":true,"elem":{"fields":{"amplitude":{"maxItemsOne":true},"custom_connector":{"maxItemsOne":true},"datadog":{"maxItemsOne":true},"dynatrace":{"maxItemsOne":true},"google_analytics":{"maxItemsOne":true},"infor_nexus":{"maxItemsOne":true},"marketo":{"maxItemsOne":true},"s3":{"maxItemsOne":true,"elem":{"fields":{"s3_input_format_config":{"maxItemsOne":true}}}},"salesforce":{"maxItemsOne":true},"sapo_data":{"maxItemsOne":true},"service_now":{"maxItemsOne":true},"singular":{"maxItemsOne":true},"slack":{"maxItemsOne":true},"trendmicro":{"maxItemsOne":true},"veeva":{"maxItemsOne":true},"zendesk":{"maxItemsOne":true}}}}}}},"task":{"maxItemsOne":false,"elem":{"fields":{"connector_operator":{"maxItemsOne":false},"source_fields":{"maxItemsOne":false}}}},"trigger_config":{"maxItemsOne":true,"elem":{"fields":{"trigger_properties":{"maxItemsOne":true,"elem":{"fields":{"scheduled":{"maxItemsOne":true}}}}}}}}},"aws_appintegrations_data_integration":{"current":"aws:appintegrations/dataIntegration:DataIntegration","majorVersion":6,"fields":{"schedule_config":{"maxItemsOne":true}}},"aws_appintegrations_event_integration":{"current":"aws:appconfig/eventIntegration:EventIntegration","majorVersion":6,"fields":{"event_filter":{"maxItemsOne":true}}},"aws_applicationinsights_application":{"current":"aws:applicationinsights/application:Application","majorVersion":6},"aws_appmesh_gateway_route":{"current":"aws:appmesh/gatewayRoute:GatewayRoute","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"grpc_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"target":{"maxItemsOne":true,"elem":{"fields":{"virtual_service":{"maxItemsOne":true}}}}}}},"match":{"maxItemsOne":true}}}},"http2_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"rewrite":{"maxItemsOne":true,"elem":{"fields":{"hostname":{"maxItemsOne":true},"path":{"maxItemsOne":true},"prefix":{"maxItemsOne":true}}}},"target":{"maxItemsOne":true,"elem":{"fields":{"virtual_service":{"maxItemsOne":true}}}}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}}}}},"hostname":{"maxItemsOne":true},"path":{"maxItemsOne":true},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true}}}}}}}}}},"http_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"rewrite":{"maxItemsOne":true,"elem":{"fields":{"hostname":{"maxItemsOne":true},"path":{"maxItemsOne":true},"prefix":{"maxItemsOne":true}}}},"target":{"maxItemsOne":true,"elem":{"fields":{"virtual_service":{"maxItemsOne":true}}}}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}}}}},"hostname":{"maxItemsOne":true},"path":{"maxItemsOne":true},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true}}}}}}}}}}}}}}},"aws_appmesh_mesh":{"current":"aws:appmesh/mesh:Mesh","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"egress_filter":{"maxItemsOne":true}}}}}},"aws_appmesh_route":{"current":"aws:appmesh/route:Route","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"grpc_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"metadata":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}}}}}}}},"retry_policy":{"maxItemsOne":true,"elem":{"fields":{"grpc_retry_events":{"maxItemsOne":false},"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":true},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}}}}},"http2_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}}}}},"path":{"maxItemsOne":true},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true}}}}}}},"retry_policy":{"maxItemsOne":true,"elem":{"fields":{"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":true},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}}}}},"http_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}}}}},"path":{"maxItemsOne":true},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true}}}}}}},"retry_policy":{"maxItemsOne":true,"elem":{"fields":{"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":true},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}}}}},"tcp_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":true},"timeout":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true}}}}}}}}}}}},"aws_appmesh_virtual_gateway":{"current":"aws:appmesh/virtualGateway:VirtualGateway","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"backend_defaults":{"maxItemsOne":true,"elem":{"fields":{"client_policy":{"maxItemsOne":true,"elem":{"fields":{"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":true,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":true,"elem":{"fields":{"acm":{"maxItemsOne":true,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}}}}}}}}}}}}}},"listener":{"maxItemsOne":false,"elem":{"fields":{"connection_pool":{"maxItemsOne":true,"elem":{"fields":{"grpc":{"maxItemsOne":true},"http":{"maxItemsOne":true},"http2":{"maxItemsOne":true}}}},"health_check":{"maxItemsOne":true},"port_mapping":{"maxItemsOne":true},"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":true,"elem":{"fields":{"acm":{"maxItemsOne":true},"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}},"validation":{"maxItemsOne":true,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}}}}}}}}}}},"logging":{"maxItemsOne":true,"elem":{"fields":{"access_log":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true,"elem":{"fields":{"format":{"maxItemsOne":true,"elem":{"fields":{"json":{"maxItemsOne":false}}}}}}}}}}}}}}}}}},"aws_appmesh_virtual_node":{"current":"aws:appmesh/virtualNode:VirtualNode","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"backend":{"maxItemsOne":false,"elem":{"fields":{"virtual_service":{"maxItemsOne":true,"elem":{"fields":{"client_policy":{"maxItemsOne":true,"elem":{"fields":{"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":true,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":true,"elem":{"fields":{"acm":{"maxItemsOne":true,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"backend_defaults":{"maxItemsOne":true,"elem":{"fields":{"client_policy":{"maxItemsOne":true,"elem":{"fields":{"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":true,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":true,"elem":{"fields":{"acm":{"maxItemsOne":true,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}}}}}}}}}}}}}},"listener":{"maxItemsOne":false,"elem":{"fields":{"connection_pool":{"maxItemsOne":true,"elem":{"fields":{"grpc":{"maxItemsOne":true},"http":{"maxItemsOne":false},"http2":{"maxItemsOne":false},"tcp":{"maxItemsOne":false}}}},"health_check":{"maxItemsOne":true},"outlier_detection":{"maxItemsOne":true,"elem":{"fields":{"base_ejection_duration":{"maxItemsOne":true},"interval":{"maxItemsOne":true}}}},"port_mapping":{"maxItemsOne":true},"timeout":{"maxItemsOne":true,"elem":{"fields":{"grpc":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}},"http":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}},"http2":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}},"tcp":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true}}}}}}},"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":true,"elem":{"fields":{"acm":{"maxItemsOne":true},"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}},"validation":{"maxItemsOne":true,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}}}}}}}}}}},"logging":{"maxItemsOne":true,"elem":{"fields":{"access_log":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true,"elem":{"fields":{"format":{"maxItemsOne":true,"elem":{"fields":{"json":{"maxItemsOne":false}}}}}}}}}}}}},"service_discovery":{"maxItemsOne":true,"elem":{"fields":{"aws_cloud_map":{"maxItemsOne":true},"dns":{"maxItemsOne":true}}}}}}}}},"aws_appmesh_virtual_router":{"current":"aws:appmesh/virtualRouter:VirtualRouter","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"listener":{"maxItemsOne":false,"elem":{"fields":{"port_mapping":{"maxItemsOne":true}}}}}}}}},"aws_appmesh_virtual_service":{"current":"aws:appmesh/virtualService:VirtualService","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"provider":{"maxItemsOne":true,"elem":{"fields":{"virtual_node":{"maxItemsOne":true},"virtual_router":{"maxItemsOne":true}}}}}}}}},"aws_apprunner_auto_scaling_configuration_version":{"current":"aws:apprunner/autoScalingConfigurationVersion:AutoScalingConfigurationVersion","majorVersion":6},"aws_apprunner_connection":{"current":"aws:apprunner/connection:Connection","majorVersion":6},"aws_apprunner_custom_domain_association":{"current":"aws:apprunner/customDomainAssociation:CustomDomainAssociation","majorVersion":6,"fields":{"certificate_validation_records":{"maxItemsOne":false}}},"aws_apprunner_observability_configuration":{"current":"aws:apprunner/observabilityConfiguration:ObservabilityConfiguration","majorVersion":6,"fields":{"trace_configuration":{"maxItemsOne":true}}},"aws_apprunner_service":{"current":"aws:apprunner/service:Service","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":true},"health_check_configuration":{"maxItemsOne":true},"instance_configuration":{"maxItemsOne":true},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"egress_configuration":{"maxItemsOne":true},"ingress_configuration":{"maxItemsOne":true}}}},"observability_configuration":{"maxItemsOne":true},"source_configuration":{"maxItemsOne":true,"elem":{"fields":{"authentication_configuration":{"maxItemsOne":true},"code_repository":{"maxItemsOne":true,"elem":{"fields":{"code_configuration":{"maxItemsOne":true,"elem":{"fields":{"code_configuration_values":{"maxItemsOne":true}}}},"source_code_version":{"maxItemsOne":true}}}},"image_repository":{"maxItemsOne":true,"elem":{"fields":{"image_configuration":{"maxItemsOne":true}}}}}}}}},"aws_apprunner_vpc_connector":{"current":"aws:apprunner/vpcConnector:VpcConnector","majorVersion":6,"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_apprunner_vpc_ingress_connection":{"current":"aws:apprunner/vpcIngressConnection:VpcIngressConnection","majorVersion":6,"fields":{"ingress_vpc_configuration":{"maxItemsOne":true}}},"aws_appstream_directory_config":{"current":"aws:appstream/directoryConfig:DirectoryConfig","majorVersion":6,"fields":{"organizational_unit_distinguished_names":{"maxItemsOne":false},"service_account_credentials":{"maxItemsOne":true}}},"aws_appstream_fleet":{"current":"aws:appstream/fleet:Fleet","majorVersion":6,"fields":{"compute_capacity":{"maxItemsOne":true},"domain_join_info":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_appstream_fleet_stack_association":{"current":"aws:appstream/fleetStackAssociation:FleetStackAssociation","majorVersion":6},"aws_appstream_image_builder":{"current":"aws:appstream/imageBuilder:ImageBuilder","majorVersion":6,"fields":{"access_endpoint":{"maxItemsOne":false},"domain_join_info":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_appstream_stack":{"current":"aws:appstream/stack:Stack","majorVersion":6,"fields":{"access_endpoints":{"maxItemsOne":false},"application_settings":{"maxItemsOne":true},"embed_host_domains":{"maxItemsOne":false},"storage_connectors":{"maxItemsOne":false,"elem":{"fields":{"domains":{"maxItemsOne":false}}}},"streaming_experience_settings":{"maxItemsOne":true},"user_settings":{"maxItemsOne":false}}},"aws_appstream_user":{"current":"aws:appstream/user:User","majorVersion":6},"aws_appstream_user_stack_association":{"current":"aws:appstream/userStackAssociation:UserStackAssociation","majorVersion":6},"aws_appsync_api_cache":{"current":"aws:appsync/apiCache:ApiCache","majorVersion":6},"aws_appsync_api_key":{"current":"aws:appsync/apiKey:ApiKey","majorVersion":6},"aws_appsync_datasource":{"current":"aws:appsync/dataSource:DataSource","majorVersion":6,"fields":{"dynamodb_config":{"maxItemsOne":true,"elem":{"fields":{"delta_sync_config":{"maxItemsOne":true}}}},"elasticsearch_config":{"maxItemsOne":true},"event_bridge_config":{"maxItemsOne":true},"http_config":{"maxItemsOne":true,"elem":{"fields":{"authorization_config":{"maxItemsOne":true,"elem":{"fields":{"aws_iam_config":{"maxItemsOne":true}}}}}}},"lambda_config":{"maxItemsOne":true},"opensearchservice_config":{"maxItemsOne":true},"relational_database_config":{"maxItemsOne":true,"elem":{"fields":{"http_endpoint_config":{"maxItemsOne":true}}}}}},"aws_appsync_domain_name":{"current":"aws:appsync/domainName:DomainName","majorVersion":6},"aws_appsync_domain_name_api_association":{"current":"aws:appsync/domainNameApiAssociation:DomainNameApiAssociation","majorVersion":6},"aws_appsync_function":{"current":"aws:appsync/function:Function","majorVersion":6,"fields":{"runtime":{"maxItemsOne":true},"sync_config":{"maxItemsOne":true,"elem":{"fields":{"lambda_conflict_handler_config":{"maxItemsOne":true}}}}}},"aws_appsync_graphql_api":{"current":"aws:appsync/graphQLApi:GraphQLApi","majorVersion":6,"fields":{"additional_authentication_provider":{"maxItemsOne":false,"elem":{"fields":{"lambda_authorizer_config":{"maxItemsOne":true},"openid_connect_config":{"maxItemsOne":true},"user_pool_config":{"maxItemsOne":true}}}},"lambda_authorizer_config":{"maxItemsOne":true},"log_config":{"maxItemsOne":true},"openid_connect_config":{"maxItemsOne":true},"user_pool_config":{"maxItemsOne":true}}},"aws_appsync_resolver":{"current":"aws:appsync/resolver:Resolver","majorVersion":6,"fields":{"caching_config":{"maxItemsOne":true,"elem":{"fields":{"caching_keys":{"maxItemsOne":false}}}},"pipeline_config":{"maxItemsOne":true,"elem":{"fields":{"functions":{"maxItemsOne":false}}}},"runtime":{"maxItemsOne":true},"sync_config":{"maxItemsOne":true,"elem":{"fields":{"lambda_conflict_handler_config":{"maxItemsOne":true}}}}}},"aws_appsync_type":{"current":"aws:appsync/type:Type","majorVersion":6},"aws_athena_data_catalog":{"current":"aws:athena/dataCatalog:DataCatalog","majorVersion":6},"aws_athena_database":{"current":"aws:athena/database:Database","majorVersion":6,"fields":{"acl_configuration":{"maxItemsOne":true},"encryption_configuration":{"maxItemsOne":true}}},"aws_athena_named_query":{"current":"aws:athena/namedQuery:NamedQuery","majorVersion":6},"aws_athena_prepared_statement":{"current":"aws:athena/preparedStatement:PreparedStatement","majorVersion":6},"aws_athena_workgroup":{"current":"aws:athena/workgroup:Workgroup","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"engine_version":{"maxItemsOne":true},"result_configuration":{"maxItemsOne":true,"elem":{"fields":{"acl_configuration":{"maxItemsOne":true},"encryption_configuration":{"maxItemsOne":true}}}}}}}}},"aws_auditmanager_account_registration":{"current":"aws:auditmanager/accountRegistration:AccountRegistration","majorVersion":6},"aws_auditmanager_assessment":{"current":"aws:auditmanager/assessment:Assessment","majorVersion":6,"fields":{"assessment_reports_destination":{"maxItemsOne":true},"roles":{"maxItemsOne":false},"roles_all":{"maxItemsOne":false},"scope":{"maxItemsOne":true,"elem":{"fields":{"aws_accounts":{"maxItemsOne":false},"aws_services":{"maxItemsOne":false}}}}}},"aws_auditmanager_assessment_delegation":{"current":"aws:auditmanager/assessmentDelegation:AssessmentDelegation","majorVersion":6},"aws_auditmanager_assessment_report":{"current":"aws:auditmanager/assessmentReport:AssessmentReport","majorVersion":6},"aws_auditmanager_control":{"current":"aws:auditmanager/control:Control","majorVersion":6,"fields":{"control_mapping_sources":{"maxItemsOne":false,"elem":{"fields":{"source_keyword":{"maxItemsOne":true}}}}}},"aws_auditmanager_framework":{"current":"aws:auditmanager/framework:Framework","majorVersion":6,"fields":{"control_sets":{"maxItemsOne":false,"elem":{"fields":{"controls":{"maxItemsOne":false}}}}}},"aws_auditmanager_framework_share":{"current":"aws:auditmanager/frameworkShare:FrameworkShare","majorVersion":6},"aws_auditmanager_organization_admin_account_registration":{"current":"aws:auditmanager/organizationAdminAccountRegistration:OrganizationAdminAccountRegistration","majorVersion":6},"aws_autoscaling_attachment":{"current":"aws:autoscaling/attachment:Attachment","majorVersion":6},"aws_autoscaling_group":{"current":"aws:autoscaling/group:Group","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"enabled_metrics":{"maxItemsOne":false},"initial_lifecycle_hook":{"maxItemsOne":false},"instance_maintenance_policy":{"maxItemsOne":true},"instance_refresh":{"maxItemsOne":true,"elem":{"fields":{"preferences":{"maxItemsOne":true,"elem":{"fields":{"checkpoint_percentages":{"maxItemsOne":false}}}},"triggers":{"maxItemsOne":false}}}},"launch_template":{"maxItemsOne":true},"load_balancers":{"maxItemsOne":false},"mixed_instances_policy":{"maxItemsOne":true,"elem":{"fields":{"instances_distribution":{"maxItemsOne":true},"launch_template":{"maxItemsOne":true,"elem":{"fields":{"launch_template_specification":{"maxItemsOne":true},"override":{"maxItemsOne":false,"elem":{"fields":{"instance_requirements":{"maxItemsOne":true,"elem":{"fields":{"accelerator_count":{"maxItemsOne":true},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":true},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":true},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":true},"memory_mib":{"maxItemsOne":true},"network_bandwidth_gbps":{"maxItemsOne":true},"network_interface_count":{"maxItemsOne":true},"total_local_storage_gb":{"maxItemsOne":true},"vcpu_count":{"maxItemsOne":true}}}},"launch_template_specification":{"maxItemsOne":true}}}}}}}}}},"suspended_processes":{"maxItemsOne":false},"tag":{"maxItemsOne":false},"target_group_arns":{"maxItemsOne":false},"termination_policies":{"maxItemsOne":false},"traffic_source":{"maxItemsOne":false},"vpc_zone_identifier":{"maxItemsOne":false},"warm_pool":{"maxItemsOne":true,"elem":{"fields":{"instance_reuse_policy":{"maxItemsOne":true}}}}}},"aws_autoscaling_group_tag":{"current":"aws:autoscaling/tag:Tag","majorVersion":6,"fields":{"tag":{"maxItemsOne":true}}},"aws_autoscaling_lifecycle_hook":{"current":"aws:autoscaling/lifecycleHook:LifecycleHook","majorVersion":6},"aws_autoscaling_notification":{"current":"aws:autoscaling/notification:Notification","majorVersion":6,"fields":{"group_names":{"maxItemsOne":false},"notifications":{"maxItemsOne":false}}},"aws_autoscaling_policy":{"current":"aws:autoscaling/policy:Policy","majorVersion":6,"fields":{"predictive_scaling_configuration":{"maxItemsOne":true,"elem":{"fields":{"metric_specification":{"maxItemsOne":true,"elem":{"fields":{"customized_capacity_metric_specification":{"maxItemsOne":true,"elem":{"fields":{"metric_data_queries":{"maxItemsOne":false,"elem":{"fields":{"metric_stat":{"maxItemsOne":true,"elem":{"fields":{"metric":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false}}}}}}}}}}}}},"customized_load_metric_specification":{"maxItemsOne":true,"elem":{"fields":{"metric_data_queries":{"maxItemsOne":false,"elem":{"fields":{"metric_stat":{"maxItemsOne":true,"elem":{"fields":{"metric":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false}}}}}}}}}}}}},"customized_scaling_metric_specification":{"maxItemsOne":true,"elem":{"fields":{"metric_data_queries":{"maxItemsOne":false,"elem":{"fields":{"metric_stat":{"maxItemsOne":true,"elem":{"fields":{"metric":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false}}}}}}}}}}}}},"predefined_load_metric_specification":{"maxItemsOne":true},"predefined_metric_pair_specification":{"maxItemsOne":true},"predefined_scaling_metric_specification":{"maxItemsOne":true}}}}}}},"step_adjustment":{"maxItemsOne":false},"target_tracking_configuration":{"maxItemsOne":true,"elem":{"fields":{"customized_metric_specification":{"maxItemsOne":true,"elem":{"fields":{"metric_dimension":{"maxItemsOne":false},"metrics":{"maxItemsOne":false,"elem":{"fields":{"metric_stat":{"maxItemsOne":true,"elem":{"fields":{"metric":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false}}}}}}}}}}}}},"predefined_metric_specification":{"maxItemsOne":true}}}}}},"aws_autoscaling_schedule":{"current":"aws:autoscaling/schedule:Schedule","majorVersion":6},"aws_autoscaling_traffic_source_attachment":{"current":"aws:autoscaling/trafficSourceAttachment:TrafficSourceAttachment","majorVersion":6,"fields":{"traffic_source":{"maxItemsOne":true}}},"aws_autoscalingplans_scaling_plan":{"current":"aws:autoscalingplans/scalingPlan:ScalingPlan","majorVersion":6,"fields":{"application_source":{"maxItemsOne":true,"elem":{"fields":{"tag_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"scaling_instruction":{"maxItemsOne":false,"elem":{"fields":{"customized_load_metric_specification":{"maxItemsOne":true},"predefined_load_metric_specification":{"maxItemsOne":true},"target_tracking_configuration":{"maxItemsOne":false,"elem":{"fields":{"customized_scaling_metric_specification":{"maxItemsOne":true},"predefined_scaling_metric_specification":{"maxItemsOne":true}}}}}}}}},"aws_backup_framework":{"current":"aws:backup/framework:Framework","majorVersion":6,"fields":{"control":{"maxItemsOne":false,"elem":{"fields":{"input_parameter":{"maxItemsOne":false},"scope":{"maxItemsOne":true,"elem":{"fields":{"compliance_resource_ids":{"maxItemsOne":false},"compliance_resource_types":{"maxItemsOne":false}}}}}}}}},"aws_backup_global_settings":{"current":"aws:backup/globalSettings:GlobalSettings","majorVersion":6},"aws_backup_plan":{"current":"aws:backup/plan:Plan","majorVersion":6,"fields":{"advanced_backup_setting":{"maxItemsOne":false},"rule":{"maxItemsOne":false,"elem":{"fields":{"copy_action":{"maxItemsOne":false,"elem":{"fields":{"lifecycle":{"maxItemsOne":true}}}},"lifecycle":{"maxItemsOne":true}}}}}},"aws_backup_region_settings":{"current":"aws:backup/regionSettings:RegionSettings","majorVersion":6},"aws_backup_report_plan":{"current":"aws:backup/reportPlan:ReportPlan","majorVersion":6,"fields":{"report_delivery_channel":{"maxItemsOne":true,"elem":{"fields":{"formats":{"maxItemsOne":false}}}},"report_setting":{"maxItemsOne":true,"elem":{"fields":{"accounts":{"maxItemsOne":false},"framework_arns":{"maxItemsOne":false},"organization_units":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}}}},"aws_backup_selection":{"current":"aws:backup/selection:Selection","majorVersion":6,"fields":{"condition":{"maxItemsOne":false,"elem":{"fields":{"string_equals":{"maxItemsOne":false},"string_like":{"maxItemsOne":false},"string_not_equals":{"maxItemsOne":false},"string_not_like":{"maxItemsOne":false}}}},"not_resources":{"maxItemsOne":false},"resources":{"maxItemsOne":false},"selection_tag":{"maxItemsOne":false}}},"aws_backup_vault":{"current":"aws:backup/vault:Vault","majorVersion":6},"aws_backup_vault_lock_configuration":{"current":"aws:backup/vaultLockConfiguration:VaultLockConfiguration","majorVersion":6},"aws_backup_vault_notifications":{"current":"aws:backup/vaultNotifications:VaultNotifications","majorVersion":6,"fields":{"backup_vault_events":{"maxItemsOne":false}}},"aws_backup_vault_policy":{"current":"aws:backup/vaultPolicy:VaultPolicy","majorVersion":6},"aws_batch_compute_environment":{"current":"aws:batch/computeEnvironment:ComputeEnvironment","majorVersion":6,"fields":{"compute_resources":{"maxItemsOne":true,"elem":{"fields":{"ec2_configuration":{"maxItemsOne":false},"instance_type":{"maxItemsOne":false},"launch_template":{"maxItemsOne":true},"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"eks_configuration":{"maxItemsOne":true}}},"aws_batch_job_definition":{"current":"aws:batch/jobDefinition:JobDefinition","majorVersion":6,"fields":{"platform_capabilities":{"maxItemsOne":false},"retry_strategy":{"maxItemsOne":true,"elem":{"fields":{"evaluate_on_exit":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":true}}},"aws_batch_job_queue":{"current":"aws:batch/jobQueue:JobQueue","majorVersion":6,"fields":{"compute_environments":{"maxItemsOne":false}}},"aws_batch_scheduling_policy":{"current":"aws:batch/schedulingPolicy:SchedulingPolicy","majorVersion":6,"fields":{"fair_share_policy":{"maxItemsOne":true,"elem":{"fields":{"share_distribution":{"maxItemsOne":false}}}}}},"aws_bedrock_model_invocation_logging_configuration":{"current":"aws:bedrockmodel/invocationLoggingConfiguration:InvocationLoggingConfiguration","majorVersion":6},"aws_budgets_budget":{"current":"aws:budgets/budget:Budget","majorVersion":6,"fields":{"auto_adjust_data":{"maxItemsOne":true,"elem":{"fields":{"historical_options":{"maxItemsOne":true}}}},"cost_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"cost_types":{"maxItemsOne":true},"notification":{"maxItemsOne":false,"elem":{"fields":{"subscriber_email_addresses":{"maxItemsOne":false},"subscriber_sns_topic_arns":{"maxItemsOne":false}}}},"planned_limit":{"maxItemsOne":false}}},"aws_budgets_budget_action":{"current":"aws:budgets/budgetAction:BudgetAction","majorVersion":6,"fields":{"action_threshold":{"maxItemsOne":true},"definition":{"maxItemsOne":true,"elem":{"fields":{"iam_action_definition":{"maxItemsOne":true,"elem":{"fields":{"groups":{"maxItemsOne":false},"roles":{"maxItemsOne":false},"users":{"maxItemsOne":false}}}},"scp_action_definition":{"maxItemsOne":true,"elem":{"fields":{"target_ids":{"maxItemsOne":false}}}},"ssm_action_definition":{"maxItemsOne":true,"elem":{"fields":{"instance_ids":{"maxItemsOne":false}}}}}}},"subscriber":{"maxItemsOne":false}}},"aws_ce_anomaly_monitor":{"current":"aws:costexplorer/anomalyMonitor:AnomalyMonitor","majorVersion":6},"aws_ce_anomaly_subscription":{"current":"aws:costexplorer/anomalySubscription:AnomalySubscription","majorVersion":6,"fields":{"monitor_arn_list":{"maxItemsOne":false},"subscriber":{"maxItemsOne":false},"threshold_expression":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"not":{"maxItemsOne":true,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"or":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}}}},"aws_ce_cost_allocation_tag":{"current":"aws:costexplorer/costAllocationTag:CostAllocationTag","majorVersion":6},"aws_ce_cost_category":{"current":"aws:costexplorer/costCategory:CostCategory","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"inherited_value":{"maxItemsOne":true},"rule":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"not":{"maxItemsOne":true,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"or":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}}}}},"split_charge_rule":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"targets":{"maxItemsOne":false}}}}}},"aws_chime_voice_connector":{"current":"aws:chime/voiceConnector:VoiceConnector","majorVersion":6},"aws_chime_voice_connector_group":{"current":"aws:chime/voiceConnectorGroup:VoiceConnectorGroup","majorVersion":6,"fields":{"connector":{"maxItemsOne":false}}},"aws_chime_voice_connector_logging":{"current":"aws:chime/voiceConnectorLogging:VoiceConnectorLogging","majorVersion":6},"aws_chime_voice_connector_origination":{"current":"aws:chime/voiceConnectorOrganization:VoiceConnectorOrganization","majorVersion":6,"fields":{"route":{"maxItemsOne":false}}},"aws_chime_voice_connector_streaming":{"current":"aws:chime/voiceConnectorStreaming:VoiceConnectorStreaming","majorVersion":6,"fields":{"media_insights_configuration":{"maxItemsOne":true},"streaming_notification_targets":{"maxItemsOne":false}}},"aws_chime_voice_connector_termination":{"current":"aws:chime/voiceConnectorTermination:VoiceConnectorTermination","majorVersion":6,"fields":{"calling_regions":{"maxItemsOne":false},"cidr_allow_list":{"maxItemsOne":false}}},"aws_chime_voice_connector_termination_credentials":{"current":"aws:chime/voiceConnectorTerminationCredentials:VoiceConnectorTerminationCredentials","majorVersion":6,"fields":{"credentials":{"maxItemsOne":false}}},"aws_chimesdkmediapipelines_media_insights_pipeline_configuration":{"current":"aws:chimesdkmediapipelines/mediaInsightsPipelineConfiguration:MediaInsightsPipelineConfiguration","majorVersion":6,"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"amazon_transcribe_call_analytics_processor_configuration":{"maxItemsOne":true,"elem":{"fields":{"call_analytics_stream_categories":{"maxItemsOne":false},"post_call_analytics_settings":{"maxItemsOne":true}}}},"amazon_transcribe_processor_configuration":{"maxItemsOne":true},"kinesis_data_stream_sink_configuration":{"maxItemsOne":true},"lambda_function_sink_configuration":{"maxItemsOne":true},"s3_recording_sink_configuration":{"maxItemsOne":true},"sns_topic_sink_configuration":{"maxItemsOne":true},"sqs_queue_sink_configuration":{"maxItemsOne":true},"voice_analytics_processor_configuration":{"maxItemsOne":true}}}},"real_time_alert_configuration":{"maxItemsOne":true,"elem":{"fields":{"rules":{"maxItemsOne":false,"elem":{"fields":{"issue_detection_configuration":{"maxItemsOne":true},"keyword_match_configuration":{"maxItemsOne":true,"elem":{"fields":{"keywords":{"maxItemsOne":false}}}},"sentiment_configuration":{"maxItemsOne":true}}}}}}}}},"aws_chimesdkvoice_global_settings":{"current":"aws:chime/sdkvoiceGlobalSettings:SdkvoiceGlobalSettings","majorVersion":6,"fields":{"voice_connector":{"maxItemsOne":true}}},"aws_chimesdkvoice_sip_media_application":{"current":"aws:chime/sdkvoiceSipMediaApplication:SdkvoiceSipMediaApplication","majorVersion":6,"fields":{"endpoints":{"maxItemsOne":true}}},"aws_chimesdkvoice_sip_rule":{"current":"aws:chime/sdkvoiceSipRule:SdkvoiceSipRule","majorVersion":6,"fields":{"target_applications":{"maxItemsOne":false}}},"aws_chimesdkvoice_voice_profile_domain":{"current":"aws:chime/sdkvoiceVoiceProfileDomain:SdkvoiceVoiceProfileDomain","majorVersion":6,"fields":{"server_side_encryption_configuration":{"maxItemsOne":true}}},"aws_cleanrooms_collaboration":{"current":"aws:cleanrooms/collaboration:Collaboration","majorVersion":6,"fields":{"creator_member_abilities":{"maxItemsOne":false},"data_encryption_metadata":{"maxItemsOne":true},"member":{"maxItemsOne":false,"elem":{"fields":{"member_abilities":{"maxItemsOne":false}}}}}},"aws_cleanrooms_configured_table":{"current":"aws:cleanrooms/configuredTable:ConfiguredTable","majorVersion":6,"fields":{"allowed_columns":{"maxItemsOne":false},"table_reference":{"maxItemsOne":true}}},"aws_cloud9_environment_ec2":{"current":"aws:cloud9/environmentEC2:EnvironmentEC2","majorVersion":6},"aws_cloud9_environment_membership":{"current":"aws:cloud9/environmentMembership:EnvironmentMembership","majorVersion":6},"aws_cloudcontrolapi_resource":{"current":"aws:cloudcontrol/resource:Resource","majorVersion":6},"aws_cloudformation_stack":{"current":"aws:cloudformation/stack:Stack","majorVersion":6,"fields":{"capabilities":{"maxItemsOne":false},"notification_arns":{"maxItemsOne":false}}},"aws_cloudformation_stack_set":{"current":"aws:cloudformation/stackSet:StackSet","majorVersion":6,"fields":{"auto_deployment":{"maxItemsOne":true},"capabilities":{"maxItemsOne":false},"managed_execution":{"maxItemsOne":true},"operation_preferences":{"maxItemsOne":true,"elem":{"fields":{"region_order":{"maxItemsOne":false}}}}}},"aws_cloudformation_stack_set_instance":{"current":"aws:cloudformation/stackSetInstance:StackSetInstance","majorVersion":6,"fields":{"deployment_targets":{"maxItemsOne":true,"elem":{"fields":{"organizational_unit_ids":{"maxItemsOne":false}}}},"operation_preferences":{"maxItemsOne":true,"elem":{"fields":{"region_order":{"maxItemsOne":false}}}},"stack_instance_summaries":{"maxItemsOne":false}}},"aws_cloudformation_type":{"current":"aws:cloudformation/cloudFormationType:CloudFormationType","majorVersion":6,"fields":{"logging_config":{"maxItemsOne":true}}},"aws_cloudfront_cache_policy":{"current":"aws:cloudfront/cachePolicy:CachePolicy","majorVersion":6,"fields":{"parameters_in_cache_key_and_forwarded_to_origin":{"maxItemsOne":true,"elem":{"fields":{"cookies_config":{"maxItemsOne":true,"elem":{"fields":{"cookies":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"headers_config":{"maxItemsOne":true,"elem":{"fields":{"headers":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"query_strings_config":{"maxItemsOne":true,"elem":{"fields":{"query_strings":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}}}}},"aws_cloudfront_continuous_deployment_policy":{"current":"aws:cloudfront/continuousDeploymentPolicy:ContinuousDeploymentPolicy","majorVersion":6,"fields":{"staging_distribution_dns_names":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"traffic_config":{"maxItemsOne":true,"elem":{"fields":{"single_header_config":{"maxItemsOne":true},"single_weight_config":{"maxItemsOne":true,"elem":{"fields":{"session_stickiness_config":{"maxItemsOne":true}}}}}}}}},"aws_cloudfront_distribution":{"current":"aws:cloudfront/distribution:Distribution","majorVersion":6,"fields":{"aliases":{"maxItemsOne":false},"custom_error_response":{"maxItemsOne":false},"default_cache_behavior":{"maxItemsOne":true,"elem":{"fields":{"allowed_methods":{"maxItemsOne":false},"cached_methods":{"maxItemsOne":false},"forwarded_values":{"maxItemsOne":true,"elem":{"fields":{"cookies":{"maxItemsOne":true,"elem":{"fields":{"whitelisted_names":{"maxItemsOne":false}}}},"headers":{"maxItemsOne":false},"query_string_cache_keys":{"maxItemsOne":false}}}},"function_association":{"maxItemsOne":false},"lambda_function_association":{"maxItemsOne":false},"trusted_key_groups":{"maxItemsOne":false},"trusted_signers":{"maxItemsOne":false}}}},"logging_config":{"maxItemsOne":true},"ordered_cache_behavior":{"maxItemsOne":false,"elem":{"fields":{"allowed_methods":{"maxItemsOne":false},"cached_methods":{"maxItemsOne":false},"forwarded_values":{"maxItemsOne":true,"elem":{"fields":{"cookies":{"maxItemsOne":true,"elem":{"fields":{"whitelisted_names":{"maxItemsOne":false}}}},"headers":{"maxItemsOne":false},"query_string_cache_keys":{"maxItemsOne":false}}}},"function_association":{"maxItemsOne":false},"lambda_function_association":{"maxItemsOne":false},"trusted_key_groups":{"maxItemsOne":false},"trusted_signers":{"maxItemsOne":false}}}},"origin":{"maxItemsOne":false,"elem":{"fields":{"custom_header":{"maxItemsOne":false},"custom_origin_config":{"maxItemsOne":true,"elem":{"fields":{"origin_ssl_protocols":{"maxItemsOne":false}}}},"origin_shield":{"maxItemsOne":true},"s3_origin_config":{"maxItemsOne":true}}}},"origin_group":{"maxItemsOne":false,"elem":{"fields":{"failover_criteria":{"maxItemsOne":true,"elem":{"fields":{"status_codes":{"maxItemsOne":false}}}},"member":{"maxItemsOne":false}}}},"restrictions":{"maxItemsOne":true,"elem":{"fields":{"geo_restriction":{"maxItemsOne":true,"elem":{"fields":{"locations":{"maxItemsOne":false}}}}}}},"trusted_key_groups":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false,"elem":{"fields":{"key_pair_ids":{"maxItemsOne":false}}}}}}},"trusted_signers":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false,"elem":{"fields":{"key_pair_ids":{"maxItemsOne":false}}}}}}},"viewer_certificate":{"maxItemsOne":true}}},"aws_cloudfront_field_level_encryption_config":{"current":"aws:cloudfront/fieldLevelEncryptionConfig:FieldLevelEncryptionConfig","majorVersion":6,"fields":{"content_type_profile_config":{"maxItemsOne":true,"elem":{"fields":{"content_type_profiles":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"query_arg_profile_config":{"maxItemsOne":true,"elem":{"fields":{"query_arg_profiles":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}},"aws_cloudfront_field_level_encryption_profile":{"current":"aws:cloudfront/fieldLevelEncryptionProfile:FieldLevelEncryptionProfile","majorVersion":6,"fields":{"encryption_entities":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false,"elem":{"fields":{"field_patterns":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}}}}},"aws_cloudfront_function":{"current":"aws:cloudfront/function:Function","majorVersion":6},"aws_cloudfront_key_group":{"current":"aws:cloudfront/keyGroup:KeyGroup","majorVersion":6,"fields":{"items":{"maxItemsOne":false}}},"aws_cloudfront_monitoring_subscription":{"current":"aws:cloudfront/monitoringSubscription:MonitoringSubscription","majorVersion":6,"fields":{"monitoring_subscription":{"maxItemsOne":true,"elem":{"fields":{"realtime_metrics_subscription_config":{"maxItemsOne":true}}}}}},"aws_cloudfront_origin_access_control":{"current":"aws:cloudfront/originAccessControl:OriginAccessControl","majorVersion":6},"aws_cloudfront_origin_access_identity":{"current":"aws:cloudfront/originAccessIdentity:OriginAccessIdentity","majorVersion":6},"aws_cloudfront_origin_request_policy":{"current":"aws:cloudfront/originRequestPolicy:OriginRequestPolicy","majorVersion":6,"fields":{"cookies_config":{"maxItemsOne":true,"elem":{"fields":{"cookies":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"headers_config":{"maxItemsOne":true,"elem":{"fields":{"headers":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"query_strings_config":{"maxItemsOne":true,"elem":{"fields":{"query_strings":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}},"aws_cloudfront_public_key":{"current":"aws:cloudfront/publicKey:PublicKey","majorVersion":6},"aws_cloudfront_realtime_log_config":{"current":"aws:cloudfront/realtimeLogConfig:RealtimeLogConfig","majorVersion":6,"fields":{"endpoint":{"maxItemsOne":true,"elem":{"fields":{"kinesis_stream_config":{"maxItemsOne":true}}}},"fields":{"maxItemsOne":false}}},"aws_cloudfront_response_headers_policy":{"current":"aws:cloudfront/responseHeadersPolicy:ResponseHeadersPolicy","majorVersion":6,"fields":{"cors_config":{"maxItemsOne":true,"elem":{"fields":{"access_control_allow_headers":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_allow_methods":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_allow_origins":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_expose_headers":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"custom_headers_config":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"remove_headers_config":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"security_headers_config":{"maxItemsOne":true,"elem":{"fields":{"content_security_policy":{"maxItemsOne":true},"content_type_options":{"maxItemsOne":true},"frame_options":{"maxItemsOne":true},"referrer_policy":{"maxItemsOne":true},"strict_transport_security":{"maxItemsOne":true},"xss_protection":{"maxItemsOne":true}}}},"server_timing_headers_config":{"maxItemsOne":true}}},"aws_cloudhsm_v2_cluster":{"current":"aws:cloudhsmv2/cluster:Cluster","majorVersion":6,"fields":{"cluster_certificates":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_cloudhsm_v2_hsm":{"current":"aws:cloudhsmv2/hsm:Hsm","majorVersion":6},"aws_cloudsearch_domain":{"current":"aws:cloudsearch/domain:Domain","majorVersion":6,"fields":{"endpoint_options":{"maxItemsOne":true},"index_field":{"maxItemsOne":false},"scaling_parameters":{"maxItemsOne":true}}},"aws_cloudsearch_domain_service_access_policy":{"current":"aws:cloudsearch/domainServiceAccessPolicy:DomainServiceAccessPolicy","majorVersion":6},"aws_cloudtrail":{"current":"aws:cloudtrail/trail:Trail","majorVersion":6,"fields":{"advanced_event_selector":{"maxItemsOne":false,"elem":{"fields":{"field_selector":{"maxItemsOne":false,"elem":{"fields":{"ends_with":{"maxItemsOne":false},"equals":{"maxItemsOne":false},"not_ends_with":{"maxItemsOne":false},"not_equals":{"maxItemsOne":false},"not_starts_with":{"maxItemsOne":false},"starts_with":{"maxItemsOne":false}}}}}}},"event_selector":{"maxItemsOne":false,"elem":{"fields":{"data_resource":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"exclude_management_event_sources":{"maxItemsOne":false}}}},"insight_selector":{"maxItemsOne":false}}},"aws_cloudtrail_event_data_store":{"current":"aws:cloudtrail/eventDataStore:EventDataStore","majorVersion":6,"fields":{"advanced_event_selector":{"maxItemsOne":false,"elem":{"fields":{"field_selector":{"maxItemsOne":false,"elem":{"fields":{"ends_with":{"maxItemsOne":false},"equals":{"maxItemsOne":false},"not_ends_with":{"maxItemsOne":false},"not_equals":{"maxItemsOne":false},"not_starts_with":{"maxItemsOne":false},"starts_with":{"maxItemsOne":false}}}}}}}}},"aws_cloudwatch_composite_alarm":{"current":"aws:cloudwatch/compositeAlarm:CompositeAlarm","majorVersion":6,"fields":{"actions_suppressor":{"maxItemsOne":true},"alarm_actions":{"maxItemsOne":false},"insufficient_data_actions":{"maxItemsOne":false},"ok_actions":{"maxItemsOne":false}}},"aws_cloudwatch_dashboard":{"current":"aws:cloudwatch/dashboard:Dashboard","majorVersion":6},"aws_cloudwatch_event_api_destination":{"current":"aws:cloudwatch/eventApiDestination:EventApiDestination","majorVersion":6},"aws_cloudwatch_event_archive":{"current":"aws:cloudwatch/eventArchive:EventArchive","majorVersion":6},"aws_cloudwatch_event_bus":{"current":"aws:cloudwatch/eventBus:EventBus","majorVersion":6},"aws_cloudwatch_event_bus_policy":{"current":"aws:cloudwatch/eventBusPolicy:EventBusPolicy","majorVersion":6},"aws_cloudwatch_event_connection":{"current":"aws:cloudwatch/eventConnection:EventConnection","majorVersion":6,"fields":{"auth_parameters":{"maxItemsOne":true,"elem":{"fields":{"api_key":{"maxItemsOne":true},"basic":{"maxItemsOne":true},"invocation_http_parameters":{"maxItemsOne":true,"elem":{"fields":{"body":{"maxItemsOne":false},"header":{"maxItemsOne":false},"query_string":{"maxItemsOne":false}}}},"oauth":{"maxItemsOne":true,"elem":{"fields":{"client_parameters":{"maxItemsOne":true},"oauth_http_parameters":{"maxItemsOne":true,"elem":{"fields":{"body":{"maxItemsOne":false},"header":{"maxItemsOne":false},"query_string":{"maxItemsOne":false}}}}}}}}}}}},"aws_cloudwatch_event_endpoint":{"current":"aws:cloudwatch/eventEndpoint:EventEndpoint","majorVersion":6,"fields":{"event_bus":{"maxItemsOne":false},"replication_config":{"maxItemsOne":true},"routing_config":{"maxItemsOne":true,"elem":{"fields":{"failover_config":{"maxItemsOne":true,"elem":{"fields":{"primary":{"maxItemsOne":true},"secondary":{"maxItemsOne":true}}}}}}}}},"aws_cloudwatch_event_permission":{"current":"aws:cloudwatch/eventPermission:EventPermission","majorVersion":6,"fields":{"condition":{"maxItemsOne":true}}},"aws_cloudwatch_event_rule":{"current":"aws:cloudwatch/eventRule:EventRule","majorVersion":6},"aws_cloudwatch_event_target":{"current":"aws:cloudwatch/eventTarget:EventTarget","majorVersion":6,"fields":{"batch_target":{"maxItemsOne":true},"dead_letter_config":{"maxItemsOne":true},"ecs_target":{"maxItemsOne":true,"elem":{"fields":{"capacity_provider_strategy":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"ordered_placement_strategy":{"maxItemsOne":false},"placement_constraint":{"maxItemsOne":false}}}},"http_target":{"maxItemsOne":true,"elem":{"fields":{"path_parameter_values":{"maxItemsOne":false}}}},"input_transformer":{"maxItemsOne":true},"kinesis_target":{"maxItemsOne":true},"redshift_target":{"maxItemsOne":true},"retry_policy":{"maxItemsOne":true},"run_command_targets":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"sagemaker_pipeline_target":{"maxItemsOne":true,"elem":{"fields":{"pipeline_parameter_list":{"maxItemsOne":false}}}},"sqs_target":{"maxItemsOne":true}}},"aws_cloudwatch_log_data_protection_policy":{"current":"aws:cloudwatch/logDataProtectionPolicy:LogDataProtectionPolicy","majorVersion":6},"aws_cloudwatch_log_destination":{"current":"aws:cloudwatch/logDestination:LogDestination","majorVersion":6},"aws_cloudwatch_log_destination_policy":{"current":"aws:cloudwatch/logDestinationPolicy:LogDestinationPolicy","majorVersion":6},"aws_cloudwatch_log_group":{"current":"aws:cloudwatch/logGroup:LogGroup","majorVersion":6},"aws_cloudwatch_log_metric_filter":{"current":"aws:cloudwatch/logMetricFilter:LogMetricFilter","majorVersion":6,"fields":{"metric_transformation":{"maxItemsOne":true}}},"aws_cloudwatch_log_resource_policy":{"current":"aws:cloudwatch/logResourcePolicy:LogResourcePolicy","majorVersion":6},"aws_cloudwatch_log_stream":{"current":"aws:cloudwatch/logStream:LogStream","majorVersion":6},"aws_cloudwatch_log_subscription_filter":{"current":"aws:cloudwatch/logSubscriptionFilter:LogSubscriptionFilter","majorVersion":6},"aws_cloudwatch_metric_alarm":{"current":"aws:cloudwatch/metricAlarm:MetricAlarm","majorVersion":6,"fields":{"alarm_actions":{"maxItemsOne":false},"insufficient_data_actions":{"maxItemsOne":false},"metric_query":{"maxItemsOne":false,"elem":{"fields":{"metric":{"maxItemsOne":true}}}},"ok_actions":{"maxItemsOne":false}}},"aws_cloudwatch_metric_stream":{"current":"aws:cloudwatch/metricStream:MetricStream","majorVersion":6,"fields":{"exclude_filter":{"maxItemsOne":false,"elem":{"fields":{"metric_names":{"maxItemsOne":false}}}},"include_filter":{"maxItemsOne":false,"elem":{"fields":{"metric_names":{"maxItemsOne":false}}}},"statistics_configuration":{"maxItemsOne":false,"elem":{"fields":{"additional_statistics":{"maxItemsOne":false},"include_metric":{"maxItemsOne":false}}}}}},"aws_cloudwatch_query_definition":{"current":"aws:cloudwatch/queryDefinition:QueryDefinition","majorVersion":6,"fields":{"log_group_names":{"maxItemsOne":false}}},"aws_codeartifact_domain":{"current":"aws:codeartifact/domain:Domain","majorVersion":6},"aws_codeartifact_domain_permissions_policy":{"current":"aws:codeartifact/domainPermissions:DomainPermissions","majorVersion":6},"aws_codeartifact_repository":{"current":"aws:codeartifact/repository:Repository","majorVersion":6,"fields":{"external_connections":{"maxItemsOne":true},"upstream":{"maxItemsOne":false}}},"aws_codeartifact_repository_permissions_policy":{"current":"aws:codeartifact/repositoryPermissionsPolicy:RepositoryPermissionsPolicy","majorVersion":6},"aws_codebuild_project":{"current":"aws:codebuild/project:Project","majorVersion":6,"fields":{"artifacts":{"maxItemsOne":true},"build_batch_config":{"maxItemsOne":true,"elem":{"fields":{"restrictions":{"maxItemsOne":true,"elem":{"fields":{"compute_types_allowed":{"maxItemsOne":false}}}}}}},"cache":{"maxItemsOne":true,"elem":{"fields":{"modes":{"maxItemsOne":false}}}},"environment":{"maxItemsOne":true,"elem":{"fields":{"environment_variable":{"maxItemsOne":false},"registry_credential":{"maxItemsOne":true}}}},"file_system_locations":{"maxItemsOne":false},"logs_config":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"s3_logs":{"maxItemsOne":true}}}},"secondary_artifacts":{"maxItemsOne":false},"secondary_source_version":{"maxItemsOne":false},"secondary_sources":{"maxItemsOne":false,"elem":{"fields":{"build_status_config":{"maxItemsOne":true},"git_submodules_config":{"maxItemsOne":true}}}},"source":{"maxItemsOne":true,"elem":{"fields":{"build_status_config":{"maxItemsOne":true},"git_submodules_config":{"maxItemsOne":true}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}},"aws_codebuild_report_group":{"current":"aws:codebuild/reportGroup:ReportGroup","majorVersion":6,"fields":{"export_config":{"maxItemsOne":true,"elem":{"fields":{"s3_destination":{"maxItemsOne":true}}}}}},"aws_codebuild_resource_policy":{"current":"aws:codebuild/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_codebuild_source_credential":{"current":"aws:codebuild/sourceCredential:SourceCredential","majorVersion":6},"aws_codebuild_webhook":{"current":"aws:codebuild/webhook:Webhook","majorVersion":6,"fields":{"filter_group":{"maxItemsOne":false,"elem":{"fields":{"filter":{"maxItemsOne":false}}}}}},"aws_codecatalyst_dev_environment":{"current":"aws:codecatalyst/devEnvironment:DevEnvironment","majorVersion":6,"fields":{"ides":{"maxItemsOne":true},"persistent_storage":{"maxItemsOne":true},"repositories":{"maxItemsOne":false}}},"aws_codecatalyst_project":{"current":"aws:codecatalyst/project:Project","majorVersion":6},"aws_codecatalyst_source_repository":{"current":"aws:codecatalyst/sourceRepository:SourceRepository","majorVersion":6},"aws_codecommit_approval_rule_template":{"current":"aws:codecommit/approvalRuleTemplate:ApprovalRuleTemplate","majorVersion":6},"aws_codecommit_approval_rule_template_association":{"current":"aws:codecommit/approvalRuleTemplateAssociation:ApprovalRuleTemplateAssociation","majorVersion":6},"aws_codecommit_repository":{"current":"aws:codecommit/repository:Repository","majorVersion":6},"aws_codecommit_trigger":{"current":"aws:codecommit/trigger:Trigger","majorVersion":6,"fields":{"trigger":{"maxItemsOne":false,"elem":{"fields":{"branches":{"maxItemsOne":false},"events":{"maxItemsOne":false}}}}}},"aws_codedeploy_app":{"current":"aws:codedeploy/application:Application","majorVersion":6},"aws_codedeploy_deployment_config":{"current":"aws:codedeploy/deploymentConfig:DeploymentConfig","majorVersion":6,"fields":{"minimum_healthy_hosts":{"maxItemsOne":true},"traffic_routing_config":{"maxItemsOne":true,"elem":{"fields":{"time_based_canary":{"maxItemsOne":true},"time_based_linear":{"maxItemsOne":true}}}}}},"aws_codedeploy_deployment_group":{"current":"aws:codedeploy/deploymentGroup:DeploymentGroup","majorVersion":6,"fields":{"alarm_configuration":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"auto_rollback_configuration":{"maxItemsOne":true,"elem":{"fields":{"events":{"maxItemsOne":false}}}},"autoscaling_groups":{"maxItemsOne":false},"blue_green_deployment_config":{"maxItemsOne":true,"elem":{"fields":{"deployment_ready_option":{"maxItemsOne":true},"green_fleet_provisioning_option":{"maxItemsOne":true},"terminate_blue_instances_on_deployment_success":{"maxItemsOne":true}}}},"deployment_style":{"maxItemsOne":true},"ec2_tag_filter":{"maxItemsOne":false},"ec2_tag_set":{"maxItemsOne":false,"elem":{"fields":{"ec2_tag_filter":{"maxItemsOne":false}}}},"ecs_service":{"maxItemsOne":true},"load_balancer_info":{"maxItemsOne":true,"elem":{"fields":{"elb_info":{"maxItemsOne":false},"target_group_info":{"maxItemsOne":false},"target_group_pair_info":{"maxItemsOne":true,"elem":{"fields":{"prod_traffic_route":{"maxItemsOne":true,"elem":{"fields":{"listener_arns":{"maxItemsOne":false}}}},"target_group":{"maxItemsOne":false},"test_traffic_route":{"maxItemsOne":true,"elem":{"fields":{"listener_arns":{"maxItemsOne":false}}}}}}}}}},"on_premises_instance_tag_filter":{"maxItemsOne":false},"trigger_configuration":{"maxItemsOne":false,"elem":{"fields":{"trigger_events":{"maxItemsOne":false}}}}}},"aws_codegurureviewer_repository_association":{"current":"aws:codegurureviewer/repositoryAssociation:RepositoryAssociation","majorVersion":6,"fields":{"kms_key_details":{"maxItemsOne":true},"repository":{"maxItemsOne":true,"elem":{"fields":{"bitbucket":{"maxItemsOne":true},"codecommit":{"maxItemsOne":true},"github_enterprise_server":{"maxItemsOne":true},"s3_bucket":{"maxItemsOne":true}}}},"s3_repository_details":{"maxItemsOne":false,"elem":{"fields":{"code_artifacts":{"maxItemsOne":false}}}}}},"aws_codepipeline":{"current":"aws:codepipeline/pipeline:Pipeline","majorVersion":6,"fields":{"artifact_store":{"maxItemsOne":false,"elem":{"fields":{"encryption_key":{"maxItemsOne":true}}}},"stage":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"input_artifacts":{"maxItemsOne":false},"output_artifacts":{"maxItemsOne":false}}}}}}}}},"aws_codepipeline_custom_action_type":{"current":"aws:codepipeline/customActionType:CustomActionType","majorVersion":6,"fields":{"configuration_property":{"maxItemsOne":false},"input_artifact_details":{"maxItemsOne":true},"output_artifact_details":{"maxItemsOne":true},"settings":{"maxItemsOne":true}}},"aws_codepipeline_webhook":{"current":"aws:codepipeline/webhook:Webhook","majorVersion":6,"fields":{"authentication_configuration":{"maxItemsOne":true},"filter":{"maxItemsOne":false}}},"aws_codestarconnections_connection":{"current":"aws:codestarconnections/connection:Connection","majorVersion":6},"aws_codestarconnections_host":{"current":"aws:codestarconnections/host:Host","majorVersion":6,"fields":{"vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_codestarnotifications_notification_rule":{"current":"aws:codestarnotifications/notificationRule:NotificationRule","majorVersion":6,"fields":{"event_type_ids":{"maxItemsOne":false},"target":{"maxItemsOne":false}}},"aws_cognito_identity_pool":{"current":"aws:cognito/identityPool:IdentityPool","majorVersion":6,"fields":{"cognito_identity_providers":{"maxItemsOne":false},"openid_connect_provider_arns":{"maxItemsOne":false},"saml_provider_arns":{"maxItemsOne":false}}},"aws_cognito_identity_pool_provider_principal_tag":{"current":"aws:cognito/identityPoolProviderPrincipalTag:IdentityPoolProviderPrincipalTag","majorVersion":6},"aws_cognito_identity_pool_roles_attachment":{"current":"aws:cognito/identityPoolRoleAttachment:IdentityPoolRoleAttachment","majorVersion":6,"fields":{"role_mapping":{"maxItemsOne":false,"elem":{"fields":{"mapping_rule":{"maxItemsOne":false}}}}}},"aws_cognito_identity_provider":{"current":"aws:cognito/identityProvider:IdentityProvider","majorVersion":6,"fields":{"idp_identifiers":{"maxItemsOne":false}}},"aws_cognito_managed_user_pool_client":{"current":"aws:cognito/managedUserPoolClient:ManagedUserPoolClient","majorVersion":6,"fields":{"allowed_oauth_flows":{"maxItemsOne":false},"allowed_oauth_scopes":{"maxItemsOne":false},"analytics_configuration":{"maxItemsOne":true},"callback_urls":{"maxItemsOne":false},"explicit_auth_flows":{"maxItemsOne":false},"logout_urls":{"maxItemsOne":false},"read_attributes":{"maxItemsOne":false},"supported_identity_providers":{"maxItemsOne":false},"token_validity_units":{"maxItemsOne":true},"write_attributes":{"maxItemsOne":false}}},"aws_cognito_resource_server":{"current":"aws:cognito/resourceServer:ResourceServer","majorVersion":6,"fields":{"scope":{"maxItemsOne":false},"scope_identifiers":{"maxItemsOne":false}}},"aws_cognito_risk_configuration":{"current":"aws:cognito/riskConfiguration:RiskConfiguration","majorVersion":6,"fields":{"account_takeover_risk_configuration":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":true,"elem":{"fields":{"high_action":{"maxItemsOne":true},"low_action":{"maxItemsOne":true},"medium_action":{"maxItemsOne":true}}}},"notify_configuration":{"maxItemsOne":true,"elem":{"fields":{"block_email":{"maxItemsOne":true},"mfa_email":{"maxItemsOne":true},"no_action_email":{"maxItemsOne":true}}}}}}},"compromised_credentials_risk_configuration":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":true},"event_filter":{"maxItemsOne":false}}}},"risk_exception_configuration":{"maxItemsOne":true,"elem":{"fields":{"blocked_ip_range_list":{"maxItemsOne":false},"skipped_ip_range_list":{"maxItemsOne":false}}}}}},"aws_cognito_user":{"current":"aws:cognito/user:User","majorVersion":6,"fields":{"desired_delivery_mediums":{"maxItemsOne":false},"mfa_setting_list":{"maxItemsOne":false}}},"aws_cognito_user_group":{"current":"aws:cognito/userGroup:UserGroup","majorVersion":6},"aws_cognito_user_in_group":{"current":"aws:cognito/userInGroup:UserInGroup","majorVersion":6},"aws_cognito_user_pool":{"current":"aws:cognito/userPool:UserPool","majorVersion":6,"fields":{"account_recovery_setting":{"maxItemsOne":true,"elem":{"fields":{"recovery_mechanism":{"maxItemsOne":false}}}},"admin_create_user_config":{"maxItemsOne":true,"elem":{"fields":{"invite_message_template":{"maxItemsOne":true}}}},"alias_attributes":{"maxItemsOne":false},"auto_verified_attributes":{"maxItemsOne":false},"device_configuration":{"maxItemsOne":true},"email_configuration":{"maxItemsOne":true},"lambda_config":{"maxItemsOne":true,"elem":{"fields":{"custom_email_sender":{"maxItemsOne":true},"custom_sms_sender":{"maxItemsOne":true}}}},"password_policy":{"maxItemsOne":true},"schema":{"maxItemsOne":false,"elem":{"fields":{"number_attribute_constraints":{"maxItemsOne":true},"string_attribute_constraints":{"maxItemsOne":true}}}},"sms_configuration":{"maxItemsOne":true},"software_token_mfa_configuration":{"maxItemsOne":true},"user_attribute_update_settings":{"maxItemsOne":true,"elem":{"fields":{"attributes_require_verification_before_update":{"maxItemsOne":false}}}},"user_pool_add_ons":{"maxItemsOne":true},"username_attributes":{"maxItemsOne":false},"username_configuration":{"maxItemsOne":true},"verification_message_template":{"maxItemsOne":true}}},"aws_cognito_user_pool_client":{"current":"aws:cognito/userPoolClient:UserPoolClient","majorVersion":6,"fields":{"allowed_oauth_flows":{"maxItemsOne":false},"allowed_oauth_scopes":{"maxItemsOne":false},"analytics_configuration":{"maxItemsOne":true},"callback_urls":{"maxItemsOne":false},"explicit_auth_flows":{"maxItemsOne":false},"logout_urls":{"maxItemsOne":false},"read_attributes":{"maxItemsOne":false},"supported_identity_providers":{"maxItemsOne":false},"token_validity_units":{"maxItemsOne":true},"write_attributes":{"maxItemsOne":false}}},"aws_cognito_user_pool_domain":{"current":"aws:cognito/userPoolDomain:UserPoolDomain","majorVersion":6},"aws_cognito_user_pool_ui_customization":{"current":"aws:cognito/userPoolUICustomization:UserPoolUICustomization","majorVersion":6},"aws_comprehend_document_classifier":{"current":"aws:comprehend/documentClassifier:DocumentClassifier","majorVersion":6,"fields":{"input_data_config":{"maxItemsOne":true,"elem":{"fields":{"augmented_manifests":{"maxItemsOne":false,"elem":{"fields":{"attribute_names":{"maxItemsOne":false}}}}}}},"output_data_config":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}},"aws_comprehend_entity_recognizer":{"current":"aws:comprehend/entityRecognizer:EntityRecognizer","majorVersion":6,"fields":{"input_data_config":{"maxItemsOne":true,"elem":{"fields":{"annotations":{"maxItemsOne":true},"augmented_manifests":{"maxItemsOne":false,"elem":{"fields":{"attribute_names":{"maxItemsOne":false}}}},"documents":{"maxItemsOne":true},"entity_list":{"maxItemsOne":true},"entity_types":{"maxItemsOne":false}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}},"aws_config_aggregate_authorization":{"current":"aws:cfg/aggregateAuthorization:AggregateAuthorization","majorVersion":6},"aws_config_config_rule":{"current":"aws:cfg/rule:Rule","majorVersion":6,"fields":{"evaluation_mode":{"maxItemsOne":false},"scope":{"maxItemsOne":true,"elem":{"fields":{"compliance_resource_types":{"maxItemsOne":false}}}},"source":{"maxItemsOne":true,"elem":{"fields":{"custom_policy_details":{"maxItemsOne":true},"source_detail":{"maxItemsOne":false}}}}}},"aws_config_configuration_aggregator":{"current":"aws:cfg/configurationAggregator:ConfigurationAggregator","majorVersion":6,"fields":{"account_aggregation_source":{"maxItemsOne":true,"elem":{"fields":{"account_ids":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}},"organization_aggregation_source":{"maxItemsOne":true,"elem":{"fields":{"regions":{"maxItemsOne":false}}}}}},"aws_config_configuration_recorder":{"current":"aws:cfg/recorder:Recorder","majorVersion":6,"fields":{"recording_group":{"maxItemsOne":true,"elem":{"fields":{"exclusion_by_resource_types":{"maxItemsOne":false,"elem":{"fields":{"resource_types":{"maxItemsOne":false}}}},"recording_strategy":{"maxItemsOne":false},"resource_types":{"maxItemsOne":false}}}}}},"aws_config_configuration_recorder_status":{"current":"aws:cfg/recorderStatus:RecorderStatus","majorVersion":6},"aws_config_conformance_pack":{"current":"aws:cfg/conformancePack:ConformancePack","majorVersion":6,"fields":{"input_parameter":{"maxItemsOne":false}}},"aws_config_delivery_channel":{"current":"aws:cfg/deliveryChannel:DeliveryChannel","majorVersion":6,"fields":{"snapshot_delivery_properties":{"maxItemsOne":true}}},"aws_config_organization_conformance_pack":{"current":"aws:cfg/organizationConformancePack:OrganizationConformancePack","majorVersion":6,"fields":{"excluded_accounts":{"maxItemsOne":false},"input_parameter":{"maxItemsOne":false}}},"aws_config_organization_custom_policy_rule":{"current":"aws:cfg/organizationCustomPolicyRule:OrganizationCustomPolicyRule","majorVersion":6,"fields":{"debug_log_delivery_accounts":{"maxItemsOne":false},"excluded_accounts":{"maxItemsOne":false},"resource_types_scope":{"maxItemsOne":false},"trigger_types":{"maxItemsOne":false}}},"aws_config_organization_custom_rule":{"current":"aws:cfg/organizationCustomRule:OrganizationCustomRule","majorVersion":6,"fields":{"excluded_accounts":{"maxItemsOne":false},"resource_types_scope":{"maxItemsOne":false},"trigger_types":{"maxItemsOne":false}}},"aws_config_organization_managed_rule":{"current":"aws:cfg/organizationManagedRule:OrganizationManagedRule","majorVersion":6,"fields":{"excluded_accounts":{"maxItemsOne":false},"resource_types_scope":{"maxItemsOne":false}}},"aws_config_remediation_configuration":{"current":"aws:cfg/remediationConfiguration:RemediationConfiguration","majorVersion":6,"fields":{"execution_controls":{"maxItemsOne":true,"elem":{"fields":{"ssm_controls":{"maxItemsOne":true}}}},"parameter":{"maxItemsOne":false,"elem":{"fields":{"static_values":{"maxItemsOne":false}}}}}},"aws_connect_bot_association":{"current":"aws:connect/botAssociation:BotAssociation","majorVersion":6,"fields":{"lex_bot":{"maxItemsOne":true}}},"aws_connect_contact_flow":{"current":"aws:connect/contactFlow:ContactFlow","majorVersion":6},"aws_connect_contact_flow_module":{"current":"aws:connect/contactFlowModule:ContactFlowModule","majorVersion":6},"aws_connect_hours_of_operation":{"current":"aws:connect/hoursOfOperation:HoursOfOperation","majorVersion":6,"fields":{"config":{"maxItemsOne":false,"elem":{"fields":{"end_time":{"maxItemsOne":true},"start_time":{"maxItemsOne":true}}}}}},"aws_connect_instance":{"current":"aws:connect/instance:Instance","majorVersion":6},"aws_connect_instance_storage_config":{"current":"aws:connect/instanceStorageConfig:InstanceStorageConfig","majorVersion":6,"fields":{"storage_config":{"maxItemsOne":true,"elem":{"fields":{"kinesis_firehose_config":{"maxItemsOne":true},"kinesis_stream_config":{"maxItemsOne":true},"kinesis_video_stream_config":{"maxItemsOne":true,"elem":{"fields":{"encryption_config":{"maxItemsOne":true}}}},"s3_config":{"maxItemsOne":true,"elem":{"fields":{"encryption_config":{"maxItemsOne":true}}}}}}}}},"aws_connect_lambda_function_association":{"current":"aws:connect/lambdaFunctionAssociation:LambdaFunctionAssociation","majorVersion":6},"aws_connect_phone_number":{"current":"aws:connect/phoneNumber:PhoneNumber","majorVersion":6,"fields":{"status":{"maxItemsOne":false}}},"aws_connect_queue":{"current":"aws:connect/queue:Queue","majorVersion":6,"fields":{"outbound_caller_config":{"maxItemsOne":true},"quick_connect_ids":{"maxItemsOne":false}}},"aws_connect_quick_connect":{"current":"aws:connect/quickConnect:QuickConnect","majorVersion":6,"fields":{"quick_connect_config":{"maxItemsOne":true,"elem":{"fields":{"phone_config":{"maxItemsOne":false},"queue_config":{"maxItemsOne":false},"user_config":{"maxItemsOne":false}}}}}},"aws_connect_routing_profile":{"current":"aws:connect/routingProfile:RoutingProfile","majorVersion":6,"fields":{"media_concurrencies":{"maxItemsOne":false},"queue_configs":{"maxItemsOne":false}}},"aws_connect_security_profile":{"current":"aws:connect/securityProfile:SecurityProfile","majorVersion":6,"fields":{"permissions":{"maxItemsOne":false}}},"aws_connect_user":{"current":"aws:connect/user:User","majorVersion":6,"fields":{"identity_info":{"maxItemsOne":true},"phone_config":{"maxItemsOne":true},"security_profile_ids":{"maxItemsOne":false}}},"aws_connect_user_hierarchy_group":{"current":"aws:connect/userHierarchyGroup:UserHierarchyGroup","majorVersion":6,"fields":{"hierarchy_path":{"maxItemsOne":false,"elem":{"fields":{"level_five":{"maxItemsOne":false},"level_four":{"maxItemsOne":false},"level_one":{"maxItemsOne":false},"level_three":{"maxItemsOne":false},"level_two":{"maxItemsOne":false}}}}}},"aws_connect_user_hierarchy_structure":{"current":"aws:connect/userHierarchyStructure:UserHierarchyStructure","majorVersion":6,"fields":{"hierarchy_structure":{"maxItemsOne":true,"elem":{"fields":{"level_five":{"maxItemsOne":true},"level_four":{"maxItemsOne":true},"level_one":{"maxItemsOne":true},"level_three":{"maxItemsOne":true},"level_two":{"maxItemsOne":true}}}}}},"aws_connect_vocabulary":{"current":"aws:connect/vocabulary:Vocabulary","majorVersion":6},"aws_controltower_control":{"current":"aws:controltower/controlTowerControl:ControlTowerControl","majorVersion":6},"aws_cur_report_definition":{"current":"aws:cur/reportDefinition:ReportDefinition","majorVersion":6,"fields":{"additional_artifacts":{"maxItemsOne":false},"additional_schema_elements":{"maxItemsOne":false}}},"aws_customer_gateway":{"current":"aws:ec2/customerGateway:CustomerGateway","majorVersion":6},"aws_dataexchange_data_set":{"current":"aws:dataexchange/dataSet:DataSet","majorVersion":6},"aws_dataexchange_revision":{"current":"aws:dataexchange/revision:Revision","majorVersion":6},"aws_datapipeline_pipeline":{"current":"aws:datapipeline/pipeline:Pipeline","majorVersion":6},"aws_datapipeline_pipeline_definition":{"current":"aws:datapipeline/pipelineDefinition:PipelineDefinition","majorVersion":6,"fields":{"parameter_object":{"maxItemsOne":false,"elem":{"fields":{"attribute":{"maxItemsOne":false}}}},"parameter_value":{"maxItemsOne":false},"pipeline_object":{"maxItemsOne":false,"elem":{"fields":{"field":{"maxItemsOne":false}}}}}},"aws_datasync_agent":{"current":"aws:datasync/agent:Agent","majorVersion":6,"fields":{"security_group_arns":{"maxItemsOne":false},"subnet_arns":{"maxItemsOne":false}}},"aws_datasync_location_azure_blob":{"current":"aws:datasync/locationAzureBlob:LocationAzureBlob","majorVersion":6,"fields":{"agent_arns":{"maxItemsOne":false},"sas_configuration":{"maxItemsOne":true}}},"aws_datasync_location_efs":{"current":"aws:datasync/efsLocation:EfsLocation","majorVersion":6,"fields":{"ec2_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_arns":{"maxItemsOne":false}}}}}},"aws_datasync_location_fsx_lustre_file_system":{"current":"aws:datasync/locationFsxLustre:LocationFsxLustre","majorVersion":6,"fields":{"security_group_arns":{"maxItemsOne":false}}},"aws_datasync_location_fsx_ontap_file_system":{"current":"aws:datasync/locationFsxOntapFileSystem:LocationFsxOntapFileSystem","majorVersion":6,"fields":{"protocol":{"maxItemsOne":true,"elem":{"fields":{"nfs":{"maxItemsOne":true,"elem":{"fields":{"mount_options":{"maxItemsOne":true}}}},"smb":{"maxItemsOne":true,"elem":{"fields":{"mount_options":{"maxItemsOne":true}}}}}}},"security_group_arns":{"maxItemsOne":false}}},"aws_datasync_location_fsx_openzfs_file_system":{"current":"aws:datasync/fsxOpenZfsFileSystem:FsxOpenZfsFileSystem","majorVersion":6,"fields":{"protocol":{"maxItemsOne":true,"elem":{"fields":{"nfs":{"maxItemsOne":true,"elem":{"fields":{"mount_options":{"maxItemsOne":true}}}}}}},"security_group_arns":{"maxItemsOne":false}}},"aws_datasync_location_fsx_windows_file_system":{"current":"aws:datasync/locationFsxWindows:LocationFsxWindows","majorVersion":6,"fields":{"security_group_arns":{"maxItemsOne":false}}},"aws_datasync_location_hdfs":{"current":"aws:datasync/locationHdfs:LocationHdfs","majorVersion":6,"fields":{"agent_arns":{"maxItemsOne":false},"name_node":{"maxItemsOne":false},"qop_configuration":{"maxItemsOne":true}}},"aws_datasync_location_nfs":{"current":"aws:datasync/nfsLocation:NfsLocation","majorVersion":6,"fields":{"mount_options":{"maxItemsOne":true},"on_prem_config":{"maxItemsOne":true,"elem":{"fields":{"agent_arns":{"maxItemsOne":false}}}}}},"aws_datasync_location_object_storage":{"current":"aws:datasync/locationObjectStorage:LocationObjectStorage","majorVersion":6,"fields":{"agent_arns":{"maxItemsOne":false}}},"aws_datasync_location_s3":{"current":"aws:datasync/s3Location:S3Location","majorVersion":6,"fields":{"agent_arns":{"maxItemsOne":false},"s3_config":{"maxItemsOne":true}}},"aws_datasync_location_smb":{"current":"aws:datasync/locationSmb:LocationSmb","majorVersion":6,"fields":{"agent_arns":{"maxItemsOne":false},"mount_options":{"maxItemsOne":true}}},"aws_datasync_task":{"current":"aws:datasync/task:Task","majorVersion":6,"fields":{"excludes":{"maxItemsOne":true},"includes":{"maxItemsOne":true},"options":{"maxItemsOne":true},"schedule":{"maxItemsOne":true},"task_report_config":{"maxItemsOne":true,"elem":{"fields":{"report_overrides":{"maxItemsOne":true},"s3_destination":{"maxItemsOne":true}}}}}},"aws_dax_cluster":{"current":"aws:dax/cluster:Cluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"nodes":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"server_side_encryption":{"maxItemsOne":true}}},"aws_dax_parameter_group":{"current":"aws:dax/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameters":{"maxItemsOne":false}}},"aws_dax_subnet_group":{"current":"aws:dax/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_db_cluster_snapshot":{"current":"aws:rds/clusterSnapshot:ClusterSnapshot","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false}}},"aws_db_event_subscription":{"current":"aws:rds/eventSubscription:EventSubscription","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false},"source_ids":{"maxItemsOne":false}}},"aws_db_instance":{"current":"aws:rds/instance:Instance","majorVersion":6,"fields":{"blue_green_update":{"maxItemsOne":true},"enabled_cloudwatch_logs_exports":{"maxItemsOne":false},"listener_endpoint":{"maxItemsOne":false},"master_user_secret":{"maxItemsOne":false},"replicas":{"maxItemsOne":false},"restore_to_point_in_time":{"maxItemsOne":true},"s3_import":{"maxItemsOne":true},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_db_instance_automated_backups_replication":{"current":"aws:rds/instanceAutomatedBackupsReplication:InstanceAutomatedBackupsReplication","majorVersion":6},"aws_db_instance_role_association":{"current":"aws:rds/roleAssociation:RoleAssociation","majorVersion":6},"aws_db_option_group":{"current":"aws:rds/optionGroup:OptionGroup","majorVersion":6,"fields":{"option":{"maxItemsOne":false,"elem":{"fields":{"db_security_group_memberships":{"maxItemsOne":false},"option_settings":{"maxItemsOne":false},"vpc_security_group_memberships":{"maxItemsOne":false}}}}}},"aws_db_parameter_group":{"current":"aws:rds/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_db_proxy":{"current":"aws:rds/proxy:Proxy","majorVersion":6,"fields":{"auth":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false},"vpc_subnet_ids":{"maxItemsOne":false}}},"aws_db_proxy_default_target_group":{"current":"aws:rds/proxyDefaultTargetGroup:ProxyDefaultTargetGroup","majorVersion":6,"fields":{"connection_pool_config":{"maxItemsOne":true,"elem":{"fields":{"session_pinning_filters":{"maxItemsOne":false}}}}}},"aws_db_proxy_endpoint":{"current":"aws:rds/proxyEndpoint:ProxyEndpoint","majorVersion":6,"fields":{"vpc_security_group_ids":{"maxItemsOne":false},"vpc_subnet_ids":{"maxItemsOne":false}}},"aws_db_proxy_target":{"current":"aws:rds/proxyTarget:ProxyTarget","majorVersion":6},"aws_db_snapshot":{"current":"aws:rds/snapshot:Snapshot","majorVersion":6,"fields":{"shared_accounts":{"maxItemsOne":false}}},"aws_db_snapshot_copy":{"current":"aws:rds/snapshotCopy:SnapshotCopy","majorVersion":6},"aws_db_subnet_group":{"current":"aws:rds/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false},"supported_network_types":{"maxItemsOne":false}}},"aws_default_network_acl":{"current":"aws:ec2/defaultNetworkAcl:DefaultNetworkAcl","majorVersion":6,"fields":{"egress":{"maxItemsOne":false},"ingress":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_default_route_table":{"current":"aws:ec2/defaultRouteTable:DefaultRouteTable","majorVersion":6,"fields":{"propagating_vgws":{"maxItemsOne":false},"route":{"maxItemsOne":false}}},"aws_default_security_group":{"current":"aws:ec2/defaultSecurityGroup:DefaultSecurityGroup","majorVersion":6,"fields":{"egress":{"maxItemsOne":false,"elem":{"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"prefix_list_ids":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}},"ingress":{"maxItemsOne":false,"elem":{"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"prefix_list_ids":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}}}},"aws_default_subnet":{"current":"aws:ec2/defaultSubnet:DefaultSubnet","majorVersion":6},"aws_default_vpc":{"current":"aws:ec2/defaultVpc:DefaultVpc","majorVersion":6},"aws_default_vpc_dhcp_options":{"current":"aws:ec2/defaultVpcDhcpOptions:DefaultVpcDhcpOptions","majorVersion":6},"aws_detective_graph":{"current":"aws:detective/graph:Graph","majorVersion":6},"aws_detective_invitation_accepter":{"current":"aws:detective/invitationAccepter:InvitationAccepter","majorVersion":6},"aws_detective_member":{"current":"aws:detective/member:Member","majorVersion":6},"aws_detective_organization_admin_account":{"current":"aws:detective/organizationAdminAccount:OrganizationAdminAccount","majorVersion":6},"aws_detective_organization_configuration":{"current":"aws:detective/organizationConfiguration:OrganizationConfiguration","majorVersion":6},"aws_devicefarm_device_pool":{"current":"aws:devicefarm/devicePool:DevicePool","majorVersion":6,"fields":{"rule":{"maxItemsOne":false}}},"aws_devicefarm_instance_profile":{"current":"aws:devicefarm/instanceProfile:InstanceProfile","majorVersion":6,"fields":{"exclude_app_packages_from_cleanup":{"maxItemsOne":false}}},"aws_devicefarm_network_profile":{"current":"aws:devicefarm/networkProfile:NetworkProfile","majorVersion":6},"aws_devicefarm_project":{"current":"aws:devicefarm/project:Project","majorVersion":6},"aws_devicefarm_test_grid_project":{"current":"aws:devicefarm/testGridProject:TestGridProject","majorVersion":6,"fields":{"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_devicefarm_upload":{"current":"aws:devicefarm/upload:Upload","majorVersion":6},"aws_directory_service_conditional_forwarder":{"current":"aws:directoryservice/conditionalForwader:ConditionalForwader","majorVersion":6,"fields":{"dns_ips":{"maxItemsOne":false}}},"aws_directory_service_directory":{"current":"aws:directoryservice/directory:Directory","majorVersion":6,"fields":{"connect_settings":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"connect_ips":{"maxItemsOne":false},"customer_dns_ips":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}},"dns_ip_addresses":{"maxItemsOne":false},"vpc_settings":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_directory_service_log_subscription":{"current":"aws:directoryservice/logService:LogService","majorVersion":6},"aws_directory_service_radius_settings":{"current":"aws:directoryservice/radiusSettings:RadiusSettings","majorVersion":6,"fields":{"radius_servers":{"maxItemsOne":false}}},"aws_directory_service_region":{"current":"aws:directoryservice/serviceRegion:ServiceRegion","majorVersion":6,"fields":{"vpc_settings":{"maxItemsOne":true,"elem":{"fields":{"subnet_ids":{"maxItemsOne":false}}}}}},"aws_directory_service_shared_directory":{"current":"aws:directoryservice/sharedDirectory:SharedDirectory","majorVersion":6,"fields":{"target":{"maxItemsOne":true}}},"aws_directory_service_shared_directory_accepter":{"current":"aws:directoryservice/sharedDirectoryAccepter:SharedDirectoryAccepter","majorVersion":6},"aws_directory_service_trust":{"current":"aws:directoryservice/trust:Trust","majorVersion":6,"fields":{"conditional_forwarder_ip_addrs":{"maxItemsOne":false}}},"aws_dlm_lifecycle_policy":{"current":"aws:dlm/lifecyclePolicy:LifecyclePolicy","majorVersion":6,"fields":{"policy_details":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"cross_region_copy":{"maxItemsOne":false,"elem":{"fields":{"encryption_configuration":{"maxItemsOne":true},"retain_rule":{"maxItemsOne":true}}}}}}},"event_source":{"maxItemsOne":true,"elem":{"fields":{"parameters":{"maxItemsOne":true,"elem":{"fields":{"snapshot_owner":{"maxItemsOne":false}}}}}}},"parameters":{"maxItemsOne":true},"resource_locations":{"maxItemsOne":true},"resource_types":{"maxItemsOne":false},"schedule":{"maxItemsOne":false,"elem":{"fields":{"create_rule":{"maxItemsOne":true,"elem":{"fields":{"times":{"maxItemsOne":true}}}},"cross_region_copy_rule":{"maxItemsOne":false,"elem":{"fields":{"deprecate_rule":{"maxItemsOne":true},"retain_rule":{"maxItemsOne":true}}}},"deprecate_rule":{"maxItemsOne":true},"fast_restore_rule":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false}}}},"retain_rule":{"maxItemsOne":true},"share_rule":{"maxItemsOne":true,"elem":{"fields":{"target_accounts":{"maxItemsOne":false}}}}}}}}}}}},"aws_dms_certificate":{"current":"aws:dms/certificate:Certificate","majorVersion":6},"aws_dms_endpoint":{"current":"aws:dms/endpoint:Endpoint","majorVersion":6,"fields":{"elasticsearch_settings":{"maxItemsOne":true},"kafka_settings":{"maxItemsOne":true},"kinesis_settings":{"maxItemsOne":true},"mongodb_settings":{"maxItemsOne":true},"redis_settings":{"maxItemsOne":true},"redshift_settings":{"maxItemsOne":true},"s3_settings":{"maxItemsOne":true}}},"aws_dms_event_subscription":{"current":"aws:dms/eventSubscription:EventSubscription","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false},"source_ids":{"maxItemsOne":false}}},"aws_dms_replication_config":{"current":"aws:dms/replicationConfig:ReplicationConfig","majorVersion":6,"fields":{"compute_config":{"maxItemsOne":true,"elem":{"fields":{"vpc_security_group_ids":{"maxItemsOne":false}}}}}},"aws_dms_replication_instance":{"current":"aws:dms/replicationInstance:ReplicationInstance","majorVersion":6,"fields":{"replication_instance_private_ips":{"maxItemsOne":false},"replication_instance_public_ips":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_dms_replication_subnet_group":{"current":"aws:dms/replicationSubnetGroup:ReplicationSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_dms_replication_task":{"current":"aws:dms/replicationTask:ReplicationTask","majorVersion":6},"aws_dms_s3_endpoint":{"current":"aws:dms/s3Endpoint:S3Endpoint","majorVersion":6},"aws_docdb_cluster":{"current":"aws:docdb/cluster:Cluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"cluster_members":{"maxItemsOne":false},"enabled_cloudwatch_logs_exports":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_docdb_cluster_instance":{"current":"aws:docdb/clusterInstance:ClusterInstance","majorVersion":6},"aws_docdb_cluster_parameter_group":{"current":"aws:docdb/clusterParameterGroup:ClusterParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_docdb_cluster_snapshot":{"current":"aws:docdb/clusterSnapshot:ClusterSnapshot","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false}}},"aws_docdb_event_subscription":{"current":"aws:docdb/eventSubscription:EventSubscription","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false},"source_ids":{"maxItemsOne":false}}},"aws_docdb_global_cluster":{"current":"aws:docdb/globalCluster:GlobalCluster","majorVersion":6,"fields":{"global_cluster_members":{"maxItemsOne":false}}},"aws_docdb_subnet_group":{"current":"aws:docdb/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_dx_bgp_peer":{"current":"aws:directconnect/bgpPeer:BgpPeer","majorVersion":6},"aws_dx_connection":{"current":"aws:directconnect/connection:Connection","majorVersion":6},"aws_dx_connection_association":{"current":"aws:directconnect/connectionAssociation:ConnectionAssociation","majorVersion":6},"aws_dx_connection_confirmation":{"current":"aws:directconnect/connectionConfirmation:ConnectionConfirmation","majorVersion":6},"aws_dx_gateway":{"current":"aws:directconnect/gateway:Gateway","majorVersion":6},"aws_dx_gateway_association":{"current":"aws:directconnect/gatewayAssociation:GatewayAssociation","majorVersion":6,"fields":{"allowed_prefixes":{"maxItemsOne":false}}},"aws_dx_gateway_association_proposal":{"current":"aws:directconnect/gatewayAssociationProposal:GatewayAssociationProposal","majorVersion":6,"fields":{"allowed_prefixes":{"maxItemsOne":false}}},"aws_dx_hosted_connection":{"current":"aws:directconnect/hostedConnection:HostedConnection","majorVersion":6},"aws_dx_hosted_private_virtual_interface":{"current":"aws:directconnect/hostedPrivateVirtualInterface:HostedPrivateVirtualInterface","majorVersion":6},"aws_dx_hosted_private_virtual_interface_accepter":{"current":"aws:directconnect/hostedPrivateVirtualInterfaceAccepter:HostedPrivateVirtualInterfaceAccepter","majorVersion":6},"aws_dx_hosted_public_virtual_interface":{"current":"aws:directconnect/hostedPublicVirtualInterface:HostedPublicVirtualInterface","majorVersion":6,"fields":{"route_filter_prefixes":{"maxItemsOne":false}}},"aws_dx_hosted_public_virtual_interface_accepter":{"current":"aws:directconnect/hostedPublicVirtualInterfaceAccepter:HostedPublicVirtualInterfaceAccepter","majorVersion":6},"aws_dx_hosted_transit_virtual_interface":{"current":"aws:directconnect/hostedTransitVirtualInterface:HostedTransitVirtualInterface","majorVersion":6},"aws_dx_hosted_transit_virtual_interface_accepter":{"current":"aws:directconnect/hostedTransitVirtualInterfaceAcceptor:HostedTransitVirtualInterfaceAcceptor","majorVersion":6},"aws_dx_lag":{"current":"aws:directconnect/linkAggregationGroup:LinkAggregationGroup","majorVersion":6},"aws_dx_macsec_key_association":{"current":"aws:directconnect/macsecKeyAssociation:MacsecKeyAssociation","majorVersion":6},"aws_dx_private_virtual_interface":{"current":"aws:directconnect/privateVirtualInterface:PrivateVirtualInterface","majorVersion":6},"aws_dx_public_virtual_interface":{"current":"aws:directconnect/publicVirtualInterface:PublicVirtualInterface","majorVersion":6,"fields":{"route_filter_prefixes":{"maxItemsOne":false}}},"aws_dx_transit_virtual_interface":{"current":"aws:directconnect/transitVirtualInterface:TransitVirtualInterface","majorVersion":6},"aws_dynamodb_contributor_insights":{"current":"aws:dynamodb/contributorInsights:ContributorInsights","majorVersion":6},"aws_dynamodb_global_table":{"current":"aws:dynamodb/globalTable:GlobalTable","majorVersion":6,"fields":{"replica":{"maxItemsOne":false}}},"aws_dynamodb_kinesis_streaming_destination":{"current":"aws:dynamodb/kinesisStreamingDestination:KinesisStreamingDestination","majorVersion":6},"aws_dynamodb_table":{"current":"aws:dynamodb/table:Table","majorVersion":6,"fields":{"attribute":{"maxItemsOne":false},"global_secondary_index":{"maxItemsOne":false,"elem":{"fields":{"non_key_attributes":{"maxItemsOne":false}}}},"import_table":{"maxItemsOne":true,"elem":{"fields":{"input_format_options":{"maxItemsOne":true,"elem":{"fields":{"csv":{"maxItemsOne":true,"elem":{"fields":{"header_list":{"maxItemsOne":false}}}}}}},"s3_bucket_source":{"maxItemsOne":true}}}},"local_secondary_index":{"maxItemsOne":false,"elem":{"fields":{"non_key_attributes":{"maxItemsOne":false}}}},"point_in_time_recovery":{"maxItemsOne":true},"replica":{"maxItemsOne":false},"server_side_encryption":{"maxItemsOne":true},"ttl":{"maxItemsOne":true}}},"aws_dynamodb_table_item":{"current":"aws:dynamodb/tableItem:TableItem","majorVersion":6},"aws_dynamodb_table_replica":{"current":"aws:dynamodb/tableReplica:TableReplica","majorVersion":6},"aws_dynamodb_tag":{"current":"aws:dynamodb/tag:Tag","majorVersion":6},"aws_ebs_default_kms_key":{"current":"aws:ebs/defaultKmsKey:DefaultKmsKey","majorVersion":6},"aws_ebs_encryption_by_default":{"current":"aws:ebs/encryptionByDefault:EncryptionByDefault","majorVersion":6},"aws_ebs_snapshot":{"current":"aws:ebs/snapshot:Snapshot","majorVersion":6},"aws_ebs_snapshot_copy":{"current":"aws:ebs/snapshotCopy:SnapshotCopy","majorVersion":6},"aws_ebs_snapshot_import":{"current":"aws:ebs/snapshotImport:SnapshotImport","majorVersion":6,"fields":{"client_data":{"maxItemsOne":true},"disk_container":{"maxItemsOne":true,"elem":{"fields":{"user_bucket":{"maxItemsOne":true}}}}}},"aws_ebs_volume":{"current":"aws:ebs/volume:Volume","majorVersion":6},"aws_ec2_availability_zone_group":{"current":"aws:ec2/availabilityZoneGroup:AvailabilityZoneGroup","majorVersion":6},"aws_ec2_capacity_reservation":{"current":"aws:ec2/capacityReservation:CapacityReservation","majorVersion":6},"aws_ec2_carrier_gateway":{"current":"aws:ec2/carrierGateway:CarrierGateway","majorVersion":6},"aws_ec2_client_vpn_authorization_rule":{"current":"aws:ec2clientvpn/authorizationRule:AuthorizationRule","majorVersion":6},"aws_ec2_client_vpn_endpoint":{"current":"aws:ec2clientvpn/endpoint:Endpoint","majorVersion":6,"fields":{"authentication_options":{"maxItemsOne":false},"client_connect_options":{"maxItemsOne":true},"client_login_banner_options":{"maxItemsOne":true},"connection_log_options":{"maxItemsOne":true},"dns_servers":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_ec2_client_vpn_network_association":{"current":"aws:ec2clientvpn/networkAssociation:NetworkAssociation","majorVersion":6},"aws_ec2_client_vpn_route":{"current":"aws:ec2clientvpn/route:Route","majorVersion":6},"aws_ec2_fleet":{"current":"aws:ec2/fleet:Fleet","majorVersion":6,"fields":{"fleet_instance_set":{"maxItemsOne":false,"elem":{"fields":{"instance_ids":{"maxItemsOne":false}}}},"launch_template_config":{"maxItemsOne":false,"elem":{"fields":{"launch_template_specification":{"maxItemsOne":true},"override":{"maxItemsOne":false,"elem":{"fields":{"instance_requirements":{"maxItemsOne":true,"elem":{"fields":{"accelerator_count":{"maxItemsOne":true},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":true},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":true},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":true},"memory_mib":{"maxItemsOne":true},"network_bandwidth_gbps":{"maxItemsOne":true},"network_interface_count":{"maxItemsOne":true},"total_local_storage_gb":{"maxItemsOne":true},"vcpu_count":{"maxItemsOne":true}}}}}}}}}},"on_demand_options":{"maxItemsOne":true},"spot_options":{"maxItemsOne":true,"elem":{"fields":{"maintenance_strategies":{"maxItemsOne":true,"elem":{"fields":{"capacity_rebalance":{"maxItemsOne":true}}}}}}},"target_capacity_specification":{"maxItemsOne":true}}},"aws_ec2_host":{"current":"aws:ec2/dedicatedHost:DedicatedHost","majorVersion":6},"aws_ec2_image_block_public_access":{"current":"aws:ec2/imageBlockPublicAccess:ImageBlockPublicAccess","majorVersion":6},"aws_ec2_instance_connect_endpoint":{"current":"aws:ec2transitgateway/instanceConnectEndpoint:InstanceConnectEndpoint","majorVersion":6,"fields":{"network_interface_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_ec2_instance_state":{"current":"aws:ec2transitgateway/instanceState:InstanceState","majorVersion":6},"aws_ec2_local_gateway_route":{"current":"aws:ec2/localGatewayRoute:LocalGatewayRoute","majorVersion":6},"aws_ec2_local_gateway_route_table_vpc_association":{"current":"aws:ec2/localGatewayRouteTableVpcAssociation:LocalGatewayRouteTableVpcAssociation","majorVersion":6},"aws_ec2_managed_prefix_list":{"current":"aws:ec2/managedPrefixList:ManagedPrefixList","majorVersion":6,"fields":{"entry":{"maxItemsOne":false}}},"aws_ec2_managed_prefix_list_entry":{"current":"aws:ec2/managedPrefixListEntry:ManagedPrefixListEntry","majorVersion":6},"aws_ec2_network_insights_analysis":{"current":"aws:ec2/networkInsightsAnalysis:NetworkInsightsAnalysis","majorVersion":6,"fields":{"alternate_path_hints":{"maxItemsOne":false},"explanations":{"maxItemsOne":false,"elem":{"fields":{"acl":{"maxItemsOne":false},"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"addresses":{"maxItemsOne":false},"attached_to":{"maxItemsOne":false},"availability_zones":{"maxItemsOne":false},"cidrs":{"maxItemsOne":false},"classic_load_balancer_listener":{"maxItemsOne":false},"component":{"maxItemsOne":false},"customer_gateway":{"maxItemsOne":false},"destination":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"elastic_load_balancer_listener":{"maxItemsOne":false},"ingress_route_table":{"maxItemsOne":false},"internet_gateway":{"maxItemsOne":false},"load_balancer_target_group":{"maxItemsOne":false},"load_balancer_target_groups":{"maxItemsOne":false},"nat_gateway":{"maxItemsOne":false},"network_interface":{"maxItemsOne":false},"port_ranges":{"maxItemsOne":false},"prefix_list":{"maxItemsOne":false},"protocols":{"maxItemsOne":false},"route_table":{"maxItemsOne":false},"route_table_route":{"maxItemsOne":false},"security_group":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"security_groups":{"maxItemsOne":false},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"subnet_route_table":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_attachment":{"maxItemsOne":false},"transit_gateway_route_table":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false},"vpc_endpoint":{"maxItemsOne":false},"vpc_peering_connection":{"maxItemsOne":false},"vpn_connection":{"maxItemsOne":false},"vpn_gateway":{"maxItemsOne":false}}}},"filter_in_arns":{"maxItemsOne":false},"forward_path_components":{"maxItemsOne":false,"elem":{"fields":{"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"additional_details":{"maxItemsOne":false,"elem":{"fields":{"component":{"maxItemsOne":false}}}},"attached_to":{"maxItemsOne":false},"component":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"inbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"outbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"route_table_route":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false}}}},"return_path_components":{"maxItemsOne":false,"elem":{"fields":{"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"additional_details":{"maxItemsOne":false,"elem":{"fields":{"component":{"maxItemsOne":false}}}},"attached_to":{"maxItemsOne":false},"component":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"inbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"outbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"route_table_route":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false}}}}}},"aws_ec2_network_insights_path":{"current":"aws:ec2/networkInsightsPath:NetworkInsightsPath","majorVersion":6},"aws_ec2_serial_console_access":{"current":"aws:ec2/serialConsoleAccess:SerialConsoleAccess","majorVersion":6},"aws_ec2_subnet_cidr_reservation":{"current":"aws:ec2/subnetCidrReservation:SubnetCidrReservation","majorVersion":6},"aws_ec2_tag":{"current":"aws:ec2/tag:Tag","majorVersion":6},"aws_ec2_traffic_mirror_filter":{"current":"aws:ec2/trafficMirrorFilter:TrafficMirrorFilter","majorVersion":6,"fields":{"network_services":{"maxItemsOne":false}}},"aws_ec2_traffic_mirror_filter_rule":{"current":"aws:ec2/trafficMirrorFilterRule:TrafficMirrorFilterRule","majorVersion":6,"fields":{"destination_port_range":{"maxItemsOne":true},"source_port_range":{"maxItemsOne":true}}},"aws_ec2_traffic_mirror_session":{"current":"aws:ec2/trafficMirrorSession:TrafficMirrorSession","majorVersion":6},"aws_ec2_traffic_mirror_target":{"current":"aws:ec2/trafficMirrorTarget:TrafficMirrorTarget","majorVersion":6},"aws_ec2_transit_gateway":{"current":"aws:ec2transitgateway/transitGateway:TransitGateway","majorVersion":6,"fields":{"transit_gateway_cidr_blocks":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_connect":{"current":"aws:ec2transitgateway/connect:Connect","majorVersion":6},"aws_ec2_transit_gateway_connect_peer":{"current":"aws:ec2transitgateway/connectPeer:ConnectPeer","majorVersion":6,"fields":{"bgp_transit_gateway_addresses":{"maxItemsOne":false},"inside_cidr_blocks":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_multicast_domain":{"current":"aws:ec2transitgateway/multicastDomain:MulticastDomain","majorVersion":6},"aws_ec2_transit_gateway_multicast_domain_association":{"current":"aws:ec2transitgateway/multicastDomainAssociation:MulticastDomainAssociation","majorVersion":6},"aws_ec2_transit_gateway_multicast_group_member":{"current":"aws:ec2transitgateway/multicastGroupMember:MulticastGroupMember","majorVersion":6},"aws_ec2_transit_gateway_multicast_group_source":{"current":"aws:ec2transitgateway/multicastGroupSource:MulticastGroupSource","majorVersion":6},"aws_ec2_transit_gateway_peering_attachment":{"current":"aws:ec2transitgateway/peeringAttachment:PeeringAttachment","majorVersion":6},"aws_ec2_transit_gateway_peering_attachment_accepter":{"current":"aws:ec2transitgateway/peeringAttachmentAccepter:PeeringAttachmentAccepter","majorVersion":6},"aws_ec2_transit_gateway_policy_table":{"current":"aws:ec2transitgateway/policyTable:PolicyTable","majorVersion":6},"aws_ec2_transit_gateway_policy_table_association":{"current":"aws:ec2transitgateway/policyTableAssociation:PolicyTableAssociation","majorVersion":6},"aws_ec2_transit_gateway_prefix_list_reference":{"current":"aws:ec2transitgateway/prefixListReference:PrefixListReference","majorVersion":6},"aws_ec2_transit_gateway_route":{"current":"aws:ec2transitgateway/route:Route","majorVersion":6},"aws_ec2_transit_gateway_route_table":{"current":"aws:ec2transitgateway/routeTable:RouteTable","majorVersion":6},"aws_ec2_transit_gateway_route_table_association":{"current":"aws:ec2transitgateway/routeTableAssociation:RouteTableAssociation","majorVersion":6},"aws_ec2_transit_gateway_route_table_propagation":{"current":"aws:ec2transitgateway/routeTablePropagation:RouteTablePropagation","majorVersion":6},"aws_ec2_transit_gateway_vpc_attachment":{"current":"aws:ec2transitgateway/vpcAttachment:VpcAttachment","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_vpc_attachment_accepter":{"current":"aws:ec2transitgateway/vpcAttachmentAccepter:VpcAttachmentAccepter","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_ecr_lifecycle_policy":{"current":"aws:ecr/lifecyclePolicy:LifecyclePolicy","majorVersion":6},"aws_ecr_pull_through_cache_rule":{"current":"aws:ecr/pullThroughCacheRule:PullThroughCacheRule","majorVersion":6},"aws_ecr_registry_policy":{"current":"aws:ecr/registryPolicy:RegistryPolicy","majorVersion":6},"aws_ecr_registry_scanning_configuration":{"current":"aws:ecr/registryScanningConfiguration:RegistryScanningConfiguration","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"repository_filter":{"maxItemsOne":false}}}}}},"aws_ecr_replication_configuration":{"current":"aws:ecr/replicationConfiguration:ReplicationConfiguration","majorVersion":6,"fields":{"replication_configuration":{"maxItemsOne":true,"elem":{"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"destination":{"maxItemsOne":false},"repository_filter":{"maxItemsOne":false}}}}}}}}},"aws_ecr_repository":{"current":"aws:ecr/repository:Repository","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":false},"image_scanning_configuration":{"maxItemsOne":true}}},"aws_ecr_repository_policy":{"current":"aws:ecr/repositoryPolicy:RepositoryPolicy","majorVersion":6},"aws_ecrpublic_repository":{"current":"aws:ecrpublic/repository:Repository","majorVersion":6,"fields":{"catalog_data":{"maxItemsOne":true,"elem":{"fields":{"architectures":{"maxItemsOne":false},"operating_systems":{"maxItemsOne":false}}}}}},"aws_ecrpublic_repository_policy":{"current":"aws:ecrpublic/repositoryPolicy:RepositoryPolicy","majorVersion":6},"aws_ecs_account_setting_default":{"current":"aws:ecs/accountSettingDefault:AccountSettingDefault","majorVersion":6},"aws_ecs_capacity_provider":{"current":"aws:ecs/capacityProvider:CapacityProvider","majorVersion":6,"fields":{"auto_scaling_group_provider":{"maxItemsOne":true,"elem":{"fields":{"managed_scaling":{"maxItemsOne":true}}}}}},"aws_ecs_cluster":{"current":"aws:ecs/cluster:Cluster","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"execute_command_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_configuration":{"maxItemsOne":true}}}}}}},"service_connect_defaults":{"maxItemsOne":true},"setting":{"maxItemsOne":false}}},"aws_ecs_cluster_capacity_providers":{"current":"aws:ecs/clusterCapacityProviders:ClusterCapacityProviders","majorVersion":6,"fields":{"capacity_providers":{"maxItemsOne":false},"default_capacity_provider_strategy":{"maxItemsOne":false}}},"aws_ecs_service":{"current":"aws:ecs/service:Service","majorVersion":6,"fields":{"alarms":{"maxItemsOne":true,"elem":{"fields":{"alarm_names":{"maxItemsOne":false}}}},"capacity_provider_strategy":{"maxItemsOne":false},"deployment_circuit_breaker":{"maxItemsOne":true},"deployment_controller":{"maxItemsOne":true},"load_balancer":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"ordered_placement_strategy":{"maxItemsOne":false},"placement_constraints":{"maxItemsOne":false},"service_connect_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_configuration":{"maxItemsOne":true,"elem":{"fields":{"secret_option":{"maxItemsOne":false}}}},"service":{"maxItemsOne":false,"elem":{"fields":{"client_alias":{"maxItemsOne":false}}}}}}},"service_registries":{"maxItemsOne":true}}},"aws_ecs_tag":{"current":"aws:ecs/tag:Tag","majorVersion":6},"aws_ecs_task_definition":{"current":"aws:ecs/taskDefinition:TaskDefinition","majorVersion":6,"fields":{"ephemeral_storage":{"maxItemsOne":true},"inference_accelerator":{"maxItemsOne":false},"placement_constraints":{"maxItemsOne":false},"proxy_configuration":{"maxItemsOne":true},"requires_compatibilities":{"maxItemsOne":false},"runtime_platform":{"maxItemsOne":true},"volume":{"maxItemsOne":false,"elem":{"fields":{"docker_volume_configuration":{"maxItemsOne":true},"efs_volume_configuration":{"maxItemsOne":true,"elem":{"fields":{"authorization_config":{"maxItemsOne":true}}}},"fsx_windows_file_server_volume_configuration":{"maxItemsOne":true,"elem":{"fields":{"authorization_config":{"maxItemsOne":true}}}}}}}}},"aws_ecs_task_set":{"current":"aws:ecs/taskSet:TaskSet","majorVersion":6,"fields":{"capacity_provider_strategy":{"maxItemsOne":false},"load_balancer":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"scale":{"maxItemsOne":true},"service_registries":{"maxItemsOne":true}}},"aws_efs_access_point":{"current":"aws:efs/accessPoint:AccessPoint","majorVersion":6,"fields":{"posix_user":{"maxItemsOne":true,"elem":{"fields":{"secondary_gids":{"maxItemsOne":false}}}},"root_directory":{"maxItemsOne":true,"elem":{"fields":{"creation_info":{"maxItemsOne":true}}}}}},"aws_efs_backup_policy":{"current":"aws:efs/backupPolicy:BackupPolicy","majorVersion":6,"fields":{"backup_policy":{"maxItemsOne":true}}},"aws_efs_file_system":{"current":"aws:efs/fileSystem:FileSystem","majorVersion":6,"fields":{"lifecycle_policy":{"maxItemsOne":false},"size_in_bytes":{"maxItemsOne":false}}},"aws_efs_file_system_policy":{"current":"aws:efs/fileSystemPolicy:FileSystemPolicy","majorVersion":6},"aws_efs_mount_target":{"current":"aws:efs/mountTarget:MountTarget","majorVersion":6,"fields":{"security_groups":{"maxItemsOne":false}}},"aws_efs_replication_configuration":{"current":"aws:efs/replicationConfiguration:ReplicationConfiguration","majorVersion":6,"fields":{"destination":{"maxItemsOne":true}}},"aws_egress_only_internet_gateway":{"current":"aws:ec2/egressOnlyInternetGateway:EgressOnlyInternetGateway","majorVersion":6},"aws_eip":{"current":"aws:ec2/eip:Eip","majorVersion":6},"aws_eip_association":{"current":"aws:ec2/eipAssociation:EipAssociation","majorVersion":6},"aws_eks_addon":{"current":"aws:eks/addon:Addon","majorVersion":6},"aws_eks_cluster":{"current":"aws:eks/cluster:Cluster","majorVersion":6,"fields":{"certificate_authorities":{"maxItemsOne":false},"certificate_authority":{"maxItemsOne":true},"default_addons_to_remove":{"maxItemsOne":false},"enabled_cluster_log_types":{"maxItemsOne":false},"encryption_config":{"maxItemsOne":true,"elem":{"fields":{"provider":{"maxItemsOne":true},"resources":{"maxItemsOne":false}}}},"identity":{"maxItemsOne":false,"elem":{"fields":{"oidc":{"maxItemsOne":false}}}},"kubernetes_network_config":{"maxItemsOne":true},"outpost_config":{"maxItemsOne":true,"elem":{"fields":{"control_plane_placement":{"maxItemsOne":true},"outpost_arns":{"maxItemsOne":false}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"public_access_cidrs":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_eks_fargate_profile":{"current":"aws:eks/fargateProfile:FargateProfile","majorVersion":6,"fields":{"selector":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_eks_identity_provider_config":{"current":"aws:eks/identityProviderConfig:IdentityProviderConfig","majorVersion":6,"fields":{"oidc":{"maxItemsOne":true}}},"aws_eks_node_group":{"current":"aws:eks/nodeGroup:NodeGroup","majorVersion":6,"fields":{"instance_types":{"maxItemsOne":false},"launch_template":{"maxItemsOne":true},"remote_access":{"maxItemsOne":true,"elem":{"fields":{"source_security_group_ids":{"maxItemsOne":false}}}},"resources":{"maxItemsOne":false,"elem":{"fields":{"autoscaling_groups":{"maxItemsOne":false}}}},"scaling_config":{"maxItemsOne":true},"subnet_ids":{"maxItemsOne":false},"taint":{"maxItemsOne":false},"update_config":{"maxItemsOne":true}}},"aws_elastic_beanstalk_application":{"current":"aws:elasticbeanstalk/application:Application","majorVersion":6,"fields":{"appversion_lifecycle":{"maxItemsOne":true}}},"aws_elastic_beanstalk_application_version":{"current":"aws:elasticbeanstalk/applicationVersion:ApplicationVersion","majorVersion":6},"aws_elastic_beanstalk_configuration_template":{"current":"aws:elasticbeanstalk/configurationTemplate:ConfigurationTemplate","majorVersion":6,"fields":{"setting":{"maxItemsOne":false}}},"aws_elastic_beanstalk_environment":{"current":"aws:elasticbeanstalk/environment:Environment","majorVersion":6,"fields":{"all_settings":{"maxItemsOne":false},"autoscaling_groups":{"maxItemsOne":false},"instances":{"maxItemsOne":false},"launch_configurations":{"maxItemsOne":false},"load_balancers":{"maxItemsOne":false},"queues":{"maxItemsOne":false},"setting":{"maxItemsOne":false},"triggers":{"maxItemsOne":false}}},"aws_elasticache_cluster":{"current":"aws:elasticache/cluster:Cluster","majorVersion":6,"fields":{"cache_nodes":{"maxItemsOne":false},"log_delivery_configuration":{"maxItemsOne":false},"preferred_availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"snapshot_arns":{"maxItemsOne":true}}},"aws_elasticache_global_replication_group":{"current":"aws:elasticache/globalReplicationGroup:GlobalReplicationGroup","majorVersion":6,"fields":{"global_node_groups":{"maxItemsOne":false}}},"aws_elasticache_parameter_group":{"current":"aws:elasticache/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_elasticache_replication_group":{"current":"aws:elasticache/replicationGroup:ReplicationGroup","majorVersion":6,"fields":{"log_delivery_configuration":{"maxItemsOne":false},"member_clusters":{"maxItemsOne":false},"preferred_cache_cluster_azs":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"security_group_names":{"maxItemsOne":false},"snapshot_arns":{"maxItemsOne":false},"user_group_ids":{"maxItemsOne":false}}},"aws_elasticache_subnet_group":{"current":"aws:elasticache/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_elasticache_user":{"current":"aws:elasticache/user:User","majorVersion":6,"fields":{"authentication_mode":{"maxItemsOne":true,"elem":{"fields":{"passwords":{"maxItemsOne":false}}}},"passwords":{"maxItemsOne":false}}},"aws_elasticache_user_group":{"current":"aws:elasticache/userGroup:UserGroup","majorVersion":6,"fields":{"user_ids":{"maxItemsOne":false}}},"aws_elasticache_user_group_association":{"current":"aws:elasticache/userGroupAssociation:UserGroupAssociation","majorVersion":6},"aws_elasticsearch_domain":{"current":"aws:elasticsearch/domain:Domain","majorVersion":6,"fields":{"advanced_security_options":{"maxItemsOne":true,"elem":{"fields":{"master_user_options":{"maxItemsOne":true}}}},"auto_tune_options":{"maxItemsOne":true,"elem":{"fields":{"maintenance_schedule":{"maxItemsOne":false,"elem":{"fields":{"duration":{"maxItemsOne":true}}}}}}},"cluster_config":{"maxItemsOne":true,"elem":{"fields":{"cold_storage_options":{"maxItemsOne":true},"zone_awareness_config":{"maxItemsOne":true}}}},"cognito_options":{"maxItemsOne":true},"domain_endpoint_options":{"maxItemsOne":true},"ebs_options":{"maxItemsOne":true},"encrypt_at_rest":{"maxItemsOne":true},"log_publishing_options":{"maxItemsOne":false},"node_to_node_encryption":{"maxItemsOne":true},"snapshot_options":{"maxItemsOne":true},"vpc_options":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_elasticsearch_domain_policy":{"current":"aws:elasticsearch/domainPolicy:DomainPolicy","majorVersion":6},"aws_elasticsearch_domain_saml_options":{"current":"aws:elasticsearch/domainSamlOptions:DomainSamlOptions","majorVersion":6,"fields":{"saml_options":{"maxItemsOne":true,"elem":{"fields":{"idp":{"maxItemsOne":true}}}}}},"aws_elasticsearch_vpc_endpoint":{"current":"aws:elasticsearch/vpcEndpoint:VpcEndpoint","majorVersion":6,"fields":{"vpc_options":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_elastictranscoder_pipeline":{"current":"aws:elastictranscoder/pipeline:Pipeline","majorVersion":6,"fields":{"content_config":{"maxItemsOne":true},"content_config_permissions":{"maxItemsOne":false,"elem":{"fields":{"access":{"maxItemsOne":false}}}},"notifications":{"maxItemsOne":true},"thumbnail_config":{"maxItemsOne":true},"thumbnail_config_permissions":{"maxItemsOne":false,"elem":{"fields":{"access":{"maxItemsOne":false}}}}}},"aws_elastictranscoder_preset":{"current":"aws:elastictranscoder/preset:Preset","majorVersion":6,"fields":{"audio":{"maxItemsOne":true},"audio_codec_options":{"maxItemsOne":true},"thumbnails":{"maxItemsOne":true},"video":{"maxItemsOne":true},"video_watermarks":{"maxItemsOne":false}}},"aws_elb":{"current":"aws:elb/loadBalancer:LoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"availability_zones":{"maxItemsOne":false},"health_check":{"maxItemsOne":true},"instances":{"maxItemsOne":false},"listener":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_elb_attachment":{"current":"aws:elb/attachment:Attachment","majorVersion":6},"aws_emr_block_public_access_configuration":{"current":"aws:emr/blockPublicAccessConfiguration:BlockPublicAccessConfiguration","majorVersion":6,"fields":{"permitted_public_security_group_rule_range":{"maxItemsOne":false}}},"aws_emr_cluster":{"current":"aws:emr/cluster:Cluster","majorVersion":6,"fields":{"applications":{"maxItemsOne":false},"auto_termination_policy":{"maxItemsOne":true},"bootstrap_action":{"maxItemsOne":false,"elem":{"fields":{"args":{"maxItemsOne":false}}}},"core_instance_fleet":{"maxItemsOne":true,"elem":{"fields":{"instance_type_configs":{"maxItemsOne":false,"elem":{"fields":{"configurations":{"maxItemsOne":false},"ebs_config":{"maxItemsOne":false}}}},"launch_specifications":{"maxItemsOne":true,"elem":{"fields":{"on_demand_specification":{"maxItemsOne":false},"spot_specification":{"maxItemsOne":false}}}}}}},"core_instance_group":{"maxItemsOne":true,"elem":{"fields":{"ebs_config":{"maxItemsOne":false}}}},"ec2_attributes":{"maxItemsOne":true,"elem":{"fields":{"subnet_ids":{"maxItemsOne":false}}}},"kerberos_attributes":{"maxItemsOne":true},"list_steps_states":{"maxItemsOne":false},"master_instance_fleet":{"maxItemsOne":true,"elem":{"fields":{"instance_type_configs":{"maxItemsOne":false,"elem":{"fields":{"configurations":{"maxItemsOne":false},"ebs_config":{"maxItemsOne":false}}}},"launch_specifications":{"maxItemsOne":true,"elem":{"fields":{"on_demand_specification":{"maxItemsOne":false},"spot_specification":{"maxItemsOne":false}}}}}}},"master_instance_group":{"maxItemsOne":true,"elem":{"fields":{"ebs_config":{"maxItemsOne":false}}}},"placement_group_config":{"maxItemsOne":false},"step":{"maxItemsOne":false,"elem":{"fields":{"hadoop_jar_step":{"maxItemsOne":true,"elem":{"fields":{"args":{"maxItemsOne":false}}}}}}}}},"aws_emr_instance_fleet":{"current":"aws:emr/instanceFleet:InstanceFleet","majorVersion":6,"fields":{"instance_type_configs":{"maxItemsOne":false,"elem":{"fields":{"configurations":{"maxItemsOne":false},"ebs_config":{"maxItemsOne":false}}}},"launch_specifications":{"maxItemsOne":true,"elem":{"fields":{"on_demand_specification":{"maxItemsOne":false},"spot_specification":{"maxItemsOne":false}}}}}},"aws_emr_instance_group":{"current":"aws:emr/instanceGroup:InstanceGroup","majorVersion":6,"fields":{"ebs_config":{"maxItemsOne":false}}},"aws_emr_managed_scaling_policy":{"current":"aws:emr/managedScalingPolicy:ManagedScalingPolicy","majorVersion":6,"fields":{"compute_limits":{"maxItemsOne":false}}},"aws_emr_security_configuration":{"current":"aws:emr/securityConfiguration:SecurityConfiguration","majorVersion":6},"aws_emr_studio":{"current":"aws:emr/studio:Studio","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_emr_studio_session_mapping":{"current":"aws:emr/studioSessionMapping:StudioSessionMapping","majorVersion":6},"aws_emrcontainers_job_template":{"current":"aws:emrcontainers/jobTemplate:JobTemplate","majorVersion":6,"fields":{"job_template_data":{"maxItemsOne":true,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true,"elem":{"fields":{"application_configuration":{"maxItemsOne":false,"elem":{"fields":{"configurations":{"maxItemsOne":false}}}},"monitoring_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloud_watch_monitoring_configuration":{"maxItemsOne":true},"s3_monitoring_configuration":{"maxItemsOne":true}}}}}}},"job_driver":{"maxItemsOne":true,"elem":{"fields":{"spark_sql_job_driver":{"maxItemsOne":true},"spark_submit_job_driver":{"maxItemsOne":true,"elem":{"fields":{"entry_point_arguments":{"maxItemsOne":false}}}}}}}}}}}},"aws_emrcontainers_virtual_cluster":{"current":"aws:emrcontainers/virtualCluster:VirtualCluster","majorVersion":6,"fields":{"container_provider":{"maxItemsOne":true,"elem":{"fields":{"info":{"maxItemsOne":true,"elem":{"fields":{"eks_info":{"maxItemsOne":true}}}}}}}}},"aws_emrserverless_application":{"current":"aws:emrserverless/application:Application","majorVersion":6,"fields":{"auto_start_configuration":{"maxItemsOne":true},"auto_stop_configuration":{"maxItemsOne":true},"image_configuration":{"maxItemsOne":true},"initial_capacity":{"maxItemsOne":false,"elem":{"fields":{"initial_capacity_config":{"maxItemsOne":true,"elem":{"fields":{"worker_configuration":{"maxItemsOne":true}}}}}}},"maximum_capacity":{"maxItemsOne":true},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_evidently_feature":{"current":"aws:evidently/feature:Feature","majorVersion":6,"fields":{"evaluation_rules":{"maxItemsOne":false},"variations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true}}}}}},"aws_evidently_launch":{"current":"aws:evidently/launch:Launch","majorVersion":6,"fields":{"execution":{"maxItemsOne":false},"groups":{"maxItemsOne":false},"metric_monitors":{"maxItemsOne":false,"elem":{"fields":{"metric_definition":{"maxItemsOne":true}}}},"scheduled_splits_config":{"maxItemsOne":true,"elem":{"fields":{"steps":{"maxItemsOne":false,"elem":{"fields":{"segment_overrides":{"maxItemsOne":false}}}}}}}}},"aws_evidently_project":{"current":"aws:evidently/project:Project","majorVersion":6,"fields":{"data_delivery":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"s3_destination":{"maxItemsOne":true}}}}}},"aws_evidently_segment":{"current":"aws:evidently/segment:Segment","majorVersion":6},"aws_finspace_kx_cluster":{"current":"aws:finspace/kxCluster:KxCluster","majorVersion":6,"fields":{"auto_scaling_configuration":{"maxItemsOne":true},"cache_storage_configurations":{"maxItemsOne":false},"capacity_configuration":{"maxItemsOne":true},"code":{"maxItemsOne":true},"database":{"maxItemsOne":false,"elem":{"fields":{"cache_configurations":{"maxItemsOne":false,"elem":{"fields":{"db_paths":{"maxItemsOne":false}}}}}}},"savedown_storage_configuration":{"maxItemsOne":true},"vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_finspace_kx_database":{"current":"aws:finspace/kxDatabase:KxDatabase","majorVersion":6},"aws_finspace_kx_environment":{"current":"aws:finspace/kxEnvironment:KxEnvironment","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"custom_dns_configuration":{"maxItemsOne":false},"transit_gateway_configuration":{"maxItemsOne":true,"elem":{"fields":{"attachment_network_acl_configuration":{"maxItemsOne":false,"elem":{"fields":{"icmp_type_code":{"maxItemsOne":true},"port_range":{"maxItemsOne":true}}}}}}}}},"aws_finspace_kx_user":{"current":"aws:finspace/kxUser:KxUser","majorVersion":6},"aws_fis_experiment_template":{"current":"aws:fis/experimentTemplate:ExperimentTemplate","majorVersion":6,"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false},"start_after":{"maxItemsOne":false},"target":{"maxItemsOne":true}}}},"log_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs_configuration":{"maxItemsOne":true},"s3_configuration":{"maxItemsOne":true}}}},"stop_condition":{"maxItemsOne":false},"target":{"maxItemsOne":false,"elem":{"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"resource_arns":{"maxItemsOne":false},"resource_tag":{"maxItemsOne":false}}}}}},"aws_flow_log":{"current":"aws:ec2/flowLog:FlowLog","majorVersion":6,"fields":{"destination_options":{"maxItemsOne":true}}},"aws_fms_admin_account":{"current":"aws:fms/adminAccount:AdminAccount","majorVersion":6},"aws_fms_policy":{"current":"aws:fms/policy:Policy","majorVersion":6,"fields":{"exclude_map":{"maxItemsOne":true,"elem":{"fields":{"account":{"maxItemsOne":false},"orgunit":{"maxItemsOne":false}}}},"include_map":{"maxItemsOne":true,"elem":{"fields":{"account":{"maxItemsOne":false},"orgunit":{"maxItemsOne":false}}}},"resource_type_list":{"maxItemsOne":false},"security_service_policy_data":{"maxItemsOne":true,"elem":{"fields":{"policy_option":{"maxItemsOne":true,"elem":{"fields":{"network_firewall_policy":{"maxItemsOne":true},"third_party_firewall_policy":{"maxItemsOne":true}}}}}}}}},"aws_fsx_backup":{"current":"aws:fsx/backup:Backup","majorVersion":6},"aws_fsx_data_repository_association":{"current":"aws:fsx/dataRepositoryAssociation:DataRepositoryAssociation","majorVersion":6,"fields":{"s3":{"maxItemsOne":true,"elem":{"fields":{"auto_export_policy":{"maxItemsOne":true,"elem":{"fields":{"events":{"maxItemsOne":false}}}},"auto_import_policy":{"maxItemsOne":true,"elem":{"fields":{"events":{"maxItemsOne":false}}}}}}}}},"aws_fsx_file_cache":{"current":"aws:fsx/fileCache:FileCache","majorVersion":6,"fields":{"data_repository_association":{"maxItemsOne":false,"elem":{"fields":{"data_repository_subdirectories":{"maxItemsOne":false},"nfs":{"maxItemsOne":false,"elem":{"fields":{"dns_ips":{"maxItemsOne":false}}}}}}},"data_repository_association_ids":{"maxItemsOne":false},"lustre_configuration":{"maxItemsOne":false,"elem":{"fields":{"log_configuration":{"maxItemsOne":false},"metadata_configuration":{"maxItemsOne":false}}}},"network_interface_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_fsx_lustre_file_system":{"current":"aws:fsx/lustreFileSystem:LustreFileSystem","majorVersion":6,"fields":{"log_configuration":{"maxItemsOne":true},"network_interface_ids":{"maxItemsOne":false},"root_squash_configuration":{"maxItemsOne":true,"elem":{"fields":{"no_squash_nids":{"maxItemsOne":false}}}},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":true}}},"aws_fsx_ontap_file_system":{"current":"aws:fsx/ontapFileSystem:OntapFileSystem","majorVersion":6,"fields":{"disk_iops_configuration":{"maxItemsOne":true},"endpoints":{"maxItemsOne":false,"elem":{"fields":{"intercluster":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"management":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}}},"network_interface_ids":{"maxItemsOne":false},"route_table_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_fsx_ontap_storage_virtual_machine":{"current":"aws:fsx/ontapStorageVirtualMachine:OntapStorageVirtualMachine","majorVersion":6,"fields":{"active_directory_configuration":{"maxItemsOne":true,"elem":{"fields":{"self_managed_active_directory_configuration":{"maxItemsOne":true,"elem":{"fields":{"dns_ips":{"maxItemsOne":false}}}}}}},"endpoints":{"maxItemsOne":false,"elem":{"fields":{"iscsi":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"management":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"nfs":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"smb":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}}}}},"aws_fsx_ontap_volume":{"current":"aws:fsx/ontapVolume:OntapVolume","majorVersion":6,"fields":{"snaplock_configuration":{"maxItemsOne":true,"elem":{"fields":{"autocommit_period":{"maxItemsOne":true},"retention_period":{"maxItemsOne":true,"elem":{"fields":{"default_retention":{"maxItemsOne":true},"maximum_retention":{"maxItemsOne":true},"minimum_retention":{"maxItemsOne":true}}}}}}},"tiering_policy":{"maxItemsOne":true}}},"aws_fsx_openzfs_file_system":{"current":"aws:fsx/openZfsFileSystem:OpenZfsFileSystem","majorVersion":6,"fields":{"disk_iops_configuration":{"maxItemsOne":true},"network_interface_ids":{"maxItemsOne":false},"root_volume_configuration":{"maxItemsOne":true,"elem":{"fields":{"nfs_exports":{"maxItemsOne":true,"elem":{"fields":{"client_configurations":{"maxItemsOne":false,"elem":{"fields":{"options":{"maxItemsOne":false}}}}}}},"user_and_group_quotas":{"maxItemsOne":false}}}},"route_table_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":true}}},"aws_fsx_openzfs_snapshot":{"current":"aws:fsx/openZfsSnapshot:OpenZfsSnapshot","majorVersion":6},"aws_fsx_openzfs_volume":{"current":"aws:fsx/openZfsVolume:OpenZfsVolume","majorVersion":6,"fields":{"delete_volume_options":{"maxItemsOne":true},"nfs_exports":{"maxItemsOne":true,"elem":{"fields":{"client_configurations":{"maxItemsOne":false,"elem":{"fields":{"options":{"maxItemsOne":false}}}}}}},"origin_snapshot":{"maxItemsOne":true},"user_and_group_quotas":{"maxItemsOne":false}}},"aws_fsx_windows_file_system":{"current":"aws:fsx/windowsFileSystem:WindowsFileSystem","majorVersion":6,"fields":{"aliases":{"maxItemsOne":false},"audit_log_configuration":{"maxItemsOne":true},"disk_iops_configuration":{"maxItemsOne":true},"network_interface_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"self_managed_active_directory":{"maxItemsOne":true,"elem":{"fields":{"dns_ips":{"maxItemsOne":false}}}},"subnet_ids":{"maxItemsOne":false}}},"aws_gamelift_alias":{"current":"aws:gamelift/alias:Alias","majorVersion":6,"fields":{"routing_strategy":{"maxItemsOne":true}}},"aws_gamelift_build":{"current":"aws:gamelift/build:Build","majorVersion":6,"fields":{"storage_location":{"maxItemsOne":true}}},"aws_gamelift_fleet":{"current":"aws:gamelift/fleet:Fleet","majorVersion":6,"fields":{"certificate_configuration":{"maxItemsOne":true},"ec2_inbound_permission":{"maxItemsOne":false},"log_paths":{"maxItemsOne":false},"metric_groups":{"maxItemsOne":false},"resource_creation_limit_policy":{"maxItemsOne":true},"runtime_configuration":{"maxItemsOne":true,"elem":{"fields":{"server_process":{"maxItemsOne":false}}}}}},"aws_gamelift_game_server_group":{"current":"aws:gamelift/gameServerGroup:GameServerGroup","majorVersion":6,"fields":{"auto_scaling_policy":{"maxItemsOne":true,"elem":{"fields":{"target_tracking_configuration":{"maxItemsOne":true}}}},"instance_definition":{"maxItemsOne":false},"launch_template":{"maxItemsOne":true},"vpc_subnets":{"maxItemsOne":false}}},"aws_gamelift_game_session_queue":{"current":"aws:gamelift/gameSessionQueue:GameSessionQueue","majorVersion":6,"fields":{"destinations":{"maxItemsOne":false},"player_latency_policy":{"maxItemsOne":false}}},"aws_gamelift_matchmaking_configuration":{"current":"aws:gamelift/matchmakingConfiguration:MatchmakingConfiguration","majorVersion":6,"fields":{"game_property":{"maxItemsOne":false},"game_session_queue_arns":{"maxItemsOne":false}}},"aws_gamelift_matchmaking_rule_set":{"current":"aws:gamelift/matchmakingRuleSet:MatchmakingRuleSet","majorVersion":6},"aws_gamelift_script":{"current":"aws:gamelift/script:Script","majorVersion":6,"fields":{"storage_location":{"maxItemsOne":true}}},"aws_glacier_vault":{"current":"aws:glacier/vault:Vault","majorVersion":6,"fields":{"notification":{"maxItemsOne":true,"elem":{"fields":{"events":{"maxItemsOne":false}}}}}},"aws_glacier_vault_lock":{"current":"aws:glacier/vaultLock:VaultLock","majorVersion":6},"aws_globalaccelerator_accelerator":{"current":"aws:globalaccelerator/accelerator:Accelerator","majorVersion":6,"fields":{"attributes":{"maxItemsOne":true},"ip_addresses":{"maxItemsOne":false},"ip_sets":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}},"aws_globalaccelerator_custom_routing_accelerator":{"current":"aws:globalaccelerator/customRoutingAccelerator:CustomRoutingAccelerator","majorVersion":6,"fields":{"attributes":{"maxItemsOne":true},"ip_addresses":{"maxItemsOne":false},"ip_sets":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}},"aws_globalaccelerator_custom_routing_endpoint_group":{"current":"aws:globalaccelerator/customRoutingEndpointGroup:CustomRoutingEndpointGroup","majorVersion":6,"fields":{"destination_configuration":{"maxItemsOne":false,"elem":{"fields":{"protocols":{"maxItemsOne":false}}}},"endpoint_configuration":{"maxItemsOne":false}}},"aws_globalaccelerator_custom_routing_listener":{"current":"aws:globalaccelerator/customRoutingListener:CustomRoutingListener","majorVersion":6,"fields":{"port_range":{"maxItemsOne":false}}},"aws_globalaccelerator_endpoint_group":{"current":"aws:globalaccelerator/endpointGroup:EndpointGroup","majorVersion":6,"fields":{"endpoint_configuration":{"maxItemsOne":false},"port_override":{"maxItemsOne":false}}},"aws_globalaccelerator_listener":{"current":"aws:globalaccelerator/listener:Listener","majorVersion":6,"fields":{"port_range":{"maxItemsOne":false}}},"aws_glue_catalog_database":{"current":"aws:glue/catalogDatabase:CatalogDatabase","majorVersion":6,"fields":{"create_table_default_permission":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false},"principal":{"maxItemsOne":true}}}},"target_database":{"maxItemsOne":true}}},"aws_glue_catalog_table":{"current":"aws:glue/catalogTable:CatalogTable","majorVersion":6,"fields":{"open_table_format_input":{"maxItemsOne":true,"elem":{"fields":{"iceberg_input":{"maxItemsOne":true}}}},"partition_index":{"maxItemsOne":false,"elem":{"fields":{"keys":{"maxItemsOne":false}}}},"partition_keys":{"maxItemsOne":false},"storage_descriptor":{"maxItemsOne":true,"elem":{"fields":{"bucket_columns":{"maxItemsOne":false},"columns":{"maxItemsOne":false},"schema_reference":{"maxItemsOne":true,"elem":{"fields":{"schema_id":{"maxItemsOne":true}}}},"ser_de_info":{"maxItemsOne":true},"skewed_info":{"maxItemsOne":true,"elem":{"fields":{"skewed_column_names":{"maxItemsOne":false},"skewed_column_values":{"maxItemsOne":false}}}},"sort_columns":{"maxItemsOne":false}}}},"target_table":{"maxItemsOne":true}}},"aws_glue_classifier":{"current":"aws:glue/classifier:Classifier","majorVersion":6,"fields":{"csv_classifier":{"maxItemsOne":true,"elem":{"fields":{"custom_datatypes":{"maxItemsOne":false},"header":{"maxItemsOne":false}}}},"grok_classifier":{"maxItemsOne":true},"json_classifier":{"maxItemsOne":true},"xml_classifier":{"maxItemsOne":true}}},"aws_glue_connection":{"current":"aws:glue/connection:Connection","majorVersion":6,"fields":{"match_criteria":{"maxItemsOne":false},"physical_connection_requirements":{"maxItemsOne":true,"elem":{"fields":{"security_group_id_list":{"maxItemsOne":false}}}}}},"aws_glue_crawler":{"current":"aws:glue/crawler:Crawler","majorVersion":6,"fields":{"catalog_target":{"maxItemsOne":false,"elem":{"fields":{"tables":{"maxItemsOne":false}}}},"classifiers":{"maxItemsOne":false},"delta_target":{"maxItemsOne":false,"elem":{"fields":{"delta_tables":{"maxItemsOne":false}}}},"dynamodb_target":{"maxItemsOne":false},"hudi_target":{"maxItemsOne":false,"elem":{"fields":{"exclusions":{"maxItemsOne":false},"paths":{"maxItemsOne":false}}}},"iceberg_target":{"maxItemsOne":false,"elem":{"fields":{"exclusions":{"maxItemsOne":false},"paths":{"maxItemsOne":false}}}},"jdbc_target":{"maxItemsOne":false,"elem":{"fields":{"enable_additional_metadata":{"maxItemsOne":false},"exclusions":{"maxItemsOne":false}}}},"lake_formation_configuration":{"maxItemsOne":true},"lineage_configuration":{"maxItemsOne":true},"mongodb_target":{"maxItemsOne":false},"recrawl_policy":{"maxItemsOne":true},"s3_target":{"maxItemsOne":false,"elem":{"fields":{"exclusions":{"maxItemsOne":false}}}},"schema_change_policy":{"maxItemsOne":true}}},"aws_glue_data_catalog_encryption_settings":{"current":"aws:glue/dataCatalogEncryptionSettings:DataCatalogEncryptionSettings","majorVersion":6,"fields":{"data_catalog_encryption_settings":{"maxItemsOne":true,"elem":{"fields":{"connection_password_encryption":{"maxItemsOne":true},"encryption_at_rest":{"maxItemsOne":true}}}}}},"aws_glue_data_quality_ruleset":{"current":"aws:glue/dataQualityRuleset:DataQualityRuleset","majorVersion":6,"fields":{"target_table":{"maxItemsOne":true}}},"aws_glue_dev_endpoint":{"current":"aws:glue/devEndpoint:DevEndpoint","majorVersion":6,"fields":{"public_keys":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_glue_job":{"current":"aws:glue/job:Job","majorVersion":6,"fields":{"command":{"maxItemsOne":true},"connections":{"maxItemsOne":false},"execution_property":{"maxItemsOne":true},"notification_property":{"maxItemsOne":true}}},"aws_glue_ml_transform":{"current":"aws:glue/mLTransform:MLTransform","majorVersion":6,"fields":{"input_record_tables":{"maxItemsOne":false},"parameters":{"maxItemsOne":true,"elem":{"fields":{"find_matches_parameters":{"maxItemsOne":true}}}},"schema":{"maxItemsOne":false}}},"aws_glue_partition":{"current":"aws:glue/partition:Partition","majorVersion":6,"fields":{"partition_values":{"maxItemsOne":false},"storage_descriptor":{"maxItemsOne":true,"elem":{"fields":{"bucket_columns":{"maxItemsOne":false},"columns":{"maxItemsOne":false},"ser_de_info":{"maxItemsOne":true},"skewed_info":{"maxItemsOne":true,"elem":{"fields":{"skewed_column_names":{"maxItemsOne":false},"skewed_column_values":{"maxItemsOne":false}}}},"sort_columns":{"maxItemsOne":false}}}}}},"aws_glue_partition_index":{"current":"aws:glue/partitionIndex:PartitionIndex","majorVersion":6,"fields":{"partition_index":{"maxItemsOne":true,"elem":{"fields":{"keys":{"maxItemsOne":false}}}}}},"aws_glue_registry":{"current":"aws:glue/registry:Registry","majorVersion":6},"aws_glue_resource_policy":{"current":"aws:glue/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_glue_schema":{"current":"aws:glue/schema:Schema","majorVersion":6},"aws_glue_security_configuration":{"current":"aws:glue/securityConfiguration:SecurityConfiguration","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_encryption":{"maxItemsOne":true},"job_bookmarks_encryption":{"maxItemsOne":true},"s3_encryption":{"maxItemsOne":true}}}}}},"aws_glue_trigger":{"current":"aws:glue/trigger:Trigger","majorVersion":6,"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"notification_property":{"maxItemsOne":true}}}},"event_batching_condition":{"maxItemsOne":false},"predicate":{"maxItemsOne":true,"elem":{"fields":{"conditions":{"maxItemsOne":false}}}}}},"aws_glue_user_defined_function":{"current":"aws:glue/userDefinedFunction:UserDefinedFunction","majorVersion":6,"fields":{"resource_uris":{"maxItemsOne":false}}},"aws_glue_workflow":{"current":"aws:glue/workflow:Workflow","majorVersion":6},"aws_grafana_license_association":{"current":"aws:grafana/licenseAssociation:LicenseAssociation","majorVersion":6},"aws_grafana_role_association":{"current":"aws:grafana/roleAssociation:RoleAssociation","majorVersion":6,"fields":{"group_ids":{"maxItemsOne":false},"user_ids":{"maxItemsOne":false}}},"aws_grafana_workspace":{"current":"aws:grafana/workspace:Workspace","majorVersion":6,"fields":{"authentication_providers":{"maxItemsOne":false},"data_sources":{"maxItemsOne":false},"network_access_control":{"maxItemsOne":true,"elem":{"fields":{"prefix_list_ids":{"maxItemsOne":false},"vpce_ids":{"maxItemsOne":false}}}},"notification_destinations":{"maxItemsOne":false},"organizational_units":{"maxItemsOne":false},"vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_grafana_workspace_api_key":{"current":"aws:grafana/workspaceApiKey:WorkspaceApiKey","majorVersion":6},"aws_grafana_workspace_saml_configuration":{"current":"aws:grafana/workspaceSamlConfiguration:WorkspaceSamlConfiguration","majorVersion":6,"fields":{"admin_role_values":{"maxItemsOne":false},"allowed_organizations":{"maxItemsOne":false},"editor_role_values":{"maxItemsOne":false}}},"aws_guardduty_detector":{"current":"aws:guardduty/detector:Detector","majorVersion":6,"fields":{"datasources":{"maxItemsOne":true,"elem":{"fields":{"kubernetes":{"maxItemsOne":true,"elem":{"fields":{"audit_logs":{"maxItemsOne":true}}}},"malware_protection":{"maxItemsOne":true,"elem":{"fields":{"scan_ec2_instance_with_findings":{"maxItemsOne":true,"elem":{"fields":{"ebs_volumes":{"maxItemsOne":true}}}}}}},"s3_logs":{"maxItemsOne":true}}}}}},"aws_guardduty_detector_feature":{"current":"aws:guardduty/detectorFeature:DetectorFeature","majorVersion":6,"fields":{"additional_configuration":{"maxItemsOne":false}}},"aws_guardduty_filter":{"current":"aws:guardduty/filter:Filter","majorVersion":6,"fields":{"finding_criteria":{"maxItemsOne":true,"elem":{"fields":{"criterion":{"maxItemsOne":false,"elem":{"fields":{"equals":{"maxItemsOne":false},"not_equals":{"maxItemsOne":false}}}}}}}}},"aws_guardduty_invite_accepter":{"current":"aws:guardduty/inviteAccepter:InviteAccepter","majorVersion":6},"aws_guardduty_ipset":{"current":"aws:guardduty/iPSet:IPSet","majorVersion":6},"aws_guardduty_member":{"current":"aws:guardduty/member:Member","majorVersion":6},"aws_guardduty_organization_admin_account":{"current":"aws:guardduty/organizationAdminAccount:OrganizationAdminAccount","majorVersion":6},"aws_guardduty_organization_configuration":{"current":"aws:guardduty/organizationConfiguration:OrganizationConfiguration","majorVersion":6,"fields":{"datasources":{"maxItemsOne":true,"elem":{"fields":{"kubernetes":{"maxItemsOne":true,"elem":{"fields":{"audit_logs":{"maxItemsOne":true}}}},"malware_protection":{"maxItemsOne":true,"elem":{"fields":{"scan_ec2_instance_with_findings":{"maxItemsOne":true,"elem":{"fields":{"ebs_volumes":{"maxItemsOne":true}}}}}}},"s3_logs":{"maxItemsOne":true}}}}}},"aws_guardduty_organization_configuration_feature":{"current":"aws:guardduty/organizationConfigurationFeature:OrganizationConfigurationFeature","majorVersion":6,"fields":{"additional_configuration":{"maxItemsOne":false}}},"aws_guardduty_publishing_destination":{"current":"aws:guardduty/publishingDestination:PublishingDestination","majorVersion":6},"aws_guardduty_threatintelset":{"current":"aws:guardduty/threatIntelSet:ThreatIntelSet","majorVersion":6},"aws_iam_access_key":{"current":"aws:iam/accessKey:AccessKey","majorVersion":6},"aws_iam_account_alias":{"current":"aws:iam/accountAlias:AccountAlias","majorVersion":6},"aws_iam_account_password_policy":{"current":"aws:iam/accountPasswordPolicy:AccountPasswordPolicy","majorVersion":6},"aws_iam_group":{"current":"aws:iam/group:Group","majorVersion":6},"aws_iam_group_membership":{"current":"aws:iam/groupMembership:GroupMembership","majorVersion":6,"fields":{"users":{"maxItemsOne":false}}},"aws_iam_group_policy":{"current":"aws:iam/groupPolicy:GroupPolicy","majorVersion":6},"aws_iam_group_policy_attachment":{"current":"aws:iam/groupPolicyAttachment:GroupPolicyAttachment","majorVersion":6},"aws_iam_instance_profile":{"current":"aws:iam/instanceProfile:InstanceProfile","majorVersion":6},"aws_iam_openid_connect_provider":{"current":"aws:iam/openIdConnectProvider:OpenIdConnectProvider","majorVersion":6,"fields":{"client_id_list":{"maxItemsOne":false},"thumbprint_list":{"maxItemsOne":false}}},"aws_iam_policy":{"current":"aws:iam/policy:Policy","majorVersion":6},"aws_iam_policy_attachment":{"current":"aws:iam/policyAttachment:PolicyAttachment","majorVersion":6,"fields":{"groups":{"maxItemsOne":false},"roles":{"maxItemsOne":false},"users":{"maxItemsOne":false}}},"aws_iam_role":{"current":"aws:iam/role:Role","majorVersion":6,"fields":{"inline_policy":{"maxItemsOne":false},"managed_policy_arns":{"maxItemsOne":false}}},"aws_iam_role_policy":{"current":"aws:iam/rolePolicy:RolePolicy","majorVersion":6},"aws_iam_role_policy_attachment":{"current":"aws:iam/rolePolicyAttachment:RolePolicyAttachment","majorVersion":6},"aws_iam_saml_provider":{"current":"aws:iam/samlProvider:SamlProvider","majorVersion":6},"aws_iam_security_token_service_preferences":{"current":"aws:iam/securityTokenServicePreferences:SecurityTokenServicePreferences","majorVersion":6},"aws_iam_server_certificate":{"current":"aws:iam/serverCertificate:ServerCertificate","majorVersion":6},"aws_iam_service_linked_role":{"current":"aws:iam/serviceLinkedRole:ServiceLinkedRole","majorVersion":6},"aws_iam_service_specific_credential":{"current":"aws:iam/serviceSpecificCredential:ServiceSpecificCredential","majorVersion":6},"aws_iam_signing_certificate":{"current":"aws:iam/signingCertificate:SigningCertificate","majorVersion":6},"aws_iam_user":{"current":"aws:iam/user:User","majorVersion":6},"aws_iam_user_group_membership":{"current":"aws:iam/userGroupMembership:UserGroupMembership","majorVersion":6,"fields":{"groups":{"maxItemsOne":false}}},"aws_iam_user_login_profile":{"current":"aws:iam/userLoginProfile:UserLoginProfile","majorVersion":6},"aws_iam_user_policy":{"current":"aws:iam/userPolicy:UserPolicy","majorVersion":6},"aws_iam_user_policy_attachment":{"current":"aws:iam/userPolicyAttachment:UserPolicyAttachment","majorVersion":6},"aws_iam_user_ssh_key":{"current":"aws:iam/sshKey:SshKey","majorVersion":6},"aws_iam_virtual_mfa_device":{"current":"aws:iam/virtualMfaDevice:VirtualMfaDevice","majorVersion":6},"aws_identitystore_group":{"current":"aws:identitystore/group:Group","majorVersion":6,"fields":{"external_ids":{"maxItemsOne":false}}},"aws_identitystore_group_membership":{"current":"aws:identitystore/groupMembership:GroupMembership","majorVersion":6},"aws_identitystore_user":{"current":"aws:identitystore/user:User","majorVersion":6,"fields":{"addresses":{"maxItemsOne":true},"emails":{"maxItemsOne":true},"external_ids":{"maxItemsOne":false},"name":{"maxItemsOne":true},"phone_numbers":{"maxItemsOne":true}}},"aws_imagebuilder_component":{"current":"aws:imagebuilder/component:Component","majorVersion":6,"fields":{"supported_os_versions":{"maxItemsOne":false}}},"aws_imagebuilder_container_recipe":{"current":"aws:imagebuilder/containerRecipe:ContainerRecipe","majorVersion":6,"fields":{"component":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false}}}},"instance_configuration":{"maxItemsOne":true,"elem":{"fields":{"block_device_mapping":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":true}}}}}}},"target_repository":{"maxItemsOne":true}}},"aws_imagebuilder_distribution_configuration":{"current":"aws:imagebuilder/distributionConfiguration:DistributionConfiguration","majorVersion":6,"fields":{"distribution":{"maxItemsOne":false,"elem":{"fields":{"ami_distribution_configuration":{"maxItemsOne":true,"elem":{"fields":{"launch_permission":{"maxItemsOne":true,"elem":{"fields":{"organization_arns":{"maxItemsOne":false},"organizational_unit_arns":{"maxItemsOne":false},"user_groups":{"maxItemsOne":false},"user_ids":{"maxItemsOne":false}}}},"target_account_ids":{"maxItemsOne":false}}}},"container_distribution_configuration":{"maxItemsOne":true,"elem":{"fields":{"container_tags":{"maxItemsOne":false},"target_repository":{"maxItemsOne":true}}}},"fast_launch_configuration":{"maxItemsOne":false,"elem":{"fields":{"launch_template":{"maxItemsOne":true},"snapshot_configuration":{"maxItemsOne":true}}}},"launch_template_configuration":{"maxItemsOne":false},"license_configuration_arns":{"maxItemsOne":false}}}}}},"aws_imagebuilder_image":{"current":"aws:imagebuilder/image:Image","majorVersion":6,"fields":{"image_scanning_configuration":{"maxItemsOne":true,"elem":{"fields":{"ecr_configuration":{"maxItemsOne":true,"elem":{"fields":{"container_tags":{"maxItemsOne":false}}}}}}},"image_tests_configuration":{"maxItemsOne":true},"output_resources":{"maxItemsOne":false,"elem":{"fields":{"amis":{"maxItemsOne":false},"containers":{"maxItemsOne":false,"elem":{"fields":{"image_uris":{"maxItemsOne":false}}}}}}}}},"aws_imagebuilder_image_pipeline":{"current":"aws:imagebuilder/imagePipeline:ImagePipeline","majorVersion":6,"fields":{"image_scanning_configuration":{"maxItemsOne":true,"elem":{"fields":{"ecr_configuration":{"maxItemsOne":true,"elem":{"fields":{"container_tags":{"maxItemsOne":false}}}}}}},"image_tests_configuration":{"maxItemsOne":true},"schedule":{"maxItemsOne":true}}},"aws_imagebuilder_image_recipe":{"current":"aws:imagebuilder/imageRecipe:ImageRecipe","majorVersion":6,"fields":{"block_device_mapping":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":true}}}},"component":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false}}}},"systems_manager_agent":{"maxItemsOne":true}}},"aws_imagebuilder_infrastructure_configuration":{"current":"aws:imagebuilder/infrastructureConfiguration:InfrastructureConfiguration","majorVersion":6,"fields":{"instance_metadata_options":{"maxItemsOne":true},"instance_types":{"maxItemsOne":false},"logging":{"maxItemsOne":true,"elem":{"fields":{"s3_logs":{"maxItemsOne":true}}}},"security_group_ids":{"maxItemsOne":false}}},"aws_inspector2_delegated_admin_account":{"current":"aws:inspector2/delegatedAdminAccount:DelegatedAdminAccount","majorVersion":6},"aws_inspector2_enabler":{"current":"aws:inspector2/enabler:Enabler","majorVersion":6,"fields":{"account_ids":{"maxItemsOne":false},"resource_types":{"maxItemsOne":false}}},"aws_inspector2_member_association":{"current":"aws:inspector2/memberAssociation:MemberAssociation","majorVersion":6},"aws_inspector2_organization_configuration":{"current":"aws:inspector2/organizationConfiguration:OrganizationConfiguration","majorVersion":6,"fields":{"auto_enable":{"maxItemsOne":true}}},"aws_inspector_assessment_target":{"current":"aws:inspector/assessmentTarget:AssessmentTarget","majorVersion":6},"aws_inspector_assessment_template":{"current":"aws:inspector/assessmentTemplate:AssessmentTemplate","majorVersion":6,"fields":{"event_subscription":{"maxItemsOne":false},"rules_package_arns":{"maxItemsOne":false}}},"aws_inspector_resource_group":{"current":"aws:inspector/resourceGroup:ResourceGroup","majorVersion":6},"aws_instance":{"current":"aws:ec2/instance:Instance","majorVersion":6,"fields":{"capacity_reservation_specification":{"maxItemsOne":true,"elem":{"fields":{"capacity_reservation_target":{"maxItemsOne":true}}}},"cpu_options":{"maxItemsOne":true},"credit_specification":{"maxItemsOne":true},"ebs_block_device":{"maxItemsOne":false},"enclave_options":{"maxItemsOne":true},"ephemeral_block_device":{"maxItemsOne":false},"instance_market_options":{"maxItemsOne":true,"elem":{"fields":{"spot_options":{"maxItemsOne":true}}}},"ipv6_addresses":{"maxItemsOne":false},"launch_template":{"maxItemsOne":true},"maintenance_options":{"maxItemsOne":true},"metadata_options":{"maxItemsOne":true},"network_interface":{"maxItemsOne":false},"private_dns_name_options":{"maxItemsOne":true},"root_block_device":{"maxItemsOne":true},"secondary_private_ips":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_internet_gateway":{"current":"aws:ec2/internetGateway:InternetGateway","majorVersion":6},"aws_internet_gateway_attachment":{"current":"aws:ec2/internetGatewayAttachment:InternetGatewayAttachment","majorVersion":6},"aws_internetmonitor_monitor":{"current":"aws:cloudwatch/internetMonitor:InternetMonitor","majorVersion":6,"fields":{"health_events_config":{"maxItemsOne":true},"internet_measurements_log_delivery":{"maxItemsOne":true,"elem":{"fields":{"s3_config":{"maxItemsOne":true}}}},"resources":{"maxItemsOne":false}}},"aws_iot_authorizer":{"current":"aws:iot/authorizer:Authorizer","majorVersion":6},"aws_iot_billing_group":{"current":"aws:iot/billingGroup:BillingGroup","majorVersion":6,"fields":{"metadata":{"maxItemsOne":false},"properties":{"maxItemsOne":true}}},"aws_iot_ca_certificate":{"current":"aws:iot/caCertificate:CaCertificate","majorVersion":6,"fields":{"registration_config":{"maxItemsOne":true},"validity":{"maxItemsOne":false}}},"aws_iot_certificate":{"current":"aws:iot/certificate:Certificate","majorVersion":6},"aws_iot_domain_configuration":{"current":"aws:iot/domainConfiguration:DomainConfiguration","majorVersion":6,"fields":{"authorizer_config":{"maxItemsOne":true},"server_certificate_arns":{"maxItemsOne":false},"tls_config":{"maxItemsOne":true}}},"aws_iot_event_configurations":{"current":"aws:iot/eventConfigurations:EventConfigurations","majorVersion":6},"aws_iot_indexing_configuration":{"current":"aws:iot/indexingConfiguration:IndexingConfiguration","majorVersion":6,"fields":{"thing_group_indexing_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_field":{"maxItemsOne":false},"managed_field":{"maxItemsOne":false}}}},"thing_indexing_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_field":{"maxItemsOne":false},"filter":{"maxItemsOne":true,"elem":{"fields":{"named_shadow_names":{"maxItemsOne":false}}}},"managed_field":{"maxItemsOne":false}}}}}},"aws_iot_logging_options":{"current":"aws:iot/loggingOptions:LoggingOptions","majorVersion":6},"aws_iot_policy":{"current":"aws:iot/policy:Policy","majorVersion":6},"aws_iot_policy_attachment":{"current":"aws:iot/policyAttachment:PolicyAttachment","majorVersion":6},"aws_iot_provisioning_template":{"current":"aws:iot/provisioningTemplate:ProvisioningTemplate","majorVersion":6,"fields":{"pre_provisioning_hook":{"maxItemsOne":true}}},"aws_iot_role_alias":{"current":"aws:iot/roleAlias:RoleAlias","majorVersion":6},"aws_iot_thing":{"current":"aws:iot/thing:Thing","majorVersion":6},"aws_iot_thing_group":{"current":"aws:iot/thingGroup:ThingGroup","majorVersion":6,"fields":{"metadata":{"maxItemsOne":false,"elem":{"fields":{"root_to_parent_groups":{"maxItemsOne":false}}}},"properties":{"maxItemsOne":true,"elem":{"fields":{"attribute_payload":{"maxItemsOne":true}}}}}},"aws_iot_thing_group_membership":{"current":"aws:iot/thingGroupMembership:ThingGroupMembership","majorVersion":6},"aws_iot_thing_principal_attachment":{"current":"aws:iot/thingPrincipalAttachment:ThingPrincipalAttachment","majorVersion":6},"aws_iot_thing_type":{"current":"aws:iot/thingType:ThingType","majorVersion":6,"fields":{"properties":{"maxItemsOne":true,"elem":{"fields":{"searchable_attributes":{"maxItemsOne":false}}}}}},"aws_iot_topic_rule":{"current":"aws:iot/topicRule:TopicRule","majorVersion":6,"fields":{"cloudwatch_alarm":{"maxItemsOne":false},"cloudwatch_logs":{"maxItemsOne":false},"cloudwatch_metric":{"maxItemsOne":false},"dynamodb":{"maxItemsOne":false},"dynamodbv2":{"maxItemsOne":false,"elem":{"fields":{"put_item":{"maxItemsOne":true}}}},"elasticsearch":{"maxItemsOne":false},"error_action":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_alarm":{"maxItemsOne":true},"cloudwatch_logs":{"maxItemsOne":true},"cloudwatch_metric":{"maxItemsOne":true},"dynamodb":{"maxItemsOne":true},"dynamodbv2":{"maxItemsOne":true,"elem":{"fields":{"put_item":{"maxItemsOne":true}}}},"elasticsearch":{"maxItemsOne":true},"firehose":{"maxItemsOne":true},"http":{"maxItemsOne":true,"elem":{"fields":{"http_header":{"maxItemsOne":false}}}},"iot_analytics":{"maxItemsOne":true},"iot_events":{"maxItemsOne":true},"kafka":{"maxItemsOne":true,"elem":{"fields":{"header":{"maxItemsOne":false}}}},"kinesis":{"maxItemsOne":true},"lambda":{"maxItemsOne":true},"republish":{"maxItemsOne":true},"s3":{"maxItemsOne":true},"sns":{"maxItemsOne":true},"sqs":{"maxItemsOne":true},"step_functions":{"maxItemsOne":true},"timestream":{"maxItemsOne":true,"elem":{"fields":{"dimension":{"maxItemsOne":false},"timestamp":{"maxItemsOne":true}}}}}}},"firehose":{"maxItemsOne":false},"http":{"maxItemsOne":false,"elem":{"fields":{"http_header":{"maxItemsOne":false}}}},"iot_analytics":{"maxItemsOne":false},"iot_events":{"maxItemsOne":false},"kafka":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":false}}}},"kinesis":{"maxItemsOne":false},"lambda":{"maxItemsOne":false},"republish":{"maxItemsOne":false},"s3":{"maxItemsOne":false},"sns":{"maxItemsOne":false},"sqs":{"maxItemsOne":false},"step_functions":{"maxItemsOne":false},"timestream":{"maxItemsOne":false,"elem":{"fields":{"dimension":{"maxItemsOne":false},"timestamp":{"maxItemsOne":true}}}}}},"aws_iot_topic_rule_destination":{"current":"aws:iot/topicRuleDestination:TopicRuleDestination","majorVersion":6,"fields":{"vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_ivs_channel":{"current":"aws:ivs/channel:Channel","majorVersion":6},"aws_ivs_playback_key_pair":{"current":"aws:ivs/playbackKeyPair:PlaybackKeyPair","majorVersion":6},"aws_ivs_recording_configuration":{"current":"aws:ivs/recordingConfiguration:RecordingConfiguration","majorVersion":6,"fields":{"destination_configuration":{"maxItemsOne":true,"elem":{"fields":{"s3":{"maxItemsOne":true}}}},"thumbnail_configuration":{"maxItemsOne":true}}},"aws_ivschat_logging_configuration":{"current":"aws:ivschat/loggingConfiguration:LoggingConfiguration","majorVersion":6,"fields":{"destination_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"firehose":{"maxItemsOne":true},"s3":{"maxItemsOne":true}}}}}},"aws_ivschat_room":{"current":"aws:ivschat/room:Room","majorVersion":6,"fields":{"logging_configuration_identifiers":{"maxItemsOne":false},"message_review_handler":{"maxItemsOne":true}}},"aws_kendra_data_source":{"current":"aws:kendra/dataSource:DataSource","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"access_control_list_configuration":{"maxItemsOne":true},"documents_metadata_configuration":{"maxItemsOne":true},"exclusion_patterns":{"maxItemsOne":false},"inclusion_patterns":{"maxItemsOne":false},"inclusion_prefixes":{"maxItemsOne":false}}}},"web_crawler_configuration":{"maxItemsOne":true,"elem":{"fields":{"authentication_configuration":{"maxItemsOne":true,"elem":{"fields":{"basic_authentication":{"maxItemsOne":false}}}},"proxy_configuration":{"maxItemsOne":true},"url_exclusion_patterns":{"maxItemsOne":false},"url_inclusion_patterns":{"maxItemsOne":false},"urls":{"maxItemsOne":true,"elem":{"fields":{"seed_url_configuration":{"maxItemsOne":true,"elem":{"fields":{"seed_urls":{"maxItemsOne":false}}}},"site_maps_configuration":{"maxItemsOne":true,"elem":{"fields":{"site_maps":{"maxItemsOne":false}}}}}}}}}}}}},"custom_document_enrichment_configuration":{"maxItemsOne":true,"elem":{"fields":{"inline_configurations":{"maxItemsOne":false,"elem":{"fields":{"condition":{"maxItemsOne":true,"elem":{"fields":{"condition_on_value":{"maxItemsOne":true,"elem":{"fields":{"string_list_value":{"maxItemsOne":false}}}}}}},"target":{"maxItemsOne":true,"elem":{"fields":{"target_document_attribute_value":{"maxItemsOne":true,"elem":{"fields":{"string_list_value":{"maxItemsOne":false}}}}}}}}}},"post_extraction_hook_configuration":{"maxItemsOne":true,"elem":{"fields":{"invocation_condition":{"maxItemsOne":true,"elem":{"fields":{"condition_on_value":{"maxItemsOne":true,"elem":{"fields":{"string_list_value":{"maxItemsOne":false}}}}}}}}}},"pre_extraction_hook_configuration":{"maxItemsOne":true,"elem":{"fields":{"invocation_condition":{"maxItemsOne":true,"elem":{"fields":{"condition_on_value":{"maxItemsOne":true,"elem":{"fields":{"string_list_value":{"maxItemsOne":false}}}}}}}}}}}}}}},"aws_kendra_experience":{"current":"aws:kendra/experience:Experience","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"content_source_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_source_ids":{"maxItemsOne":false},"faq_ids":{"maxItemsOne":false}}}},"user_identity_configuration":{"maxItemsOne":true}}}},"endpoints":{"maxItemsOne":false}}},"aws_kendra_faq":{"current":"aws:kendra/faq:Faq","majorVersion":6,"fields":{"s3_path":{"maxItemsOne":true}}},"aws_kendra_index":{"current":"aws:kendra/index:Index","majorVersion":6,"fields":{"capacity_units":{"maxItemsOne":true},"document_metadata_configuration_updates":{"maxItemsOne":false,"elem":{"fields":{"relevance":{"maxItemsOne":true},"search":{"maxItemsOne":true}}}},"index_statistics":{"maxItemsOne":false,"elem":{"fields":{"faq_statistics":{"maxItemsOne":false},"text_document_statistics":{"maxItemsOne":false}}}},"server_side_encryption_configuration":{"maxItemsOne":true},"user_group_resolution_configuration":{"maxItemsOne":true},"user_token_configurations":{"maxItemsOne":true,"elem":{"fields":{"json_token_type_configuration":{"maxItemsOne":true},"jwt_token_type_configuration":{"maxItemsOne":true}}}}}},"aws_kendra_query_suggestions_block_list":{"current":"aws:kendra/querySuggestionsBlockList:QuerySuggestionsBlockList","majorVersion":6,"fields":{"source_s3_path":{"maxItemsOne":true}}},"aws_kendra_thesaurus":{"current":"aws:kendra/thesaurus:Thesaurus","majorVersion":6,"fields":{"source_s3_path":{"maxItemsOne":true}}},"aws_key_pair":{"current":"aws:ec2/keyPair:KeyPair","majorVersion":6},"aws_keyspaces_keyspace":{"current":"aws:keyspaces/keyspace:Keyspace","majorVersion":6},"aws_keyspaces_table":{"current":"aws:keyspaces/table:Table","majorVersion":6,"fields":{"capacity_specification":{"maxItemsOne":true},"client_side_timestamps":{"maxItemsOne":true},"comment":{"maxItemsOne":true},"encryption_specification":{"maxItemsOne":true},"point_in_time_recovery":{"maxItemsOne":true},"schema_definition":{"maxItemsOne":true,"elem":{"fields":{"clustering_key":{"maxItemsOne":false},"column":{"maxItemsOne":false},"partition_key":{"maxItemsOne":false},"static_column":{"maxItemsOne":false}}}},"ttl":{"maxItemsOne":true}}},"aws_kinesis_analytics_application":{"current":"aws:kinesis/analyticsApplication:AnalyticsApplication","majorVersion":6,"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"inputs":{"maxItemsOne":true,"elem":{"fields":{"kinesis_firehose":{"maxItemsOne":true},"kinesis_stream":{"maxItemsOne":true},"parallelism":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"lambda":{"maxItemsOne":true}}}},"schema":{"maxItemsOne":true,"elem":{"fields":{"record_columns":{"maxItemsOne":false},"record_format":{"maxItemsOne":true,"elem":{"fields":{"mapping_parameters":{"maxItemsOne":true,"elem":{"fields":{"csv":{"maxItemsOne":true},"json":{"maxItemsOne":true}}}}}}}}}},"starting_position_configuration":{"maxItemsOne":false},"stream_names":{"maxItemsOne":false}}}},"outputs":{"maxItemsOne":false,"elem":{"fields":{"kinesis_firehose":{"maxItemsOne":true},"kinesis_stream":{"maxItemsOne":true},"lambda":{"maxItemsOne":true},"schema":{"maxItemsOne":true}}}},"reference_data_sources":{"maxItemsOne":true,"elem":{"fields":{"s3":{"maxItemsOne":true},"schema":{"maxItemsOne":true,"elem":{"fields":{"record_columns":{"maxItemsOne":false},"record_format":{"maxItemsOne":true,"elem":{"fields":{"mapping_parameters":{"maxItemsOne":true,"elem":{"fields":{"csv":{"maxItemsOne":true},"json":{"maxItemsOne":true}}}}}}}}}}}}}}},"aws_kinesis_firehose_delivery_stream":{"current":"aws:kinesis/firehoseDeliveryStream:FirehoseDeliveryStream","majorVersion":6,"fields":{"elasticsearch_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}}},"extended_s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"data_format_conversion_configuration":{"maxItemsOne":true,"elem":{"fields":{"input_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"deserializer":{"maxItemsOne":true,"elem":{"fields":{"hive_json_ser_de":{"maxItemsOne":true,"elem":{"fields":{"timestamp_formats":{"maxItemsOne":false}}}},"open_x_json_ser_de":{"maxItemsOne":true}}}}}}},"output_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"serializer":{"maxItemsOne":true,"elem":{"fields":{"orc_ser_de":{"maxItemsOne":true,"elem":{"fields":{"bloom_filter_columns":{"maxItemsOne":false}}}},"parquet_ser_de":{"maxItemsOne":true}}}}}}},"schema_configuration":{"maxItemsOne":true}}}},"dynamic_partitioning_configuration":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_backup_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}}}}},"http_endpoint_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"request_configuration":{"maxItemsOne":true,"elem":{"fields":{"common_attributes":{"maxItemsOne":false}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}}}}},"kinesis_source_configuration":{"maxItemsOne":true},"msk_source_configuration":{"maxItemsOne":true,"elem":{"fields":{"authentication_configuration":{"maxItemsOne":true}}}},"opensearch_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}}},"opensearchserverless_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}}},"redshift_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_backup_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}}}}},"server_side_encryption":{"maxItemsOne":true},"splunk_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}}}}}}},"aws_kinesis_stream":{"current":"aws:kinesis/stream:Stream","majorVersion":6,"fields":{"shard_level_metrics":{"maxItemsOne":false},"stream_mode_details":{"maxItemsOne":true}}},"aws_kinesis_stream_consumer":{"current":"aws:kinesis/streamConsumer:StreamConsumer","majorVersion":6},"aws_kinesis_video_stream":{"current":"aws:kinesis/videoStream:VideoStream","majorVersion":6},"aws_kinesisanalyticsv2_application":{"current":"aws:kinesisanalyticsv2/application:Application","majorVersion":6,"fields":{"application_configuration":{"maxItemsOne":true,"elem":{"fields":{"application_code_configuration":{"maxItemsOne":true,"elem":{"fields":{"code_content":{"maxItemsOne":true,"elem":{"fields":{"s3_content_location":{"maxItemsOne":true}}}}}}},"application_snapshot_configuration":{"maxItemsOne":true},"environment_properties":{"maxItemsOne":true,"elem":{"fields":{"property_group":{"maxItemsOne":false}}}},"flink_application_configuration":{"maxItemsOne":true,"elem":{"fields":{"checkpoint_configuration":{"maxItemsOne":true},"monitoring_configuration":{"maxItemsOne":true},"parallelism_configuration":{"maxItemsOne":true}}}},"run_configuration":{"maxItemsOne":true,"elem":{"fields":{"application_restore_configuration":{"maxItemsOne":true},"flink_run_configuration":{"maxItemsOne":true}}}},"sql_application_configuration":{"maxItemsOne":true,"elem":{"fields":{"input":{"maxItemsOne":true,"elem":{"fields":{"in_app_stream_names":{"maxItemsOne":false},"input_parallelism":{"maxItemsOne":true},"input_processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"input_lambda_processor":{"maxItemsOne":true}}}},"input_schema":{"maxItemsOne":true,"elem":{"fields":{"record_column":{"maxItemsOne":false},"record_format":{"maxItemsOne":true,"elem":{"fields":{"mapping_parameters":{"maxItemsOne":true,"elem":{"fields":{"csv_mapping_parameters":{"maxItemsOne":true},"json_mapping_parameters":{"maxItemsOne":true}}}}}}}}}},"input_starting_position_configuration":{"maxItemsOne":false},"kinesis_firehose_input":{"maxItemsOne":true},"kinesis_streams_input":{"maxItemsOne":true}}}},"output":{"maxItemsOne":false,"elem":{"fields":{"destination_schema":{"maxItemsOne":true},"kinesis_firehose_output":{"maxItemsOne":true},"kinesis_streams_output":{"maxItemsOne":true},"lambda_output":{"maxItemsOne":true}}}},"reference_data_source":{"maxItemsOne":true,"elem":{"fields":{"reference_schema":{"maxItemsOne":true,"elem":{"fields":{"record_column":{"maxItemsOne":false},"record_format":{"maxItemsOne":true,"elem":{"fields":{"mapping_parameters":{"maxItemsOne":true,"elem":{"fields":{"csv_mapping_parameters":{"maxItemsOne":true},"json_mapping_parameters":{"maxItemsOne":true}}}}}}}}}},"s3_reference_data_source":{"maxItemsOne":true}}}}}}},"vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}}},"cloudwatch_logging_options":{"maxItemsOne":true}}},"aws_kinesisanalyticsv2_application_snapshot":{"current":"aws:kinesisanalyticsv2/applicationSnapshot:ApplicationSnapshot","majorVersion":6},"aws_kms_alias":{"current":"aws:kms/alias:Alias","majorVersion":6},"aws_kms_ciphertext":{"current":"aws:kms/ciphertext:Ciphertext","majorVersion":6},"aws_kms_custom_key_store":{"current":"aws:kms/customKeyStore:CustomKeyStore","majorVersion":6},"aws_kms_external_key":{"current":"aws:kms/externalKey:ExternalKey","majorVersion":6},"aws_kms_grant":{"current":"aws:kms/grant:Grant","majorVersion":6,"fields":{"constraints":{"maxItemsOne":false},"grant_creation_tokens":{"maxItemsOne":false},"operations":{"maxItemsOne":false}}},"aws_kms_key":{"current":"aws:kms/key:Key","majorVersion":6},"aws_kms_key_policy":{"current":"aws:kms/keyPolicy:KeyPolicy","majorVersion":6},"aws_kms_replica_external_key":{"current":"aws:kms/replicaExternalKey:ReplicaExternalKey","majorVersion":6},"aws_kms_replica_key":{"current":"aws:kms/replicaKey:ReplicaKey","majorVersion":6},"aws_lakeformation_data_lake_settings":{"current":"aws:lakeformation/dataLakeSettings:DataLakeSettings","majorVersion":6,"fields":{"admins":{"maxItemsOne":false},"authorized_session_tag_value_list":{"maxItemsOne":false},"create_database_default_permissions":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"create_table_default_permissions":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"external_data_filtering_allow_list":{"maxItemsOne":false},"read_only_admins":{"maxItemsOne":false},"trusted_resource_owners":{"maxItemsOne":false}}},"aws_lakeformation_lf_tag":{"current":"aws:lakeformation/lfTag:LfTag","majorVersion":6,"fields":{"values":{"maxItemsOne":false}}},"aws_lakeformation_permissions":{"current":"aws:lakeformation/permissions:Permissions","majorVersion":6,"fields":{"data_location":{"maxItemsOne":true},"database":{"maxItemsOne":true},"lf_tag":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"lf_tag_policy":{"maxItemsOne":true,"elem":{"fields":{"expression":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"permissions":{"maxItemsOne":false},"permissions_with_grant_option":{"maxItemsOne":false},"table":{"maxItemsOne":true},"table_with_columns":{"maxItemsOne":true,"elem":{"fields":{"column_names":{"maxItemsOne":false},"excluded_column_names":{"maxItemsOne":false}}}}}},"aws_lakeformation_resource":{"current":"aws:lakeformation/resource:Resource","majorVersion":6},"aws_lakeformation_resource_lf_tags":{"current":"aws:lakeformation/resourceLfTags:ResourceLfTags","majorVersion":6,"fields":{"database":{"maxItemsOne":true},"lf_tag":{"maxItemsOne":false},"table":{"maxItemsOne":true},"table_with_columns":{"maxItemsOne":true,"elem":{"fields":{"column_names":{"maxItemsOne":false},"excluded_column_names":{"maxItemsOne":false}}}}}},"aws_lambda_alias":{"current":"aws:lambda/alias:Alias","majorVersion":6,"fields":{"routing_config":{"maxItemsOne":true}}},"aws_lambda_code_signing_config":{"current":"aws:lambda/codeSigningConfig:CodeSigningConfig","majorVersion":6,"fields":{"allowed_publishers":{"maxItemsOne":true,"elem":{"fields":{"signing_profile_version_arns":{"maxItemsOne":false}}}},"policies":{"maxItemsOne":true}}},"aws_lambda_event_source_mapping":{"current":"aws:lambda/eventSourceMapping:EventSourceMapping","majorVersion":6,"fields":{"amazon_managed_kafka_event_source_config":{"maxItemsOne":true},"destination_config":{"maxItemsOne":true,"elem":{"fields":{"on_failure":{"maxItemsOne":true}}}},"document_db_event_source_config":{"maxItemsOne":true},"filter_criteria":{"maxItemsOne":true,"elem":{"fields":{"filter":{"maxItemsOne":false}}}},"function_response_types":{"maxItemsOne":false},"queues":{"maxItemsOne":true},"scaling_config":{"maxItemsOne":true},"self_managed_event_source":{"maxItemsOne":true},"self_managed_kafka_event_source_config":{"maxItemsOne":true},"source_access_configuration":{"maxItemsOne":false},"topics":{"maxItemsOne":false}}},"aws_lambda_function":{"current":"aws:lambda/function:Function","majorVersion":6,"fields":{"architectures":{"maxItemsOne":false},"dead_letter_config":{"maxItemsOne":true},"environment":{"maxItemsOne":true},"ephemeral_storage":{"maxItemsOne":true},"file_system_config":{"maxItemsOne":true},"image_config":{"maxItemsOne":true,"elem":{"fields":{"command":{"maxItemsOne":false},"entry_point":{"maxItemsOne":false}}}},"layers":{"maxItemsOne":false},"replacement_security_group_ids":{"maxItemsOne":false},"snap_start":{"maxItemsOne":true},"tracing_config":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_lambda_function_event_invoke_config":{"current":"aws:lambda/functionEventInvokeConfig:FunctionEventInvokeConfig","majorVersion":6,"fields":{"destination_config":{"maxItemsOne":true,"elem":{"fields":{"on_failure":{"maxItemsOne":true},"on_success":{"maxItemsOne":true}}}}}},"aws_lambda_function_url":{"current":"aws:lambda/functionUrl:FunctionUrl","majorVersion":6,"fields":{"cors":{"maxItemsOne":true,"elem":{"fields":{"allow_headers":{"maxItemsOne":false},"allow_methods":{"maxItemsOne":false},"allow_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}}}},"aws_lambda_invocation":{"current":"aws:lambda/invocation:Invocation","majorVersion":6},"aws_lambda_layer_version":{"current":"aws:lambda/layerVersion:LayerVersion","majorVersion":6,"fields":{"compatible_architectures":{"maxItemsOne":false},"compatible_runtimes":{"maxItemsOne":false}}},"aws_lambda_layer_version_permission":{"current":"aws:lambda/layerVersionPermission:LayerVersionPermission","majorVersion":6},"aws_lambda_permission":{"current":"aws:lambda/permission:Permission","majorVersion":6},"aws_lambda_provisioned_concurrency_config":{"current":"aws:lambda/provisionedConcurrencyConfig:ProvisionedConcurrencyConfig","majorVersion":6},"aws_launch_configuration":{"current":"aws:ec2/launchConfiguration:LaunchConfiguration","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false},"metadata_options":{"maxItemsOne":true},"root_block_device":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false}}},"aws_launch_template":{"current":"aws:ec2/launchTemplate:LaunchTemplate","majorVersion":6,"fields":{"block_device_mappings":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":true}}}},"capacity_reservation_specification":{"maxItemsOne":true,"elem":{"fields":{"capacity_reservation_target":{"maxItemsOne":true}}}},"cpu_options":{"maxItemsOne":true},"credit_specification":{"maxItemsOne":true},"elastic_gpu_specifications":{"maxItemsOne":false},"elastic_inference_accelerator":{"maxItemsOne":true},"enclave_options":{"maxItemsOne":true},"hibernation_options":{"maxItemsOne":true},"iam_instance_profile":{"maxItemsOne":true},"instance_market_options":{"maxItemsOne":true,"elem":{"fields":{"spot_options":{"maxItemsOne":true}}}},"instance_requirements":{"maxItemsOne":true,"elem":{"fields":{"accelerator_count":{"maxItemsOne":true},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":true},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":true},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":true},"memory_mib":{"maxItemsOne":true},"network_bandwidth_gbps":{"maxItemsOne":true},"network_interface_count":{"maxItemsOne":true},"total_local_storage_gb":{"maxItemsOne":true},"vcpu_count":{"maxItemsOne":true}}}},"license_specification":{"maxItemsOne":false},"maintenance_options":{"maxItemsOne":true},"metadata_options":{"maxItemsOne":true},"monitoring":{"maxItemsOne":true},"network_interfaces":{"maxItemsOne":false,"elem":{"fields":{"ipv4_addresses":{"maxItemsOne":false},"ipv4_prefixes":{"maxItemsOne":false},"ipv6_addresses":{"maxItemsOne":false},"ipv6_prefixes":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}},"placement":{"maxItemsOne":true},"private_dns_name_options":{"maxItemsOne":true},"security_group_names":{"maxItemsOne":false},"tag_specifications":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_lb":{"current":"aws:lb/loadBalancer:LoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_mapping":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_lb_cookie_stickiness_policy":{"current":"aws:elb/loadBalancerCookieStickinessPolicy:LoadBalancerCookieStickinessPolicy","majorVersion":6},"aws_lb_listener":{"current":"aws:lb/listener:Listener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":true},"authenticate_oidc":{"maxItemsOne":true},"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":true,"elem":{"fields":{"stickiness":{"maxItemsOne":true},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":true}}}}}},"aws_lb_listener_certificate":{"current":"aws:lb/listenerCertificate:ListenerCertificate","majorVersion":6},"aws_lb_listener_rule":{"current":"aws:lb/listenerRule:ListenerRule","majorVersion":6,"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":true},"authenticate_oidc":{"maxItemsOne":true},"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":true,"elem":{"fields":{"stickiness":{"maxItemsOne":true},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":true}}}},"condition":{"maxItemsOne":false,"elem":{"fields":{"host_header":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"http_header":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"http_request_method":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"path_pattern":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"query_string":{"maxItemsOne":false},"source_ip":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}}}},"aws_lb_ssl_negotiation_policy":{"current":"aws:elb/sslNegotiationPolicy:SslNegotiationPolicy","majorVersion":6,"fields":{"attribute":{"maxItemsOne":false}}},"aws_lb_target_group":{"current":"aws:lb/targetGroup:TargetGroup","majorVersion":6,"fields":{"health_check":{"maxItemsOne":true},"stickiness":{"maxItemsOne":true},"target_failover":{"maxItemsOne":false},"target_health_state":{"maxItemsOne":false}}},"aws_lb_target_group_attachment":{"current":"aws:lb/targetGroupAttachment:TargetGroupAttachment","majorVersion":6},"aws_lex_bot":{"current":"aws:lex/bot:Bot","majorVersion":6,"fields":{"abort_statement":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"clarification_prompt":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"intent":{"maxItemsOne":false}}},"aws_lex_bot_alias":{"current":"aws:lex/botAlias:BotAlias","majorVersion":6,"fields":{"conversation_logs":{"maxItemsOne":true,"elem":{"fields":{"log_settings":{"maxItemsOne":false}}}}}},"aws_lex_intent":{"current":"aws:lex/intent:Intent","majorVersion":6,"fields":{"conclusion_statement":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"confirmation_prompt":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"dialog_code_hook":{"maxItemsOne":true},"follow_up_prompt":{"maxItemsOne":true,"elem":{"fields":{"prompt":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"rejection_statement":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}}}}},"fulfillment_activity":{"maxItemsOne":true,"elem":{"fields":{"code_hook":{"maxItemsOne":true}}}},"rejection_statement":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"sample_utterances":{"maxItemsOne":false},"slot":{"maxItemsOne":false,"elem":{"fields":{"sample_utterances":{"maxItemsOne":false},"value_elicitation_prompt":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}}}}}}},"aws_lex_slot_type":{"current":"aws:lex/slotType:SlotType","majorVersion":6,"fields":{"enumeration_value":{"maxItemsOne":false,"elem":{"fields":{"synonyms":{"maxItemsOne":false}}}}}},"aws_lexv2models_bot":{"current":"aws:lex/v2modelsBot:V2modelsBot","majorVersion":6,"fields":{"data_privacy":{"maxItemsOne":false},"members":{"maxItemsOne":false}}},"aws_lexv2models_bot_locale":{"current":"aws:lex/v2modelsBotLocale:V2modelsBotLocale","majorVersion":6,"fields":{"voice_settings":{"maxItemsOne":true}}},"aws_licensemanager_association":{"current":"aws:licensemanager/association:Association","majorVersion":6},"aws_licensemanager_grant":{"current":"aws:licensemanager/licenseGrant:LicenseGrant","majorVersion":6,"fields":{"allowed_operations":{"maxItemsOne":false}}},"aws_licensemanager_grant_accepter":{"current":"aws:licensemanager/licenseGrantAccepter:LicenseGrantAccepter","majorVersion":6,"fields":{"allowed_operations":{"maxItemsOne":false}}},"aws_licensemanager_license_configuration":{"current":"aws:licensemanager/licenseConfiguration:LicenseConfiguration","majorVersion":6,"fields":{"license_rules":{"maxItemsOne":false}}},"aws_lightsail_bucket":{"current":"aws:lightsail/bucket:Bucket","majorVersion":6},"aws_lightsail_bucket_access_key":{"current":"aws:lightsail/bucketAccessKey:BucketAccessKey","majorVersion":6},"aws_lightsail_bucket_resource_access":{"current":"aws:lightsail/bucketResourceAccess:BucketResourceAccess","majorVersion":6},"aws_lightsail_certificate":{"current":"aws:lightsail/certificate:Certificate","majorVersion":6,"fields":{"domain_validation_options":{"maxItemsOne":false},"subject_alternative_names":{"maxItemsOne":false}}},"aws_lightsail_container_service":{"current":"aws:lightsail/containerService:ContainerService","majorVersion":6,"fields":{"private_registry_access":{"maxItemsOne":true,"elem":{"fields":{"ecr_image_puller_role":{"maxItemsOne":true}}}},"public_domain_names":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"domain_names":{"maxItemsOne":false}}}}}}}}},"aws_lightsail_container_service_deployment_version":{"current":"aws:lightsail/containerServiceDeploymentVersion:ContainerServiceDeploymentVersion","majorVersion":6,"fields":{"container":{"maxItemsOne":false,"elem":{"fields":{"command":{"maxItemsOne":false}}}},"public_endpoint":{"maxItemsOne":true,"elem":{"fields":{"health_check":{"maxItemsOne":true}}}}}},"aws_lightsail_database":{"current":"aws:lightsail/database:Database","majorVersion":6},"aws_lightsail_disk":{"current":"aws:lightsail/disk:Disk","majorVersion":6},"aws_lightsail_disk_attachment":{"current":"aws:lightsail/disk_attachment:Disk_attachment","majorVersion":6},"aws_lightsail_distribution":{"current":"aws:lightsail/distribution:Distribution","majorVersion":6,"fields":{"alternative_domain_names":{"maxItemsOne":false},"cache_behavior":{"maxItemsOne":false},"cache_behavior_settings":{"maxItemsOne":true,"elem":{"fields":{"forwarded_cookies":{"maxItemsOne":true,"elem":{"fields":{"cookies_allow_list":{"maxItemsOne":false}}}},"forwarded_headers":{"maxItemsOne":true,"elem":{"fields":{"headers_allow_list":{"maxItemsOne":false}}}},"forwarded_query_strings":{"maxItemsOne":true,"elem":{"fields":{"query_strings_allowed_list":{"maxItemsOne":false}}}}}}},"default_cache_behavior":{"maxItemsOne":true},"location":{"maxItemsOne":false},"origin":{"maxItemsOne":true}}},"aws_lightsail_domain":{"current":"aws:lightsail/domain:Domain","majorVersion":6},"aws_lightsail_domain_entry":{"current":"aws:lightsail/domainEntry:DomainEntry","majorVersion":6},"aws_lightsail_instance":{"current":"aws:lightsail/instance:Instance","majorVersion":6,"fields":{"add_on":{"maxItemsOne":true},"ipv6_addresses":{"maxItemsOne":false}}},"aws_lightsail_instance_public_ports":{"current":"aws:lightsail/instancePublicPorts:InstancePublicPorts","majorVersion":6,"fields":{"port_info":{"maxItemsOne":false,"elem":{"fields":{"cidr_list_aliases":{"maxItemsOne":false},"cidrs":{"maxItemsOne":false},"ipv6_cidrs":{"maxItemsOne":false}}}}}},"aws_lightsail_key_pair":{"current":"aws:lightsail/keyPair:KeyPair","majorVersion":6},"aws_lightsail_lb":{"current":"aws:lightsail/lb:Lb","majorVersion":6,"fields":{"public_ports":{"maxItemsOne":false}}},"aws_lightsail_lb_attachment":{"current":"aws:lightsail/lbAttachment:LbAttachment","majorVersion":6},"aws_lightsail_lb_certificate":{"current":"aws:lightsail/lbCertificate:LbCertificate","majorVersion":6,"fields":{"domain_validation_records":{"maxItemsOne":false},"subject_alternative_names":{"maxItemsOne":false}}},"aws_lightsail_lb_certificate_attachment":{"current":"aws:lightsail/lbCertificateAttachment:LbCertificateAttachment","majorVersion":6},"aws_lightsail_lb_https_redirection_policy":{"current":"aws:lightsail/lbHttpsRedirectionPolicy:LbHttpsRedirectionPolicy","majorVersion":6},"aws_lightsail_lb_stickiness_policy":{"current":"aws:lightsail/lbStickinessPolicy:LbStickinessPolicy","majorVersion":6},"aws_lightsail_static_ip":{"current":"aws:lightsail/staticIp:StaticIp","majorVersion":6},"aws_lightsail_static_ip_attachment":{"current":"aws:lightsail/staticIpAttachment:StaticIpAttachment","majorVersion":6},"aws_load_balancer_backend_server_policy":{"current":"aws:elb/loadBalancerBackendServerPolicy:LoadBalancerBackendServerPolicy","majorVersion":6,"fields":{"policy_names":{"maxItemsOne":false}}},"aws_load_balancer_listener_policy":{"current":"aws:elb/listenerPolicy:ListenerPolicy","majorVersion":6,"fields":{"policy_names":{"maxItemsOne":false}}},"aws_load_balancer_policy":{"current":"aws:elb/loadBalancerPolicy:LoadBalancerPolicy","majorVersion":6,"fields":{"policy_attribute":{"maxItemsOne":false}}},"aws_location_geofence_collection":{"current":"aws:location/geofenceCollection:GeofenceCollection","majorVersion":6},"aws_location_map":{"current":"aws:location/map:Map","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true}}},"aws_location_place_index":{"current":"aws:location/placeIndex:PlaceIndex","majorVersion":6,"fields":{"data_source_configuration":{"maxItemsOne":true}}},"aws_location_route_calculator":{"current":"aws:location/routeCalculation:RouteCalculation","majorVersion":6},"aws_location_tracker":{"current":"aws:location/tracker:Tracker","majorVersion":6},"aws_location_tracker_association":{"current":"aws:location/trackerAssociation:TrackerAssociation","majorVersion":6},"aws_macie2_account":{"current":"aws:macie2/account:Account","majorVersion":6},"aws_macie2_classification_export_configuration":{"current":"aws:macie2/classificationExportConfiguration:ClassificationExportConfiguration","majorVersion":6,"fields":{"s3_destination":{"maxItemsOne":true}}},"aws_macie2_classification_job":{"current":"aws:macie2/classificationJob:ClassificationJob","majorVersion":6,"fields":{"custom_data_identifier_ids":{"maxItemsOne":false},"s3_job_definition":{"maxItemsOne":true,"elem":{"fields":{"bucket_criteria":{"maxItemsOne":true,"elem":{"fields":{"excludes":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"simple_criterion":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"tag_criterion":{"maxItemsOne":true,"elem":{"fields":{"tag_values":{"maxItemsOne":false}}}}}}}}}},"includes":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"simple_criterion":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"tag_criterion":{"maxItemsOne":true,"elem":{"fields":{"tag_values":{"maxItemsOne":false}}}}}}}}}}}}},"bucket_definitions":{"maxItemsOne":false,"elem":{"fields":{"buckets":{"maxItemsOne":false}}}},"scoping":{"maxItemsOne":true,"elem":{"fields":{"excludes":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"simple_scope_term":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"tag_scope_term":{"maxItemsOne":true,"elem":{"fields":{"tag_values":{"maxItemsOne":false}}}}}}}}}},"includes":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"simple_scope_term":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"tag_scope_term":{"maxItemsOne":true,"elem":{"fields":{"tag_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"schedule_frequency":{"maxItemsOne":true},"user_paused_details":{"maxItemsOne":false}}},"aws_macie2_custom_data_identifier":{"current":"aws:macie/customDataIdentifier:CustomDataIdentifier","majorVersion":6,"fields":{"ignore_words":{"maxItemsOne":false},"keywords":{"maxItemsOne":false}}},"aws_macie2_findings_filter":{"current":"aws:macie/findingsFilter:FindingsFilter","majorVersion":6,"fields":{"finding_criteria":{"maxItemsOne":true,"elem":{"fields":{"criterion":{"maxItemsOne":false,"elem":{"fields":{"eq":{"maxItemsOne":false},"eq_exact_match":{"maxItemsOne":false},"neq":{"maxItemsOne":false}}}}}}}}},"aws_macie2_invitation_accepter":{"current":"aws:macie2/invitationAccepter:InvitationAccepter","majorVersion":6},"aws_macie2_member":{"current":"aws:macie2/member:Member","majorVersion":6},"aws_macie2_organization_admin_account":{"current":"aws:macie2/organizationAdminAccount:OrganizationAdminAccount","majorVersion":6},"aws_main_route_table_association":{"current":"aws:ec2/mainRouteTableAssociation:MainRouteTableAssociation","majorVersion":6},"aws_media_convert_queue":{"current":"aws:mediaconvert/queue:Queue","majorVersion":6,"fields":{"reservation_plan_settings":{"maxItemsOne":true}}},"aws_media_package_channel":{"current":"aws:mediapackage/channel:Channel","majorVersion":6,"fields":{"hls_ingest":{"maxItemsOne":false,"elem":{"fields":{"ingest_endpoints":{"maxItemsOne":false}}}}}},"aws_media_store_container":{"current":"aws:mediastore/container:Container","majorVersion":6},"aws_media_store_container_policy":{"current":"aws:mediastore/containerPolicy:ContainerPolicy","majorVersion":6},"aws_medialive_channel":{"current":"aws:medialive/channel:Channel","majorVersion":6,"fields":{"cdi_input_specification":{"maxItemsOne":true},"destinations":{"maxItemsOne":false,"elem":{"fields":{"media_package_settings":{"maxItemsOne":false},"multiplex_settings":{"maxItemsOne":true},"settings":{"maxItemsOne":false}}}},"encoder_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_descriptions":{"maxItemsOne":false,"elem":{"fields":{"audio_normalization_settings":{"maxItemsOne":true},"audio_watermark_settings":{"maxItemsOne":true,"elem":{"fields":{"nielsen_watermarks_settings":{"maxItemsOne":true,"elem":{"fields":{"nielsen_cbet_settings":{"maxItemsOne":true},"nielsen_naes_ii_nw_settings":{"maxItemsOne":false}}}}}}},"codec_settings":{"maxItemsOne":true,"elem":{"fields":{"aac_settings":{"maxItemsOne":true},"ac3_settings":{"maxItemsOne":true},"eac3_atmos_settings":{"maxItemsOne":true},"eac3_settings":{"maxItemsOne":true},"mp2_settings":{"maxItemsOne":true},"pass_through_settings":{"maxItemsOne":true},"wav_settings":{"maxItemsOne":true}}}},"remix_settings":{"maxItemsOne":true,"elem":{"fields":{"channel_mappings":{"maxItemsOne":false,"elem":{"fields":{"input_channel_levels":{"maxItemsOne":false}}}}}}}}}},"avail_blanking":{"maxItemsOne":true,"elem":{"fields":{"avail_blanking_image":{"maxItemsOne":true}}}},"caption_descriptions":{"maxItemsOne":false,"elem":{"fields":{"destination_settings":{"maxItemsOne":true,"elem":{"fields":{"arib_destination_settings":{"maxItemsOne":true},"burn_in_destination_settings":{"maxItemsOne":true,"elem":{"fields":{"font":{"maxItemsOne":true}}}},"dvb_sub_destination_settings":{"maxItemsOne":true,"elem":{"fields":{"font":{"maxItemsOne":true}}}},"ebu_tt_d_destination_settings":{"maxItemsOne":true},"embedded_destination_settings":{"maxItemsOne":true},"embedded_plus_scte20_destination_settings":{"maxItemsOne":true},"rtmp_caption_info_destination_settings":{"maxItemsOne":true},"scte20_plus_embedded_destination_settings":{"maxItemsOne":true},"scte27_destination_settings":{"maxItemsOne":true},"smpte_tt_destination_settings":{"maxItemsOne":true},"teletext_destination_settings":{"maxItemsOne":true},"ttml_destination_settings":{"maxItemsOne":true},"webvtt_destination_settings":{"maxItemsOne":true}}}}}}},"global_configuration":{"maxItemsOne":true,"elem":{"fields":{"input_loss_behavior":{"maxItemsOne":true,"elem":{"fields":{"input_loss_image_slate":{"maxItemsOne":true}}}}}}},"motion_graphics_configuration":{"maxItemsOne":true,"elem":{"fields":{"motion_graphics_settings":{"maxItemsOne":true,"elem":{"fields":{"html_motion_graphics_settings":{"maxItemsOne":true}}}}}}},"nielsen_configuration":{"maxItemsOne":true},"output_groups":{"maxItemsOne":false,"elem":{"fields":{"output_group_settings":{"maxItemsOne":true,"elem":{"fields":{"archive_group_settings":{"maxItemsOne":false,"elem":{"fields":{"archive_cdn_settings":{"maxItemsOne":true,"elem":{"fields":{"archive_s3_settings":{"maxItemsOne":true}}}},"destination":{"maxItemsOne":true}}}},"frame_capture_group_settings":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true},"frame_capture_cdn_settings":{"maxItemsOne":true,"elem":{"fields":{"frame_capture_s3_settings":{"maxItemsOne":true}}}}}}},"hls_group_settings":{"maxItemsOne":true,"elem":{"fields":{"ad_markers":{"maxItemsOne":false},"caption_language_mappings":{"maxItemsOne":false},"destination":{"maxItemsOne":true},"hls_cdn_settings":{"maxItemsOne":false,"elem":{"fields":{"hls_akamai_settings":{"maxItemsOne":true},"hls_basic_put_settings":{"maxItemsOne":true},"hls_media_store_settings":{"maxItemsOne":true},"hls_s3_settings":{"maxItemsOne":true},"hls_webdav_settings":{"maxItemsOne":true}}}},"key_provider_settings":{"maxItemsOne":true,"elem":{"fields":{"static_key_settings":{"maxItemsOne":false,"elem":{"fields":{"key_provider_server":{"maxItemsOne":true}}}}}}}}}},"media_package_group_settings":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true}}}},"ms_smooth_group_settings":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true}}}},"multiplex_group_settings":{"maxItemsOne":true},"rtmp_group_settings":{"maxItemsOne":true,"elem":{"fields":{"ad_markers":{"maxItemsOne":false}}}},"udp_group_settings":{"maxItemsOne":true}}}},"outputs":{"maxItemsOne":false,"elem":{"fields":{"audio_description_names":{"maxItemsOne":false},"caption_description_names":{"maxItemsOne":false},"output_settings":{"maxItemsOne":true,"elem":{"fields":{"archive_output_settings":{"maxItemsOne":true,"elem":{"fields":{"container_settings":{"maxItemsOne":true,"elem":{"fields":{"m2ts_settings":{"maxItemsOne":true,"elem":{"fields":{"dvb_nit_settings":{"maxItemsOne":true},"dvb_sdt_settings":{"maxItemsOne":true},"dvb_tdt_settings":{"maxItemsOne":true}}}},"raw_settings":{"maxItemsOne":true}}}}}}},"frame_capture_output_settings":{"maxItemsOne":true},"hls_output_settings":{"maxItemsOne":true,"elem":{"fields":{"hls_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_only_hls_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_only_image":{"maxItemsOne":true}}}},"fmp4_hls_settings":{"maxItemsOne":true},"frame_capture_hls_settings":{"maxItemsOne":true},"standard_hls_settings":{"maxItemsOne":true,"elem":{"fields":{"m3u8_settings":{"maxItemsOne":true}}}}}}}}}},"media_package_output_settings":{"maxItemsOne":true},"ms_smooth_output_settings":{"maxItemsOne":true},"multiplex_output_settings":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true}}}},"rtmp_output_settings":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true}}}},"udp_output_settings":{"maxItemsOne":true,"elem":{"fields":{"container_settings":{"maxItemsOne":true,"elem":{"fields":{"m2ts_settings":{"maxItemsOne":true,"elem":{"fields":{"dvb_nit_settings":{"maxItemsOne":true},"dvb_sdt_settings":{"maxItemsOne":true},"dvb_tdt_settings":{"maxItemsOne":true}}}}}}},"destination":{"maxItemsOne":true},"fec_output_settings":{"maxItemsOne":true}}}}}}}}}}}}},"timecode_config":{"maxItemsOne":true},"video_descriptions":{"maxItemsOne":false,"elem":{"fields":{"codec_settings":{"maxItemsOne":true,"elem":{"fields":{"frame_capture_settings":{"maxItemsOne":true},"h264_settings":{"maxItemsOne":true,"elem":{"fields":{"filter_settings":{"maxItemsOne":true,"elem":{"fields":{"temporal_filter_settings":{"maxItemsOne":true}}}}}}},"h265_settings":{"maxItemsOne":true,"elem":{"fields":{"color_space_settings":{"maxItemsOne":true,"elem":{"fields":{"color_space_passthrough_settings":{"maxItemsOne":true},"dolby_vision81_settings":{"maxItemsOne":true},"hdr10_settings":{"maxItemsOne":true},"rec601_settings":{"maxItemsOne":true},"rec709_settings":{"maxItemsOne":true}}}},"filter_settings":{"maxItemsOne":true,"elem":{"fields":{"temporal_filter_settings":{"maxItemsOne":true}}}},"timecode_burnin_settings":{"maxItemsOne":true}}}}}}}}}}}}},"input_attachments":{"maxItemsOne":false,"elem":{"fields":{"automatic_input_failover_settings":{"maxItemsOne":true,"elem":{"fields":{"failover_condition":{"maxItemsOne":false,"elem":{"fields":{"failover_condition_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_silence_settings":{"maxItemsOne":true},"input_loss_settings":{"maxItemsOne":true},"video_black_settings":{"maxItemsOne":true}}}}}}}}}},"input_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_selector":{"maxItemsOne":false,"elem":{"fields":{"selector_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_hls_rendition_selection":{"maxItemsOne":true},"audio_language_selection":{"maxItemsOne":true},"audio_pid_selection":{"maxItemsOne":true},"audio_track_selection":{"maxItemsOne":true,"elem":{"fields":{"dolby_e_decode":{"maxItemsOne":true},"track":{"maxItemsOne":false},"tracks":{"maxItemsOne":false}}}}}}}}}},"caption_selector":{"maxItemsOne":false,"elem":{"fields":{"selector_settings":{"maxItemsOne":true,"elem":{"fields":{"ancillary_source_settings":{"maxItemsOne":true},"arib_source_settings":{"maxItemsOne":true},"dvb_sub_source_settings":{"maxItemsOne":true},"dvb_tdt_settings":{"maxItemsOne":true},"embedded_source_settings":{"maxItemsOne":true},"scte20_source_settings":{"maxItemsOne":true},"scte27_source_settings":{"maxItemsOne":true},"teletext_source_settings":{"maxItemsOne":true,"elem":{"fields":{"output_rectangle":{"maxItemsOne":true}}}}}}}}}},"network_input_settings":{"maxItemsOne":true,"elem":{"fields":{"hls_input_settings":{"maxItemsOne":true}}}},"video_selector":{"maxItemsOne":true}}}}}}},"input_specification":{"maxItemsOne":true},"maintenance":{"maxItemsOne":true},"vpc":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"network_interface_ids":{"maxItemsOne":false},"public_address_allocation_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_medialive_input":{"current":"aws:medialive/input:Input","majorVersion":6,"fields":{"attached_channels":{"maxItemsOne":false},"destinations":{"maxItemsOne":false},"input_devices":{"maxItemsOne":false},"input_partner_ids":{"maxItemsOne":false},"input_security_groups":{"maxItemsOne":false},"media_connect_flows":{"maxItemsOne":false},"sources":{"maxItemsOne":false},"vpc":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_medialive_input_security_group":{"current":"aws:medialive/inputSecurityGroup:InputSecurityGroup","majorVersion":6,"fields":{"inputs":{"maxItemsOne":false},"whitelist_rules":{"maxItemsOne":false}}},"aws_medialive_multiplex":{"current":"aws:medialive/multiplex:Multiplex","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"multiplex_settings":{"maxItemsOne":true}}},"aws_medialive_multiplex_program":{"current":"aws:medialive/multiplexProgram:MultiplexProgram","majorVersion":6,"fields":{"multiplex_program_settings":{"maxItemsOne":true,"elem":{"fields":{"service_descriptor":{"maxItemsOne":true},"video_settings":{"maxItemsOne":true,"elem":{"fields":{"statmux_settings":{"maxItemsOne":true}}}}}}}}},"aws_memorydb_acl":{"current":"aws:memorydb/acl:Acl","majorVersion":6,"fields":{"user_names":{"maxItemsOne":false}}},"aws_memorydb_cluster":{"current":"aws:memorydb/cluster:Cluster","majorVersion":6,"fields":{"cluster_endpoint":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"shards":{"maxItemsOne":false,"elem":{"fields":{"nodes":{"maxItemsOne":false,"elem":{"fields":{"endpoint":{"maxItemsOne":false}}}}}}},"snapshot_arns":{"maxItemsOne":false}}},"aws_memorydb_parameter_group":{"current":"aws:memorydb/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_memorydb_snapshot":{"current":"aws:memorydb/snapshot:Snapshot","majorVersion":6,"fields":{"cluster_configuration":{"maxItemsOne":false}}},"aws_memorydb_subnet_group":{"current":"aws:memorydb/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_memorydb_user":{"current":"aws:memorydb/user:User","majorVersion":6,"fields":{"authentication_mode":{"maxItemsOne":true,"elem":{"fields":{"passwords":{"maxItemsOne":false}}}}}},"aws_mq_broker":{"current":"aws:mq/broker:Broker","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true},"encryption_options":{"maxItemsOne":true},"instances":{"maxItemsOne":false,"elem":{"fields":{"endpoints":{"maxItemsOne":false}}}},"ldap_server_metadata":{"maxItemsOne":true,"elem":{"fields":{"hosts":{"maxItemsOne":false}}}},"logs":{"maxItemsOne":true},"maintenance_window_start_time":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false},"user":{"maxItemsOne":false,"elem":{"fields":{"groups":{"maxItemsOne":false}}}}}},"aws_mq_configuration":{"current":"aws:mq/configuration:Configuration","majorVersion":6},"aws_msk_cluster":{"current":"aws:msk/cluster:Cluster","majorVersion":6,"fields":{"broker_node_group_info":{"maxItemsOne":true,"elem":{"fields":{"client_subnets":{"maxItemsOne":false},"connectivity_info":{"maxItemsOne":true,"elem":{"fields":{"public_access":{"maxItemsOne":true},"vpc_connectivity":{"maxItemsOne":true,"elem":{"fields":{"client_authentication":{"maxItemsOne":true,"elem":{"fields":{"sasl":{"maxItemsOne":true}}}}}}}}}},"security_groups":{"maxItemsOne":false},"storage_info":{"maxItemsOne":true,"elem":{"fields":{"ebs_storage_info":{"maxItemsOne":true,"elem":{"fields":{"provisioned_throughput":{"maxItemsOne":true}}}}}}}}}},"client_authentication":{"maxItemsOne":true,"elem":{"fields":{"sasl":{"maxItemsOne":true},"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}}}}},"configuration_info":{"maxItemsOne":true},"encryption_info":{"maxItemsOne":true,"elem":{"fields":{"encryption_in_transit":{"maxItemsOne":true}}}},"logging_info":{"maxItemsOne":true,"elem":{"fields":{"broker_logs":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"firehose":{"maxItemsOne":true},"s3":{"maxItemsOne":true}}}}}}},"open_monitoring":{"maxItemsOne":true,"elem":{"fields":{"prometheus":{"maxItemsOne":true,"elem":{"fields":{"jmx_exporter":{"maxItemsOne":true},"node_exporter":{"maxItemsOne":true}}}}}}}}},"aws_msk_cluster_policy":{"current":"aws:msk/clusterPolicy:ClusterPolicy","majorVersion":6},"aws_msk_configuration":{"current":"aws:msk/configuration:Configuration","majorVersion":6,"fields":{"kafka_versions":{"maxItemsOne":false}}},"aws_msk_replicator":{"current":"aws:msk/replicator:Replicator","majorVersion":6,"fields":{"kafka_cluster":{"maxItemsOne":false,"elem":{"fields":{"amazon_msk_cluster":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_groups_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}}},"replication_info_list":{"maxItemsOne":true,"elem":{"fields":{"consumer_group_replication":{"maxItemsOne":false,"elem":{"fields":{"consumer_groups_to_exclude":{"maxItemsOne":false},"consumer_groups_to_replicate":{"maxItemsOne":false}}}},"topic_replication":{"maxItemsOne":false,"elem":{"fields":{"topics_to_exclude":{"maxItemsOne":false},"topics_to_replicate":{"maxItemsOne":false}}}}}}}}},"aws_msk_scram_secret_association":{"current":"aws:msk/scramSecretAssociation:ScramSecretAssociation","majorVersion":6,"fields":{"secret_arn_list":{"maxItemsOne":false}}},"aws_msk_serverless_cluster":{"current":"aws:msk/serverlessCluster:ServerlessCluster","majorVersion":6,"fields":{"client_authentication":{"maxItemsOne":true,"elem":{"fields":{"sasl":{"maxItemsOne":true,"elem":{"fields":{"iam":{"maxItemsOne":true}}}}}}},"vpc_config":{"maxItemsOne":false,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_msk_vpc_connection":{"current":"aws:msk/vpcConnection:VpcConnection","majorVersion":6,"fields":{"client_subnets":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}},"aws_mskconnect_connector":{"current":"aws:mskconnect/connector:Connector","majorVersion":6,"fields":{"capacity":{"maxItemsOne":true,"elem":{"fields":{"autoscaling":{"maxItemsOne":true,"elem":{"fields":{"scale_in_policy":{"maxItemsOne":true},"scale_out_policy":{"maxItemsOne":true}}}},"provisioned_capacity":{"maxItemsOne":true}}}},"kafka_cluster":{"maxItemsOne":true,"elem":{"fields":{"apache_kafka_cluster":{"maxItemsOne":true,"elem":{"fields":{"vpc":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}}}}}},"kafka_cluster_client_authentication":{"maxItemsOne":true},"kafka_cluster_encryption_in_transit":{"maxItemsOne":true},"log_delivery":{"maxItemsOne":true,"elem":{"fields":{"worker_log_delivery":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"firehose":{"maxItemsOne":true},"s3":{"maxItemsOne":true}}}}}}},"plugin":{"maxItemsOne":false,"elem":{"fields":{"custom_plugin":{"maxItemsOne":true}}}},"worker_configuration":{"maxItemsOne":true}}},"aws_mskconnect_custom_plugin":{"current":"aws:mskconnect/customPlugin:CustomPlugin","majorVersion":6,"fields":{"location":{"maxItemsOne":true,"elem":{"fields":{"s3":{"maxItemsOne":true}}}}}},"aws_mskconnect_worker_configuration":{"current":"aws:mskconnect/workerConfiguration:WorkerConfiguration","majorVersion":6},"aws_mwaa_environment":{"current":"aws:mwaa/environment:Environment","majorVersion":6,"fields":{"last_updated":{"maxItemsOne":false,"elem":{"fields":{"error":{"maxItemsOne":false}}}},"logging_configuration":{"maxItemsOne":true,"elem":{"fields":{"dag_processing_logs":{"maxItemsOne":true},"scheduler_logs":{"maxItemsOne":true},"task_logs":{"maxItemsOne":true},"webserver_logs":{"maxItemsOne":true},"worker_logs":{"maxItemsOne":true}}}},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_nat_gateway":{"current":"aws:ec2/natGateway:NatGateway","majorVersion":6,"fields":{"secondary_allocation_ids":{"maxItemsOne":false},"secondary_private_ip_addresses":{"maxItemsOne":false}}},"aws_neptune_cluster":{"current":"aws:neptune/cluster:Cluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"cluster_members":{"maxItemsOne":false},"enable_cloudwatch_logs_exports":{"maxItemsOne":false},"iam_roles":{"maxItemsOne":false},"serverless_v2_scaling_configuration":{"maxItemsOne":true},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_neptune_cluster_endpoint":{"current":"aws:neptune/clusterEndpoint:ClusterEndpoint","majorVersion":6,"fields":{"excluded_members":{"maxItemsOne":false},"static_members":{"maxItemsOne":false}}},"aws_neptune_cluster_instance":{"current":"aws:neptune/clusterInstance:ClusterInstance","majorVersion":6},"aws_neptune_cluster_parameter_group":{"current":"aws:neptune/clusterParameterGroup:ClusterParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_neptune_cluster_snapshot":{"current":"aws:neptune/clusterSnapshot:ClusterSnapshot","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false}}},"aws_neptune_event_subscription":{"current":"aws:neptune/eventSubscription:EventSubscription","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false},"source_ids":{"maxItemsOne":false}}},"aws_neptune_global_cluster":{"current":"aws:neptune/globalCluster:GlobalCluster","majorVersion":6,"fields":{"global_cluster_members":{"maxItemsOne":false}}},"aws_neptune_parameter_group":{"current":"aws:neptune/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_neptune_subnet_group":{"current":"aws:neptune/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_network_acl":{"current":"aws:ec2/networkAcl:NetworkAcl","majorVersion":6,"fields":{"egress":{"maxItemsOne":false},"ingress":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_network_acl_association":{"current":"aws:ec2/networkAclAssociation:NetworkAclAssociation","majorVersion":6},"aws_network_acl_rule":{"current":"aws:ec2/networkAclRule:NetworkAclRule","majorVersion":6},"aws_network_interface":{"current":"aws:ec2/networkInterface:NetworkInterface","majorVersion":6,"fields":{"attachment":{"maxItemsOne":false},"ipv4_prefixes":{"maxItemsOne":false},"ipv6_address_list":{"maxItemsOne":false},"ipv6_addresses":{"maxItemsOne":false},"ipv6_prefixes":{"maxItemsOne":false},"private_ip_list":{"maxItemsOne":false},"private_ips":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}},"aws_network_interface_attachment":{"current":"aws:ec2/networkInterfaceAttachment:NetworkInterfaceAttachment","majorVersion":6},"aws_network_interface_sg_attachment":{"current":"aws:ec2/networkInterfaceSecurityGroupAttachment:NetworkInterfaceSecurityGroupAttachment","majorVersion":6},"aws_networkfirewall_firewall":{"current":"aws:networkfirewall/firewall:Firewall","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":true},"firewall_status":{"maxItemsOne":false,"elem":{"fields":{"sync_states":{"maxItemsOne":false,"elem":{"fields":{"attachment":{"maxItemsOne":false}}}}}}},"subnet_mapping":{"maxItemsOne":false}}},"aws_networkfirewall_firewall_policy":{"current":"aws:networkfirewall/firewallPolicy:FirewallPolicy","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":true},"firewall_policy":{"maxItemsOne":true,"elem":{"fields":{"policy_variables":{"maxItemsOne":true,"elem":{"fields":{"rule_variables":{"maxItemsOne":false,"elem":{"fields":{"ip_set":{"maxItemsOne":true,"elem":{"fields":{"definition":{"maxItemsOne":false}}}}}}}}}},"stateful_default_actions":{"maxItemsOne":false},"stateful_engine_options":{"maxItemsOne":true},"stateful_rule_group_reference":{"maxItemsOne":false,"elem":{"fields":{"override":{"maxItemsOne":true}}}},"stateless_custom_action":{"maxItemsOne":false,"elem":{"fields":{"action_definition":{"maxItemsOne":true,"elem":{"fields":{"publish_metric_action":{"maxItemsOne":true,"elem":{"fields":{"dimension":{"maxItemsOne":false}}}}}}}}}},"stateless_default_actions":{"maxItemsOne":false},"stateless_fragment_default_actions":{"maxItemsOne":false},"stateless_rule_group_reference":{"maxItemsOne":false}}}}}},"aws_networkfirewall_logging_configuration":{"current":"aws:networkfirewall/loggingConfiguration:LoggingConfiguration","majorVersion":6,"fields":{"logging_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_destination_config":{"maxItemsOne":false}}}}}},"aws_networkfirewall_resource_policy":{"current":"aws:networkfirewall/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_networkfirewall_rule_group":{"current":"aws:networkfirewall/ruleGroup:RuleGroup","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":true},"rule_group":{"maxItemsOne":true,"elem":{"fields":{"reference_sets":{"maxItemsOne":true,"elem":{"fields":{"ip_set_references":{"maxItemsOne":false,"elem":{"fields":{"ip_set_reference":{"maxItemsOne":false}}}}}}},"rule_variables":{"maxItemsOne":true,"elem":{"fields":{"ip_sets":{"maxItemsOne":false,"elem":{"fields":{"ip_set":{"maxItemsOne":true,"elem":{"fields":{"definition":{"maxItemsOne":false}}}}}}},"port_sets":{"maxItemsOne":false,"elem":{"fields":{"port_set":{"maxItemsOne":true,"elem":{"fields":{"definition":{"maxItemsOne":false}}}}}}}}}},"rules_source":{"maxItemsOne":true,"elem":{"fields":{"rules_source_list":{"maxItemsOne":true,"elem":{"fields":{"target_types":{"maxItemsOne":false},"targets":{"maxItemsOne":false}}}},"stateful_rule":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":true},"rule_option":{"maxItemsOne":false,"elem":{"fields":{"settings":{"maxItemsOne":false}}}}}}},"stateless_rules_and_custom_actions":{"maxItemsOne":true,"elem":{"fields":{"custom_action":{"maxItemsOne":false,"elem":{"fields":{"action_definition":{"maxItemsOne":true,"elem":{"fields":{"publish_metric_action":{"maxItemsOne":true,"elem":{"fields":{"dimension":{"maxItemsOne":false}}}}}}}}}},"stateless_rule":{"maxItemsOne":false,"elem":{"fields":{"rule_definition":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false},"match_attributes":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":false},"destination_port":{"maxItemsOne":false},"protocols":{"maxItemsOne":false},"source":{"maxItemsOne":false},"source_port":{"maxItemsOne":false},"tcp_flag":{"maxItemsOne":false,"elem":{"fields":{"flags":{"maxItemsOne":false},"masks":{"maxItemsOne":false}}}}}}}}}}}}}}}}}}},"stateful_rule_options":{"maxItemsOne":true}}}}}},"aws_networkmanager_attachment_accepter":{"current":"aws:networkmanager/attachmentAccepter:AttachmentAccepter","majorVersion":6},"aws_networkmanager_connect_attachment":{"current":"aws:networkmanager/connectAttachment:ConnectAttachment","majorVersion":6,"fields":{"options":{"maxItemsOne":true}}},"aws_networkmanager_connect_peer":{"current":"aws:networkmanager/connectPeer:ConnectPeer","majorVersion":6,"fields":{"bgp_options":{"maxItemsOne":true},"configuration":{"maxItemsOne":false,"elem":{"fields":{"bgp_configurations":{"maxItemsOne":false},"inside_cidr_blocks":{"maxItemsOne":false}}}},"inside_cidr_blocks":{"maxItemsOne":false}}},"aws_networkmanager_connection":{"current":"aws:networkmanager/connection:Connection","majorVersion":6},"aws_networkmanager_core_network":{"current":"aws:networkmanager/coreNetwork:CoreNetwork","majorVersion":6,"fields":{"base_policy_regions":{"maxItemsOne":false},"edges":{"maxItemsOne":false,"elem":{"fields":{"inside_cidr_blocks":{"maxItemsOne":false}}}},"segments":{"maxItemsOne":false,"elem":{"fields":{"edge_locations":{"maxItemsOne":false},"shared_segments":{"maxItemsOne":false}}}}}},"aws_networkmanager_core_network_policy_attachment":{"current":"aws:networkmanager/coreNetworkPolicyAttachment:CoreNetworkPolicyAttachment","majorVersion":6},"aws_networkmanager_customer_gateway_association":{"current":"aws:networkmanager/customerGatewayAssociation:CustomerGatewayAssociation","majorVersion":6},"aws_networkmanager_device":{"current":"aws:networkmanager/device:Device","majorVersion":6,"fields":{"aws_location":{"maxItemsOne":true},"location":{"maxItemsOne":true}}},"aws_networkmanager_global_network":{"current":"aws:networkmanager/globalNetwork:GlobalNetwork","majorVersion":6},"aws_networkmanager_link":{"current":"aws:networkmanager/link:Link","majorVersion":6,"fields":{"bandwidth":{"maxItemsOne":true}}},"aws_networkmanager_link_association":{"current":"aws:networkmanager/linkAssociation:LinkAssociation","majorVersion":6},"aws_networkmanager_site":{"current":"aws:networkmanager/site:Site","majorVersion":6,"fields":{"location":{"maxItemsOne":true}}},"aws_networkmanager_site_to_site_vpn_attachment":{"current":"aws:networkmanager/siteToSiteVpnAttachment:SiteToSiteVpnAttachment","majorVersion":6},"aws_networkmanager_transit_gateway_connect_peer_association":{"current":"aws:networkmanager/transitGatewayConnectPeerAssociation:TransitGatewayConnectPeerAssociation","majorVersion":6},"aws_networkmanager_transit_gateway_peering":{"current":"aws:networkmanager/transitGatewayPeering:TransitGatewayPeering","majorVersion":6},"aws_networkmanager_transit_gateway_registration":{"current":"aws:networkmanager/transitGatewayRegistration:TransitGatewayRegistration","majorVersion":6},"aws_networkmanager_transit_gateway_route_table_attachment":{"current":"aws:networkmanager/transitGatewayRouteTableAttachment:TransitGatewayRouteTableAttachment","majorVersion":6},"aws_networkmanager_vpc_attachment":{"current":"aws:networkmanager/vpcAttachment:VpcAttachment","majorVersion":6,"fields":{"options":{"maxItemsOne":true},"subnet_arns":{"maxItemsOne":false}}},"aws_oam_link":{"current":"aws:oam/link:Link","majorVersion":6,"fields":{"resource_types":{"maxItemsOne":false}}},"aws_oam_sink":{"current":"aws:oam/sink:Sink","majorVersion":6},"aws_oam_sink_policy":{"current":"aws:oam/sinkPolicy:SinkPolicy","majorVersion":6},"aws_opensearch_domain":{"current":"aws:opensearch/domain:Domain","majorVersion":6,"fields":{"advanced_security_options":{"maxItemsOne":true,"elem":{"fields":{"master_user_options":{"maxItemsOne":true}}}},"auto_tune_options":{"maxItemsOne":true,"elem":{"fields":{"maintenance_schedule":{"maxItemsOne":false,"elem":{"fields":{"duration":{"maxItemsOne":true}}}}}}},"cluster_config":{"maxItemsOne":true,"elem":{"fields":{"cold_storage_options":{"maxItemsOne":true},"zone_awareness_config":{"maxItemsOne":true}}}},"cognito_options":{"maxItemsOne":true},"domain_endpoint_options":{"maxItemsOne":true},"ebs_options":{"maxItemsOne":true},"encrypt_at_rest":{"maxItemsOne":true},"log_publishing_options":{"maxItemsOne":false},"node_to_node_encryption":{"maxItemsOne":true},"off_peak_window_options":{"maxItemsOne":true,"elem":{"fields":{"off_peak_window":{"maxItemsOne":true,"elem":{"fields":{"window_start_time":{"maxItemsOne":true}}}}}}},"snapshot_options":{"maxItemsOne":true},"software_update_options":{"maxItemsOne":true},"vpc_options":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_opensearch_domain_policy":{"current":"aws:opensearch/domainPolicy:DomainPolicy","majorVersion":6},"aws_opensearch_domain_saml_options":{"current":"aws:opensearch/domainSamlOptions:DomainSamlOptions","majorVersion":6,"fields":{"saml_options":{"maxItemsOne":true,"elem":{"fields":{"idp":{"maxItemsOne":true}}}}}},"aws_opensearch_inbound_connection_accepter":{"current":"aws:opensearch/inboundConnectionAccepter:InboundConnectionAccepter","majorVersion":6},"aws_opensearch_outbound_connection":{"current":"aws:opensearch/outboundConnection:OutboundConnection","majorVersion":6,"fields":{"connection_properties":{"maxItemsOne":true,"elem":{"fields":{"cross_cluster_search":{"maxItemsOne":true}}}},"local_domain_info":{"maxItemsOne":true},"remote_domain_info":{"maxItemsOne":true}}},"aws_opensearch_package":{"current":"aws:opensearch/package:Package","majorVersion":6,"fields":{"package_source":{"maxItemsOne":true}}},"aws_opensearch_package_association":{"current":"aws:opensearch/packageAssociation:PackageAssociation","majorVersion":6},"aws_opensearch_vpc_endpoint":{"current":"aws:opensearch/vpcEndpoint:VpcEndpoint","majorVersion":6,"fields":{"vpc_options":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_opensearchserverless_access_policy":{"current":"aws:opensearch/serverlessAccessPolicy:ServerlessAccessPolicy","majorVersion":6},"aws_opensearchserverless_collection":{"current":"aws:opensearch/serverlessCollection:ServerlessCollection","majorVersion":6},"aws_opensearchserverless_lifecycle_policy":{"current":"aws:opensearch/serverlessLifecyclePolicy:ServerlessLifecyclePolicy","majorVersion":6},"aws_opensearchserverless_security_config":{"current":"aws:opensearch/serverlessSecurityConfig:ServerlessSecurityConfig","majorVersion":6},"aws_opensearchserverless_security_policy":{"current":"aws:opensearch/serverlessSecurityPolicy:ServerlessSecurityPolicy","majorVersion":6},"aws_opensearchserverless_vpc_endpoint":{"current":"aws:opensearch/serverlessVpcEndpoint:ServerlessVpcEndpoint","majorVersion":6,"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_opsworks_application":{"current":"aws:opsworks/application:Application","majorVersion":6,"fields":{"app_source":{"maxItemsOne":false},"domains":{"maxItemsOne":false},"environment":{"maxItemsOne":false},"ssl_configuration":{"maxItemsOne":false}}},"aws_opsworks_custom_layer":{"current":"aws:opsworks/customLayer:CustomLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_ecs_cluster_layer":{"current":"aws:opsworks/ecsClusterLayer:EcsClusterLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_ganglia_layer":{"current":"aws:opsworks/gangliaLayer:GangliaLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_haproxy_layer":{"current":"aws:opsworks/haproxyLayer:HaproxyLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_instance":{"current":"aws:opsworks/instance:Instance","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false},"layer_ids":{"maxItemsOne":false},"root_block_device":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_opsworks_java_app_layer":{"current":"aws:opsworks/javaAppLayer:JavaAppLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_memcached_layer":{"current":"aws:opsworks/memcachedLayer:MemcachedLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_mysql_layer":{"current":"aws:opsworks/mysqlLayer:MysqlLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_nodejs_app_layer":{"current":"aws:opsworks/nodejsAppLayer:NodejsAppLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_permission":{"current":"aws:opsworks/permission:Permission","majorVersion":6},"aws_opsworks_php_app_layer":{"current":"aws:opsworks/phpAppLayer:PhpAppLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_rails_app_layer":{"current":"aws:opsworks/railsAppLayer:RailsAppLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_rds_db_instance":{"current":"aws:opsworks/rdsDbInstance:RdsDbInstance","majorVersion":6},"aws_opsworks_stack":{"current":"aws:opsworks/stack:Stack","majorVersion":6,"fields":{"custom_cookbooks_source":{"maxItemsOne":false}}},"aws_opsworks_static_web_layer":{"current":"aws:opsworks/staticWebLayer:StaticWebLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_user_profile":{"current":"aws:opsworks/userProfile:UserProfile","majorVersion":6},"aws_organizations_account":{"current":"aws:organizations/account:Account","majorVersion":6},"aws_organizations_delegated_administrator":{"current":"aws:organizations/delegatedAdministrator:DelegatedAdministrator","majorVersion":6},"aws_organizations_organization":{"current":"aws:organizations/organization:Organization","majorVersion":6,"fields":{"accounts":{"maxItemsOne":false},"aws_service_access_principals":{"maxItemsOne":false},"enabled_policy_types":{"maxItemsOne":false},"non_master_accounts":{"maxItemsOne":false},"roots":{"maxItemsOne":false,"elem":{"fields":{"policy_types":{"maxItemsOne":false}}}}}},"aws_organizations_organizational_unit":{"current":"aws:organizations/organizationalUnit:OrganizationalUnit","majorVersion":6,"fields":{"accounts":{"maxItemsOne":false}}},"aws_organizations_policy":{"current":"aws:organizations/policy:Policy","majorVersion":6},"aws_organizations_policy_attachment":{"current":"aws:organizations/policyAttachment:PolicyAttachment","majorVersion":6},"aws_organizations_resource_policy":{"current":"aws:organizations/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_pinpoint_adm_channel":{"current":"aws:pinpoint/admChannel:AdmChannel","majorVersion":6},"aws_pinpoint_apns_channel":{"current":"aws:pinpoint/apnsChannel:ApnsChannel","majorVersion":6},"aws_pinpoint_apns_sandbox_channel":{"current":"aws:pinpoint/apnsSandboxChannel:ApnsSandboxChannel","majorVersion":6},"aws_pinpoint_apns_voip_channel":{"current":"aws:pinpoint/apnsVoipChannel:ApnsVoipChannel","majorVersion":6},"aws_pinpoint_apns_voip_sandbox_channel":{"current":"aws:pinpoint/apnsVoipSandboxChannel:ApnsVoipSandboxChannel","majorVersion":6},"aws_pinpoint_app":{"current":"aws:pinpoint/app:App","majorVersion":6,"fields":{"campaign_hook":{"maxItemsOne":true},"limits":{"maxItemsOne":true},"quiet_time":{"maxItemsOne":true}}},"aws_pinpoint_baidu_channel":{"current":"aws:pinpoint/baiduChannel:BaiduChannel","majorVersion":6},"aws_pinpoint_email_channel":{"current":"aws:pinpoint/emailChannel:EmailChannel","majorVersion":6},"aws_pinpoint_event_stream":{"current":"aws:pinpoint/eventStream:EventStream","majorVersion":6},"aws_pinpoint_gcm_channel":{"current":"aws:pinpoint/gcmChannel:GcmChannel","majorVersion":6},"aws_pinpoint_sms_channel":{"current":"aws:pinpoint/smsChannel:SmsChannel","majorVersion":6},"aws_pipes_pipe":{"current":"aws:pipes/pipe:Pipe","majorVersion":6,"fields":{"enrichment_parameters":{"maxItemsOne":true,"elem":{"fields":{"http_parameters":{"maxItemsOne":true,"elem":{"fields":{"path_parameter_values":{"maxItemsOne":true}}}}}}},"source_parameters":{"maxItemsOne":true,"elem":{"fields":{"activemq_broker_parameters":{"maxItemsOne":true,"elem":{"fields":{"credentials":{"maxItemsOne":true}}}},"dynamodb_stream_parameters":{"maxItemsOne":true,"elem":{"fields":{"dead_letter_config":{"maxItemsOne":true}}}},"filter_criteria":{"maxItemsOne":true,"elem":{"fields":{"filter":{"maxItemsOne":false}}}},"kinesis_stream_parameters":{"maxItemsOne":true,"elem":{"fields":{"dead_letter_config":{"maxItemsOne":true}}}},"managed_streaming_kafka_parameters":{"maxItemsOne":true,"elem":{"fields":{"credentials":{"maxItemsOne":true}}}},"rabbitmq_broker_parameters":{"maxItemsOne":true,"elem":{"fields":{"credentials":{"maxItemsOne":true}}}},"self_managed_kafka_parameters":{"maxItemsOne":true,"elem":{"fields":{"additional_bootstrap_servers":{"maxItemsOne":false},"credentials":{"maxItemsOne":true},"vpc":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}}},"sqs_queue_parameters":{"maxItemsOne":true}}}},"target_parameters":{"maxItemsOne":true,"elem":{"fields":{"batch_job_parameters":{"maxItemsOne":true,"elem":{"fields":{"array_properties":{"maxItemsOne":true},"container_overrides":{"maxItemsOne":true,"elem":{"fields":{"command":{"maxItemsOne":false},"environment":{"maxItemsOne":false},"resource_requirement":{"maxItemsOne":false}}}},"depends_on":{"maxItemsOne":false},"retry_strategy":{"maxItemsOne":true}}}},"cloudwatch_logs_parameters":{"maxItemsOne":true},"ecs_task_parameters":{"maxItemsOne":true,"elem":{"fields":{"capacity_provider_strategy":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"aws_vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}}},"overrides":{"maxItemsOne":true,"elem":{"fields":{"container_override":{"maxItemsOne":false,"elem":{"fields":{"command":{"maxItemsOne":false},"environment":{"maxItemsOne":false},"environment_file":{"maxItemsOne":false},"resource_requirement":{"maxItemsOne":false}}}},"ephemeral_storage":{"maxItemsOne":true},"inference_accelerator_override":{"maxItemsOne":false}}}},"placement_constraint":{"maxItemsOne":false},"placement_strategy":{"maxItemsOne":false}}}},"eventbridge_event_bus_parameters":{"maxItemsOne":true,"elem":{"fields":{"resources":{"maxItemsOne":false}}}},"http_parameters":{"maxItemsOne":true,"elem":{"fields":{"path_parameter_values":{"maxItemsOne":true}}}},"kinesis_stream_parameters":{"maxItemsOne":true},"lambda_function_parameters":{"maxItemsOne":true},"redshift_data_parameters":{"maxItemsOne":true,"elem":{"fields":{"sqls":{"maxItemsOne":false}}}},"sagemaker_pipeline_parameters":{"maxItemsOne":true,"elem":{"fields":{"pipeline_parameter":{"maxItemsOne":false}}}},"sqs_queue_parameters":{"maxItemsOne":true},"step_function_state_machine_parameters":{"maxItemsOne":true}}}}}},"aws_placement_group":{"current":"aws:ec2/placementGroup:PlacementGroup","majorVersion":6},"aws_prometheus_alert_manager_definition":{"current":"aws:amp/alertManagerDefinition:AlertManagerDefinition","majorVersion":6},"aws_prometheus_rule_group_namespace":{"current":"aws:amp/ruleGroupNamespace:RuleGroupNamespace","majorVersion":6},"aws_prometheus_workspace":{"current":"aws:amp/workspace:Workspace","majorVersion":6,"fields":{"logging_configuration":{"maxItemsOne":true}}},"aws_proxy_protocol_policy":{"current":"aws:ec2/proxyProtocolPolicy:ProxyProtocolPolicy","majorVersion":6,"fields":{"instance_ports":{"maxItemsOne":false}}},"aws_qldb_ledger":{"current":"aws:qldb/ledger:Ledger","majorVersion":6},"aws_qldb_stream":{"current":"aws:qldb/stream:Stream","majorVersion":6,"fields":{"kinesis_configuration":{"maxItemsOne":true}}},"aws_quicksight_account_subscription":{"current":"aws:quicksight/accountSubscription:AccountSubscription","majorVersion":6,"fields":{"admin_group":{"maxItemsOne":false},"author_group":{"maxItemsOne":false},"reader_group":{"maxItemsOne":false}}},"aws_quicksight_analysis":{"current":"aws:quicksight/analysis:Analysis","majorVersion":6,"fields":{"definition":{"maxItemsOne":true,"elem":{"fields":{"analysis_defaults":{"maxItemsOne":true,"elem":{"fields":{"default_new_sheet_configuration":{"maxItemsOne":true,"elem":{"fields":{"interactive_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}},"grid":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}}}}},"paginated_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"section_based":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"calculated_fields":{"maxItemsOne":false},"column_configurations":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"data_set_identifiers_declarations":{"maxItemsOne":false},"filter_groups":{"maxItemsOne":false,"elem":{"fields":{"filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_filter_configuration":{"maxItemsOne":true},"custom_filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}},"filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}}}}}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"numeric_range_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true},"range_maximum":{"maxItemsOne":true},"range_minimum":{"maxItemsOne":true}}}},"relative_dates_filter":{"maxItemsOne":true,"elem":{"fields":{"anchor_date_configuration":{"maxItemsOne":true},"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true}}}},"time_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true},"range_maximum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}},"range_minimum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}}}}},"top_bottom_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_sort_configuration":{"maxItemsOne":false,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true}}}}}}},"scope_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_sheets":{"maxItemsOne":true,"elem":{"fields":{"sheet_visual_scoping_configurations":{"maxItemsOne":false,"elem":{"fields":{"visual_ids":{"maxItemsOne":false}}}}}}}}}}}}},"parameter_declarations":{"maxItemsOne":false,"elem":{"fields":{"date_time_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"rolling_date":{"maxItemsOne":true},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"decimal_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"integer_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"string_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}}}}},"sheets":{"maxItemsOne":false,"elem":{"fields":{"filter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"relative_date_time":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}},"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}},"section_based_layout":{"maxItemsOne":true,"elem":{"fields":{"body_sections":{"maxItemsOne":false,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}}}}},"page_break_configuration":{"maxItemsOne":true,"elem":{"fields":{"after":{"maxItemsOne":true}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}},"footer_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"header_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}}}}}}}}}}},"parameter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"sheet_control_layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}}}}}}}},"text_boxes":{"maxItemsOne":false},"visuals":{"maxItemsOne":false,"elem":{"fields":{"bar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"box_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"box_plot_options":{"maxItemsOne":true,"elem":{"fields":{"style_options":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"box_plot_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"pagination_configuration":{"maxItemsOne":true}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"combo_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bar_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"combo_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"line_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"line_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"custom_content_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"empty_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}}}}},"filled_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"filled_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"shape":{"maxItemsOne":true,"elem":{"fields":{"format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"funnel_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"funnel_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"gauge_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"gauge_chart_options":{"maxItemsOne":true,"elem":{"fields":{"arc":{"maxItemsOne":true},"arc_axis":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}},"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"arc":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"geospatial_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"geospatial":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"point_style_options":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker_configuration":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker":{"maxItemsOne":true,"elem":{"fields":{"simple_cluster_marker":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"heat_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"column_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"heat_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"heat_map_column_items_limit_configuration":{"maxItemsOne":true},"heat_map_column_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"heat_map_row_items_limit_configuration":{"maxItemsOne":true},"heat_map_row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"histogram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bin_options":{"maxItemsOne":true,"elem":{"fields":{"bin_count":{"maxItemsOne":true},"bin_width":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"histogram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"insight_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"insight_configuration":{"maxItemsOne":true,"elem":{"fields":{"computation":{"maxItemsOne":false,"elem":{"fields":{"forecast":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"growth_rate":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"maximum_minimum":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"metric_comparison":{"maxItemsOne":true,"elem":{"fields":{"from_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"target_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_over_period":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_to_date":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_movers":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_ranked":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"total_aggregation":{"maxItemsOne":true,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"unique_values":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"custom_narrative":{"maxItemsOne":true}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"kpi_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"trend_groups":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"kpi_options":{"maxItemsOne":true,"elem":{"fields":{"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"progress_bar":{"maxItemsOne":true},"secondary_value":{"maxItemsOne":true},"secondary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"sparkline":{"maxItemsOne":true},"trend_arrows":{"maxItemsOne":true},"visual_layout_options":{"maxItemsOne":true,"elem":{"fields":{"standard_layout":{"maxItemsOne":true}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"trend_group_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"actual_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"comparison_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"progress_bar":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"line_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"default_series_settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"line_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"forecast_configurations":{"maxItemsOne":false,"elem":{"fields":{"forecast_properties":{"maxItemsOne":true},"scenario":{"maxItemsOne":true,"elem":{"fields":{"what_if_point_scenario":{"maxItemsOne":true},"what_if_range_scenario":{"maxItemsOne":true}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"series":{"maxItemsOne":false,"elem":{"fields":{"data_field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}},"field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit_configuration":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit_configuration":{"maxItemsOne":true},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pie_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"donut_options":{"maxItemsOne":true,"elem":{"fields":{"arc_options":{"maxItemsOne":true},"donut_center_options":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pie_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pivot_table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"data_path_options":{"maxItemsOne":false,"elem":{"fields":{"data_path_list":{"maxItemsOne":false}}}},"selected_field_options":{"maxItemsOne":false}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pivot_table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_sort_options":{"maxItemsOne":false,"elem":{"fields":{"sort_by":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"data_path":{"maxItemsOne":true,"elem":{"fields":{"sort_paths":{"maxItemsOne":false}}}},"field":{"maxItemsOne":true}}}}}}}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"column_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}},"row_field_names_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"column_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"column_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"scope":{"maxItemsOne":true},"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"radar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"base_series_settings":{"maxItemsOne":true,"elem":{"fields":{"area_style_settings":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"radar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"color":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"sankey_diagram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"sankey_diagram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"source":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"weight":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"destination_items_limit":{"maxItemsOne":true},"source_items_limit":{"maxItemsOne":true},"weight_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"scatter_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"scatter_plot_categorically_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"scatter_plot_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"order":{"maxItemsOne":false},"selected_field_options":{"maxItemsOne":false,"elem":{"fields":{"url_styling":{"maxItemsOne":true,"elem":{"fields":{"image_configuration":{"maxItemsOne":true,"elem":{"fields":{"sizing_options":{"maxItemsOne":true}}}},"link_configuration":{"maxItemsOne":true,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"custom_icon_content":{"maxItemsOne":true},"custom_text_content":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"table_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"pagination_configuration":{"maxItemsOne":true},"row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"table_inline_visualizations":{"maxItemsOne":false,"elem":{"fields":{"data_bars":{"maxItemsOne":true}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}},"row":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"tree_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"tree_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"groups":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"sizes":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"group_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"size_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"tree_map_group_items_limit_configuration":{"maxItemsOne":true},"tree_map_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"waterfall_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"waterfall_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"breakdowns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"categories":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"breakdown_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"waterfall_chart_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"word_cloud_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"word_cloud_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"word_cloud_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}}}}}}}}}}},"parameters":{"maxItemsOne":true,"elem":{"fields":{"date_time_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"decimal_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"integer_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"string_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"source_entity":{"maxItemsOne":true,"elem":{"fields":{"source_template":{"maxItemsOne":true,"elem":{"fields":{"data_set_references":{"maxItemsOne":false}}}}}}}}},"aws_quicksight_dashboard":{"current":"aws:quicksight/dashboard:Dashboard","majorVersion":6,"fields":{"dashboard_publish_options":{"maxItemsOne":true,"elem":{"fields":{"ad_hoc_filtering_option":{"maxItemsOne":true},"data_point_drill_up_down_option":{"maxItemsOne":true},"data_point_menu_label_option":{"maxItemsOne":true},"data_point_tooltip_option":{"maxItemsOne":true},"export_to_csv_option":{"maxItemsOne":true},"export_with_hidden_fields_option":{"maxItemsOne":true},"sheet_controls_option":{"maxItemsOne":true},"sheet_layout_element_maximization_option":{"maxItemsOne":true},"visual_axis_sort_option":{"maxItemsOne":true},"visual_menu_option":{"maxItemsOne":true}}}},"definition":{"maxItemsOne":true,"elem":{"fields":{"analysis_defaults":{"maxItemsOne":true,"elem":{"fields":{"default_new_sheet_configuration":{"maxItemsOne":true,"elem":{"fields":{"interactive_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}},"grid":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}}}}},"paginated_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"section_based":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"calculated_fields":{"maxItemsOne":false},"column_configurations":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"data_set_identifiers_declarations":{"maxItemsOne":false},"filter_groups":{"maxItemsOne":false,"elem":{"fields":{"filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_filter_configuration":{"maxItemsOne":true},"custom_filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}},"filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}}}}}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"numeric_range_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true},"range_maximum":{"maxItemsOne":true},"range_minimum":{"maxItemsOne":true}}}},"relative_dates_filter":{"maxItemsOne":true,"elem":{"fields":{"anchor_date_configuration":{"maxItemsOne":true},"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true}}}},"time_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true},"range_maximum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}},"range_minimum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}}}}},"top_bottom_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_sort_configuration":{"maxItemsOne":false,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true}}}}}}},"scope_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_sheets":{"maxItemsOne":true,"elem":{"fields":{"sheet_visual_scoping_configurations":{"maxItemsOne":false,"elem":{"fields":{"visual_ids":{"maxItemsOne":false}}}}}}}}}}}}},"parameter_declarations":{"maxItemsOne":false,"elem":{"fields":{"date_time_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"rolling_date":{"maxItemsOne":true},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"decimal_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"integer_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"string_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}}}}},"sheets":{"maxItemsOne":false,"elem":{"fields":{"filter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"relative_date_time":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}},"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}},"section_based_layout":{"maxItemsOne":true,"elem":{"fields":{"body_sections":{"maxItemsOne":false,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}}}}},"page_break_configuration":{"maxItemsOne":true,"elem":{"fields":{"after":{"maxItemsOne":true}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}},"footer_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"header_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}}}}}}}}}}},"parameter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"sheet_control_layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}}}}}}}},"text_boxes":{"maxItemsOne":false},"visuals":{"maxItemsOne":false,"elem":{"fields":{"bar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"box_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"box_plot_options":{"maxItemsOne":true,"elem":{"fields":{"style_options":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"box_plot_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"pagination_configuration":{"maxItemsOne":true}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"combo_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bar_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"combo_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"line_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"line_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"custom_content_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"empty_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}}}}},"filled_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"filled_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"shape":{"maxItemsOne":true,"elem":{"fields":{"format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"funnel_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"funnel_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"gauge_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"gauge_chart_options":{"maxItemsOne":true,"elem":{"fields":{"arc":{"maxItemsOne":true},"arc_axis":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}},"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"arc":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"geospatial_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"geospatial":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"point_style_options":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker_configuration":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker":{"maxItemsOne":true,"elem":{"fields":{"simple_cluster_marker":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"heat_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"column_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"heat_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"heat_map_column_items_limit_configuration":{"maxItemsOne":true},"heat_map_column_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"heat_map_row_items_limit_configuration":{"maxItemsOne":true},"heat_map_row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"histogram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bin_options":{"maxItemsOne":true,"elem":{"fields":{"bin_count":{"maxItemsOne":true},"bin_width":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"histogram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"insight_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"insight_configuration":{"maxItemsOne":true,"elem":{"fields":{"computation":{"maxItemsOne":false,"elem":{"fields":{"forecast":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"growth_rate":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"maximum_minimum":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"metric_comparison":{"maxItemsOne":true,"elem":{"fields":{"from_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"target_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_over_period":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_to_date":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_movers":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_ranked":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"total_aggregation":{"maxItemsOne":true,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"unique_values":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"custom_narrative":{"maxItemsOne":true}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"kpi_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"trend_groups":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"kpi_options":{"maxItemsOne":true,"elem":{"fields":{"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"progress_bar":{"maxItemsOne":true},"secondary_value":{"maxItemsOne":true},"secondary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"sparkline":{"maxItemsOne":true},"trend_arrows":{"maxItemsOne":true},"visual_layout_options":{"maxItemsOne":true,"elem":{"fields":{"standard_layout":{"maxItemsOne":true}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"trend_group_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"actual_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"comparison_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"progress_bar":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"line_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"default_series_settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"line_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"forecast_configurations":{"maxItemsOne":false,"elem":{"fields":{"forecast_properties":{"maxItemsOne":true},"scenario":{"maxItemsOne":true,"elem":{"fields":{"what_if_point_scenario":{"maxItemsOne":true},"what_if_range_scenario":{"maxItemsOne":true}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"series":{"maxItemsOne":false,"elem":{"fields":{"data_field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}},"field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit_configuration":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit_configuration":{"maxItemsOne":true},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pie_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"donut_options":{"maxItemsOne":true,"elem":{"fields":{"arc_options":{"maxItemsOne":true},"donut_center_options":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pie_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pivot_table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"data_path_options":{"maxItemsOne":false,"elem":{"fields":{"data_path_list":{"maxItemsOne":false}}}},"selected_field_options":{"maxItemsOne":false}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pivot_table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_sort_options":{"maxItemsOne":false,"elem":{"fields":{"sort_by":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"data_path":{"maxItemsOne":true,"elem":{"fields":{"sort_paths":{"maxItemsOne":false}}}},"field":{"maxItemsOne":true}}}}}}}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"column_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}},"row_field_names_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"column_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"column_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"scope":{"maxItemsOne":true},"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"radar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"base_series_settings":{"maxItemsOne":true,"elem":{"fields":{"area_style_settings":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"radar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"color":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"sankey_diagram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"sankey_diagram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"source":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"weight":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"destination_items_limit":{"maxItemsOne":true},"source_items_limit":{"maxItemsOne":true},"weight_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"scatter_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"scatter_plot_categorically_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"scatter_plot_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"order":{"maxItemsOne":false},"selected_field_options":{"maxItemsOne":false,"elem":{"fields":{"url_styling":{"maxItemsOne":true,"elem":{"fields":{"image_configuration":{"maxItemsOne":true,"elem":{"fields":{"sizing_options":{"maxItemsOne":true}}}},"link_configuration":{"maxItemsOne":true,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"custom_icon_content":{"maxItemsOne":true},"custom_text_content":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"table_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"pagination_configuration":{"maxItemsOne":true},"row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"table_inline_visualizations":{"maxItemsOne":false,"elem":{"fields":{"data_bars":{"maxItemsOne":true}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}},"row":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"tree_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"tree_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"groups":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"sizes":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"group_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"size_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"tree_map_group_items_limit_configuration":{"maxItemsOne":true},"tree_map_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"waterfall_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"waterfall_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"breakdowns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"categories":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"breakdown_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"waterfall_chart_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"word_cloud_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"word_cloud_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"word_cloud_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}}}}}}}}}}},"parameters":{"maxItemsOne":true,"elem":{"fields":{"date_time_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"decimal_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"integer_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"string_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"source_entity":{"maxItemsOne":true,"elem":{"fields":{"source_template":{"maxItemsOne":true,"elem":{"fields":{"data_set_references":{"maxItemsOne":false}}}}}}}}},"aws_quicksight_data_set":{"current":"aws:quicksight/dataSet:DataSet","majorVersion":6,"fields":{"column_groups":{"maxItemsOne":false,"elem":{"fields":{"geo_spatial_column_group":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false}}}}}}},"column_level_permission_rules":{"maxItemsOne":false,"elem":{"fields":{"column_names":{"maxItemsOne":false},"principals":{"maxItemsOne":false}}}},"data_set_usage_configuration":{"maxItemsOne":true},"field_folders":{"maxItemsOne":false,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"logical_table_map":{"maxItemsOne":false,"elem":{"fields":{"data_transforms":{"maxItemsOne":false,"elem":{"fields":{"cast_column_type_operation":{"maxItemsOne":true},"create_columns_operation":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"filter_operation":{"maxItemsOne":true},"project_operation":{"maxItemsOne":true,"elem":{"fields":{"projected_columns":{"maxItemsOne":false}}}},"rename_column_operation":{"maxItemsOne":true},"tag_column_operation":{"maxItemsOne":true,"elem":{"fields":{"tags":{"maxItemsOne":false,"elem":{"fields":{"column_description":{"maxItemsOne":true}}}}}}},"untag_column_operation":{"maxItemsOne":true,"elem":{"fields":{"tag_names":{"maxItemsOne":false}}}}}}},"source":{"maxItemsOne":true,"elem":{"fields":{"join_instruction":{"maxItemsOne":true,"elem":{"fields":{"left_join_key_properties":{"maxItemsOne":true},"right_join_key_properties":{"maxItemsOne":true}}}}}}}}}},"output_columns":{"maxItemsOne":false},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"physical_table_map":{"maxItemsOne":false,"elem":{"fields":{"custom_sql":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"relational_table":{"maxItemsOne":true,"elem":{"fields":{"input_columns":{"maxItemsOne":false}}}},"s3_source":{"maxItemsOne":true,"elem":{"fields":{"input_columns":{"maxItemsOne":false},"upload_settings":{"maxItemsOne":true}}}}}}},"refresh_properties":{"maxItemsOne":true,"elem":{"fields":{"refresh_configuration":{"maxItemsOne":true,"elem":{"fields":{"incremental_refresh":{"maxItemsOne":true,"elem":{"fields":{"lookback_window":{"maxItemsOne":true}}}}}}}}}},"row_level_permission_data_set":{"maxItemsOne":true},"row_level_permission_tag_configuration":{"maxItemsOne":true,"elem":{"fields":{"tag_rules":{"maxItemsOne":false}}}}}},"aws_quicksight_data_source":{"current":"aws:quicksight/dataSource:DataSource","majorVersion":6,"fields":{"credentials":{"maxItemsOne":true,"elem":{"fields":{"credential_pair":{"maxItemsOne":true}}}},"parameters":{"maxItemsOne":true,"elem":{"fields":{"amazon_elasticsearch":{"maxItemsOne":true},"athena":{"maxItemsOne":true},"aurora":{"maxItemsOne":true},"aurora_postgresql":{"maxItemsOne":true},"aws_iot_analytics":{"maxItemsOne":true},"jira":{"maxItemsOne":true},"maria_db":{"maxItemsOne":true},"mysql":{"maxItemsOne":true},"oracle":{"maxItemsOne":true},"postgresql":{"maxItemsOne":true},"presto":{"maxItemsOne":true},"rds":{"maxItemsOne":true},"redshift":{"maxItemsOne":true},"s3":{"maxItemsOne":true,"elem":{"fields":{"manifest_file_location":{"maxItemsOne":true}}}},"service_now":{"maxItemsOne":true},"snowflake":{"maxItemsOne":true},"spark":{"maxItemsOne":true},"sql_server":{"maxItemsOne":true},"teradata":{"maxItemsOne":true},"twitter":{"maxItemsOne":true}}}},"permission":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"ssl_properties":{"maxItemsOne":true},"vpc_connection_properties":{"maxItemsOne":true}}},"aws_quicksight_folder":{"current":"aws:quicksight/folder:Folder","majorVersion":6,"fields":{"folder_path":{"maxItemsOne":false},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}}}},"aws_quicksight_folder_membership":{"current":"aws:quicksight/folderMembership:FolderMembership","majorVersion":6},"aws_quicksight_group":{"current":"aws:quicksight/group:Group","majorVersion":6},"aws_quicksight_group_membership":{"current":"aws:quicksight/groupMembership:GroupMembership","majorVersion":6},"aws_quicksight_iam_policy_assignment":{"current":"aws:quicksight/iamPolicyAssignment:IamPolicyAssignment","majorVersion":6,"fields":{"identities":{"maxItemsOne":true,"elem":{"fields":{"group":{"maxItemsOne":false},"user":{"maxItemsOne":false}}}}}},"aws_quicksight_ingestion":{"current":"aws:quicksight/ingestion:Ingestion","majorVersion":6},"aws_quicksight_namespace":{"current":"aws:quicksight/namespace:Namespace","majorVersion":6},"aws_quicksight_refresh_schedule":{"current":"aws:quicksight/refreshSchedule:RefreshSchedule","majorVersion":6,"fields":{"schedule":{"maxItemsOne":true,"elem":{"fields":{"schedule_frequency":{"maxItemsOne":true,"elem":{"fields":{"refresh_on_day":{"maxItemsOne":true}}}}}}}}},"aws_quicksight_template":{"current":"aws:quicksight/template:Template","majorVersion":6,"fields":{"definition":{"maxItemsOne":true,"elem":{"fields":{"analysis_defaults":{"maxItemsOne":true,"elem":{"fields":{"default_new_sheet_configuration":{"maxItemsOne":true,"elem":{"fields":{"interactive_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}},"grid":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}}}}},"paginated_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"section_based":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"calculated_fields":{"maxItemsOne":false},"column_configurations":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"data_set_configuration":{"maxItemsOne":false,"elem":{"fields":{"column_group_schema_list":{"maxItemsOne":false,"elem":{"fields":{"column_group_column_schema_list":{"maxItemsOne":false}}}},"data_set_schema":{"maxItemsOne":true,"elem":{"fields":{"column_schema_list":{"maxItemsOne":false}}}}}}},"filter_groups":{"maxItemsOne":false,"elem":{"fields":{"filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_filter_configuration":{"maxItemsOne":true},"custom_filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}},"filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}}}}}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"numeric_range_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true},"range_maximum":{"maxItemsOne":true},"range_minimum":{"maxItemsOne":true}}}},"relative_dates_filter":{"maxItemsOne":true,"elem":{"fields":{"anchor_date_configuration":{"maxItemsOne":true},"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true}}}},"time_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true},"range_maximum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}},"range_minimum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}}}}},"top_bottom_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_sort_configuration":{"maxItemsOne":false,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true}}}}}}},"scope_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_sheets":{"maxItemsOne":true,"elem":{"fields":{"sheet_visual_scoping_configurations":{"maxItemsOne":false,"elem":{"fields":{"visual_ids":{"maxItemsOne":false}}}}}}}}}}}}},"parameters_declarations":{"maxItemsOne":false,"elem":{"fields":{"date_time_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"rolling_date":{"maxItemsOne":true},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"decimal_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"integer_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"string_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}}}}},"sheets":{"maxItemsOne":false,"elem":{"fields":{"filter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"relative_date_time":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}},"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}},"section_based_layout":{"maxItemsOne":true,"elem":{"fields":{"body_sections":{"maxItemsOne":false,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}}}}},"page_break_configuration":{"maxItemsOne":true,"elem":{"fields":{"after":{"maxItemsOne":true}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}},"footer_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"header_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}}}}}}}}}}},"parameter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"sheet_control_layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}}}}}}}},"text_boxes":{"maxItemsOne":false},"visuals":{"maxItemsOne":false,"elem":{"fields":{"bar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"box_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"box_plot_options":{"maxItemsOne":true,"elem":{"fields":{"style_options":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"box_plot_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"pagination_configuration":{"maxItemsOne":true}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"combo_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bar_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"combo_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"line_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"line_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"custom_content_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"empty_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}}}}},"filled_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"filled_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"shape":{"maxItemsOne":true,"elem":{"fields":{"format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"funnel_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"funnel_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"gauge_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"gauge_chart_options":{"maxItemsOne":true,"elem":{"fields":{"arc":{"maxItemsOne":true},"arc_axis":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}},"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"arc":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"geospatial_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"geospatial":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"point_style_options":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker_configuration":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker":{"maxItemsOne":true,"elem":{"fields":{"simple_cluster_marker":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"heat_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"column_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"heat_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"heat_map_column_items_limit_configuration":{"maxItemsOne":true},"heat_map_column_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"heat_map_row_items_limit_configuration":{"maxItemsOne":true},"heat_map_row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"histogram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bin_options":{"maxItemsOne":true,"elem":{"fields":{"bin_count":{"maxItemsOne":true},"bin_width":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"histogram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"insight_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"insight_configuration":{"maxItemsOne":true,"elem":{"fields":{"computation":{"maxItemsOne":false,"elem":{"fields":{"forecast":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"growth_rate":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"maximum_minimum":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"metric_comparison":{"maxItemsOne":true,"elem":{"fields":{"from_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"target_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_over_period":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_to_date":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_movers":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_ranked":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"total_aggregation":{"maxItemsOne":true,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"unique_values":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"custom_narrative":{"maxItemsOne":true}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"kpi_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"trend_groups":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"kpi_options":{"maxItemsOne":true,"elem":{"fields":{"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"progress_bar":{"maxItemsOne":true},"secondary_value":{"maxItemsOne":true},"secondary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"sparkline":{"maxItemsOne":true},"trend_arrows":{"maxItemsOne":true},"visual_layout_options":{"maxItemsOne":true,"elem":{"fields":{"standard_layout":{"maxItemsOne":true}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"trend_group_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"actual_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"comparison_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"progress_bar":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"line_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"default_series_settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"line_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"forecast_configurations":{"maxItemsOne":false,"elem":{"fields":{"forecast_properties":{"maxItemsOne":true},"scenario":{"maxItemsOne":true,"elem":{"fields":{"what_if_point_scenario":{"maxItemsOne":true},"what_if_range_scenario":{"maxItemsOne":true}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"series":{"maxItemsOne":false,"elem":{"fields":{"data_field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}},"field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit_configuration":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit_configuration":{"maxItemsOne":true},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pie_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"donut_options":{"maxItemsOne":true,"elem":{"fields":{"arc_options":{"maxItemsOne":true},"donut_center_options":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pie_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pivot_table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"data_path_options":{"maxItemsOne":false,"elem":{"fields":{"data_path_list":{"maxItemsOne":false}}}},"selected_field_options":{"maxItemsOne":false}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pivot_table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_sort_options":{"maxItemsOne":false,"elem":{"fields":{"sort_by":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"data_path":{"maxItemsOne":true,"elem":{"fields":{"sort_paths":{"maxItemsOne":false}}}},"field":{"maxItemsOne":true}}}}}}}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"column_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}},"row_field_names_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"column_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"column_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"scope":{"maxItemsOne":true},"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"radar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"base_series_settings":{"maxItemsOne":true,"elem":{"fields":{"area_style_settings":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"radar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"color":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"sankey_diagram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"sankey_diagram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"source":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"weight":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"destination_items_limit":{"maxItemsOne":true},"source_items_limit":{"maxItemsOne":true},"weight_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"scatter_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"scatter_plot_categorically_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"scatter_plot_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"order":{"maxItemsOne":false},"selected_field_options":{"maxItemsOne":false,"elem":{"fields":{"url_styling":{"maxItemsOne":true,"elem":{"fields":{"image_configuration":{"maxItemsOne":true,"elem":{"fields":{"sizing_options":{"maxItemsOne":true}}}},"link_configuration":{"maxItemsOne":true,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"custom_icon_content":{"maxItemsOne":true},"custom_text_content":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"table_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"pagination_configuration":{"maxItemsOne":true},"row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"table_inline_visualizations":{"maxItemsOne":false,"elem":{"fields":{"data_bars":{"maxItemsOne":true}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}},"row":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"tree_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"tree_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"groups":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"sizes":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"group_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"size_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"tree_map_group_items_limit_configuration":{"maxItemsOne":true},"tree_map_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"waterfall_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"waterfall_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"breakdowns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"categories":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"breakdown_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"waterfall_chart_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"word_cloud_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"word_cloud_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"word_cloud_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}}}}}}}}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"source_entity":{"maxItemsOne":true,"elem":{"fields":{"source_analysis":{"maxItemsOne":true,"elem":{"fields":{"data_set_references":{"maxItemsOne":false}}}},"source_template":{"maxItemsOne":true}}}}}},"aws_quicksight_template_alias":{"current":"aws:quicksight/templateAlias:TemplateAlias","majorVersion":6},"aws_quicksight_theme":{"current":"aws:quicksight/theme:Theme","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"data_color_palette":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"min_max_gradient":{"maxItemsOne":false}}}},"sheet":{"maxItemsOne":true,"elem":{"fields":{"tile":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true}}}},"tile_layout":{"maxItemsOne":true,"elem":{"fields":{"gutter":{"maxItemsOne":true},"margin":{"maxItemsOne":true}}}}}}},"typography":{"maxItemsOne":true,"elem":{"fields":{"font_families":{"maxItemsOne":false}}}},"ui_color_palette":{"maxItemsOne":true}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}}}},"aws_quicksight_user":{"current":"aws:quicksight/user:User","majorVersion":6},"aws_quicksight_vpc_connection":{"current":"aws:quicksight/vpcConnection:VpcConnection","majorVersion":6,"fields":{"dns_resolvers":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_ram_principal_association":{"current":"aws:ram/principalAssociation:PrincipalAssociation","majorVersion":6},"aws_ram_resource_association":{"current":"aws:ram/resourceAssociation:ResourceAssociation","majorVersion":6},"aws_ram_resource_share":{"current":"aws:ram/resourceShare:ResourceShare","majorVersion":6,"fields":{"permission_arns":{"maxItemsOne":false}}},"aws_ram_resource_share_accepter":{"current":"aws:ram/resourceShareAccepter:ResourceShareAccepter","majorVersion":6,"fields":{"resources":{"maxItemsOne":false}}},"aws_ram_sharing_with_organization":{"current":"aws:ram/sharingWithOrganization:SharingWithOrganization","majorVersion":6},"aws_rbin_rule":{"current":"aws:rbin/rule:Rule","majorVersion":6,"fields":{"lock_configuration":{"maxItemsOne":true,"elem":{"fields":{"unlock_delay":{"maxItemsOne":true}}}},"resource_tags":{"maxItemsOne":false},"retention_period":{"maxItemsOne":true}}},"aws_rds_cluster":{"current":"aws:rds/cluster:Cluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"cluster_members":{"maxItemsOne":false},"enabled_cloudwatch_logs_exports":{"maxItemsOne":false},"iam_roles":{"maxItemsOne":false},"master_user_secret":{"maxItemsOne":false},"restore_to_point_in_time":{"maxItemsOne":true},"s3_import":{"maxItemsOne":true},"scaling_configuration":{"maxItemsOne":true},"serverlessv2_scaling_configuration":{"maxItemsOne":true},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_rds_cluster_activity_stream":{"current":"aws:rds/clusterActivityStream:ClusterActivityStream","majorVersion":6},"aws_rds_cluster_endpoint":{"current":"aws:rds/clusterEndpoint:ClusterEndpoint","majorVersion":6,"fields":{"excluded_members":{"maxItemsOne":false},"static_members":{"maxItemsOne":false}}},"aws_rds_cluster_instance":{"current":"aws:rds/clusterInstance:ClusterInstance","majorVersion":6},"aws_rds_cluster_parameter_group":{"current":"aws:rds/clusterParameterGroup:ClusterParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_rds_cluster_role_association":{"current":"aws:rds/clusterRoleAssociation:ClusterRoleAssociation","majorVersion":6},"aws_rds_custom_db_engine_version":{"current":"aws:rds/customDbEngineVersion:CustomDbEngineVersion","majorVersion":6},"aws_rds_export_task":{"current":"aws:rds/exportTask:ExportTask","majorVersion":6,"fields":{"export_only":{"maxItemsOne":false}}},"aws_rds_global_cluster":{"current":"aws:rds/globalCluster:GlobalCluster","majorVersion":6,"fields":{"global_cluster_members":{"maxItemsOne":false}}},"aws_rds_reserved_instance":{"current":"aws:rds/reservedInstance:ReservedInstance","majorVersion":6,"fields":{"recurring_charges":{"maxItemsOne":false}}},"aws_redshift_authentication_profile":{"current":"aws:redshift/authenticationProfile:AuthenticationProfile","majorVersion":6},"aws_redshift_cluster":{"current":"aws:redshift/cluster:Cluster","majorVersion":6,"fields":{"cluster_nodes":{"maxItemsOne":false},"iam_roles":{"maxItemsOne":false},"logging":{"maxItemsOne":true,"elem":{"fields":{"log_exports":{"maxItemsOne":false}}}},"snapshot_copy":{"maxItemsOne":true},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_redshift_cluster_iam_roles":{"current":"aws:redshift/clusterIamRoles:ClusterIamRoles","majorVersion":6,"fields":{"iam_role_arns":{"maxItemsOne":false}}},"aws_redshift_cluster_snapshot":{"current":"aws:redshift/clusterSnapshot:ClusterSnapshot","majorVersion":6},"aws_redshift_endpoint_access":{"current":"aws:redshift/endpointAccess:EndpointAccess","majorVersion":6,"fields":{"vpc_endpoint":{"maxItemsOne":false,"elem":{"fields":{"network_interface":{"maxItemsOne":false}}}},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_redshift_endpoint_authorization":{"current":"aws:redshift/endpointAuthorization:EndpointAuthorization","majorVersion":6,"fields":{"vpc_ids":{"maxItemsOne":false}}},"aws_redshift_event_subscription":{"current":"aws:redshift/eventSubscription:EventSubscription","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false},"source_ids":{"maxItemsOne":false}}},"aws_redshift_hsm_client_certificate":{"current":"aws:redshift/hsmClientCertificate:HsmClientCertificate","majorVersion":6},"aws_redshift_hsm_configuration":{"current":"aws:redshift/hsmConfiguration:HsmConfiguration","majorVersion":6},"aws_redshift_parameter_group":{"current":"aws:redshift/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_redshift_partner":{"current":"aws:redshift/partner:Partner","majorVersion":6},"aws_redshift_resource_policy":{"current":"aws:redshift/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_redshift_scheduled_action":{"current":"aws:redshift/scheduledAction:ScheduledAction","majorVersion":6,"fields":{"target_action":{"maxItemsOne":true,"elem":{"fields":{"pause_cluster":{"maxItemsOne":true},"resize_cluster":{"maxItemsOne":true},"resume_cluster":{"maxItemsOne":true}}}}}},"aws_redshift_snapshot_copy_grant":{"current":"aws:redshift/snapshotCopyGrant:SnapshotCopyGrant","majorVersion":6},"aws_redshift_snapshot_schedule":{"current":"aws:redshift/snapshotSchedule:SnapshotSchedule","majorVersion":6,"fields":{"definitions":{"maxItemsOne":false}}},"aws_redshift_snapshot_schedule_association":{"current":"aws:redshift/snapshotScheduleAssociation:SnapshotScheduleAssociation","majorVersion":6},"aws_redshift_subnet_group":{"current":"aws:redshift/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_redshift_usage_limit":{"current":"aws:redshift/usageLimit:UsageLimit","majorVersion":6},"aws_redshiftdata_statement":{"current":"aws:redshiftdata/statement:Statement","majorVersion":6,"fields":{"parameters":{"maxItemsOne":false}}},"aws_redshiftserverless_endpoint_access":{"current":"aws:redshiftserverless/endpointAccess:EndpointAccess","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false},"vpc_endpoint":{"maxItemsOne":false,"elem":{"fields":{"network_interface":{"maxItemsOne":false}}}},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_redshiftserverless_namespace":{"current":"aws:redshiftserverless/namespace:Namespace","majorVersion":6,"fields":{"iam_roles":{"maxItemsOne":false},"log_exports":{"maxItemsOne":false}}},"aws_redshiftserverless_resource_policy":{"current":"aws:redshiftserverless/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_redshiftserverless_snapshot":{"current":"aws:redshiftserverless/snapshot:Snapshot","majorVersion":6,"fields":{"accounts_with_provisioned_restore_access":{"maxItemsOne":false},"accounts_with_restore_access":{"maxItemsOne":false}}},"aws_redshiftserverless_usage_limit":{"current":"aws:redshiftserverless/usageLimit:UsageLimit","majorVersion":6},"aws_redshiftserverless_workgroup":{"current":"aws:redshiftserverless/workgroup:Workgroup","majorVersion":6,"fields":{"config_parameter":{"maxItemsOne":false},"endpoint":{"maxItemsOne":false,"elem":{"fields":{"vpc_endpoint":{"maxItemsOne":false,"elem":{"fields":{"network_interface":{"maxItemsOne":false}}}}}}},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_resourceexplorer2_index":{"current":"aws:resourceexplorer/index:Index","majorVersion":6},"aws_resourceexplorer2_view":{"current":"aws:resourceexplorer/view:View","majorVersion":6,"fields":{"filters":{"maxItemsOne":true},"included_property":{"maxItemsOne":false}}},"aws_resourcegroups_group":{"current":"aws:resourcegroups/group:Group","majorVersion":6,"fields":{"configuration":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"resource_query":{"maxItemsOne":true}}},"aws_resourcegroups_resource":{"current":"aws:resourcegroups/resource:Resource","majorVersion":6},"aws_rolesanywhere_profile":{"current":"aws:rolesanywhere/profile:Profile","majorVersion":6,"fields":{"managed_policy_arns":{"maxItemsOne":false},"role_arns":{"maxItemsOne":false}}},"aws_rolesanywhere_trust_anchor":{"current":"aws:rolesanywhere/trustAnchor:TrustAnchor","majorVersion":6,"fields":{"source":{"maxItemsOne":true,"elem":{"fields":{"source_data":{"maxItemsOne":true}}}}}},"aws_route":{"current":"aws:ec2/route:Route","majorVersion":6},"aws_route53_cidr_collection":{"current":"aws:route53/cidrCollection:CidrCollection","majorVersion":6},"aws_route53_cidr_location":{"current":"aws:route53/cidrLocation:CidrLocation","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false}}},"aws_route53_delegation_set":{"current":"aws:route53/delegationSet:DelegationSet","majorVersion":6,"fields":{"name_servers":{"maxItemsOne":false}}},"aws_route53_health_check":{"current":"aws:route53/healthCheck:HealthCheck","majorVersion":6,"fields":{"child_healthchecks":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}},"aws_route53_hosted_zone_dnssec":{"current":"aws:route53/hostedZoneDnsSec:HostedZoneDnsSec","majorVersion":6},"aws_route53_key_signing_key":{"current":"aws:route53/keySigningKey:KeySigningKey","majorVersion":6},"aws_route53_query_log":{"current":"aws:route53/queryLog:QueryLog","majorVersion":6},"aws_route53_record":{"current":"aws:route53/record:Record","majorVersion":6,"fields":{"alias":{"maxItemsOne":false},"cidr_routing_policy":{"maxItemsOne":true},"failover_routing_policy":{"maxItemsOne":false},"geolocation_routing_policy":{"maxItemsOne":false},"latency_routing_policy":{"maxItemsOne":false},"records":{"maxItemsOne":false},"weighted_routing_policy":{"maxItemsOne":false}}},"aws_route53_resolver_config":{"current":"aws:route53/resolverConfig:ResolverConfig","majorVersion":6},"aws_route53_resolver_dnssec_config":{"current":"aws:route53/resolverDnsSecConfig:ResolverDnsSecConfig","majorVersion":6},"aws_route53_resolver_endpoint":{"current":"aws:route53/resolverEndpoint:ResolverEndpoint","majorVersion":6,"fields":{"ip_address":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_route53_resolver_firewall_config":{"current":"aws:route53/resolverFirewallConfig:ResolverFirewallConfig","majorVersion":6},"aws_route53_resolver_firewall_domain_list":{"current":"aws:route53/resolverFirewallDomainList:ResolverFirewallDomainList","majorVersion":6,"fields":{"domains":{"maxItemsOne":false}}},"aws_route53_resolver_firewall_rule":{"current":"aws:route53/resolverFirewallRule:ResolverFirewallRule","majorVersion":6},"aws_route53_resolver_firewall_rule_group":{"current":"aws:route53/resolverFirewallRuleGroup:ResolverFirewallRuleGroup","majorVersion":6},"aws_route53_resolver_firewall_rule_group_association":{"current":"aws:route53/resolverFirewallRuleGroupAssociation:ResolverFirewallRuleGroupAssociation","majorVersion":6},"aws_route53_resolver_query_log_config":{"current":"aws:route53/resolverQueryLogConfig:ResolverQueryLogConfig","majorVersion":6},"aws_route53_resolver_query_log_config_association":{"current":"aws:route53/resolverQueryLogConfigAssociation:ResolverQueryLogConfigAssociation","majorVersion":6},"aws_route53_resolver_rule":{"current":"aws:route53/resolverRule:ResolverRule","majorVersion":6,"fields":{"target_ip":{"maxItemsOne":false}}},"aws_route53_resolver_rule_association":{"current":"aws:route53/resolverRuleAssociation:ResolverRuleAssociation","majorVersion":6},"aws_route53_traffic_policy":{"current":"aws:route53/trafficPolicy:TrafficPolicy","majorVersion":6},"aws_route53_traffic_policy_instance":{"current":"aws:route53/trafficPolicyInstance:TrafficPolicyInstance","majorVersion":6},"aws_route53_vpc_association_authorization":{"current":"aws:route53/vpcAssociationAuthorization:VpcAssociationAuthorization","majorVersion":6},"aws_route53_zone":{"current":"aws:route53/zone:Zone","majorVersion":6,"fields":{"name_servers":{"maxItemsOne":false},"vpc":{"maxItemsOne":false}}},"aws_route53_zone_association":{"current":"aws:route53/zoneAssociation:ZoneAssociation","majorVersion":6},"aws_route53domains_registered_domain":{"current":"aws:route53domains/registeredDomain:RegisteredDomain","majorVersion":6,"fields":{"admin_contact":{"maxItemsOne":true},"name_server":{"maxItemsOne":false,"elem":{"fields":{"glue_ips":{"maxItemsOne":false}}}},"registrant_contact":{"maxItemsOne":true},"status_list":{"maxItemsOne":false},"tech_contact":{"maxItemsOne":true}}},"aws_route53recoverycontrolconfig_cluster":{"current":"aws:route53recoverycontrol/cluster:Cluster","majorVersion":6,"fields":{"cluster_endpoints":{"maxItemsOne":false}}},"aws_route53recoverycontrolconfig_control_panel":{"current":"aws:route53recoverycontrol/controlPanel:ControlPanel","majorVersion":6},"aws_route53recoverycontrolconfig_routing_control":{"current":"aws:route53recoverycontrol/routingControl:RoutingControl","majorVersion":6},"aws_route53recoverycontrolconfig_safety_rule":{"current":"aws:route53recoverycontrol/safetyRule:SafetyRule","majorVersion":6,"fields":{"asserted_controls":{"maxItemsOne":false},"gating_controls":{"maxItemsOne":false},"rule_config":{"maxItemsOne":true},"target_controls":{"maxItemsOne":false}}},"aws_route53recoveryreadiness_cell":{"current":"aws:route53recoveryreadiness/cell:Cell","majorVersion":6,"fields":{"cells":{"maxItemsOne":false},"parent_readiness_scopes":{"maxItemsOne":false}}},"aws_route53recoveryreadiness_readiness_check":{"current":"aws:route53recoveryreadiness/readinessCheck:ReadinessCheck","majorVersion":6},"aws_route53recoveryreadiness_recovery_group":{"current":"aws:route53recoveryreadiness/recoveryGroup:RecoveryGroup","majorVersion":6,"fields":{"cells":{"maxItemsOne":false}}},"aws_route53recoveryreadiness_resource_set":{"current":"aws:route53recoveryreadiness/resourceSet:ResourceSet","majorVersion":6,"fields":{"resources":{"maxItemsOne":false,"elem":{"fields":{"dns_target_resource":{"maxItemsOne":true,"elem":{"fields":{"target_resource":{"maxItemsOne":true,"elem":{"fields":{"nlb_resource":{"maxItemsOne":true},"r53_resource":{"maxItemsOne":true}}}}}}},"readiness_scopes":{"maxItemsOne":false}}}}}},"aws_route_table":{"current":"aws:ec2/routeTable:RouteTable","majorVersion":6,"fields":{"propagating_vgws":{"maxItemsOne":false},"route":{"maxItemsOne":false}}},"aws_route_table_association":{"current":"aws:ec2/routeTableAssociation:RouteTableAssociation","majorVersion":6},"aws_rum_app_monitor":{"current":"aws:rum/appMonitor:AppMonitor","majorVersion":6,"fields":{"app_monitor_configuration":{"maxItemsOne":true,"elem":{"fields":{"excluded_pages":{"maxItemsOne":false},"favorite_pages":{"maxItemsOne":false},"included_pages":{"maxItemsOne":false},"telemetries":{"maxItemsOne":false}}}},"custom_events":{"maxItemsOne":true}}},"aws_rum_metrics_destination":{"current":"aws:rum/metricsDestination:MetricsDestination","majorVersion":6},"aws_s3_access_point":{"current":"aws:s3/accessPoint:AccessPoint","majorVersion":6,"fields":{"public_access_block_configuration":{"maxItemsOne":true},"vpc_configuration":{"maxItemsOne":true}}},"aws_s3_account_public_access_block":{"current":"aws:s3/accountPublicAccessBlock:AccountPublicAccessBlock","majorVersion":6},"aws_s3_bucket":{"current":"aws:s3/bucketV2:BucketV2","majorVersion":6,"fields":{"cors_rule":{"maxItemsOne":false,"elem":{"fields":{"allowed_headers":{"maxItemsOne":false},"allowed_methods":{"maxItemsOne":false},"allowed_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}},"grant":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"lifecycle_rule":{"maxItemsOne":false,"elem":{"fields":{"expiration":{"maxItemsOne":false},"noncurrent_version_expiration":{"maxItemsOne":false},"noncurrent_version_transition":{"maxItemsOne":false},"transition":{"maxItemsOne":false}}}},"logging":{"maxItemsOne":false},"object_lock_configuration":{"maxItemsOne":true,"elem":{"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"default_retention":{"maxItemsOne":false}}}}}}},"replication_configuration":{"maxItemsOne":false,"elem":{"fields":{"rules":{"maxItemsOne":false,"elem":{"fields":{"destination":{"maxItemsOne":false,"elem":{"fields":{"access_control_translation":{"maxItemsOne":false},"metrics":{"maxItemsOne":false},"replication_time":{"maxItemsOne":false}}}},"filter":{"maxItemsOne":false},"source_selection_criteria":{"maxItemsOne":false,"elem":{"fields":{"sse_kms_encrypted_objects":{"maxItemsOne":false}}}}}}}}}},"server_side_encryption_configuration":{"maxItemsOne":false,"elem":{"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"apply_server_side_encryption_by_default":{"maxItemsOne":false}}}}}}},"versioning":{"maxItemsOne":false},"website":{"maxItemsOne":false}}},"aws_s3_bucket_accelerate_configuration":{"current":"aws:s3/bucketAccelerateConfigurationV2:BucketAccelerateConfigurationV2","majorVersion":6},"aws_s3_bucket_acl":{"current":"aws:s3/bucketAclV2:BucketAclV2","majorVersion":6,"fields":{"access_control_policy":{"maxItemsOne":true,"elem":{"fields":{"grant":{"maxItemsOne":false,"elem":{"fields":{"grantee":{"maxItemsOne":true}}}},"owner":{"maxItemsOne":true}}}}}},"aws_s3_bucket_analytics_configuration":{"current":"aws:s3/analyticsConfiguration:AnalyticsConfiguration","majorVersion":6,"fields":{"filter":{"maxItemsOne":true},"storage_class_analysis":{"maxItemsOne":true,"elem":{"fields":{"data_export":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true,"elem":{"fields":{"s3_bucket_destination":{"maxItemsOne":true}}}}}}}}}}}},"aws_s3_bucket_cors_configuration":{"current":"aws:s3/bucketCorsConfigurationV2:BucketCorsConfigurationV2","majorVersion":6,"fields":{"cors_rule":{"maxItemsOne":false,"elem":{"fields":{"allowed_headers":{"maxItemsOne":false},"allowed_methods":{"maxItemsOne":false},"allowed_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}}}},"aws_s3_bucket_intelligent_tiering_configuration":{"current":"aws:s3/bucketIntelligentTieringConfiguration:BucketIntelligentTieringConfiguration","majorVersion":6,"fields":{"filter":{"maxItemsOne":true},"tiering":{"maxItemsOne":false}}},"aws_s3_bucket_inventory":{"current":"aws:s3/inventory:Inventory","majorVersion":6,"fields":{"destination":{"maxItemsOne":true,"elem":{"fields":{"bucket":{"maxItemsOne":true,"elem":{"fields":{"encryption":{"maxItemsOne":true,"elem":{"fields":{"sse_kms":{"maxItemsOne":true},"sse_s3":{"maxItemsOne":true}}}}}}}}}},"filter":{"maxItemsOne":true},"optional_fields":{"maxItemsOne":false},"schedule":{"maxItemsOne":true}}},"aws_s3_bucket_legacy":{"current":"aws:s3/bucket:Bucket","majorVersion":6,"fields":{"cors_rule":{"maxItemsOne":false,"elem":{"fields":{"allowed_headers":{"maxItemsOne":false},"allowed_methods":{"maxItemsOne":false},"allowed_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}},"grant":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"lifecycle_rule":{"maxItemsOne":false,"elem":{"fields":{"expiration":{"maxItemsOne":true},"noncurrent_version_expiration":{"maxItemsOne":true},"noncurrent_version_transition":{"maxItemsOne":false},"transition":{"maxItemsOne":false}}}},"logging":{"maxItemsOne":false},"object_lock_configuration":{"maxItemsOne":true,"elem":{"fields":{"rule":{"maxItemsOne":true,"elem":{"fields":{"default_retention":{"maxItemsOne":true}}}}}}},"replication_configuration":{"maxItemsOne":true,"elem":{"fields":{"rules":{"maxItemsOne":false,"elem":{"fields":{"destination":{"maxItemsOne":true,"elem":{"fields":{"access_control_translation":{"maxItemsOne":true},"metrics":{"maxItemsOne":true},"replication_time":{"maxItemsOne":true}}}},"filter":{"maxItemsOne":true},"source_selection_criteria":{"maxItemsOne":true,"elem":{"fields":{"sse_kms_encrypted_objects":{"maxItemsOne":true}}}}}}}}}},"server_side_encryption_configuration":{"maxItemsOne":true,"elem":{"fields":{"rule":{"maxItemsOne":true,"elem":{"fields":{"apply_server_side_encryption_by_default":{"maxItemsOne":true}}}}}}},"versioning":{"maxItemsOne":true},"website":{"maxItemsOne":true}}},"aws_s3_bucket_lifecycle_configuration":{"current":"aws:s3/bucketLifecycleConfigurationV2:BucketLifecycleConfigurationV2","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"abort_incomplete_multipart_upload":{"maxItemsOne":true},"expiration":{"maxItemsOne":true},"filter":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":true},"tag":{"maxItemsOne":true}}}},"noncurrent_version_expiration":{"maxItemsOne":true},"noncurrent_version_transition":{"maxItemsOne":false},"transition":{"maxItemsOne":false}}}}}},"aws_s3_bucket_logging":{"current":"aws:s3/bucketLoggingV2:BucketLoggingV2","majorVersion":6,"fields":{"target_grant":{"maxItemsOne":false,"elem":{"fields":{"grantee":{"maxItemsOne":true}}}}}},"aws_s3_bucket_metric":{"current":"aws:s3/bucketMetric:BucketMetric","majorVersion":6,"fields":{"filter":{"maxItemsOne":true}}},"aws_s3_bucket_notification":{"current":"aws:s3/bucketNotification:BucketNotification","majorVersion":6,"fields":{"lambda_function":{"maxItemsOne":false,"elem":{"fields":{"events":{"maxItemsOne":false}}}},"queue":{"maxItemsOne":false,"elem":{"fields":{"events":{"maxItemsOne":false}}}},"topic":{"maxItemsOne":false,"elem":{"fields":{"events":{"maxItemsOne":false}}}}}},"aws_s3_bucket_object":{"current":"aws:s3/bucketObject:BucketObject","majorVersion":6},"aws_s3_bucket_object_lock_configuration":{"current":"aws:s3/bucketObjectLockConfigurationV2:BucketObjectLockConfigurationV2","majorVersion":6,"fields":{"rule":{"maxItemsOne":true,"elem":{"fields":{"default_retention":{"maxItemsOne":true}}}}}},"aws_s3_bucket_ownership_controls":{"current":"aws:s3/bucketOwnershipControls:BucketOwnershipControls","majorVersion":6,"fields":{"rule":{"maxItemsOne":true}}},"aws_s3_bucket_policy":{"current":"aws:s3/bucketPolicy:BucketPolicy","majorVersion":6},"aws_s3_bucket_public_access_block":{"current":"aws:s3/bucketPublicAccessBlock:BucketPublicAccessBlock","majorVersion":6},"aws_s3_bucket_replication_configuration":{"current":"aws:s3/bucketReplicationConfig:BucketReplicationConfig","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"delete_marker_replication":{"maxItemsOne":true},"destination":{"maxItemsOne":true,"elem":{"fields":{"access_control_translation":{"maxItemsOne":true},"encryption_configuration":{"maxItemsOne":true},"metrics":{"maxItemsOne":true,"elem":{"fields":{"event_threshold":{"maxItemsOne":true}}}},"replication_time":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true}}}}}}},"existing_object_replication":{"maxItemsOne":true},"filter":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":true},"tag":{"maxItemsOne":true}}}},"source_selection_criteria":{"maxItemsOne":true,"elem":{"fields":{"replica_modifications":{"maxItemsOne":true},"sse_kms_encrypted_objects":{"maxItemsOne":true}}}}}}}}},"aws_s3_bucket_request_payment_configuration":{"current":"aws:s3/bucketRequestPaymentConfigurationV2:BucketRequestPaymentConfigurationV2","majorVersion":6},"aws_s3_bucket_server_side_encryption_configuration":{"current":"aws:s3/bucketServerSideEncryptionConfigurationV2:BucketServerSideEncryptionConfigurationV2","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"apply_server_side_encryption_by_default":{"maxItemsOne":true}}}}}},"aws_s3_bucket_versioning":{"current":"aws:s3/bucketVersioningV2:BucketVersioningV2","majorVersion":6,"fields":{"versioning_configuration":{"maxItemsOne":true}}},"aws_s3_bucket_website_configuration":{"current":"aws:s3/bucketWebsiteConfigurationV2:BucketWebsiteConfigurationV2","majorVersion":6,"fields":{"error_document":{"maxItemsOne":true},"index_document":{"maxItemsOne":true},"redirect_all_requests_to":{"maxItemsOne":true},"routing_rule":{"maxItemsOne":false,"elem":{"fields":{"condition":{"maxItemsOne":true},"redirect":{"maxItemsOne":true}}}}}},"aws_s3_object":{"current":"aws:s3/bucketObjectv2:BucketObjectv2","majorVersion":6,"fields":{"override_provider":{"maxItemsOne":true,"elem":{"fields":{"default_tags":{"maxItemsOne":true}}}}}},"aws_s3_object_copy":{"current":"aws:s3/objectCopy:ObjectCopy","majorVersion":6,"fields":{"grant":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}}}},"aws_s3control_access_point_policy":{"current":"aws:s3control/accessPointPolicy:AccessPointPolicy","majorVersion":6},"aws_s3control_bucket":{"current":"aws:s3control/bucket:Bucket","majorVersion":6},"aws_s3control_bucket_lifecycle_configuration":{"current":"aws:s3control/bucketLifecycleConfiguration:BucketLifecycleConfiguration","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"abort_incomplete_multipart_upload":{"maxItemsOne":true},"expiration":{"maxItemsOne":true},"filter":{"maxItemsOne":true}}}}}},"aws_s3control_bucket_policy":{"current":"aws:s3control/bucketPolicy:BucketPolicy","majorVersion":6},"aws_s3control_multi_region_access_point":{"current":"aws:s3control/multiRegionAccessPoint:MultiRegionAccessPoint","majorVersion":6,"fields":{"details":{"maxItemsOne":true,"elem":{"fields":{"public_access_block":{"maxItemsOne":true},"region":{"maxItemsOne":false}}}}}},"aws_s3control_multi_region_access_point_policy":{"current":"aws:s3control/multiRegionAccessPointPolicy:MultiRegionAccessPointPolicy","majorVersion":6,"fields":{"details":{"maxItemsOne":true}}},"aws_s3control_object_lambda_access_point":{"current":"aws:s3control/objectLambdaAccessPoint:ObjectLambdaAccessPoint","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"allowed_features":{"maxItemsOne":false},"transformation_configuration":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false},"content_transformation":{"maxItemsOne":true,"elem":{"fields":{"aws_lambda":{"maxItemsOne":true}}}}}}}}}}}},"aws_s3control_object_lambda_access_point_policy":{"current":"aws:s3control/objectLambdaAccessPointPolicy:ObjectLambdaAccessPointPolicy","majorVersion":6},"aws_s3control_storage_lens_configuration":{"current":"aws:s3control/storageLensConfiguration:StorageLensConfiguration","majorVersion":6,"fields":{"storage_lens_configuration":{"maxItemsOne":true,"elem":{"fields":{"account_level":{"maxItemsOne":true,"elem":{"fields":{"activity_metrics":{"maxItemsOne":true},"advanced_cost_optimization_metrics":{"maxItemsOne":true},"advanced_data_protection_metrics":{"maxItemsOne":true},"bucket_level":{"maxItemsOne":true,"elem":{"fields":{"activity_metrics":{"maxItemsOne":true},"advanced_cost_optimization_metrics":{"maxItemsOne":true},"advanced_data_protection_metrics":{"maxItemsOne":true},"detailed_status_code_metrics":{"maxItemsOne":true},"prefix_level":{"maxItemsOne":true,"elem":{"fields":{"storage_metrics":{"maxItemsOne":true,"elem":{"fields":{"selection_criteria":{"maxItemsOne":true}}}}}}}}}},"detailed_status_code_metrics":{"maxItemsOne":true}}}},"aws_org":{"maxItemsOne":true},"data_export":{"maxItemsOne":true,"elem":{"fields":{"cloud_watch_metrics":{"maxItemsOne":true},"s3_bucket_destination":{"maxItemsOne":true,"elem":{"fields":{"encryption":{"maxItemsOne":true,"elem":{"fields":{"sse_kms":{"maxItemsOne":true},"sse_s3":{"maxItemsOne":false}}}}}}}}}},"exclude":{"maxItemsOne":true,"elem":{"fields":{"buckets":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}},"include":{"maxItemsOne":true,"elem":{"fields":{"buckets":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}}}}}}},"aws_s3outposts_endpoint":{"current":"aws:s3outposts/endpoint:Endpoint","majorVersion":6,"fields":{"network_interfaces":{"maxItemsOne":false}}},"aws_sagemaker_app":{"current":"aws:sagemaker/app:App","majorVersion":6,"fields":{"resource_spec":{"maxItemsOne":true}}},"aws_sagemaker_app_image_config":{"current":"aws:sagemaker/appImageConfig:AppImageConfig","majorVersion":6,"fields":{"kernel_gateway_image_config":{"maxItemsOne":true,"elem":{"fields":{"file_system_config":{"maxItemsOne":true},"kernel_spec":{"maxItemsOne":true}}}}}},"aws_sagemaker_code_repository":{"current":"aws:sagemaker/codeRepository:CodeRepository","majorVersion":6,"fields":{"git_config":{"maxItemsOne":true}}},"aws_sagemaker_data_quality_job_definition":{"current":"aws:sagemaker/dataQualityJobDefinition:DataQualityJobDefinition","majorVersion":6,"fields":{"data_quality_app_specification":{"maxItemsOne":true},"data_quality_baseline_config":{"maxItemsOne":true,"elem":{"fields":{"constraints_resource":{"maxItemsOne":true},"statistics_resource":{"maxItemsOne":true}}}},"data_quality_job_input":{"maxItemsOne":true,"elem":{"fields":{"batch_transform_input":{"maxItemsOne":true,"elem":{"fields":{"dataset_format":{"maxItemsOne":true,"elem":{"fields":{"csv":{"maxItemsOne":true},"json":{"maxItemsOne":true}}}}}}},"endpoint_input":{"maxItemsOne":true}}}},"data_quality_job_output_config":{"maxItemsOne":true,"elem":{"fields":{"monitoring_outputs":{"maxItemsOne":true,"elem":{"fields":{"s3_output":{"maxItemsOne":true}}}}}}},"job_resources":{"maxItemsOne":true,"elem":{"fields":{"cluster_config":{"maxItemsOne":true}}}},"network_config":{"maxItemsOne":true,"elem":{"fields":{"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}}},"stopping_condition":{"maxItemsOne":true}}},"aws_sagemaker_device":{"current":"aws:sagemaker/device:Device","majorVersion":6,"fields":{"device":{"maxItemsOne":true}}},"aws_sagemaker_device_fleet":{"current":"aws:sagemaker/deviceFleet:DeviceFleet","majorVersion":6,"fields":{"output_config":{"maxItemsOne":true}}},"aws_sagemaker_domain":{"current":"aws:sagemaker/domain:Domain","majorVersion":6,"fields":{"default_space_settings":{"maxItemsOne":true,"elem":{"fields":{"jupyter_server_app_settings":{"maxItemsOne":true,"elem":{"fields":{"code_repository":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"kernel_gateway_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"security_groups":{"maxItemsOne":false}}}},"default_user_settings":{"maxItemsOne":true,"elem":{"fields":{"canvas_app_settings":{"maxItemsOne":true,"elem":{"fields":{"direct_deploy_settings":{"maxItemsOne":true},"identity_provider_oauth_settings":{"maxItemsOne":false},"kendra_settings":{"maxItemsOne":true},"model_register_settings":{"maxItemsOne":true},"time_series_forecasting_settings":{"maxItemsOne":true},"workspace_settings":{"maxItemsOne":true}}}},"jupyter_server_app_settings":{"maxItemsOne":true,"elem":{"fields":{"code_repository":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"kernel_gateway_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"r_session_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true}}}},"r_studio_server_pro_app_settings":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"sharing_settings":{"maxItemsOne":true},"tensor_board_app_settings":{"maxItemsOne":true,"elem":{"fields":{"default_resource_spec":{"maxItemsOne":true}}}}}}},"domain_settings":{"maxItemsOne":true,"elem":{"fields":{"r_studio_server_pro_domain_settings":{"maxItemsOne":true,"elem":{"fields":{"default_resource_spec":{"maxItemsOne":true}}}},"security_group_ids":{"maxItemsOne":false}}}},"retention_policy":{"maxItemsOne":true},"subnet_ids":{"maxItemsOne":false}}},"aws_sagemaker_endpoint":{"current":"aws:sagemaker/endpoint:Endpoint","majorVersion":6,"fields":{"deployment_config":{"maxItemsOne":true,"elem":{"fields":{"auto_rollback_configuration":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"blue_green_update_policy":{"maxItemsOne":true,"elem":{"fields":{"traffic_routing_configuration":{"maxItemsOne":true,"elem":{"fields":{"canary_size":{"maxItemsOne":true},"linear_step_size":{"maxItemsOne":true}}}}}}},"rolling_update_policy":{"maxItemsOne":true,"elem":{"fields":{"maximum_batch_size":{"maxItemsOne":true},"rollback_maximum_batch_size":{"maxItemsOne":true}}}}}}}}},"aws_sagemaker_endpoint_configuration":{"current":"aws:sagemaker/endpointConfiguration:EndpointConfiguration","majorVersion":6,"fields":{"async_inference_config":{"maxItemsOne":true,"elem":{"fields":{"client_config":{"maxItemsOne":true},"output_config":{"maxItemsOne":true,"elem":{"fields":{"notification_config":{"maxItemsOne":true,"elem":{"fields":{"include_inference_response_in":{"maxItemsOne":false}}}}}}}}}},"data_capture_config":{"maxItemsOne":true,"elem":{"fields":{"capture_content_type_header":{"maxItemsOne":true,"elem":{"fields":{"csv_content_types":{"maxItemsOne":false},"json_content_types":{"maxItemsOne":false}}}},"capture_options":{"maxItemsOne":false}}}},"production_variants":{"maxItemsOne":false,"elem":{"fields":{"core_dump_config":{"maxItemsOne":true},"serverless_config":{"maxItemsOne":true}}}},"shadow_production_variants":{"maxItemsOne":false,"elem":{"fields":{"core_dump_config":{"maxItemsOne":true},"serverless_config":{"maxItemsOne":true}}}}}},"aws_sagemaker_feature_group":{"current":"aws:sagemaker/featureGroup:FeatureGroup","majorVersion":6,"fields":{"feature_definition":{"maxItemsOne":false},"offline_store_config":{"maxItemsOne":true,"elem":{"fields":{"data_catalog_config":{"maxItemsOne":true},"s3_storage_config":{"maxItemsOne":true}}}},"online_store_config":{"maxItemsOne":true,"elem":{"fields":{"security_config":{"maxItemsOne":true},"ttl_duration":{"maxItemsOne":true}}}}}},"aws_sagemaker_flow_definition":{"current":"aws:sagemaker/flowDefinition:FlowDefinition","majorVersion":6,"fields":{"human_loop_activation_config":{"maxItemsOne":true,"elem":{"fields":{"human_loop_activation_conditions_config":{"maxItemsOne":true}}}},"human_loop_config":{"maxItemsOne":true,"elem":{"fields":{"public_workforce_task_price":{"maxItemsOne":true,"elem":{"fields":{"amount_in_usd":{"maxItemsOne":true}}}},"task_keywords":{"maxItemsOne":false}}}},"human_loop_request_source":{"maxItemsOne":true},"output_config":{"maxItemsOne":true}}},"aws_sagemaker_human_task_ui":{"current":"aws:sagemaker/humanTaskUI:HumanTaskUI","majorVersion":6,"fields":{"ui_template":{"maxItemsOne":true}}},"aws_sagemaker_image":{"current":"aws:sagemaker/image:Image","majorVersion":6},"aws_sagemaker_image_version":{"current":"aws:sagemaker/imageVersion:ImageVersion","majorVersion":6},"aws_sagemaker_model":{"current":"aws:sagemaker/model:Model","majorVersion":6,"fields":{"container":{"maxItemsOne":false,"elem":{"fields":{"image_config":{"maxItemsOne":true,"elem":{"fields":{"repository_auth_config":{"maxItemsOne":true}}}},"model_data_source":{"maxItemsOne":true,"elem":{"fields":{"s3_data_source":{"maxItemsOne":false}}}}}}},"inference_execution_config":{"maxItemsOne":true},"primary_container":{"maxItemsOne":true,"elem":{"fields":{"image_config":{"maxItemsOne":true,"elem":{"fields":{"repository_auth_config":{"maxItemsOne":true}}}},"model_data_source":{"maxItemsOne":true,"elem":{"fields":{"s3_data_source":{"maxItemsOne":false}}}}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}},"aws_sagemaker_model_package_group":{"current":"aws:sagemaker/modelPackageGroup:ModelPackageGroup","majorVersion":6},"aws_sagemaker_model_package_group_policy":{"current":"aws:sagemaker/modelPackageGroupPolicy:ModelPackageGroupPolicy","majorVersion":6},"aws_sagemaker_monitoring_schedule":{"current":"aws:sagemaker/monitoringSchedule:MonitoringSchedule","majorVersion":6,"fields":{"monitoring_schedule_config":{"maxItemsOne":true,"elem":{"fields":{"schedule_config":{"maxItemsOne":true}}}}}},"aws_sagemaker_notebook_instance":{"current":"aws:sagemaker/notebookInstance:NotebookInstance","majorVersion":6,"fields":{"accelerator_types":{"maxItemsOne":false},"additional_code_repositories":{"maxItemsOne":false},"instance_metadata_service_configuration":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false}}},"aws_sagemaker_notebook_instance_lifecycle_configuration":{"current":"aws:sagemaker/notebookInstanceLifecycleConfiguration:NotebookInstanceLifecycleConfiguration","majorVersion":6},"aws_sagemaker_pipeline":{"current":"aws:sagemaker/pipeline:Pipeline","majorVersion":6,"fields":{"parallelism_configuration":{"maxItemsOne":true},"pipeline_definition_s3_location":{"maxItemsOne":true}}},"aws_sagemaker_project":{"current":"aws:sagemaker/project:Project","majorVersion":6,"fields":{"service_catalog_provisioning_details":{"maxItemsOne":true,"elem":{"fields":{"provisioning_parameter":{"maxItemsOne":false}}}}}},"aws_sagemaker_servicecatalog_portfolio_status":{"current":"aws:sagemaker/servicecatalogPortfolioStatus:ServicecatalogPortfolioStatus","majorVersion":6},"aws_sagemaker_space":{"current":"aws:sagemaker/space:Space","majorVersion":6,"fields":{"space_settings":{"maxItemsOne":true,"elem":{"fields":{"jupyter_server_app_settings":{"maxItemsOne":true,"elem":{"fields":{"code_repository":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"kernel_gateway_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}}}}}}},"aws_sagemaker_studio_lifecycle_config":{"current":"aws:sagemaker/studioLifecycleConfig:StudioLifecycleConfig","majorVersion":6},"aws_sagemaker_user_profile":{"current":"aws:sagemaker/userProfile:UserProfile","majorVersion":6,"fields":{"user_settings":{"maxItemsOne":true,"elem":{"fields":{"canvas_app_settings":{"maxItemsOne":true,"elem":{"fields":{"direct_deploy_settings":{"maxItemsOne":true},"identity_provider_oauth_settings":{"maxItemsOne":false},"kendra_settings":{"maxItemsOne":true},"model_register_settings":{"maxItemsOne":true},"time_series_forecasting_settings":{"maxItemsOne":true},"workspace_settings":{"maxItemsOne":true}}}},"jupyter_server_app_settings":{"maxItemsOne":true,"elem":{"fields":{"code_repository":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"kernel_gateway_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"r_session_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true}}}},"r_studio_server_pro_app_settings":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"sharing_settings":{"maxItemsOne":true},"tensor_board_app_settings":{"maxItemsOne":true,"elem":{"fields":{"default_resource_spec":{"maxItemsOne":true}}}}}}}}},"aws_sagemaker_workforce":{"current":"aws:sagemaker/workforce:Workforce","majorVersion":6,"fields":{"cognito_config":{"maxItemsOne":true},"oidc_config":{"maxItemsOne":true},"source_ip_config":{"maxItemsOne":true,"elem":{"fields":{"cidrs":{"maxItemsOne":false}}}},"workforce_vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}},"aws_sagemaker_workteam":{"current":"aws:sagemaker/workteam:Workteam","majorVersion":6,"fields":{"member_definition":{"maxItemsOne":false,"elem":{"fields":{"cognito_member_definition":{"maxItemsOne":true},"oidc_member_definition":{"maxItemsOne":true,"elem":{"fields":{"groups":{"maxItemsOne":false}}}}}}},"notification_configuration":{"maxItemsOne":true}}},"aws_scheduler_schedule":{"current":"aws:scheduler/schedule:Schedule","majorVersion":6,"fields":{"flexible_time_window":{"maxItemsOne":true},"target":{"maxItemsOne":true,"elem":{"fields":{"dead_letter_config":{"maxItemsOne":true},"ecs_parameters":{"maxItemsOne":true,"elem":{"fields":{"capacity_provider_strategy":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"placement_constraints":{"maxItemsOne":false},"placement_strategy":{"maxItemsOne":false}}}},"eventbridge_parameters":{"maxItemsOne":true},"kinesis_parameters":{"maxItemsOne":true},"retry_policy":{"maxItemsOne":true},"sagemaker_pipeline_parameters":{"maxItemsOne":true,"elem":{"fields":{"pipeline_parameter":{"maxItemsOne":false}}}},"sqs_parameters":{"maxItemsOne":true}}}}}},"aws_scheduler_schedule_group":{"current":"aws:scheduler/scheduleGroup:ScheduleGroup","majorVersion":6},"aws_schemas_discoverer":{"current":"aws:schemas/discoverer:Discoverer","majorVersion":6},"aws_schemas_registry":{"current":"aws:schemas/registry:Registry","majorVersion":6},"aws_schemas_registry_policy":{"current":"aws:schemas/registryPolicy:RegistryPolicy","majorVersion":6},"aws_schemas_schema":{"current":"aws:schemas/schema:Schema","majorVersion":6},"aws_secretsmanager_secret":{"current":"aws:secretsmanager/secret:Secret","majorVersion":6,"fields":{"replica":{"maxItemsOne":false}}},"aws_secretsmanager_secret_policy":{"current":"aws:secretsmanager/secretPolicy:SecretPolicy","majorVersion":6},"aws_secretsmanager_secret_rotation":{"current":"aws:secretsmanager/secretRotation:SecretRotation","majorVersion":6,"fields":{"rotation_rules":{"maxItemsOne":true}}},"aws_secretsmanager_secret_version":{"current":"aws:secretsmanager/secretVersion:SecretVersion","majorVersion":6,"fields":{"version_stages":{"maxItemsOne":false}}},"aws_security_group":{"current":"aws:ec2/securityGroup:SecurityGroup","majorVersion":6,"fields":{"egress":{"maxItemsOne":false,"elem":{"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"prefix_list_ids":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}},"ingress":{"maxItemsOne":false,"elem":{"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"prefix_list_ids":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}}}},"aws_security_group_rule":{"current":"aws:ec2/securityGroupRule:SecurityGroupRule","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"prefix_list_ids":{"maxItemsOne":false}}},"aws_securityhub_account":{"current":"aws:securityhub/account:Account","majorVersion":6},"aws_securityhub_action_target":{"current":"aws:securityhub/actionTarget:ActionTarget","majorVersion":6},"aws_securityhub_finding_aggregator":{"current":"aws:securityhub/findingAggregator:FindingAggregator","majorVersion":6,"fields":{"specified_regions":{"maxItemsOne":false}}},"aws_securityhub_insight":{"current":"aws:securityhub/insight:Insight","majorVersion":6,"fields":{"filters":{"maxItemsOne":true,"elem":{"fields":{"aws_account_id":{"maxItemsOne":false},"company_name":{"maxItemsOne":false},"compliance_status":{"maxItemsOne":false},"confidence":{"maxItemsOne":false},"created_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"criticality":{"maxItemsOne":false},"description":{"maxItemsOne":false},"finding_provider_fields_confidence":{"maxItemsOne":false},"finding_provider_fields_criticality":{"maxItemsOne":false},"finding_provider_fields_related_findings_id":{"maxItemsOne":false},"finding_provider_fields_related_findings_product_arn":{"maxItemsOne":false},"finding_provider_fields_severity_label":{"maxItemsOne":false},"finding_provider_fields_severity_original":{"maxItemsOne":false},"finding_provider_fields_types":{"maxItemsOne":false},"first_observed_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"generator_id":{"maxItemsOne":false},"id":{"maxItemsOne":false},"keyword":{"maxItemsOne":false},"last_observed_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"malware_name":{"maxItemsOne":false},"malware_path":{"maxItemsOne":false},"malware_state":{"maxItemsOne":false},"malware_type":{"maxItemsOne":false},"network_destination_domain":{"maxItemsOne":false},"network_destination_ipv4":{"maxItemsOne":false},"network_destination_ipv6":{"maxItemsOne":false},"network_destination_port":{"maxItemsOne":false},"network_direction":{"maxItemsOne":false},"network_protocol":{"maxItemsOne":false},"network_source_domain":{"maxItemsOne":false},"network_source_ipv4":{"maxItemsOne":false},"network_source_ipv6":{"maxItemsOne":false},"network_source_mac":{"maxItemsOne":false},"network_source_port":{"maxItemsOne":false},"note_text":{"maxItemsOne":false},"note_updated_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"note_updated_by":{"maxItemsOne":false},"process_launched_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"process_name":{"maxItemsOne":false},"process_parent_pid":{"maxItemsOne":false},"process_path":{"maxItemsOne":false},"process_pid":{"maxItemsOne":false},"process_terminated_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"product_arn":{"maxItemsOne":false},"product_fields":{"maxItemsOne":false},"product_name":{"maxItemsOne":false},"recommendation_text":{"maxItemsOne":false},"record_state":{"maxItemsOne":false},"related_findings_id":{"maxItemsOne":false},"related_findings_product_arn":{"maxItemsOne":false},"resource_aws_ec2_instance_iam_instance_profile_arn":{"maxItemsOne":false},"resource_aws_ec2_instance_image_id":{"maxItemsOne":false},"resource_aws_ec2_instance_ipv4_addresses":{"maxItemsOne":false},"resource_aws_ec2_instance_ipv6_addresses":{"maxItemsOne":false},"resource_aws_ec2_instance_key_name":{"maxItemsOne":false},"resource_aws_ec2_instance_launched_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"resource_aws_ec2_instance_subnet_id":{"maxItemsOne":false},"resource_aws_ec2_instance_type":{"maxItemsOne":false},"resource_aws_ec2_instance_vpc_id":{"maxItemsOne":false},"resource_aws_iam_access_key_created_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"resource_aws_iam_access_key_status":{"maxItemsOne":false},"resource_aws_iam_access_key_user_name":{"maxItemsOne":false},"resource_aws_s3_bucket_owner_id":{"maxItemsOne":false},"resource_aws_s3_bucket_owner_name":{"maxItemsOne":false},"resource_container_image_id":{"maxItemsOne":false},"resource_container_image_name":{"maxItemsOne":false},"resource_container_launched_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"resource_container_name":{"maxItemsOne":false},"resource_details_other":{"maxItemsOne":false},"resource_id":{"maxItemsOne":false},"resource_partition":{"maxItemsOne":false},"resource_region":{"maxItemsOne":false},"resource_tags":{"maxItemsOne":false},"resource_type":{"maxItemsOne":false},"severity_label":{"maxItemsOne":false},"source_url":{"maxItemsOne":false},"threat_intel_indicator_category":{"maxItemsOne":false},"threat_intel_indicator_last_observed_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"threat_intel_indicator_source":{"maxItemsOne":false},"threat_intel_indicator_source_url":{"maxItemsOne":false},"threat_intel_indicator_type":{"maxItemsOne":false},"threat_intel_indicator_value":{"maxItemsOne":false},"title":{"maxItemsOne":false},"type":{"maxItemsOne":false},"updated_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"user_defined_values":{"maxItemsOne":false},"verification_state":{"maxItemsOne":false},"workflow_status":{"maxItemsOne":false}}}}}},"aws_securityhub_invite_accepter":{"current":"aws:securityhub/inviteAccepter:InviteAccepter","majorVersion":6},"aws_securityhub_member":{"current":"aws:securityhub/member:Member","majorVersion":6},"aws_securityhub_organization_admin_account":{"current":"aws:securityhub/organizationAdminAccount:OrganizationAdminAccount","majorVersion":6},"aws_securityhub_organization_configuration":{"current":"aws:securityhub/organizationConfiguration:OrganizationConfiguration","majorVersion":6},"aws_securityhub_product_subscription":{"current":"aws:securityhub/productSubscription:ProductSubscription","majorVersion":6},"aws_securityhub_standards_control":{"current":"aws:securityhub/standardsControl:StandardsControl","majorVersion":6,"fields":{"related_requirements":{"maxItemsOne":false}}},"aws_securityhub_standards_subscription":{"current":"aws:securityhub/standardsSubscription:StandardsSubscription","majorVersion":6},"aws_serverlessapplicationrepository_cloudformation_stack":{"current":"aws:serverlessrepository/cloudFormationStack:CloudFormationStack","majorVersion":6,"fields":{"capabilities":{"maxItemsOne":false}}},"aws_service_discovery_http_namespace":{"current":"aws:servicediscovery/httpNamespace:HttpNamespace","majorVersion":6},"aws_service_discovery_instance":{"current":"aws:servicediscovery/instance:Instance","majorVersion":6},"aws_service_discovery_private_dns_namespace":{"current":"aws:servicediscovery/privateDnsNamespace:PrivateDnsNamespace","majorVersion":6},"aws_service_discovery_public_dns_namespace":{"current":"aws:servicediscovery/publicDnsNamespace:PublicDnsNamespace","majorVersion":6},"aws_service_discovery_service":{"current":"aws:servicediscovery/service:Service","majorVersion":6,"fields":{"dns_config":{"maxItemsOne":true,"elem":{"fields":{"dns_records":{"maxItemsOne":false}}}},"health_check_config":{"maxItemsOne":true},"health_check_custom_config":{"maxItemsOne":true}}},"aws_servicecatalog_budget_resource_association":{"current":"aws:servicecatalog/budgetResourceAssociation:BudgetResourceAssociation","majorVersion":6},"aws_servicecatalog_constraint":{"current":"aws:servicecatalog/constraint:Constraint","majorVersion":6},"aws_servicecatalog_organizations_access":{"current":"aws:servicecatalog/organizationsAccess:OrganizationsAccess","majorVersion":6},"aws_servicecatalog_portfolio":{"current":"aws:servicecatalog/portfolio:Portfolio","majorVersion":6},"aws_servicecatalog_portfolio_share":{"current":"aws:servicecatalog/portfolioShare:PortfolioShare","majorVersion":6},"aws_servicecatalog_principal_portfolio_association":{"current":"aws:servicecatalog/principalPortfolioAssociation:PrincipalPortfolioAssociation","majorVersion":6},"aws_servicecatalog_product":{"current":"aws:servicecatalog/product:Product","majorVersion":6,"fields":{"provisioning_artifact_parameters":{"maxItemsOne":true}}},"aws_servicecatalog_product_portfolio_association":{"current":"aws:servicecatalog/productPortfolioAssociation:ProductPortfolioAssociation","majorVersion":6},"aws_servicecatalog_provisioned_product":{"current":"aws:servicecatalog/provisionedProduct:ProvisionedProduct","majorVersion":6,"fields":{"cloudwatch_dashboard_names":{"maxItemsOne":false},"notification_arns":{"maxItemsOne":false},"outputs":{"maxItemsOne":false},"provisioning_parameters":{"maxItemsOne":false},"stack_set_provisioning_preferences":{"maxItemsOne":true,"elem":{"fields":{"accounts":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}}}},"aws_servicecatalog_provisioning_artifact":{"current":"aws:servicecatalog/provisioningArtifact:ProvisioningArtifact","majorVersion":6},"aws_servicecatalog_service_action":{"current":"aws:servicecatalog/serviceAction:ServiceAction","majorVersion":6,"fields":{"definition":{"maxItemsOne":true}}},"aws_servicecatalog_tag_option":{"current":"aws:servicecatalog/tagOption:TagOption","majorVersion":6},"aws_servicecatalog_tag_option_resource_association":{"current":"aws:servicecatalog/tagOptionResourceAssociation:TagOptionResourceAssociation","majorVersion":6},"aws_servicequotas_service_quota":{"current":"aws:servicequotas/serviceQuota:ServiceQuota","majorVersion":6,"fields":{"usage_metric":{"maxItemsOne":false,"elem":{"fields":{"metric_dimensions":{"maxItemsOne":false}}}}}},"aws_servicequotas_template":{"current":"aws:servicequotas/template:Template","majorVersion":6},"aws_servicequotas_template_association":{"current":"aws:servicequotas/templateAssociation:TemplateAssociation","majorVersion":6},"aws_ses_active_receipt_rule_set":{"current":"aws:ses/activeReceiptRuleSet:ActiveReceiptRuleSet","majorVersion":6},"aws_ses_configuration_set":{"current":"aws:ses/configurationSet:ConfigurationSet","majorVersion":6,"fields":{"delivery_options":{"maxItemsOne":true},"tracking_options":{"maxItemsOne":true}}},"aws_ses_domain_dkim":{"current":"aws:ses/domainDkim:DomainDkim","majorVersion":6,"fields":{"dkim_tokens":{"maxItemsOne":false}}},"aws_ses_domain_identity":{"current":"aws:ses/domainIdentity:DomainIdentity","majorVersion":6},"aws_ses_domain_identity_verification":{"current":"aws:ses/domainIdentityVerification:DomainIdentityVerification","majorVersion":6},"aws_ses_domain_mail_from":{"current":"aws:ses/mailFrom:MailFrom","majorVersion":6},"aws_ses_email_identity":{"current":"aws:ses/emailIdentity:EmailIdentity","majorVersion":6},"aws_ses_event_destination":{"current":"aws:ses/eventDestination:EventDestination","majorVersion":6,"fields":{"cloudwatch_destination":{"maxItemsOne":false},"kinesis_destination":{"maxItemsOne":true},"matching_types":{"maxItemsOne":false},"sns_destination":{"maxItemsOne":true}}},"aws_ses_identity_notification_topic":{"current":"aws:ses/identityNotificationTopic:IdentityNotificationTopic","majorVersion":6},"aws_ses_identity_policy":{"current":"aws:ses/identityPolicy:IdentityPolicy","majorVersion":6},"aws_ses_receipt_filter":{"current":"aws:ses/receiptFilter:ReceiptFilter","majorVersion":6},"aws_ses_receipt_rule":{"current":"aws:ses/receiptRule:ReceiptRule","majorVersion":6,"fields":{"add_header_action":{"maxItemsOne":false},"bounce_action":{"maxItemsOne":false},"lambda_action":{"maxItemsOne":false},"recipients":{"maxItemsOne":false},"s3_action":{"maxItemsOne":false},"sns_action":{"maxItemsOne":false},"stop_action":{"maxItemsOne":false},"workmail_action":{"maxItemsOne":false}}},"aws_ses_receipt_rule_set":{"current":"aws:ses/receiptRuleSet:ReceiptRuleSet","majorVersion":6},"aws_ses_template":{"current":"aws:ses/template:Template","majorVersion":6},"aws_sesv2_account_vdm_attributes":{"current":"aws:sesv2/accountVdmAttributes:AccountVdmAttributes","majorVersion":6,"fields":{"dashboard_attributes":{"maxItemsOne":true},"guardian_attributes":{"maxItemsOne":true}}},"aws_sesv2_configuration_set":{"current":"aws:sesv2/configurationSet:ConfigurationSet","majorVersion":6,"fields":{"delivery_options":{"maxItemsOne":true},"reputation_options":{"maxItemsOne":true},"sending_options":{"maxItemsOne":true},"suppression_options":{"maxItemsOne":true,"elem":{"fields":{"suppressed_reasons":{"maxItemsOne":false}}}},"tracking_options":{"maxItemsOne":true},"vdm_options":{"maxItemsOne":true,"elem":{"fields":{"dashboard_options":{"maxItemsOne":true},"guardian_options":{"maxItemsOne":true}}}}}},"aws_sesv2_configuration_set_event_destination":{"current":"aws:sesv2/configurationSetEventDestination:ConfigurationSetEventDestination","majorVersion":6,"fields":{"event_destination":{"maxItemsOne":true,"elem":{"fields":{"cloud_watch_destination":{"maxItemsOne":true,"elem":{"fields":{"dimension_configuration":{"maxItemsOne":false}}}},"kinesis_firehose_destination":{"maxItemsOne":true},"matching_event_types":{"maxItemsOne":false},"pinpoint_destination":{"maxItemsOne":true},"sns_destination":{"maxItemsOne":true}}}}}},"aws_sesv2_contact_list":{"current":"aws:sesv2/contactList:ContactList","majorVersion":6,"fields":{"topic":{"maxItemsOne":false}}},"aws_sesv2_dedicated_ip_assignment":{"current":"aws:sesv2/dedicatedIpAssignment:DedicatedIpAssignment","majorVersion":6},"aws_sesv2_dedicated_ip_pool":{"current":"aws:sesv2/dedicatedIpPool:DedicatedIpPool","majorVersion":6},"aws_sesv2_email_identity":{"current":"aws:sesv2/emailIdentity:EmailIdentity","majorVersion":6,"fields":{"dkim_signing_attributes":{"maxItemsOne":true,"elem":{"fields":{"tokens":{"maxItemsOne":false}}}}}},"aws_sesv2_email_identity_feedback_attributes":{"current":"aws:sesv2/emailIdentityFeedbackAttributes:EmailIdentityFeedbackAttributes","majorVersion":6},"aws_sesv2_email_identity_mail_from_attributes":{"current":"aws:sesv2/emailIdentityMailFromAttributes:EmailIdentityMailFromAttributes","majorVersion":6},"aws_sfn_activity":{"current":"aws:sfn/activity:Activity","majorVersion":6},"aws_sfn_alias":{"current":"aws:sfn/alias:Alias","majorVersion":6,"fields":{"routing_configuration":{"maxItemsOne":false}}},"aws_sfn_state_machine":{"current":"aws:sfn/stateMachine:StateMachine","majorVersion":6,"fields":{"logging_configuration":{"maxItemsOne":true},"tracing_configuration":{"maxItemsOne":true}}},"aws_shield_application_layer_automatic_response":{"current":"aws:shield/applicationLayerAutomaticResponse:ApplicationLayerAutomaticResponse","majorVersion":6},"aws_shield_drt_access_log_bucket_association":{"current":"aws:shield/drtAccessLogBucketAssociation:DrtAccessLogBucketAssociation","majorVersion":6},"aws_shield_drt_access_role_arn_association":{"current":"aws:shield/drtAccessRoleArnAssociation:DrtAccessRoleArnAssociation","majorVersion":6},"aws_shield_protection":{"current":"aws:shield/protection:Protection","majorVersion":6},"aws_shield_protection_group":{"current":"aws:shield/protectionGroup:ProtectionGroup","majorVersion":6,"fields":{"members":{"maxItemsOne":false}}},"aws_shield_protection_health_check_association":{"current":"aws:shield/protectionHealthCheckAssociation:ProtectionHealthCheckAssociation","majorVersion":6},"aws_signer_signing_job":{"current":"aws:signer/signingJob:SigningJob","majorVersion":6,"fields":{"destination":{"maxItemsOne":true,"elem":{"fields":{"s3":{"maxItemsOne":true}}}},"revocation_record":{"maxItemsOne":false},"signed_object":{"maxItemsOne":false,"elem":{"fields":{"s3":{"maxItemsOne":false}}}},"source":{"maxItemsOne":true,"elem":{"fields":{"s3":{"maxItemsOne":true}}}}}},"aws_signer_signing_profile":{"current":"aws:signer/signingProfile:SigningProfile","majorVersion":6,"fields":{"revocation_record":{"maxItemsOne":false},"signature_validity_period":{"maxItemsOne":true},"signing_material":{"maxItemsOne":true}}},"aws_signer_signing_profile_permission":{"current":"aws:signer/signingProfilePermission:SigningProfilePermission","majorVersion":6},"aws_simpledb_domain":{"current":"aws:simpledb/domain:Domain","majorVersion":6},"aws_snapshot_create_volume_permission":{"current":"aws:ec2/snapshotCreateVolumePermission:SnapshotCreateVolumePermission","majorVersion":6},"aws_sns_platform_application":{"current":"aws:sns/platformApplication:PlatformApplication","majorVersion":6},"aws_sns_sms_preferences":{"current":"aws:sns/smsPreferences:SmsPreferences","majorVersion":6},"aws_sns_topic":{"current":"aws:sns/topic:Topic","majorVersion":6},"aws_sns_topic_data_protection_policy":{"current":"aws:sns/dataProtectionPolicy:DataProtectionPolicy","majorVersion":6},"aws_sns_topic_policy":{"current":"aws:sns/topicPolicy:TopicPolicy","majorVersion":6},"aws_sns_topic_subscription":{"current":"aws:sns/topicSubscription:TopicSubscription","majorVersion":6},"aws_spot_datafeed_subscription":{"current":"aws:ec2/spotDatafeedSubscription:SpotDatafeedSubscription","majorVersion":6},"aws_spot_fleet_request":{"current":"aws:ec2/spotFleetRequest:SpotFleetRequest","majorVersion":6,"fields":{"launch_specification":{"maxItemsOne":false,"elem":{"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false},"root_block_device":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}}},"launch_template_config":{"maxItemsOne":false,"elem":{"fields":{"launch_template_specification":{"maxItemsOne":true},"overrides":{"maxItemsOne":false,"elem":{"fields":{"instance_requirements":{"maxItemsOne":true,"elem":{"fields":{"accelerator_count":{"maxItemsOne":true},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":true},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":true},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":true},"memory_mib":{"maxItemsOne":true},"network_bandwidth_gbps":{"maxItemsOne":true},"network_interface_count":{"maxItemsOne":true},"total_local_storage_gb":{"maxItemsOne":true},"vcpu_count":{"maxItemsOne":true}}}}}}}}}},"load_balancers":{"maxItemsOne":false},"spot_maintenance_strategies":{"maxItemsOne":true,"elem":{"fields":{"capacity_rebalance":{"maxItemsOne":true}}}},"target_group_arns":{"maxItemsOne":false}}},"aws_spot_instance_request":{"current":"aws:ec2/spotInstanceRequest:SpotInstanceRequest","majorVersion":6,"fields":{"capacity_reservation_specification":{"maxItemsOne":true,"elem":{"fields":{"capacity_reservation_target":{"maxItemsOne":true}}}},"cpu_options":{"maxItemsOne":true},"credit_specification":{"maxItemsOne":true},"ebs_block_device":{"maxItemsOne":false},"enclave_options":{"maxItemsOne":true},"ephemeral_block_device":{"maxItemsOne":false},"ipv6_addresses":{"maxItemsOne":false},"launch_template":{"maxItemsOne":true},"maintenance_options":{"maxItemsOne":true},"metadata_options":{"maxItemsOne":true},"network_interface":{"maxItemsOne":false},"private_dns_name_options":{"maxItemsOne":true},"root_block_device":{"maxItemsOne":true},"secondary_private_ips":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_sqs_queue":{"current":"aws:sqs/queue:Queue","majorVersion":6},"aws_sqs_queue_policy":{"current":"aws:sqs/queuePolicy:QueuePolicy","majorVersion":6},"aws_sqs_queue_redrive_allow_policy":{"current":"aws:sqs/redriveAllowPolicy:RedriveAllowPolicy","majorVersion":6},"aws_sqs_queue_redrive_policy":{"current":"aws:sqs/redrivePolicy:RedrivePolicy","majorVersion":6},"aws_ssm_activation":{"current":"aws:ssm/activation:Activation","majorVersion":6},"aws_ssm_association":{"current":"aws:ssm/association:Association","majorVersion":6,"fields":{"output_location":{"maxItemsOne":true},"targets":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ssm_default_patch_baseline":{"current":"aws:ssm/defaultPatchBaseline:DefaultPatchBaseline","majorVersion":6},"aws_ssm_document":{"current":"aws:ssm/document:Document","majorVersion":6,"fields":{"attachments_source":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"parameter":{"maxItemsOne":false},"platform_types":{"maxItemsOne":false}}},"aws_ssm_maintenance_window":{"current":"aws:ssm/maintenanceWindow:MaintenanceWindow","majorVersion":6},"aws_ssm_maintenance_window_target":{"current":"aws:ssm/maintenanceWindowTarget:MaintenanceWindowTarget","majorVersion":6,"fields":{"targets":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ssm_maintenance_window_task":{"current":"aws:ssm/maintenanceWindowTask:MaintenanceWindowTask","majorVersion":6,"fields":{"targets":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"task_invocation_parameters":{"maxItemsOne":true,"elem":{"fields":{"automation_parameters":{"maxItemsOne":true,"elem":{"fields":{"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"lambda_parameters":{"maxItemsOne":true},"run_command_parameters":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_config":{"maxItemsOne":true},"notification_config":{"maxItemsOne":true,"elem":{"fields":{"notification_events":{"maxItemsOne":false}}}},"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"step_functions_parameters":{"maxItemsOne":true}}}}}},"aws_ssm_parameter":{"current":"aws:ssm/parameter:Parameter","majorVersion":6},"aws_ssm_patch_baseline":{"current":"aws:ssm/patchBaseline:PatchBaseline","majorVersion":6,"fields":{"approval_rule":{"maxItemsOne":false,"elem":{"fields":{"patch_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"approved_patches":{"maxItemsOne":false},"global_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"rejected_patches":{"maxItemsOne":false},"source":{"maxItemsOne":false,"elem":{"fields":{"products":{"maxItemsOne":false}}}}}},"aws_ssm_patch_group":{"current":"aws:ssm/patchGroup:PatchGroup","majorVersion":6},"aws_ssm_resource_data_sync":{"current":"aws:ssm/resourceDataSync:ResourceDataSync","majorVersion":6,"fields":{"s3_destination":{"maxItemsOne":true}}},"aws_ssm_service_setting":{"current":"aws:ssm/serviceSetting:ServiceSetting","majorVersion":6},"aws_ssmcontacts_contact":{"current":"aws:ssmcontacts/contact:Contact","majorVersion":6},"aws_ssmcontacts_contact_channel":{"current":"aws:ssmcontacts/contactChannel:ContactChannel","majorVersion":6,"fields":{"delivery_address":{"maxItemsOne":true}}},"aws_ssmcontacts_plan":{"current":"aws:ssmcontacts/plan:Plan","majorVersion":6,"fields":{"stage":{"maxItemsOne":false,"elem":{"fields":{"target":{"maxItemsOne":false,"elem":{"fields":{"channel_target_info":{"maxItemsOne":true},"contact_target_info":{"maxItemsOne":true}}}}}}}}},"aws_ssmincidents_replication_set":{"current":"aws:ssmincidents/replicationSet:ReplicationSet","majorVersion":6,"fields":{"region":{"maxItemsOne":false}}},"aws_ssmincidents_response_plan":{"current":"aws:ssmincidents/responsePlan:ResponsePlan","majorVersion":6,"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"ssm_automation":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}}}}},"chat_channel":{"maxItemsOne":false},"engagements":{"maxItemsOne":false},"incident_template":{"maxItemsOne":true,"elem":{"fields":{"notification_target":{"maxItemsOne":false}}}},"integration":{"maxItemsOne":true,"elem":{"fields":{"pagerduty":{"maxItemsOne":false}}}}}},"aws_ssoadmin_account_assignment":{"current":"aws:ssoadmin/accountAssignment:AccountAssignment","majorVersion":6},"aws_ssoadmin_customer_managed_policy_attachment":{"current":"aws:ssoadmin/customerManagedPolicyAttachment:CustomerManagedPolicyAttachment","majorVersion":6,"fields":{"customer_managed_policy_reference":{"maxItemsOne":true}}},"aws_ssoadmin_instance_access_control_attributes":{"current":"aws:ssoadmin/instanceAccessControlAttributes:InstanceAccessControlAttributes","majorVersion":6,"fields":{"attribute":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":false,"elem":{"fields":{"source":{"maxItemsOne":false}}}}}}}}},"aws_ssoadmin_managed_policy_attachment":{"current":"aws:ssoadmin/managedPolicyAttachment:ManagedPolicyAttachment","majorVersion":6},"aws_ssoadmin_permission_set":{"current":"aws:ssoadmin/permissionSet:PermissionSet","majorVersion":6},"aws_ssoadmin_permission_set_inline_policy":{"current":"aws:ssoadmin/permissionSetInlinePolicy:PermissionSetInlinePolicy","majorVersion":6},"aws_ssoadmin_permissions_boundary_attachment":{"current":"aws:ssoadmin/permissionsBoundaryAttachment:PermissionsBoundaryAttachment","majorVersion":6,"fields":{"permissions_boundary":{"maxItemsOne":true,"elem":{"fields":{"customer_managed_policy_reference":{"maxItemsOne":true}}}}}},"aws_storagegateway_cache":{"current":"aws:storagegateway/cache:Cache","majorVersion":6},"aws_storagegateway_cached_iscsi_volume":{"current":"aws:storagegateway/cachesIscsiVolume:CachesIscsiVolume","majorVersion":6},"aws_storagegateway_file_system_association":{"current":"aws:storagegateway/fileSystemAssociation:FileSystemAssociation","majorVersion":6,"fields":{"cache_attributes":{"maxItemsOne":true}}},"aws_storagegateway_gateway":{"current":"aws:storagegateway/gateway:Gateway","majorVersion":6,"fields":{"gateway_network_interface":{"maxItemsOne":false},"maintenance_start_time":{"maxItemsOne":true},"smb_active_directory_settings":{"maxItemsOne":true,"elem":{"fields":{"domain_controllers":{"maxItemsOne":false}}}}}},"aws_storagegateway_nfs_file_share":{"current":"aws:storagegateway/nfsFileShare:NfsFileShare","majorVersion":6,"fields":{"cache_attributes":{"maxItemsOne":true},"client_list":{"maxItemsOne":false},"nfs_file_share_defaults":{"maxItemsOne":true}}},"aws_storagegateway_smb_file_share":{"current":"aws:storagegateway/smbFileShare:SmbFileShare","majorVersion":6,"fields":{"admin_user_list":{"maxItemsOne":false},"cache_attributes":{"maxItemsOne":true},"invalid_user_list":{"maxItemsOne":false},"valid_user_list":{"maxItemsOne":false}}},"aws_storagegateway_stored_iscsi_volume":{"current":"aws:storagegateway/storedIscsiVolume:StoredIscsiVolume","majorVersion":6},"aws_storagegateway_tape_pool":{"current":"aws:storagegateway/tapePool:TapePool","majorVersion":6},"aws_storagegateway_upload_buffer":{"current":"aws:storagegateway/uploadBuffer:UploadBuffer","majorVersion":6},"aws_storagegateway_working_storage":{"current":"aws:storagegateway/workingStorage:WorkingStorage","majorVersion":6},"aws_subnet":{"current":"aws:ec2/subnet:Subnet","majorVersion":6},"aws_swf_domain":{"current":"aws:swf/domain:Domain","majorVersion":6},"aws_synthetics_canary":{"current":"aws:synthetics/canary:Canary","majorVersion":6,"fields":{"artifact_config":{"maxItemsOne":true,"elem":{"fields":{"s3_encryption":{"maxItemsOne":true}}}},"run_config":{"maxItemsOne":true},"schedule":{"maxItemsOne":true},"timeline":{"maxItemsOne":false},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_synthetics_group":{"current":"aws:synthetics/group:Group","majorVersion":6},"aws_synthetics_group_association":{"current":"aws:synthetics/groupAssociation:GroupAssociation","majorVersion":6},"aws_timestreamwrite_database":{"current":"aws:timestreamwrite/database:Database","majorVersion":6},"aws_timestreamwrite_table":{"current":"aws:timestreamwrite/table:Table","majorVersion":6,"fields":{"magnetic_store_write_properties":{"maxItemsOne":true,"elem":{"fields":{"magnetic_store_rejected_data_location":{"maxItemsOne":true,"elem":{"fields":{"s3_configuration":{"maxItemsOne":true}}}}}}},"retention_properties":{"maxItemsOne":true},"schema":{"maxItemsOne":true,"elem":{"fields":{"composite_partition_key":{"maxItemsOne":true}}}}}},"aws_transcribe_language_model":{"current":"aws:transcribe/languageModel:LanguageModel","majorVersion":6,"fields":{"input_data_config":{"maxItemsOne":true}}},"aws_transcribe_medical_vocabulary":{"current":"aws:transcribe/medicalVocabulary:MedicalVocabulary","majorVersion":6},"aws_transcribe_vocabulary":{"current":"aws:transcribe/vocabulary:Vocabulary","majorVersion":6,"fields":{"phrases":{"maxItemsOne":false}}},"aws_transcribe_vocabulary_filter":{"current":"aws:transcribe/vocabularyFilter:VocabularyFilter","majorVersion":6,"fields":{"words":{"maxItemsOne":false}}},"aws_transfer_access":{"current":"aws:transfer/access:Access","majorVersion":6,"fields":{"home_directory_mappings":{"maxItemsOne":false},"posix_profile":{"maxItemsOne":true,"elem":{"fields":{"secondary_gids":{"maxItemsOne":false}}}}}},"aws_transfer_agreement":{"current":"aws:transfer/agreement:Agreement","majorVersion":6},"aws_transfer_certificate":{"current":"aws:transfer/certificate:Certificate","majorVersion":6},"aws_transfer_connector":{"current":"aws:transfer/connector:Connector","majorVersion":6,"fields":{"as2_config":{"maxItemsOne":true},"sftp_config":{"maxItemsOne":true,"elem":{"fields":{"trusted_host_keys":{"maxItemsOne":false}}}}}},"aws_transfer_profile":{"current":"aws:transfer/profile:Profile","majorVersion":6,"fields":{"certificate_ids":{"maxItemsOne":false}}},"aws_transfer_server":{"current":"aws:transfer/server:Server","majorVersion":6,"fields":{"endpoint_details":{"maxItemsOne":true,"elem":{"fields":{"address_allocation_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}},"protocol_details":{"maxItemsOne":true,"elem":{"fields":{"as2_transports":{"maxItemsOne":false}}}},"protocols":{"maxItemsOne":false},"structured_log_destinations":{"maxItemsOne":false},"workflow_details":{"maxItemsOne":true,"elem":{"fields":{"on_partial_upload":{"maxItemsOne":true},"on_upload":{"maxItemsOne":true}}}}}},"aws_transfer_ssh_key":{"current":"aws:transfer/sshKey:SshKey","majorVersion":6},"aws_transfer_tag":{"current":"aws:transfer/tag:Tag","majorVersion":6},"aws_transfer_user":{"current":"aws:transfer/user:User","majorVersion":6,"fields":{"home_directory_mappings":{"maxItemsOne":false},"posix_profile":{"maxItemsOne":true,"elem":{"fields":{"secondary_gids":{"maxItemsOne":false}}}}}},"aws_transfer_workflow":{"current":"aws:transfer/workflow:Workflow","majorVersion":6,"fields":{"on_exception_steps":{"maxItemsOne":false,"elem":{"fields":{"copy_step_details":{"maxItemsOne":true,"elem":{"fields":{"destination_file_location":{"maxItemsOne":true,"elem":{"fields":{"efs_file_location":{"maxItemsOne":true},"s3_file_location":{"maxItemsOne":true}}}}}}},"custom_step_details":{"maxItemsOne":true},"decrypt_step_details":{"maxItemsOne":true,"elem":{"fields":{"destination_file_location":{"maxItemsOne":true,"elem":{"fields":{"efs_file_location":{"maxItemsOne":true},"s3_file_location":{"maxItemsOne":true}}}}}}},"delete_step_details":{"maxItemsOne":true},"tag_step_details":{"maxItemsOne":true,"elem":{"fields":{"tags":{"maxItemsOne":false}}}}}}},"steps":{"maxItemsOne":false,"elem":{"fields":{"copy_step_details":{"maxItemsOne":true,"elem":{"fields":{"destination_file_location":{"maxItemsOne":true,"elem":{"fields":{"efs_file_location":{"maxItemsOne":true},"s3_file_location":{"maxItemsOne":true}}}}}}},"custom_step_details":{"maxItemsOne":true},"decrypt_step_details":{"maxItemsOne":true,"elem":{"fields":{"destination_file_location":{"maxItemsOne":true,"elem":{"fields":{"efs_file_location":{"maxItemsOne":true},"s3_file_location":{"maxItemsOne":true}}}}}}},"delete_step_details":{"maxItemsOne":true},"tag_step_details":{"maxItemsOne":true,"elem":{"fields":{"tags":{"maxItemsOne":false}}}}}}}}},"aws_verifiedaccess_endpoint":{"current":"aws:verifiedaccess/endpoint:Endpoint","majorVersion":6,"fields":{"load_balancer_options":{"maxItemsOne":true,"elem":{"fields":{"subnet_ids":{"maxItemsOne":false}}}},"network_interface_options":{"maxItemsOne":true},"security_group_ids":{"maxItemsOne":false},"sse_specification":{"maxItemsOne":true}}},"aws_verifiedaccess_group":{"current":"aws:verifiedaccess/group:Group","majorVersion":6},"aws_verifiedaccess_instance":{"current":"aws:verifiedaccess/instance:Instance","majorVersion":6,"fields":{"verified_access_trust_providers":{"maxItemsOne":false}}},"aws_verifiedaccess_instance_logging_configuration":{"current":"aws:verifiedaccess/instanceLoggingConfiguration:InstanceLoggingConfiguration","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"kinesis_data_firehose":{"maxItemsOne":true},"s3":{"maxItemsOne":true}}}}}},"aws_verifiedaccess_instance_trust_provider_attachment":{"current":"aws:verifiedaccess/instanceTrustProviderAttachment:InstanceTrustProviderAttachment","majorVersion":6},"aws_verifiedaccess_trust_provider":{"current":"aws:verifiedaccess/trustProvider:TrustProvider","majorVersion":6,"fields":{"device_options":{"maxItemsOne":true},"oidc_options":{"maxItemsOne":true}}},"aws_volume_attachment":{"current":"aws:ec2/volumeAttachment:VolumeAttachment","majorVersion":6},"aws_vpc":{"current":"aws:ec2/vpc:Vpc","majorVersion":6},"aws_vpc_dhcp_options":{"current":"aws:ec2/vpcDhcpOptions:VpcDhcpOptions","majorVersion":6,"fields":{"domain_name_servers":{"maxItemsOne":false},"netbios_name_servers":{"maxItemsOne":false},"ntp_servers":{"maxItemsOne":false}}},"aws_vpc_dhcp_options_association":{"current":"aws:ec2/vpcDhcpOptionsAssociation:VpcDhcpOptionsAssociation","majorVersion":6},"aws_vpc_endpoint":{"current":"aws:ec2/vpcEndpoint:VpcEndpoint","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false},"dns_entry":{"maxItemsOne":false},"dns_options":{"maxItemsOne":true},"network_interface_ids":{"maxItemsOne":false},"route_table_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_vpc_endpoint_connection_accepter":{"current":"aws:ec2/vpcEndpointConnectionAccepter:VpcEndpointConnectionAccepter","majorVersion":6},"aws_vpc_endpoint_connection_notification":{"current":"aws:ec2/vpcEndpointConnectionNotification:VpcEndpointConnectionNotification","majorVersion":6,"fields":{"connection_events":{"maxItemsOne":false}}},"aws_vpc_endpoint_policy":{"current":"aws:ec2/vpcEndpointPolicy:VpcEndpointPolicy","majorVersion":6},"aws_vpc_endpoint_route_table_association":{"current":"aws:ec2/vpcEndpointRouteTableAssociation:VpcEndpointRouteTableAssociation","majorVersion":6},"aws_vpc_endpoint_security_group_association":{"current":"aws:ec2/securityGroupAssociation:SecurityGroupAssociation","majorVersion":6},"aws_vpc_endpoint_service":{"current":"aws:ec2/vpcEndpointService:VpcEndpointService","majorVersion":6,"fields":{"allowed_principals":{"maxItemsOne":false},"availability_zones":{"maxItemsOne":false},"base_endpoint_dns_names":{"maxItemsOne":false},"gateway_load_balancer_arns":{"maxItemsOne":false},"network_load_balancer_arns":{"maxItemsOne":false},"private_dns_name_configuration":{"maxItemsOne":false},"supported_ip_address_types":{"maxItemsOne":false}}},"aws_vpc_endpoint_service_allowed_principal":{"current":"aws:ec2/vpcEndpointServiceAllowedPrinciple:VpcEndpointServiceAllowedPrinciple","majorVersion":6},"aws_vpc_endpoint_subnet_association":{"current":"aws:ec2/vpcEndpointSubnetAssociation:VpcEndpointSubnetAssociation","majorVersion":6},"aws_vpc_ipam":{"current":"aws:ec2/vpcIpam:VpcIpam","majorVersion":6,"fields":{"operating_regions":{"maxItemsOne":false}}},"aws_vpc_ipam_organization_admin_account":{"current":"aws:ec2/vpcIpamOrganizationAdminAccount:VpcIpamOrganizationAdminAccount","majorVersion":6},"aws_vpc_ipam_pool":{"current":"aws:ec2/vpcIpamPool:VpcIpamPool","majorVersion":6},"aws_vpc_ipam_pool_cidr":{"current":"aws:ec2/vpcIpamPoolCidr:VpcIpamPoolCidr","majorVersion":6,"fields":{"cidr_authorization_context":{"maxItemsOne":true}}},"aws_vpc_ipam_pool_cidr_allocation":{"current":"aws:ec2/vpcIpamPoolCidrAllocation:VpcIpamPoolCidrAllocation","majorVersion":6,"fields":{"disallowed_cidrs":{"maxItemsOne":false}}},"aws_vpc_ipam_preview_next_cidr":{"current":"aws:ec2/vpcIpamPreviewNextCidr:VpcIpamPreviewNextCidr","majorVersion":6,"fields":{"disallowed_cidrs":{"maxItemsOne":false}}},"aws_vpc_ipam_resource_discovery":{"current":"aws:ec2/vpcIpamResourceDiscovery:VpcIpamResourceDiscovery","majorVersion":6,"fields":{"operating_regions":{"maxItemsOne":false}}},"aws_vpc_ipam_resource_discovery_association":{"current":"aws:ec2/vpcIpamResourceDiscoveryAssociation:VpcIpamResourceDiscoveryAssociation","majorVersion":6},"aws_vpc_ipam_scope":{"current":"aws:ec2/vpcIpamScope:VpcIpamScope","majorVersion":6},"aws_vpc_ipv4_cidr_block_association":{"current":"aws:ec2/vpcIpv4CidrBlockAssociation:VpcIpv4CidrBlockAssociation","majorVersion":6},"aws_vpc_ipv6_cidr_block_association":{"current":"aws:ec2/vpcIpv6CidrBlockAssociation:VpcIpv6CidrBlockAssociation","majorVersion":6},"aws_vpc_network_performance_metric_subscription":{"current":"aws:ec2/vpcNetworkPerformanceMetricSubscription:VpcNetworkPerformanceMetricSubscription","majorVersion":6},"aws_vpc_peering_connection":{"current":"aws:ec2/vpcPeeringConnection:VpcPeeringConnection","majorVersion":6,"fields":{"accepter":{"maxItemsOne":true},"requester":{"maxItemsOne":true}}},"aws_vpc_peering_connection_accepter":{"current":"aws:ec2/vpcPeeringConnectionAccepter:VpcPeeringConnectionAccepter","majorVersion":6,"fields":{"accepter":{"maxItemsOne":true},"requester":{"maxItemsOne":true}}},"aws_vpc_peering_connection_options":{"current":"aws:ec2/peeringConnectionOptions:PeeringConnectionOptions","majorVersion":6,"fields":{"accepter":{"maxItemsOne":true},"requester":{"maxItemsOne":true}}},"aws_vpc_security_group_egress_rule":{"current":"aws:vpc/securityGroupEgressRule:SecurityGroupEgressRule","majorVersion":6},"aws_vpc_security_group_ingress_rule":{"current":"aws:vpc/securityGroupIngressRule:SecurityGroupIngressRule","majorVersion":6},"aws_vpclattice_access_log_subscription":{"current":"aws:vpclattice/accessLogSubscription:AccessLogSubscription","majorVersion":6},"aws_vpclattice_auth_policy":{"current":"aws:vpclattice/authPolicy:AuthPolicy","majorVersion":6},"aws_vpclattice_listener":{"current":"aws:vpclattice/listener:Listener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":true,"elem":{"fields":{"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":false,"elem":{"fields":{"target_groups":{"maxItemsOne":false}}}}}}}}},"aws_vpclattice_listener_rule":{"current":"aws:vpclattice/listenerRule:ListenerRule","majorVersion":6,"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":true,"elem":{"fields":{"target_groups":{"maxItemsOne":false}}}}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"http_match":{"maxItemsOne":true,"elem":{"fields":{"header_matches":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true}}}},"path_match":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true}}}}}}}}}}}},"aws_vpclattice_resource_policy":{"current":"aws:vpclattice/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_vpclattice_service":{"current":"aws:vpclattice/service:Service","majorVersion":6,"fields":{"dns_entry":{"maxItemsOne":false}}},"aws_vpclattice_service_network":{"current":"aws:vpclattice/serviceNetwork:ServiceNetwork","majorVersion":6},"aws_vpclattice_service_network_service_association":{"current":"aws:vpclattice/serviceNetworkServiceAssociation:ServiceNetworkServiceAssociation","majorVersion":6,"fields":{"dns_entry":{"maxItemsOne":false}}},"aws_vpclattice_service_network_vpc_association":{"current":"aws:vpclattice/serviceNetworkVpcAssociation:ServiceNetworkVpcAssociation","majorVersion":6,"fields":{"security_group_ids":{"maxItemsOne":false}}},"aws_vpclattice_target_group":{"current":"aws:vpclattice/targetGroup:TargetGroup","majorVersion":6,"fields":{"config":{"maxItemsOne":true,"elem":{"fields":{"health_check":{"maxItemsOne":true,"elem":{"fields":{"matcher":{"maxItemsOne":true}}}}}}}}},"aws_vpclattice_target_group_attachment":{"current":"aws:vpclattice/targetGroupAttachment:TargetGroupAttachment","majorVersion":6,"fields":{"target":{"maxItemsOne":true}}},"aws_vpn_connection":{"current":"aws:ec2/vpnConnection:VpnConnection","majorVersion":6,"fields":{"routes":{"maxItemsOne":false},"tunnel1_ike_versions":{"maxItemsOne":false},"tunnel1_log_options":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_log_options":{"maxItemsOne":true}}}},"tunnel1_phase1_dh_group_numbers":{"maxItemsOne":false},"tunnel1_phase1_encryption_algorithms":{"maxItemsOne":false},"tunnel1_phase1_integrity_algorithms":{"maxItemsOne":false},"tunnel1_phase2_dh_group_numbers":{"maxItemsOne":false},"tunnel1_phase2_encryption_algorithms":{"maxItemsOne":false},"tunnel1_phase2_integrity_algorithms":{"maxItemsOne":false},"tunnel2_ike_versions":{"maxItemsOne":false},"tunnel2_log_options":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_log_options":{"maxItemsOne":true}}}},"tunnel2_phase1_dh_group_numbers":{"maxItemsOne":false},"tunnel2_phase1_encryption_algorithms":{"maxItemsOne":false},"tunnel2_phase1_integrity_algorithms":{"maxItemsOne":false},"tunnel2_phase2_dh_group_numbers":{"maxItemsOne":false},"tunnel2_phase2_encryption_algorithms":{"maxItemsOne":false},"tunnel2_phase2_integrity_algorithms":{"maxItemsOne":false},"vgw_telemetry":{"maxItemsOne":false}}},"aws_vpn_connection_route":{"current":"aws:ec2/vpnConnectionRoute:VpnConnectionRoute","majorVersion":6},"aws_vpn_gateway":{"current":"aws:ec2/vpnGateway:VpnGateway","majorVersion":6},"aws_vpn_gateway_attachment":{"current":"aws:ec2/vpnGatewayAttachment:VpnGatewayAttachment","majorVersion":6},"aws_vpn_gateway_route_propagation":{"current":"aws:ec2/vpnGatewayRoutePropagation:VpnGatewayRoutePropagation","majorVersion":6},"aws_waf_byte_match_set":{"current":"aws:waf/byteMatchSet:ByteMatchSet","majorVersion":6,"fields":{"byte_match_tuples":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_waf_geo_match_set":{"current":"aws:waf/geoMatchSet:GeoMatchSet","majorVersion":6,"fields":{"geo_match_constraint":{"maxItemsOne":false}}},"aws_waf_ipset":{"current":"aws:waf/ipSet:IpSet","majorVersion":6,"fields":{"ip_set_descriptors":{"maxItemsOne":false}}},"aws_waf_rate_based_rule":{"current":"aws:waf/rateBasedRule:RateBasedRule","majorVersion":6,"fields":{"predicates":{"maxItemsOne":false}}},"aws_waf_regex_match_set":{"current":"aws:waf/regexMatchSet:RegexMatchSet","majorVersion":6,"fields":{"regex_match_tuple":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_waf_regex_pattern_set":{"current":"aws:waf/regexPatternSet:RegexPatternSet","majorVersion":6,"fields":{"regex_pattern_strings":{"maxItemsOne":false}}},"aws_waf_rule":{"current":"aws:waf/rule:Rule","majorVersion":6,"fields":{"predicates":{"maxItemsOne":false}}},"aws_waf_rule_group":{"current":"aws:waf/ruleGroup:RuleGroup","majorVersion":6,"fields":{"activated_rule":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true}}}}}},"aws_waf_size_constraint_set":{"current":"aws:waf/sizeConstraintSet:SizeConstraintSet","majorVersion":6,"fields":{"size_constraints":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_waf_sql_injection_match_set":{"current":"aws:waf/sqlInjectionMatchSet:SqlInjectionMatchSet","majorVersion":6,"fields":{"sql_injection_match_tuples":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_waf_web_acl":{"current":"aws:waf/webAcl:WebAcl","majorVersion":6,"fields":{"default_action":{"maxItemsOne":true},"logging_configuration":{"maxItemsOne":true,"elem":{"fields":{"redacted_fields":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":false}}}}}}},"rules":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true},"override_action":{"maxItemsOne":true}}}}}},"aws_waf_xss_match_set":{"current":"aws:waf/xssMatchSet:XssMatchSet","majorVersion":6,"fields":{"xss_match_tuples":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafregional_byte_match_set":{"current":"aws:wafregional/byteMatchSet:ByteMatchSet","majorVersion":6,"fields":{"byte_match_tuples":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafregional_geo_match_set":{"current":"aws:wafregional/geoMatchSet:GeoMatchSet","majorVersion":6,"fields":{"geo_match_constraint":{"maxItemsOne":false}}},"aws_wafregional_ipset":{"current":"aws:wafregional/ipSet:IpSet","majorVersion":6,"fields":{"ip_set_descriptor":{"maxItemsOne":false}}},"aws_wafregional_rate_based_rule":{"current":"aws:wafregional/rateBasedRule:RateBasedRule","majorVersion":6,"fields":{"predicate":{"maxItemsOne":false}}},"aws_wafregional_regex_match_set":{"current":"aws:wafregional/regexMatchSet:RegexMatchSet","majorVersion":6,"fields":{"regex_match_tuple":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafregional_regex_pattern_set":{"current":"aws:wafregional/regexPatternSet:RegexPatternSet","majorVersion":6,"fields":{"regex_pattern_strings":{"maxItemsOne":false}}},"aws_wafregional_rule":{"current":"aws:wafregional/rule:Rule","majorVersion":6,"fields":{"predicate":{"maxItemsOne":false}}},"aws_wafregional_rule_group":{"current":"aws:wafregional/ruleGroup:RuleGroup","majorVersion":6,"fields":{"activated_rule":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true}}}}}},"aws_wafregional_size_constraint_set":{"current":"aws:wafregional/sizeConstraintSet:SizeConstraintSet","majorVersion":6,"fields":{"size_constraints":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafregional_sql_injection_match_set":{"current":"aws:wafregional/sqlInjectionMatchSet:SqlInjectionMatchSet","majorVersion":6,"fields":{"sql_injection_match_tuple":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafregional_web_acl":{"current":"aws:wafregional/webAcl:WebAcl","majorVersion":6,"fields":{"default_action":{"maxItemsOne":true},"logging_configuration":{"maxItemsOne":true,"elem":{"fields":{"redacted_fields":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":false}}}}}}},"rule":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true},"override_action":{"maxItemsOne":true}}}}}},"aws_wafregional_web_acl_association":{"current":"aws:wafregional/webAclAssociation:WebAclAssociation","majorVersion":6},"aws_wafregional_xss_match_set":{"current":"aws:wafregional/xssMatchSet:XssMatchSet","majorVersion":6,"fields":{"xss_match_tuple":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafv2_ip_set":{"current":"aws:wafv2/ipSet:IpSet","majorVersion":6,"fields":{"addresses":{"maxItemsOne":false}}},"aws_wafv2_regex_pattern_set":{"current":"aws:wafv2/regexPatternSet:RegexPatternSet","majorVersion":6,"fields":{"regular_expression":{"maxItemsOne":false}}},"aws_wafv2_rule_group":{"current":"aws:wafv2/ruleGroup:RuleGroup","majorVersion":6,"fields":{"custom_response_body":{"maxItemsOne":false},"rule":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"allow":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"block":{"maxItemsOne":true,"elem":{"fields":{"custom_response":{"maxItemsOne":true,"elem":{"fields":{"response_header":{"maxItemsOne":false}}}}}}},"captcha":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"challenge":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"count":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}}}}},"captcha_config":{"maxItemsOne":true,"elem":{"fields":{"immunity_time_property":{"maxItemsOne":true}}}},"rule_label":{"maxItemsOne":false},"statement":{"maxItemsOne":true,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"rate_based_statement":{"maxItemsOne":true,"elem":{"fields":{"custom_key":{"maxItemsOne":false,"elem":{"fields":{"cookie":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"forwarded_ip":{"maxItemsOne":true},"header":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"http_method":{"maxItemsOne":true},"ip":{"maxItemsOne":true},"label_namespace":{"maxItemsOne":true},"query_argument":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"query_string":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"uri_path":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}}}}},"forwarded_ip_config":{"maxItemsOne":true},"scope_down_statement":{"maxItemsOne":true,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}},"visibility_config":{"maxItemsOne":true}}}},"visibility_config":{"maxItemsOne":true}}},"aws_wafv2_web_acl":{"current":"aws:wafv2/webAcl:WebAcl","majorVersion":6,"fields":{"association_config":{"maxItemsOne":true,"elem":{"fields":{"request_body":{"maxItemsOne":false,"elem":{"fields":{"cloudfront":{"maxItemsOne":false}}}}}}},"captcha_config":{"maxItemsOne":true,"elem":{"fields":{"immunity_time_property":{"maxItemsOne":true}}}},"custom_response_body":{"maxItemsOne":false},"default_action":{"maxItemsOne":true,"elem":{"fields":{"allow":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"block":{"maxItemsOne":true,"elem":{"fields":{"custom_response":{"maxItemsOne":true,"elem":{"fields":{"response_header":{"maxItemsOne":false}}}}}}}}}},"rule":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"allow":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"block":{"maxItemsOne":true,"elem":{"fields":{"custom_response":{"maxItemsOne":true,"elem":{"fields":{"response_header":{"maxItemsOne":false}}}}}}},"captcha":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"challenge":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"count":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}}}}},"captcha_config":{"maxItemsOne":true,"elem":{"fields":{"immunity_time_property":{"maxItemsOne":true}}}},"override_action":{"maxItemsOne":true,"elem":{"fields":{"count":{"maxItemsOne":true},"none":{"maxItemsOne":true}}}},"rule_label":{"maxItemsOne":false},"statement":{"maxItemsOne":true,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"managed_rule_group_statement":{"maxItemsOne":true,"elem":{"fields":{"managed_rule_group_configs":{"maxItemsOne":false,"elem":{"fields":{"aws_managed_rules_acfp_rule_set":{"maxItemsOne":true,"elem":{"fields":{"request_inspection":{"maxItemsOne":true,"elem":{"fields":{"email_field":{"maxItemsOne":true},"password_field":{"maxItemsOne":true},"username_field":{"maxItemsOne":true}}}},"response_inspection":{"maxItemsOne":true,"elem":{"fields":{"body_contains":{"maxItemsOne":true,"elem":{"fields":{"failure_strings":{"maxItemsOne":false},"success_strings":{"maxItemsOne":false}}}},"header":{"maxItemsOne":true,"elem":{"fields":{"failure_values":{"maxItemsOne":false},"success_values":{"maxItemsOne":false}}}},"json":{"maxItemsOne":true,"elem":{"fields":{"failure_values":{"maxItemsOne":false},"success_values":{"maxItemsOne":false}}}},"status_code":{"maxItemsOne":true,"elem":{"fields":{"failure_codes":{"maxItemsOne":false},"success_codes":{"maxItemsOne":false}}}}}}}}}},"aws_managed_rules_atp_rule_set":{"maxItemsOne":true,"elem":{"fields":{"request_inspection":{"maxItemsOne":true,"elem":{"fields":{"password_field":{"maxItemsOne":true},"username_field":{"maxItemsOne":true}}}},"response_inspection":{"maxItemsOne":true,"elem":{"fields":{"body_contains":{"maxItemsOne":true,"elem":{"fields":{"failure_strings":{"maxItemsOne":false},"success_strings":{"maxItemsOne":false}}}},"header":{"maxItemsOne":true,"elem":{"fields":{"failure_values":{"maxItemsOne":false},"success_values":{"maxItemsOne":false}}}},"json":{"maxItemsOne":true,"elem":{"fields":{"failure_values":{"maxItemsOne":false},"success_values":{"maxItemsOne":false}}}},"status_code":{"maxItemsOne":true,"elem":{"fields":{"failure_codes":{"maxItemsOne":false},"success_codes":{"maxItemsOne":false}}}}}}}}}},"aws_managed_rules_bot_control_rule_set":{"maxItemsOne":true},"password_field":{"maxItemsOne":true},"username_field":{"maxItemsOne":true}}}},"rule_action_override":{"maxItemsOne":false,"elem":{"fields":{"action_to_use":{"maxItemsOne":true,"elem":{"fields":{"allow":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"block":{"maxItemsOne":true,"elem":{"fields":{"custom_response":{"maxItemsOne":true,"elem":{"fields":{"response_header":{"maxItemsOne":false}}}}}}},"captcha":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"challenge":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"count":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}}}}}}}},"scope_down_statement":{"maxItemsOne":true,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"rate_based_statement":{"maxItemsOne":true,"elem":{"fields":{"custom_key":{"maxItemsOne":false,"elem":{"fields":{"cookie":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"forwarded_ip":{"maxItemsOne":true},"header":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"http_method":{"maxItemsOne":true},"ip":{"maxItemsOne":true},"label_namespace":{"maxItemsOne":true},"query_argument":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"query_string":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"uri_path":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}}}}},"forwarded_ip_config":{"maxItemsOne":true},"scope_down_statement":{"maxItemsOne":true,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"rule_group_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"rule_action_override":{"maxItemsOne":false,"elem":{"fields":{"action_to_use":{"maxItemsOne":true,"elem":{"fields":{"allow":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"block":{"maxItemsOne":true,"elem":{"fields":{"custom_response":{"maxItemsOne":true,"elem":{"fields":{"response_header":{"maxItemsOne":false}}}}}}},"captcha":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"challenge":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"count":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}}}}}}}}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}},"visibility_config":{"maxItemsOne":true}}}},"token_domains":{"maxItemsOne":false},"visibility_config":{"maxItemsOne":true}}},"aws_wafv2_web_acl_association":{"current":"aws:wafv2/webAclAssociation:WebAclAssociation","majorVersion":6},"aws_wafv2_web_acl_logging_configuration":{"current":"aws:wafv2/webAclLoggingConfiguration:WebAclLoggingConfiguration","majorVersion":6,"fields":{"log_destination_configs":{"maxItemsOne":false},"logging_filter":{"maxItemsOne":true,"elem":{"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"condition":{"maxItemsOne":false,"elem":{"fields":{"action_condition":{"maxItemsOne":true},"label_name_condition":{"maxItemsOne":true}}}}}}}}}},"redacted_fields":{"maxItemsOne":false,"elem":{"fields":{"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}}}},"aws_worklink_fleet":{"current":"aws:worklink/fleet:Fleet","majorVersion":6,"fields":{"identity_provider":{"maxItemsOne":true},"network":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_worklink_website_certificate_authority_association":{"current":"aws:worklink/websiteCertificateAuthorityAssociation:WebsiteCertificateAuthorityAssociation","majorVersion":6},"aws_workspaces_connection_alias":{"current":"aws:workspaces/connectionAlias:ConnectionAlias","majorVersion":6},"aws_workspaces_directory":{"current":"aws:workspaces/directory:Directory","majorVersion":6,"fields":{"dns_ip_addresses":{"maxItemsOne":false},"ip_group_ids":{"maxItemsOne":false},"self_service_permissions":{"maxItemsOne":true},"subnet_ids":{"maxItemsOne":false},"workspace_access_properties":{"maxItemsOne":true},"workspace_creation_properties":{"maxItemsOne":true}}},"aws_workspaces_ip_group":{"current":"aws:workspaces/ipGroup:IpGroup","majorVersion":6,"fields":{"rules":{"maxItemsOne":false}}},"aws_workspaces_workspace":{"current":"aws:workspaces/workspace:Workspace","majorVersion":6,"fields":{"workspace_properties":{"maxItemsOne":true}}},"aws_xray_encryption_config":{"current":"aws:xray/encryptionConfig:EncryptionConfig","majorVersion":6},"aws_xray_group":{"current":"aws:xray/group:Group","majorVersion":6,"fields":{"insights_configuration":{"maxItemsOne":true}}},"aws_xray_sampling_rule":{"current":"aws:xray/samplingRule:SamplingRule","majorVersion":6}},"datasources":{"aws_acm_certificate":{"current":"aws:acm/getCertificate:getCertificate","majorVersion":6,"fields":{"key_types":{"maxItemsOne":false},"statuses":{"maxItemsOne":false},"types":{"maxItemsOne":false}}},"aws_acmpca_certificate":{"current":"aws:acmpca/getCertificate:getCertificate","majorVersion":6},"aws_acmpca_certificate_authority":{"current":"aws:acmpca/getCertificateAuthority:getCertificateAuthority","majorVersion":6,"fields":{"revocation_configuration":{"maxItemsOne":false,"elem":{"fields":{"crl_configuration":{"maxItemsOne":false},"ocsp_configuration":{"maxItemsOne":false}}}}}},"aws_alb":{"current":"aws:alb/getLoadBalancer:getLoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_mapping":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_alb_listener":{"current":"aws:alb/getListener:getListener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":false},"authenticate_oidc":{"maxItemsOne":false},"fixed_response":{"maxItemsOne":false},"forward":{"maxItemsOne":false,"elem":{"fields":{"stickiness":{"maxItemsOne":false},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":false}}}}}},"aws_alb_target_group":{"current":"aws:alb/getTargetGroup:getTargetGroup","majorVersion":6,"fields":{"health_check":{"maxItemsOne":true},"stickiness":{"maxItemsOne":true}}},"aws_ami":{"current":"aws:ec2/getAmi:getAmi","majorVersion":6,"fields":{"block_device_mappings":{"maxItemsOne":false},"executable_users":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"owners":{"maxItemsOne":false},"product_codes":{"maxItemsOne":false}}},"aws_ami_ids":{"current":"aws:ec2/getAmiIds:getAmiIds","majorVersion":6,"fields":{"executable_users":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false},"owners":{"maxItemsOne":false}}},"aws_api_gateway_api_key":{"current":"aws:apigateway/getKey:getKey","majorVersion":6},"aws_api_gateway_authorizer":{"current":"aws:apigateway/getAuthorizer:getAuthorizer","majorVersion":6,"fields":{"provider_arns":{"maxItemsOne":false}}},"aws_api_gateway_authorizers":{"current":"aws:apigateway/getAuthorizers:getAuthorizers","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_api_gateway_domain_name":{"current":"aws:apigateway/getDomainName:getDomainName","majorVersion":6,"fields":{"endpoint_configuration":{"maxItemsOne":false,"elem":{"fields":{"types":{"maxItemsOne":false}}}}}},"aws_api_gateway_export":{"current":"aws:apigateway/getExport:getExport","majorVersion":6},"aws_api_gateway_resource":{"current":"aws:apigateway/getResource:getResource","majorVersion":6},"aws_api_gateway_rest_api":{"current":"aws:apigateway/getRestApi:getRestApi","majorVersion":6,"fields":{"binary_media_types":{"maxItemsOne":false},"endpoint_configuration":{"maxItemsOne":false,"elem":{"fields":{"types":{"maxItemsOne":false},"vpc_endpoint_ids":{"maxItemsOne":false}}}}}},"aws_api_gateway_sdk":{"current":"aws:apigateway/getSdk:getSdk","majorVersion":6},"aws_api_gateway_vpc_link":{"current":"aws:apigateway/getVpcLink:getVpcLink","majorVersion":6,"fields":{"target_arns":{"maxItemsOne":false}}},"aws_apigatewayv2_api":{"current":"aws:apigatewayv2/getApi:getApi","majorVersion":6,"fields":{"cors_configuration":{"maxItemsOne":false,"elem":{"fields":{"allow_headers":{"maxItemsOne":false},"allow_methods":{"maxItemsOne":false},"allow_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}}}},"aws_apigatewayv2_apis":{"current":"aws:apigatewayv2/getApis:getApis","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_apigatewayv2_export":{"current":"aws:apigatewayv2/getExport:getExport","majorVersion":6},"aws_apigatewayv2_vpc_link":{"current":"aws:apigatewayv2/getVpcLink:getVpcLink","majorVersion":6,"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_appconfig_configuration_profile":{"current":"aws:appconfig/getConfigurationProfile:getConfigurationProfile","majorVersion":6,"fields":{"validator":{"maxItemsOne":false}}},"aws_appconfig_configuration_profiles":{"current":"aws:appconfig/getConfigurationProfiles:getConfigurationProfiles","majorVersion":6,"fields":{"configuration_profile_ids":{"maxItemsOne":false}}},"aws_appconfig_environment":{"current":"aws:appconfig/getEnvironment:getEnvironment","majorVersion":6,"fields":{"monitor":{"maxItemsOne":false}}},"aws_appconfig_environments":{"current":"aws:appconfig/getEnvironments:getEnvironments","majorVersion":6,"fields":{"environment_ids":{"maxItemsOne":false}}},"aws_appintegrations_event_integration":{"current":"aws:appintegrations/getEventIntegration:getEventIntegration","majorVersion":6,"fields":{"event_filter":{"maxItemsOne":false}}},"aws_appmesh_gateway_route":{"current":"aws:appmesh/getGatewayRoute:getGatewayRoute","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"grpc_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"target":{"maxItemsOne":false,"elem":{"fields":{"virtual_service":{"maxItemsOne":false}}}}}}},"match":{"maxItemsOne":false}}}},"http2_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"rewrite":{"maxItemsOne":false,"elem":{"fields":{"hostname":{"maxItemsOne":false},"path":{"maxItemsOne":false},"prefix":{"maxItemsOne":false}}}},"target":{"maxItemsOne":false,"elem":{"fields":{"virtual_service":{"maxItemsOne":false}}}}}}},"match":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"range":{"maxItemsOne":false}}}}}}},"hostname":{"maxItemsOne":false},"path":{"maxItemsOne":false},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false}}}}}}}}}},"http_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"rewrite":{"maxItemsOne":false,"elem":{"fields":{"hostname":{"maxItemsOne":false},"path":{"maxItemsOne":false},"prefix":{"maxItemsOne":false}}}},"target":{"maxItemsOne":false,"elem":{"fields":{"virtual_service":{"maxItemsOne":false}}}}}}},"match":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"range":{"maxItemsOne":false}}}}}}},"hostname":{"maxItemsOne":false},"path":{"maxItemsOne":false},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false}}}}}}}}}}}}}}},"aws_appmesh_mesh":{"current":"aws:appmesh/getMesh:getMesh","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"egress_filter":{"maxItemsOne":false}}}}}},"aws_appmesh_route":{"current":"aws:appmesh/getRoute:getRoute","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"grpc_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":false,"elem":{"fields":{"metadata":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"range":{"maxItemsOne":false}}}}}}}}}},"retry_policy":{"maxItemsOne":false,"elem":{"fields":{"grpc_retry_events":{"maxItemsOne":false},"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":false},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}}}}},"http2_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"range":{"maxItemsOne":false}}}}}}},"path":{"maxItemsOne":false},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false}}}}}}},"retry_policy":{"maxItemsOne":false,"elem":{"fields":{"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":false},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}}}}},"http_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"range":{"maxItemsOne":false}}}}}}},"path":{"maxItemsOne":false},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false}}}}}}},"retry_policy":{"maxItemsOne":false,"elem":{"fields":{"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":false},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}}}}},"tcp_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":false},"timeout":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false}}}}}}}}}}}},"aws_appmesh_virtual_gateway":{"current":"aws:appmesh/getVirtualGateway:getVirtualGateway","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"backend_defaults":{"maxItemsOne":false,"elem":{"fields":{"client_policy":{"maxItemsOne":false,"elem":{"fields":{"tls":{"maxItemsOne":false,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":false,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":false,"elem":{"fields":{"acm":{"maxItemsOne":false,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}}}}}}}}}}}}}},"listener":{"maxItemsOne":false,"elem":{"fields":{"connection_pool":{"maxItemsOne":false,"elem":{"fields":{"grpc":{"maxItemsOne":false},"http":{"maxItemsOne":false},"http2":{"maxItemsOne":false}}}},"health_check":{"maxItemsOne":false},"port_mapping":{"maxItemsOne":false},"tls":{"maxItemsOne":false,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"acm":{"maxItemsOne":false},"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}},"validation":{"maxItemsOne":false,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}}}}}}}}}}},"logging":{"maxItemsOne":false,"elem":{"fields":{"access_log":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false,"elem":{"fields":{"format":{"maxItemsOne":false,"elem":{"fields":{"json":{"maxItemsOne":false}}}}}}}}}}}}}}}}}},"aws_appmesh_virtual_node":{"current":"aws:appmesh/getVirtualNode:getVirtualNode","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"backend":{"maxItemsOne":false,"elem":{"fields":{"virtual_service":{"maxItemsOne":false,"elem":{"fields":{"client_policy":{"maxItemsOne":false,"elem":{"fields":{"tls":{"maxItemsOne":false,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":false,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":false,"elem":{"fields":{"acm":{"maxItemsOne":false,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}}}}}}}}}}}}}}}}},"backend_defaults":{"maxItemsOne":false,"elem":{"fields":{"client_policy":{"maxItemsOne":false,"elem":{"fields":{"tls":{"maxItemsOne":false,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":false,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":false,"elem":{"fields":{"acm":{"maxItemsOne":false,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}}}}}}}}}}}}}},"listener":{"maxItemsOne":false,"elem":{"fields":{"connection_pool":{"maxItemsOne":false,"elem":{"fields":{"grpc":{"maxItemsOne":false},"http":{"maxItemsOne":false},"http2":{"maxItemsOne":false},"tcp":{"maxItemsOne":false}}}},"health_check":{"maxItemsOne":false},"outlier_detection":{"maxItemsOne":false,"elem":{"fields":{"base_ejection_duration":{"maxItemsOne":false},"interval":{"maxItemsOne":false}}}},"port_mapping":{"maxItemsOne":false},"timeout":{"maxItemsOne":false,"elem":{"fields":{"grpc":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}},"http":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}},"http2":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}},"tcp":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false}}}}}}},"tls":{"maxItemsOne":false,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"acm":{"maxItemsOne":false},"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}},"validation":{"maxItemsOne":false,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}}}}}}}}}}},"logging":{"maxItemsOne":false,"elem":{"fields":{"access_log":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false,"elem":{"fields":{"format":{"maxItemsOne":false,"elem":{"fields":{"json":{"maxItemsOne":false}}}}}}}}}}}}},"service_discovery":{"maxItemsOne":false,"elem":{"fields":{"aws_cloud_map":{"maxItemsOne":false},"dns":{"maxItemsOne":false}}}}}}}}},"aws_appmesh_virtual_router":{"current":"aws:appmesh/getVirtualRouter:getVirtualRouter","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"listener":{"maxItemsOne":false,"elem":{"fields":{"port_mapping":{"maxItemsOne":false}}}}}}}}},"aws_appmesh_virtual_service":{"current":"aws:appmesh/getVirtualService:getVirtualService","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"provider":{"maxItemsOne":false,"elem":{"fields":{"virtual_node":{"maxItemsOne":false},"virtual_router":{"maxItemsOne":false}}}}}}}}},"aws_arn":{"current":"aws:index/getArn:getArn","majorVersion":6},"aws_athena_named_query":{"current":"aws:athena/getNamedQuery:getNamedQuery","majorVersion":6},"aws_auditmanager_control":{"current":"aws:auditmanager/getControl:getControl","majorVersion":6,"fields":{"control_mapping_sources":{"maxItemsOne":false,"elem":{"fields":{"source_keyword":{"maxItemsOne":true}}}}}},"aws_auditmanager_framework":{"current":"aws:auditmanager/getFramework:getFramework","majorVersion":6,"fields":{"control_sets":{"maxItemsOne":false,"elem":{"fields":{"controls":{"maxItemsOne":false}}}}}},"aws_autoscaling_group":{"current":"aws:autoscaling/getGroup:getGroup","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"enabled_metrics":{"maxItemsOne":false},"instance_maintenance_policy":{"maxItemsOne":false},"launch_template":{"maxItemsOne":false},"load_balancers":{"maxItemsOne":false},"mixed_instances_policy":{"maxItemsOne":false,"elem":{"fields":{"instances_distribution":{"maxItemsOne":false},"launch_template":{"maxItemsOne":false,"elem":{"fields":{"launch_template_specification":{"maxItemsOne":false},"override":{"maxItemsOne":false,"elem":{"fields":{"instance_requirements":{"maxItemsOne":false,"elem":{"fields":{"accelerator_count":{"maxItemsOne":false},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":false},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":false},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":false},"memory_mib":{"maxItemsOne":false},"network_bandwidth_gbps":{"maxItemsOne":false},"network_interface_count":{"maxItemsOne":false},"total_local_storage_gb":{"maxItemsOne":false},"vcpu_count":{"maxItemsOne":false}}}},"launch_template_specification":{"maxItemsOne":false}}}}}}}}}},"suspended_processes":{"maxItemsOne":false},"tag":{"maxItemsOne":false},"target_group_arns":{"maxItemsOne":false},"termination_policies":{"maxItemsOne":false},"traffic_source":{"maxItemsOne":false},"warm_pool":{"maxItemsOne":false,"elem":{"fields":{"instance_reuse_policy":{"maxItemsOne":false}}}}}},"aws_autoscaling_groups":{"current":"aws:autoscaling/getAmiIds:getAmiIds","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_availability_zone":{"current":"aws:index/getAvailabilityZone:getAvailabilityZone","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_availability_zones":{"current":"aws:index/getAvailabilityZones:getAvailabilityZones","majorVersion":6,"fields":{"exclude_names":{"maxItemsOne":false},"exclude_zone_ids":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"group_names":{"maxItemsOne":false},"names":{"maxItemsOne":false},"zone_ids":{"maxItemsOne":false}}},"aws_backup_framework":{"current":"aws:backup/getFramework:getFramework","majorVersion":6,"fields":{"control":{"maxItemsOne":false,"elem":{"fields":{"input_parameter":{"maxItemsOne":false},"scope":{"maxItemsOne":false,"elem":{"fields":{"compliance_resource_ids":{"maxItemsOne":false},"compliance_resource_types":{"maxItemsOne":false}}}}}}}}},"aws_backup_plan":{"current":"aws:backup/getPlan:getPlan","majorVersion":6},"aws_backup_report_plan":{"current":"aws:backup/getReportPlan:getReportPlan","majorVersion":6,"fields":{"report_delivery_channel":{"maxItemsOne":false,"elem":{"fields":{"formats":{"maxItemsOne":false}}}},"report_setting":{"maxItemsOne":false,"elem":{"fields":{"accounts":{"maxItemsOne":false},"framework_arns":{"maxItemsOne":false},"organization_units":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}}}},"aws_backup_selection":{"current":"aws:backup/getSelection:getSelection","majorVersion":6,"fields":{"resources":{"maxItemsOne":false}}},"aws_backup_vault":{"current":"aws:backup/getVault:getVault","majorVersion":6},"aws_batch_compute_environment":{"current":"aws:batch/getComputeEnvironment:getComputeEnvironment","majorVersion":6},"aws_batch_job_queue":{"current":"aws:batch/getJobQueue:getJobQueue","majorVersion":6,"fields":{"compute_environment_order":{"maxItemsOne":false}}},"aws_batch_scheduling_policy":{"current":"aws:batch/getSchedulingPolicy:getSchedulingPolicy","majorVersion":6,"fields":{"fair_share_policy":{"maxItemsOne":false,"elem":{"fields":{"share_distribution":{"maxItemsOne":false}}}}}},"aws_bedrock_foundation_model":{"current":"aws:bedrockfoundation/getModel:getModel","majorVersion":6,"fields":{"customizations_supported":{"maxItemsOne":false},"inference_types_supported":{"maxItemsOne":false},"input_modalities":{"maxItemsOne":false},"output_modalities":{"maxItemsOne":false}}},"aws_bedrock_foundation_models":{"current":"aws:bedrockfoundation/getModels:getModels","majorVersion":6,"fields":{"model_summaries":{"maxItemsOne":false,"elem":{"fields":{"customizations_supported":{"maxItemsOne":false},"inference_types_supported":{"maxItemsOne":false},"input_modalities":{"maxItemsOne":false},"output_modalities":{"maxItemsOne":false}}}}}},"aws_billing_service_account":{"current":"aws:index/getBillingServiceAccount:getBillingServiceAccount","majorVersion":6},"aws_budgets_budget":{"current":"aws:budgets/getBudget:getBudget","majorVersion":6,"fields":{"auto_adjust_data":{"maxItemsOne":false,"elem":{"fields":{"historical_options":{"maxItemsOne":false}}}},"budget_limit":{"maxItemsOne":false},"calculated_spend":{"maxItemsOne":false,"elem":{"fields":{"actual_spend":{"maxItemsOne":false}}}},"cost_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"cost_types":{"maxItemsOne":false},"notification":{"maxItemsOne":false,"elem":{"fields":{"subscriber_email_addresses":{"maxItemsOne":false},"subscriber_sns_topic_arns":{"maxItemsOne":false}}}},"planned_limit":{"maxItemsOne":false}}},"aws_caller_identity":{"current":"aws:index/getCallerIdentity:getCallerIdentity","majorVersion":6},"aws_canonical_user_id":{"current":"aws:s3/getCanonicalUserId:getCanonicalUserId","majorVersion":6},"aws_ce_cost_category":{"current":"aws:costexplorer/getCostCategory:getCostCategory","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"inherited_value":{"maxItemsOne":false},"rule":{"maxItemsOne":false,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"cost_category":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"not":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"or":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"tags":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}}}}},"split_charge_rule":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"targets":{"maxItemsOne":false}}}}}},"aws_ce_tags":{"current":"aws:costexplorer/getTags:getTags","majorVersion":6,"fields":{"filter":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"not":{"maxItemsOne":true,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"or":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"sort_by":{"maxItemsOne":false},"tags":{"maxItemsOne":false},"time_period":{"maxItemsOne":true}}},"aws_cloudcontrolapi_resource":{"current":"aws:cloudcontrol/getResource:getResource","majorVersion":6},"aws_cloudformation_export":{"current":"aws:cloudformation/getExport:getExport","majorVersion":6},"aws_cloudformation_stack":{"current":"aws:cloudformation/getStack:getStack","majorVersion":6,"fields":{"capabilities":{"maxItemsOne":false},"notification_arns":{"maxItemsOne":false}}},"aws_cloudformation_type":{"current":"aws:cloudformation/getCloudFormationType:getCloudFormationType","majorVersion":6,"fields":{"logging_config":{"maxItemsOne":false}}},"aws_cloudfront_cache_policy":{"current":"aws:cloudfront/getCachePolicy:getCachePolicy","majorVersion":6,"fields":{"parameters_in_cache_key_and_forwarded_to_origin":{"maxItemsOne":false,"elem":{"fields":{"cookies_config":{"maxItemsOne":false,"elem":{"fields":{"cookies":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"headers_config":{"maxItemsOne":false,"elem":{"fields":{"headers":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"query_strings_config":{"maxItemsOne":false,"elem":{"fields":{"query_strings":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}}}}},"aws_cloudfront_distribution":{"current":"aws:cloudfront/getDistribution:getDistribution","majorVersion":6,"fields":{"aliases":{"maxItemsOne":false}}},"aws_cloudfront_function":{"current":"aws:cloudfront/getFunction:getFunction","majorVersion":6},"aws_cloudfront_log_delivery_canonical_user_id":{"current":"aws:cloudfront/getLogDeliveryCanonicalUserId:getLogDeliveryCanonicalUserId","majorVersion":6},"aws_cloudfront_origin_access_identities":{"current":"aws:cloudfront/getOriginAccessIdentities:getOriginAccessIdentities","majorVersion":6,"fields":{"comments":{"maxItemsOne":false},"iam_arns":{"maxItemsOne":false},"ids":{"maxItemsOne":false},"s3_canonical_user_ids":{"maxItemsOne":false}}},"aws_cloudfront_origin_access_identity":{"current":"aws:cloudfront/getOriginAccessIdentity:getOriginAccessIdentity","majorVersion":6},"aws_cloudfront_origin_request_policy":{"current":"aws:cloudfront/getOriginRequestPolicy:getOriginRequestPolicy","majorVersion":6,"fields":{"cookies_config":{"maxItemsOne":false,"elem":{"fields":{"cookies":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"headers_config":{"maxItemsOne":false,"elem":{"fields":{"headers":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"query_strings_config":{"maxItemsOne":false,"elem":{"fields":{"query_strings":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}},"aws_cloudfront_realtime_log_config":{"current":"aws:cloudfront/getRealtimeLogConfig:getRealtimeLogConfig","majorVersion":6,"fields":{"endpoint":{"maxItemsOne":false,"elem":{"fields":{"kinesis_stream_config":{"maxItemsOne":false}}}},"fields":{"maxItemsOne":false}}},"aws_cloudfront_response_headers_policy":{"current":"aws:cloudfront/getResponseHeadersPolicy:getResponseHeadersPolicy","majorVersion":6,"fields":{"cors_config":{"maxItemsOne":false,"elem":{"fields":{"access_control_allow_headers":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_allow_methods":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_allow_origins":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_expose_headers":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"custom_headers_config":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"remove_headers_config":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"security_headers_config":{"maxItemsOne":false,"elem":{"fields":{"content_security_policy":{"maxItemsOne":false},"content_type_options":{"maxItemsOne":false},"frame_options":{"maxItemsOne":false},"referrer_policy":{"maxItemsOne":false},"strict_transport_security":{"maxItemsOne":false},"xss_protection":{"maxItemsOne":false}}}},"server_timing_headers_config":{"maxItemsOne":false}}},"aws_cloudhsm_v2_cluster":{"current":"aws:cloudhsmv2/getCluster:getCluster","majorVersion":6,"fields":{"cluster_certificates":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_cloudtrail_service_account":{"current":"aws:cloudtrail/getServiceAccount:getServiceAccount","majorVersion":6},"aws_cloudwatch_event_bus":{"current":"aws:cloudwatch/getEventBus:getEventBus","majorVersion":6},"aws_cloudwatch_event_connection":{"current":"aws:cloudwatch/getEventConnection:getEventConnection","majorVersion":6},"aws_cloudwatch_event_source":{"current":"aws:cloudwatch/getEventSource:getEventSource","majorVersion":6},"aws_cloudwatch_log_data_protection_policy_document":{"current":"aws:cloudwatch/getLogDataProtectionPolicyDocument:getLogDataProtectionPolicyDocument","majorVersion":6,"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"data_identifiers":{"maxItemsOne":false},"operation":{"maxItemsOne":true,"elem":{"fields":{"audit":{"maxItemsOne":true,"elem":{"fields":{"findings_destination":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"firehose":{"maxItemsOne":true},"s3":{"maxItemsOne":true}}}}}}},"deidentify":{"maxItemsOne":true,"elem":{"fields":{"mask_config":{"maxItemsOne":true}}}}}}}}}}}},"aws_cloudwatch_log_group":{"current":"aws:cloudwatch/getLogGroup:getLogGroup","majorVersion":6},"aws_cloudwatch_log_groups":{"current":"aws:cloudwatch/getLogGroups:getLogGroups","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"log_group_names":{"maxItemsOne":false}}},"aws_codeartifact_authorization_token":{"current":"aws:codeartifact/getAuthorizationToken:getAuthorizationToken","majorVersion":6},"aws_codeartifact_repository_endpoint":{"current":"aws:codeartifact/getRepositoryEndpoint:getRepositoryEndpoint","majorVersion":6},"aws_codecatalyst_dev_environment":{"current":"aws:codecatalyst/getDevEnvironment:getDevEnvironment","majorVersion":6,"fields":{"ides":{"maxItemsOne":false},"persistent_storage":{"maxItemsOne":false},"repositories":{"maxItemsOne":false}}},"aws_codecommit_approval_rule_template":{"current":"aws:codecommit/getApprovalRuleTemplate:getApprovalRuleTemplate","majorVersion":6},"aws_codecommit_repository":{"current":"aws:codecommit/getRepository:getRepository","majorVersion":6},"aws_codestarconnections_connection":{"current":"aws:codestarconnections/getConnection:getConnection","majorVersion":6},"aws_cognito_identity_pool":{"current":"aws:cognito/getIdentityPool:getIdentityPool","majorVersion":6,"fields":{"cognito_identity_providers":{"maxItemsOne":false},"openid_connect_provider_arns":{"maxItemsOne":false},"saml_provider_arns":{"maxItemsOne":false}}},"aws_cognito_user_pool_client":{"current":"aws:cognito/getUserPoolClient:getUserPoolClient","majorVersion":6,"fields":{"allowed_oauth_flows":{"maxItemsOne":false},"allowed_oauth_scopes":{"maxItemsOne":false},"analytics_configuration":{"maxItemsOne":false},"callback_urls":{"maxItemsOne":false},"explicit_auth_flows":{"maxItemsOne":false},"logout_urls":{"maxItemsOne":false},"read_attributes":{"maxItemsOne":false},"supported_identity_providers":{"maxItemsOne":false},"token_validity_units":{"maxItemsOne":false},"write_attributes":{"maxItemsOne":false}}},"aws_cognito_user_pool_clients":{"current":"aws:cognito/getUserPoolClients:getUserPoolClients","majorVersion":6,"fields":{"client_ids":{"maxItemsOne":false},"client_names":{"maxItemsOne":false}}},"aws_cognito_user_pool_signing_certificate":{"current":"aws:cognito/getUserPoolSigningCertificate:getUserPoolSigningCertificate","majorVersion":6},"aws_cognito_user_pools":{"current":"aws:cognito/getUserPools:getUserPools","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"ids":{"maxItemsOne":false}}},"aws_connect_bot_association":{"current":"aws:connect/getBotAssociation:getBotAssociation","majorVersion":6,"fields":{"lex_bot":{"maxItemsOne":true}}},"aws_connect_contact_flow":{"current":"aws:connect/getContactFlow:getContactFlow","majorVersion":6},"aws_connect_contact_flow_module":{"current":"aws:connect/getContactFlowModule:getContactFlowModule","majorVersion":6},"aws_connect_hours_of_operation":{"current":"aws:connect/getHoursOfOperation:getHoursOfOperation","majorVersion":6,"fields":{"config":{"maxItemsOne":false,"elem":{"fields":{"end_time":{"maxItemsOne":false},"start_time":{"maxItemsOne":false}}}}}},"aws_connect_instance":{"current":"aws:connect/getInstance:getInstance","majorVersion":6},"aws_connect_instance_storage_config":{"current":"aws:connect/getInstanceStorageConfig:getInstanceStorageConfig","majorVersion":6,"fields":{"storage_config":{"maxItemsOne":false,"elem":{"fields":{"kinesis_firehose_config":{"maxItemsOne":false},"kinesis_stream_config":{"maxItemsOne":false},"kinesis_video_stream_config":{"maxItemsOne":false,"elem":{"fields":{"encryption_config":{"maxItemsOne":false}}}},"s3_config":{"maxItemsOne":false,"elem":{"fields":{"encryption_config":{"maxItemsOne":false}}}}}}}}},"aws_connect_lambda_function_association":{"current":"aws:connect/getLambdaFunctionAssociation:getLambdaFunctionAssociation","majorVersion":6},"aws_connect_prompt":{"current":"aws:connect/getPrompt:getPrompt","majorVersion":6},"aws_connect_queue":{"current":"aws:connect/getQueue:getQueue","majorVersion":6,"fields":{"outbound_caller_config":{"maxItemsOne":false}}},"aws_connect_quick_connect":{"current":"aws:connect/getQuickConnect:getQuickConnect","majorVersion":6,"fields":{"quick_connect_config":{"maxItemsOne":false,"elem":{"fields":{"phone_config":{"maxItemsOne":false},"queue_config":{"maxItemsOne":false},"user_config":{"maxItemsOne":false}}}}}},"aws_connect_routing_profile":{"current":"aws:connect/getRoutingProfile:getRoutingProfile","majorVersion":6,"fields":{"media_concurrencies":{"maxItemsOne":false},"queue_configs":{"maxItemsOne":false}}},"aws_connect_security_profile":{"current":"aws:connect/getSecurityProfile:getSecurityProfile","majorVersion":6,"fields":{"permissions":{"maxItemsOne":false}}},"aws_connect_user":{"current":"aws:connect/getUser:getUser","majorVersion":6,"fields":{"identity_info":{"maxItemsOne":false},"phone_config":{"maxItemsOne":false},"security_profile_ids":{"maxItemsOne":false}}},"aws_connect_user_hierarchy_group":{"current":"aws:connect/getUserHierarchyGroup:getUserHierarchyGroup","majorVersion":6,"fields":{"hierarchy_path":{"maxItemsOne":false,"elem":{"fields":{"level_five":{"maxItemsOne":false},"level_four":{"maxItemsOne":false},"level_one":{"maxItemsOne":false},"level_three":{"maxItemsOne":false},"level_two":{"maxItemsOne":false}}}}}},"aws_connect_user_hierarchy_structure":{"current":"aws:connect/getUserHierarchyStructure:getUserHierarchyStructure","majorVersion":6,"fields":{"hierarchy_structure":{"maxItemsOne":false,"elem":{"fields":{"level_five":{"maxItemsOne":false},"level_four":{"maxItemsOne":false},"level_one":{"maxItemsOne":false},"level_three":{"maxItemsOne":false},"level_two":{"maxItemsOne":false}}}}}},"aws_connect_vocabulary":{"current":"aws:connect/getVocabulary:getVocabulary","majorVersion":6},"aws_controltower_controls":{"current":"aws:controltower/getControls:getControls","majorVersion":6,"fields":{"enabled_controls":{"maxItemsOne":false}}},"aws_cur_report_definition":{"current":"aws:cur/getReportDefinition:getReportDefinition","majorVersion":6,"fields":{"additional_artifacts":{"maxItemsOne":false},"additional_schema_elements":{"maxItemsOne":false}}},"aws_customer_gateway":{"current":"aws:ec2/getCustomerGateway:getCustomerGateway","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_datapipeline_pipeline":{"current":"aws:datapipeline/getPipeline:getPipeline","majorVersion":6},"aws_datapipeline_pipeline_definition":{"current":"aws:datapipeline/getPipelineDefinition:getPipelineDefinition","majorVersion":6,"fields":{"parameter_object":{"maxItemsOne":false,"elem":{"fields":{"attribute":{"maxItemsOne":false}}}},"parameter_value":{"maxItemsOne":false},"pipeline_object":{"maxItemsOne":false,"elem":{"fields":{"field":{"maxItemsOne":false}}}}}},"aws_db_cluster_snapshot":{"current":"aws:rds/getClusterSnapshot:getClusterSnapshot","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false}}},"aws_db_event_categories":{"current":"aws:rds/getEventCategories:getEventCategories","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false}}},"aws_db_instance":{"current":"aws:rds/getInstance:getInstance","majorVersion":6,"fields":{"db_parameter_groups":{"maxItemsOne":false},"enabled_cloudwatch_logs_exports":{"maxItemsOne":false},"master_user_secret":{"maxItemsOne":false},"option_group_memberships":{"maxItemsOne":false},"vpc_security_groups":{"maxItemsOne":false}}},"aws_db_instances":{"current":"aws:rds/getInstances:getInstances","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"instance_arns":{"maxItemsOne":false},"instance_identifiers":{"maxItemsOne":false}}},"aws_db_proxy":{"current":"aws:rds/getProxy:getProxy","majorVersion":6,"fields":{"auth":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false},"vpc_subnet_ids":{"maxItemsOne":false}}},"aws_db_snapshot":{"current":"aws:rds/getSnapshot:getSnapshot","majorVersion":6},"aws_db_subnet_group":{"current":"aws:rds/getSubnetGroup:getSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false},"supported_network_types":{"maxItemsOne":false}}},"aws_default_tags":{"current":"aws:index/getDefaultTags:getDefaultTags","majorVersion":6},"aws_directory_service_directory":{"current":"aws:directoryservice/getDirectory:getDirectory","majorVersion":6,"fields":{"connect_settings":{"maxItemsOne":false,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"connect_ips":{"maxItemsOne":false},"customer_dns_ips":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}},"dns_ip_addresses":{"maxItemsOne":false},"radius_settings":{"maxItemsOne":false,"elem":{"fields":{"radius_servers":{"maxItemsOne":false}}}},"vpc_settings":{"maxItemsOne":false,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_dms_certificate":{"current":"aws:dms/getCertificate:getCertificate","majorVersion":6},"aws_dms_endpoint":{"current":"aws:dms/getEndpoint:getEndpoint","majorVersion":6,"fields":{"elasticsearch_settings":{"maxItemsOne":false},"kafka_settings":{"maxItemsOne":false},"kinesis_settings":{"maxItemsOne":false},"mongodb_settings":{"maxItemsOne":false},"redis_settings":{"maxItemsOne":false},"redshift_settings":{"maxItemsOne":false},"s3_settings":{"maxItemsOne":false}}},"aws_dms_replication_instance":{"current":"aws:dms/getReplicationInstance:getReplicationInstance","majorVersion":6,"fields":{"replication_instance_private_ips":{"maxItemsOne":false},"replication_instance_public_ips":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_dms_replication_subnet_group":{"current":"aws:dms/getReplicationSubnetGroup:getReplicationSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_dms_replication_task":{"current":"aws:dms/getReplicationTask:getReplicationTask","majorVersion":6},"aws_docdb_engine_version":{"current":"aws:docdb/getEngineVersion:getEngineVersion","majorVersion":6,"fields":{"exportable_log_types":{"maxItemsOne":false},"preferred_versions":{"maxItemsOne":false},"valid_upgrade_targets":{"maxItemsOne":false}}},"aws_docdb_orderable_db_instance":{"current":"aws:docdb/getOrderableDbInstance:getOrderableDbInstance","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"preferred_instance_classes":{"maxItemsOne":false}}},"aws_dx_connection":{"current":"aws:directconnect/getConnection:getConnection","majorVersion":6},"aws_dx_gateway":{"current":"aws:directconnect/getGateway:getGateway","majorVersion":6},"aws_dx_location":{"current":"aws:directconnect/getLocation:getLocation","majorVersion":6,"fields":{"available_macsec_port_speeds":{"maxItemsOne":false},"available_port_speeds":{"maxItemsOne":false},"available_providers":{"maxItemsOne":false}}},"aws_dx_locations":{"current":"aws:directconnect/getLocations:getLocations","majorVersion":6,"fields":{"location_codes":{"maxItemsOne":false}}},"aws_dx_router_configuration":{"current":"aws:directconnect/getRouterConfiguration:getRouterConfiguration","majorVersion":6,"fields":{"router":{"maxItemsOne":false}}},"aws_dynamodb_table":{"current":"aws:dynamodb/getTable:getTable","majorVersion":6,"fields":{"attribute":{"maxItemsOne":false},"global_secondary_index":{"maxItemsOne":false,"elem":{"fields":{"non_key_attributes":{"maxItemsOne":false}}}},"local_secondary_index":{"maxItemsOne":false,"elem":{"fields":{"non_key_attributes":{"maxItemsOne":false}}}},"point_in_time_recovery":{"maxItemsOne":true},"replica":{"maxItemsOne":false},"server_side_encryption":{"maxItemsOne":true},"ttl":{"maxItemsOne":true}}},"aws_dynamodb_table_item":{"current":"aws:dynamodb/getTableItem:getTableItem","majorVersion":6},"aws_ebs_default_kms_key":{"current":"aws:ebs/getDefaultKmsKey:getDefaultKmsKey","majorVersion":6},"aws_ebs_encryption_by_default":{"current":"aws:ebs/getEncryptionByDefault:getEncryptionByDefault","majorVersion":6},"aws_ebs_snapshot":{"current":"aws:ebs/getSnapshot:getSnapshot","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"owners":{"maxItemsOne":false},"restorable_by_user_ids":{"maxItemsOne":false},"snapshot_ids":{"maxItemsOne":false}}},"aws_ebs_snapshot_ids":{"current":"aws:ebs/getSnapshotIds:getSnapshotIds","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false},"owners":{"maxItemsOne":false},"restorable_by_user_ids":{"maxItemsOne":false}}},"aws_ebs_volume":{"current":"aws:ebs/getVolume:getVolume","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ebs_volumes":{"current":"aws:ebs/getEbsVolumes:getEbsVolumes","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_client_vpn_endpoint":{"current":"aws:ec2clientvpn/getEndpoint:getEndpoint","majorVersion":6,"fields":{"authentication_options":{"maxItemsOne":false},"client_connect_options":{"maxItemsOne":false},"client_login_banner_options":{"maxItemsOne":false},"connection_log_options":{"maxItemsOne":false},"dns_servers":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"security_group_ids":{"maxItemsOne":false}}},"aws_ec2_coip_pool":{"current":"aws:ec2/getCoipPool:getCoipPool","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"pool_cidrs":{"maxItemsOne":false}}},"aws_ec2_coip_pools":{"current":"aws:ec2/getCoipPools:getCoipPools","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"pool_ids":{"maxItemsOne":false}}},"aws_ec2_host":{"current":"aws:ec2/getDedicatedHost:getDedicatedHost","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_instance_type":{"current":"aws:ec2/getInstanceType:getInstanceType","majorVersion":6,"fields":{"fpgas":{"maxItemsOne":false},"gpus":{"maxItemsOne":false},"inference_accelerators":{"maxItemsOne":false},"instance_disks":{"maxItemsOne":false},"supported_architectures":{"maxItemsOne":false},"supported_placement_strategies":{"maxItemsOne":false},"supported_root_device_types":{"maxItemsOne":false},"supported_usages_classes":{"maxItemsOne":false},"supported_virtualization_types":{"maxItemsOne":false},"valid_cores":{"maxItemsOne":false},"valid_threads_per_core":{"maxItemsOne":false}}},"aws_ec2_instance_type_offering":{"current":"aws:ec2/getInstanceTypeOffering:getInstanceTypeOffering","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"preferred_instance_types":{"maxItemsOne":false}}},"aws_ec2_instance_type_offerings":{"current":"aws:ec2/getInstanceTypeOfferings:getInstanceTypeOfferings","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"instance_types":{"maxItemsOne":false},"location_types":{"maxItemsOne":false},"locations":{"maxItemsOne":false}}},"aws_ec2_instance_types":{"current":"aws:ec2/getInstanceTypes:getInstanceTypes","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"instance_types":{"maxItemsOne":false}}},"aws_ec2_local_gateway":{"current":"aws:ec2/getLocalGateway:getLocalGateway","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_local_gateway_route_table":{"current":"aws:ec2/getLocalGatewayRouteTable:getLocalGatewayRouteTable","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_local_gateway_route_tables":{"current":"aws:ec2/getLocalGatewayRouteTables:getLocalGatewayRouteTables","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_local_gateway_virtual_interface":{"current":"aws:ec2/getLocalGatewayVirtualInterface:getLocalGatewayVirtualInterface","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"local_gateway_virtual_interface_ids":{"maxItemsOne":false}}},"aws_ec2_local_gateway_virtual_interface_group":{"current":"aws:ec2/getLocalGatewayVirtualInterfaceGroup:getLocalGatewayVirtualInterfaceGroup","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"local_gateway_virtual_interface_ids":{"maxItemsOne":false}}},"aws_ec2_local_gateway_virtual_interface_groups":{"current":"aws:ec2/getLocalGatewayVirtualInterfaceGroups:getLocalGatewayVirtualInterfaceGroups","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false},"local_gateway_virtual_interface_ids":{"maxItemsOne":false}}},"aws_ec2_local_gateways":{"current":"aws:ec2/getLocalGateways:getLocalGateways","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_managed_prefix_list":{"current":"aws:ec2/getManagedPrefixList:getManagedPrefixList","majorVersion":6,"fields":{"entries":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_managed_prefix_lists":{"current":"aws:ec2/getManagedPrefixLists:getManagedPrefixLists","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_network_insights_analysis":{"current":"aws:ec2/getNetworkInsightsAnalysis:getNetworkInsightsAnalysis","majorVersion":6,"fields":{"alternate_path_hints":{"maxItemsOne":false},"explanations":{"maxItemsOne":false,"elem":{"fields":{"acl":{"maxItemsOne":false},"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"addresses":{"maxItemsOne":false},"attached_to":{"maxItemsOne":false},"availability_zones":{"maxItemsOne":false},"cidrs":{"maxItemsOne":false},"classic_load_balancer_listener":{"maxItemsOne":false},"component":{"maxItemsOne":false},"customer_gateway":{"maxItemsOne":false},"destination":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"elastic_load_balancer_listener":{"maxItemsOne":false},"ingress_route_table":{"maxItemsOne":false},"internet_gateway":{"maxItemsOne":false},"load_balancer_target_group":{"maxItemsOne":false},"load_balancer_target_groups":{"maxItemsOne":false},"nat_gateway":{"maxItemsOne":false},"network_interface":{"maxItemsOne":false},"port_ranges":{"maxItemsOne":false},"prefix_list":{"maxItemsOne":false},"protocols":{"maxItemsOne":false},"route_table":{"maxItemsOne":false},"route_table_route":{"maxItemsOne":false},"security_group":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"security_groups":{"maxItemsOne":false},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"subnet_route_table":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_attachment":{"maxItemsOne":false},"transit_gateway_route_table":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false},"vpc_endpoint":{"maxItemsOne":false},"vpc_peering_connection":{"maxItemsOne":false},"vpn_connection":{"maxItemsOne":false},"vpn_gateway":{"maxItemsOne":false}}}},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"filter_in_arns":{"maxItemsOne":false},"forward_path_components":{"maxItemsOne":false,"elem":{"fields":{"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"additional_details":{"maxItemsOne":false,"elem":{"fields":{"component":{"maxItemsOne":false}}}},"attached_to":{"maxItemsOne":false},"component":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"inbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"outbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"route_table_route":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false}}}},"return_path_components":{"maxItemsOne":false,"elem":{"fields":{"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"additional_details":{"maxItemsOne":false,"elem":{"fields":{"component":{"maxItemsOne":false}}}},"attached_to":{"maxItemsOne":false},"component":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"inbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"outbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"route_table_route":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false}}}}}},"aws_ec2_network_insights_path":{"current":"aws:ec2/getNetworkInsightsPath:getNetworkInsightsPath","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_public_ipv4_pool":{"current":"aws:ec2/getPublicIpv4Pool:getPublicIpv4Pool","majorVersion":6,"fields":{"pool_address_ranges":{"maxItemsOne":false}}},"aws_ec2_public_ipv4_pools":{"current":"aws:ec2/getPublicIpv4Pools:getPublicIpv4Pools","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"pool_ids":{"maxItemsOne":false}}},"aws_ec2_serial_console_access":{"current":"aws:ec2/getSerialConsoleAccess:getSerialConsoleAccess","majorVersion":6},"aws_ec2_spot_price":{"current":"aws:ec2/getSpotPrice:getSpotPrice","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway":{"current":"aws:ec2transitgateway/getTransitGateway:getTransitGateway","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"transit_gateway_cidr_blocks":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_attachment":{"current":"aws:ec2transitgateway/getAttachment:getAttachment","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway_attachments":{"current":"aws:ec2transitgateway/getAttachments:getAttachments","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_connect":{"current":"aws:ec2transitgateway/getConnect:getConnect","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway_connect_peer":{"current":"aws:ec2transitgateway/getConnectPeer:getConnectPeer","majorVersion":6,"fields":{"bgp_transit_gateway_addresses":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"inside_cidr_blocks":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_dx_gateway_attachment":{"current":"aws:ec2transitgateway/getDirectConnectGatewayAttachment:getDirectConnectGatewayAttachment","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway_multicast_domain":{"current":"aws:ec2transitgateway/getMulticastDomain:getMulticastDomain","majorVersion":6,"fields":{"associations":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"members":{"maxItemsOne":false},"sources":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_peering_attachment":{"current":"aws:ec2transitgateway/getPeeringAttachment:getPeeringAttachment","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway_route_table":{"current":"aws:ec2transitgateway/getRouteTable:getRouteTable","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway_route_table_associations":{"current":"aws:ec2transitgateway/getRouteTableAssociations:getRouteTableAssociations","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_route_table_propagations":{"current":"aws:ec2transitgateway/getRouteTablePropagations:getRouteTablePropagations","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_route_table_routes":{"current":"aws:ec2transitgateway/getRouteTableRoutes:getRouteTableRoutes","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"routes":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_route_tables":{"current":"aws:ec2/getTransitGatewayRouteTables:getTransitGatewayRouteTables","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_vpc_attachment":{"current":"aws:ec2transitgateway/getVpcAttachment:getVpcAttachment","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"subnet_ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_vpc_attachments":{"current":"aws:ec2transitgateway/getVpcAttachments:getVpcAttachments","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_vpn_attachment":{"current":"aws:ec2transitgateway/getVpnAttachment:getVpnAttachment","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ecr_authorization_token":{"current":"aws:ecr/getAuthorizationToken:getAuthorizationToken","majorVersion":6},"aws_ecr_credentials":{"current":"aws:ecr/getCredentials:getCredentials","majorVersion":6},"aws_ecr_image":{"current":"aws:ecr/getImage:getImage","majorVersion":6,"fields":{"image_tags":{"maxItemsOne":false}}},"aws_ecr_pull_through_cache_rule":{"current":"aws:ecr/getPullThroughCacheRule:getPullThroughCacheRule","majorVersion":6},"aws_ecr_repository":{"current":"aws:ecr/getRepository:getRepository","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":false},"image_scanning_configuration":{"maxItemsOne":false},"most_recent_image_tags":{"maxItemsOne":false}}},"aws_ecrpublic_authorization_token":{"current":"aws:ecrpublic/getAuthorizationToken:getAuthorizationToken","majorVersion":6},"aws_ecs_cluster":{"current":"aws:ecs/getCluster:getCluster","majorVersion":6,"fields":{"service_connect_defaults":{"maxItemsOne":false},"setting":{"maxItemsOne":false}}},"aws_ecs_container_definition":{"current":"aws:ecs/getContainerDefinition:getContainerDefinition","majorVersion":6},"aws_ecs_service":{"current":"aws:ecs/getService:getService","majorVersion":6},"aws_ecs_task_definition":{"current":"aws:ecs/getTaskDefinition:getTaskDefinition","majorVersion":6},"aws_ecs_task_execution":{"current":"aws:ecs/getTaskExecution:getTaskExecution","majorVersion":6,"fields":{"capacity_provider_strategy":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"overrides":{"maxItemsOne":true,"elem":{"fields":{"container_overrides":{"maxItemsOne":false,"elem":{"fields":{"command":{"maxItemsOne":false},"environment":{"maxItemsOne":false},"resource_requirements":{"maxItemsOne":false}}}},"inference_accelerator_overrides":{"maxItemsOne":false}}}},"placement_constraints":{"maxItemsOne":false},"placement_strategy":{"maxItemsOne":false},"task_arns":{"maxItemsOne":false}}},"aws_efs_access_point":{"current":"aws:efs/getAccessPoint:getAccessPoint","majorVersion":6,"fields":{"posix_user":{"maxItemsOne":false,"elem":{"fields":{"secondary_gids":{"maxItemsOne":false}}}},"root_directory":{"maxItemsOne":false,"elem":{"fields":{"creation_info":{"maxItemsOne":false}}}}}},"aws_efs_access_points":{"current":"aws:efs/getAccessPoints:getAccessPoints","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"ids":{"maxItemsOne":false}}},"aws_efs_file_system":{"current":"aws:efs/getFileSystem:getFileSystem","majorVersion":6,"fields":{"lifecycle_policy":{"maxItemsOne":true}}},"aws_efs_mount_target":{"current":"aws:efs/getMountTarget:getMountTarget","majorVersion":6,"fields":{"security_groups":{"maxItemsOne":false}}},"aws_eip":{"current":"aws:ec2/getElasticIp:getElasticIp","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_eips":{"current":"aws:ec2/getEips:getEips","majorVersion":6,"fields":{"allocation_ids":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"public_ips":{"maxItemsOne":false}}},"aws_eks_addon":{"current":"aws:eks/getAddon:getAddon","majorVersion":6},"aws_eks_addon_version":{"current":"aws:eks/getAddonVersion:getAddonVersion","majorVersion":6},"aws_eks_cluster":{"current":"aws:eks/getCluster:getCluster","majorVersion":6,"fields":{"certificate_authority":{"maxItemsOne":false},"enabled_cluster_log_types":{"maxItemsOne":false},"identity":{"maxItemsOne":false,"elem":{"fields":{"oidc":{"maxItemsOne":false}}}},"kubernetes_network_config":{"maxItemsOne":false},"outpost_config":{"maxItemsOne":false,"elem":{"fields":{"control_plane_placement":{"maxItemsOne":false},"outpost_arns":{"maxItemsOne":false}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"public_access_cidrs":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_eks_cluster_auth":{"current":"aws:eks/getClusterAuth:getClusterAuth","majorVersion":6},"aws_eks_clusters":{"current":"aws:eks/getClusters:getClusters","majorVersion":6,"fields":{"names":{"maxItemsOne":false}}},"aws_eks_node_group":{"current":"aws:eks/getNodeGroup:getNodeGroup","majorVersion":6,"fields":{"instance_types":{"maxItemsOne":false},"launch_template":{"maxItemsOne":false},"remote_access":{"maxItemsOne":false,"elem":{"fields":{"source_security_group_ids":{"maxItemsOne":false}}}},"resources":{"maxItemsOne":false,"elem":{"fields":{"autoscaling_groups":{"maxItemsOne":false}}}},"scaling_config":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false},"taints":{"maxItemsOne":false}}},"aws_eks_node_groups":{"current":"aws:eks/getNodeGroups:getNodeGroups","majorVersion":6,"fields":{"names":{"maxItemsOne":false}}},"aws_elastic_beanstalk_application":{"current":"aws:elasticbeanstalk/getApplication:getApplication","majorVersion":6,"fields":{"appversion_lifecycle":{"maxItemsOne":true}}},"aws_elastic_beanstalk_hosted_zone":{"current":"aws:elasticbeanstalk/getHostedZone:getHostedZone","majorVersion":6},"aws_elastic_beanstalk_solution_stack":{"current":"aws:elasticbeanstalk/getSolutionStack:getSolutionStack","majorVersion":6},"aws_elasticache_cluster":{"current":"aws:elasticache/getCluster:getCluster","majorVersion":6,"fields":{"cache_nodes":{"maxItemsOne":false},"log_delivery_configuration":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_elasticache_replication_group":{"current":"aws:elasticache/getReplicationGroup:getReplicationGroup","majorVersion":6,"fields":{"log_delivery_configuration":{"maxItemsOne":false},"member_clusters":{"maxItemsOne":false}}},"aws_elasticache_subnet_group":{"current":"aws:elasticache/getSubnetGroup:getSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_elasticache_user":{"current":"aws:elasticache/getUser:getUser","majorVersion":6,"fields":{"authentication_mode":{"maxItemsOne":false},"passwords":{"maxItemsOne":false}}},"aws_elasticsearch_domain":{"current":"aws:elasticsearch/getDomain:getDomain","majorVersion":6,"fields":{"advanced_security_options":{"maxItemsOne":false},"auto_tune_options":{"maxItemsOne":false,"elem":{"fields":{"maintenance_schedule":{"maxItemsOne":false,"elem":{"fields":{"duration":{"maxItemsOne":false}}}}}}},"cluster_config":{"maxItemsOne":false,"elem":{"fields":{"cold_storage_options":{"maxItemsOne":false},"zone_awareness_config":{"maxItemsOne":false}}}},"cognito_options":{"maxItemsOne":false},"ebs_options":{"maxItemsOne":false},"encryption_at_rest":{"maxItemsOne":false},"log_publishing_options":{"maxItemsOne":false},"node_to_node_encryption":{"maxItemsOne":false},"snapshot_options":{"maxItemsOne":false},"vpc_options":{"maxItemsOne":false,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_elb":{"current":"aws:elb/getLoadBalancer:getLoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"availability_zones":{"maxItemsOne":false},"health_check":{"maxItemsOne":true},"instances":{"maxItemsOne":false},"listener":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_elb_hosted_zone_id":{"current":"aws:elb/getHostedZoneId:getHostedZoneId","majorVersion":6},"aws_elb_service_account":{"current":"aws:elb/getServiceAccount:getServiceAccount","majorVersion":6},"aws_emr_release_labels":{"current":"aws:emr/getReleaseLabels:getReleaseLabels","majorVersion":6,"fields":{"filters":{"maxItemsOne":true},"release_labels":{"maxItemsOne":false}}},"aws_emrcontainers_virtual_cluster":{"current":"aws:emrcontainers/getVirtualCluster:getVirtualCluster","majorVersion":6,"fields":{"container_provider":{"maxItemsOne":false,"elem":{"fields":{"info":{"maxItemsOne":false,"elem":{"fields":{"eks_info":{"maxItemsOne":false}}}}}}}}},"aws_fsx_ontap_file_system":{"current":"aws:fsx/getOntapFileSystem:getOntapFileSystem","majorVersion":6,"fields":{"disk_iops_configuration":{"maxItemsOne":false},"endpoints":{"maxItemsOne":false,"elem":{"fields":{"intercluster":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"management":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}}},"network_interface_ids":{"maxItemsOne":false},"route_table_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_fsx_ontap_storage_virtual_machine":{"current":"aws:fsx/getOntapStorageVirtualMachine:getOntapStorageVirtualMachine","majorVersion":6,"fields":{"active_directory_configuration":{"maxItemsOne":false,"elem":{"fields":{"self_managed_active_directory_configuration":{"maxItemsOne":false,"elem":{"fields":{"dns_ips":{"maxItemsOne":false}}}}}}},"endpoints":{"maxItemsOne":false,"elem":{"fields":{"iscsi":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"management":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"nfs":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"smb":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}}},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"lifecycle_transition_reason":{"maxItemsOne":false}}},"aws_fsx_ontap_storage_virtual_machines":{"current":"aws:fsx/getOntapStorageVirtualMachines:getOntapStorageVirtualMachines","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_fsx_openzfs_snapshot":{"current":"aws:fsx/getOpenZfsSnapshot:getOpenZfsSnapshot","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"snapshot_ids":{"maxItemsOne":false}}},"aws_fsx_windows_file_system":{"current":"aws:fsx/getWindowsFileSystem:getWindowsFileSystem","majorVersion":6,"fields":{"aliases":{"maxItemsOne":false},"audit_log_configuration":{"maxItemsOne":false},"disk_iops_configuration":{"maxItemsOne":false},"network_interface_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_globalaccelerator_accelerator":{"current":"aws:globalaccelerator/getAccelerator:getAccelerator","majorVersion":6,"fields":{"attributes":{"maxItemsOne":false},"ip_sets":{"maxItemsOne":false,"elem":{"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}}},"aws_globalaccelerator_custom_routing_accelerator":{"current":"aws:globalaccelerator/getCustomRoutingAccelerator:getCustomRoutingAccelerator","majorVersion":6,"fields":{"attributes":{"maxItemsOne":false},"ip_sets":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}},"aws_glue_catalog_table":{"current":"aws:glue/getCatalogTable:getCatalogTable","majorVersion":6,"fields":{"partition_index":{"maxItemsOne":false,"elem":{"fields":{"keys":{"maxItemsOne":false}}}},"partition_keys":{"maxItemsOne":false},"storage_descriptor":{"maxItemsOne":false,"elem":{"fields":{"bucket_columns":{"maxItemsOne":false},"columns":{"maxItemsOne":false},"schema_reference":{"maxItemsOne":false,"elem":{"fields":{"schema_id":{"maxItemsOne":false}}}},"ser_de_info":{"maxItemsOne":false},"skewed_info":{"maxItemsOne":false,"elem":{"fields":{"skewed_column_names":{"maxItemsOne":false},"skewed_column_values":{"maxItemsOne":false}}}},"sort_columns":{"maxItemsOne":false}}}},"target_table":{"maxItemsOne":false}}},"aws_glue_connection":{"current":"aws:glue/getConnection:getConnection","majorVersion":6,"fields":{"match_criteria":{"maxItemsOne":false},"physical_connection_requirements":{"maxItemsOne":false,"elem":{"fields":{"security_group_id_list":{"maxItemsOne":false}}}}}},"aws_glue_data_catalog_encryption_settings":{"current":"aws:glue/getDataCatalogEncryptionSettings:getDataCatalogEncryptionSettings","majorVersion":6,"fields":{"data_catalog_encryption_settings":{"maxItemsOne":false,"elem":{"fields":{"connection_password_encryption":{"maxItemsOne":false},"encryption_at_rest":{"maxItemsOne":false}}}}}},"aws_glue_script":{"current":"aws:glue/getScript:getScript","majorVersion":6,"fields":{"dag_edge":{"maxItemsOne":false},"dag_node":{"maxItemsOne":false,"elem":{"fields":{"args":{"maxItemsOne":false}}}}}},"aws_grafana_workspace":{"current":"aws:grafana/getWorkspace:getWorkspace","majorVersion":6,"fields":{"authentication_providers":{"maxItemsOne":false},"data_sources":{"maxItemsOne":false},"notification_destinations":{"maxItemsOne":false},"organizational_units":{"maxItemsOne":false}}},"aws_guardduty_detector":{"current":"aws:guardduty/getDetector:getDetector","majorVersion":6,"fields":{"features":{"maxItemsOne":false,"elem":{"fields":{"additional_configuration":{"maxItemsOne":false}}}}}},"aws_guardduty_finding_ids":{"current":"aws:guardduty/getFindingIds:getFindingIds","majorVersion":6,"fields":{"finding_ids":{"maxItemsOne":false}}},"aws_iam_access_keys":{"current":"aws:iam/getAccessKeys:getAccessKeys","majorVersion":6,"fields":{"access_keys":{"maxItemsOne":false}}},"aws_iam_account_alias":{"current":"aws:iam/getAccountAlias:getAccountAlias","majorVersion":6},"aws_iam_group":{"current":"aws:iam/getGroup:getGroup","majorVersion":6,"fields":{"users":{"maxItemsOne":false}}},"aws_iam_instance_profile":{"current":"aws:iam/getInstanceProfile:getInstanceProfile","majorVersion":6},"aws_iam_instance_profiles":{"current":"aws:iam/getInstanceProfiles:getInstanceProfiles","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"names":{"maxItemsOne":false},"paths":{"maxItemsOne":false}}},"aws_iam_openid_connect_provider":{"current":"aws:iam/getOpenIdConnectProvider:getOpenIdConnectProvider","majorVersion":6,"fields":{"client_id_list":{"maxItemsOne":false},"thumbprint_list":{"maxItemsOne":false}}},"aws_iam_policy":{"current":"aws:iam/getPolicy:getPolicy","majorVersion":6},"aws_iam_policy_document":{"current":"aws:iam/getPolicyDocument:getPolicyDocument","majorVersion":6,"fields":{"override_policy_documents":{"maxItemsOne":false},"source_policy_documents":{"maxItemsOne":false},"statement":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false},"condition":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"not_actions":{"maxItemsOne":false},"not_principals":{"maxItemsOne":false,"elem":{"fields":{"identifiers":{"maxItemsOne":false}}}},"not_resources":{"maxItemsOne":false},"principals":{"maxItemsOne":false,"elem":{"fields":{"identifiers":{"maxItemsOne":false}}}},"resources":{"maxItemsOne":false}}}}}},"aws_iam_principal_policy_simulation":{"current":"aws:iam/getPrincipalPolicySimulation:getPrincipalPolicySimulation","majorVersion":6,"fields":{"action_names":{"maxItemsOne":false},"additional_policies_json":{"maxItemsOne":false},"context":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"permissions_boundary_policies_json":{"maxItemsOne":false},"resource_arns":{"maxItemsOne":false},"results":{"maxItemsOne":false,"elem":{"fields":{"matched_statements":{"maxItemsOne":false},"missing_context_keys":{"maxItemsOne":false}}}}}},"aws_iam_role":{"current":"aws:iam/getRole:getRole","majorVersion":6,"fields":{"role_last_used":{"maxItemsOne":false}}},"aws_iam_roles":{"current":"aws:iam/getRoles:getRoles","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"names":{"maxItemsOne":false}}},"aws_iam_saml_provider":{"current":"aws:iam/getSamlProvider:getSamlProvider","majorVersion":6},"aws_iam_server_certificate":{"current":"aws:iam/getServerCertificate:getServerCertificate","majorVersion":6},"aws_iam_session_context":{"current":"aws:iam/getSessionContext:getSessionContext","majorVersion":6},"aws_iam_user":{"current":"aws:iam/getUser:getUser","majorVersion":6},"aws_iam_user_ssh_key":{"current":"aws:iam/getUserSshKey:getUserSshKey","majorVersion":6},"aws_iam_users":{"current":"aws:iam/getUsers:getUsers","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"names":{"maxItemsOne":false}}},"aws_identitystore_group":{"current":"aws:identitystore/getGroup:getGroup","majorVersion":6,"fields":{"alternate_identifier":{"maxItemsOne":true,"elem":{"fields":{"external_id":{"maxItemsOne":true},"unique_attribute":{"maxItemsOne":true}}}},"external_ids":{"maxItemsOne":false},"filter":{"maxItemsOne":true}}},"aws_identitystore_user":{"current":"aws:identitystore/getUser:getUser","majorVersion":6,"fields":{"addresses":{"maxItemsOne":false},"alternate_identifier":{"maxItemsOne":true,"elem":{"fields":{"external_id":{"maxItemsOne":true},"unique_attribute":{"maxItemsOne":true}}}},"emails":{"maxItemsOne":false},"external_ids":{"maxItemsOne":false},"filter":{"maxItemsOne":true},"name":{"maxItemsOne":false},"phone_numbers":{"maxItemsOne":false}}},"aws_imagebuilder_component":{"current":"aws:imagebuilder/getComponent:getComponent","majorVersion":6,"fields":{"supported_os_versions":{"maxItemsOne":false}}},"aws_imagebuilder_components":{"current":"aws:imagebuilder/getComponents:getComponents","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_imagebuilder_container_recipe":{"current":"aws:imagebuilder/getContainerRecipe:getContainerRecipe","majorVersion":6,"fields":{"component":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false}}}},"instance_configuration":{"maxItemsOne":false,"elem":{"fields":{"block_device_mapping":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":false}}}}}}},"target_repository":{"maxItemsOne":false}}},"aws_imagebuilder_container_recipes":{"current":"aws:imagebuilder/getContainerRecipes:getContainerRecipes","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_imagebuilder_distribution_configuration":{"current":"aws:imagebuilder/getDistributionConfiguration:getDistributionConfiguration","majorVersion":6,"fields":{"distribution":{"maxItemsOne":false,"elem":{"fields":{"ami_distribution_configuration":{"maxItemsOne":false,"elem":{"fields":{"launch_permission":{"maxItemsOne":false,"elem":{"fields":{"organization_arns":{"maxItemsOne":false},"organizational_unit_arns":{"maxItemsOne":false},"user_groups":{"maxItemsOne":false},"user_ids":{"maxItemsOne":false}}}},"target_account_ids":{"maxItemsOne":false}}}},"container_distribution_configuration":{"maxItemsOne":false,"elem":{"fields":{"container_tags":{"maxItemsOne":false},"target_repository":{"maxItemsOne":false}}}},"fast_launch_configuration":{"maxItemsOne":false,"elem":{"fields":{"launch_template":{"maxItemsOne":false},"snapshot_configuration":{"maxItemsOne":false}}}},"launch_template_configuration":{"maxItemsOne":false},"license_configuration_arns":{"maxItemsOne":false}}}}}},"aws_imagebuilder_distribution_configurations":{"current":"aws:imagebuilder/getDistributionConfigurations:getDistributionConfigurations","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_imagebuilder_image":{"current":"aws:imagebuilder/getImage:getImage","majorVersion":6,"fields":{"image_scanning_configuration":{"maxItemsOne":false,"elem":{"fields":{"ecr_configuration":{"maxItemsOne":false,"elem":{"fields":{"container_tags":{"maxItemsOne":false}}}}}}},"image_tests_configuration":{"maxItemsOne":false},"output_resources":{"maxItemsOne":false,"elem":{"fields":{"amis":{"maxItemsOne":false},"containers":{"maxItemsOne":false,"elem":{"fields":{"image_uris":{"maxItemsOne":false}}}}}}}}},"aws_imagebuilder_image_pipeline":{"current":"aws:imagebuilder/getImagePipeline:getImagePipeline","majorVersion":6,"fields":{"image_scanning_configuration":{"maxItemsOne":false,"elem":{"fields":{"ecr_configuration":{"maxItemsOne":false,"elem":{"fields":{"container_tags":{"maxItemsOne":false}}}}}}},"image_tests_configuration":{"maxItemsOne":false},"schedule":{"maxItemsOne":false}}},"aws_imagebuilder_image_pipelines":{"current":"aws:imagebuilder/getImagePipelines:getImagePipelines","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_imagebuilder_image_recipe":{"current":"aws:imagebuilder/getImageRecipe:getImageRecipe","majorVersion":6,"fields":{"block_device_mapping":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":false}}}},"component":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false}}}}}},"aws_imagebuilder_image_recipes":{"current":"aws:imagebuilder/getImageRecipes:getImageRecipes","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_imagebuilder_infrastructure_configuration":{"current":"aws:imagebuilder/getInfrastructureConfiguration:getInfrastructureConfiguration","majorVersion":6,"fields":{"instance_metadata_options":{"maxItemsOne":false},"instance_types":{"maxItemsOne":false},"logging":{"maxItemsOne":false,"elem":{"fields":{"s3_logs":{"maxItemsOne":false}}}},"security_group_ids":{"maxItemsOne":false}}},"aws_imagebuilder_infrastructure_configurations":{"current":"aws:imagebuilder/getInfrastructureConfigurations:getInfrastructureConfigurations","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_inspector_rules_packages":{"current":"aws:inspector/getRulesPackages:getRulesPackages","majorVersion":6,"fields":{"arns":{"maxItemsOne":false}}},"aws_instance":{"current":"aws:ec2/getInstance:getInstance","majorVersion":6,"fields":{"credit_specification":{"maxItemsOne":false},"ebs_block_device":{"maxItemsOne":false},"enclave_options":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ipv6_addresses":{"maxItemsOne":false},"maintenance_options":{"maxItemsOne":false},"metadata_options":{"maxItemsOne":false},"private_dns_name_options":{"maxItemsOne":false},"root_block_device":{"maxItemsOne":false},"secondary_private_ips":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_instances":{"current":"aws:ec2/getInstances:getInstances","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false},"instance_state_names":{"maxItemsOne":false},"ipv6_addresses":{"maxItemsOne":false},"private_ips":{"maxItemsOne":false},"public_ips":{"maxItemsOne":false}}},"aws_internet_gateway":{"current":"aws:ec2/getInternetGateway:getInternetGateway","majorVersion":6,"fields":{"attachments":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_iot_endpoint":{"current":"aws:iot/getEndpoint:getEndpoint","majorVersion":6},"aws_iot_registration_code":{"current":"aws:iot/getRegistrationCode:getRegistrationCode","majorVersion":6},"aws_ip_ranges":{"current":"aws:index/getIpRanges:getIpRanges","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"regions":{"maxItemsOne":false},"services":{"maxItemsOne":false}}},"aws_ivs_stream_key":{"current":"aws:ivs/getStreamKey:getStreamKey","majorVersion":6},"aws_kendra_experience":{"current":"aws:kendra/getExperience:getExperience","majorVersion":6,"fields":{"configuration":{"maxItemsOne":false,"elem":{"fields":{"content_source_configuration":{"maxItemsOne":false,"elem":{"fields":{"data_source_ids":{"maxItemsOne":false},"faq_ids":{"maxItemsOne":false}}}},"user_identity_configuration":{"maxItemsOne":false}}}},"endpoints":{"maxItemsOne":false}}},"aws_kendra_faq":{"current":"aws:kendra/getFaq:getFaq","majorVersion":6,"fields":{"s3_path":{"maxItemsOne":false}}},"aws_kendra_index":{"current":"aws:kendra/getIndex:getIndex","majorVersion":6,"fields":{"capacity_units":{"maxItemsOne":false},"document_metadata_configuration_updates":{"maxItemsOne":false,"elem":{"fields":{"relevance":{"maxItemsOne":false},"search":{"maxItemsOne":false}}}},"index_statistics":{"maxItemsOne":false,"elem":{"fields":{"faq_statistics":{"maxItemsOne":false},"text_document_statistics":{"maxItemsOne":false}}}},"server_side_encryption_configuration":{"maxItemsOne":false},"user_group_resolution_configuration":{"maxItemsOne":false},"user_token_configurations":{"maxItemsOne":false,"elem":{"fields":{"json_token_type_configuration":{"maxItemsOne":false},"jwt_token_type_configuration":{"maxItemsOne":false}}}}}},"aws_kendra_query_suggestions_block_list":{"current":"aws:kendra/getQuerySuggestionsBlockList:getQuerySuggestionsBlockList","majorVersion":6,"fields":{"source_s3_path":{"maxItemsOne":false}}},"aws_kendra_thesaurus":{"current":"aws:kendra/getThesaurus:getThesaurus","majorVersion":6,"fields":{"source_s3_path":{"maxItemsOne":false}}},"aws_key_pair":{"current":"aws:ec2/getKeyPair:getKeyPair","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_kinesis_firehose_delivery_stream":{"current":"aws:kinesis/getFirehoseDeliveryStream:getFirehoseDeliveryStream","majorVersion":6},"aws_kinesis_stream":{"current":"aws:kinesis/getStream:getStream","majorVersion":6,"fields":{"closed_shards":{"maxItemsOne":false},"open_shards":{"maxItemsOne":false},"shard_level_metrics":{"maxItemsOne":false},"stream_mode_details":{"maxItemsOne":false}}},"aws_kinesis_stream_consumer":{"current":"aws:kinesis/getStreamConsumer:getStreamConsumer","majorVersion":6},"aws_kms_alias":{"current":"aws:kms/getAlias:getAlias","majorVersion":6},"aws_kms_ciphertext":{"current":"aws:kms/getCipherText:getCipherText","majorVersion":6},"aws_kms_custom_key_store":{"current":"aws:kms/getCustomKeyStore:getCustomKeyStore","majorVersion":6},"aws_kms_key":{"current":"aws:kms/getKey:getKey","majorVersion":6,"fields":{"grant_tokens":{"maxItemsOne":false},"multi_region_configuration":{"maxItemsOne":false,"elem":{"fields":{"primary_key":{"maxItemsOne":false},"replica_keys":{"maxItemsOne":false}}}},"xks_key_configuration":{"maxItemsOne":false}}},"aws_kms_public_key":{"current":"aws:kms/getPublicKey:getPublicKey","majorVersion":6,"fields":{"encryption_algorithms":{"maxItemsOne":false},"grant_tokens":{"maxItemsOne":false},"signing_algorithms":{"maxItemsOne":false}}},"aws_kms_secret":{"current":"aws:kms/getSecret:getSecret","majorVersion":6,"fields":{"secret":{"maxItemsOne":false,"elem":{"fields":{"grant_tokens":{"maxItemsOne":false}}}}}},"aws_kms_secrets":{"current":"aws:kms/getSecrets:getSecrets","majorVersion":6,"fields":{"secret":{"maxItemsOne":false,"elem":{"fields":{"grant_tokens":{"maxItemsOne":false}}}}}},"aws_lakeformation_data_lake_settings":{"current":"aws:lakeformation/getDataLakeSettings:getDataLakeSettings","majorVersion":6,"fields":{"admins":{"maxItemsOne":false},"authorized_session_tag_value_list":{"maxItemsOne":false},"create_database_default_permissions":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"create_table_default_permissions":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"external_data_filtering_allow_list":{"maxItemsOne":false},"read_only_admins":{"maxItemsOne":false},"trusted_resource_owners":{"maxItemsOne":false}}},"aws_lakeformation_permissions":{"current":"aws:lakeformation/getPermissions:getPermissions","majorVersion":6,"fields":{"data_location":{"maxItemsOne":true},"database":{"maxItemsOne":true},"lf_tag":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"lf_tag_policy":{"maxItemsOne":true,"elem":{"fields":{"expression":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"permissions":{"maxItemsOne":false},"permissions_with_grant_option":{"maxItemsOne":false},"table":{"maxItemsOne":true},"table_with_columns":{"maxItemsOne":true,"elem":{"fields":{"column_names":{"maxItemsOne":false},"excluded_column_names":{"maxItemsOne":false}}}}}},"aws_lakeformation_resource":{"current":"aws:lakeformation/getResource:getResource","majorVersion":6},"aws_lambda_alias":{"current":"aws:lambda/getAlias:getAlias","majorVersion":6},"aws_lambda_code_signing_config":{"current":"aws:lambda/getCodeSigningConfig:getCodeSigningConfig","majorVersion":6,"fields":{"allowed_publishers":{"maxItemsOne":false,"elem":{"fields":{"signing_profile_version_arns":{"maxItemsOne":false}}}},"policies":{"maxItemsOne":false}}},"aws_lambda_function":{"current":"aws:lambda/getFunction:getFunction","majorVersion":6,"fields":{"architectures":{"maxItemsOne":false},"dead_letter_config":{"maxItemsOne":true},"environment":{"maxItemsOne":true},"ephemeral_storage":{"maxItemsOne":false},"file_system_config":{"maxItemsOne":false},"layers":{"maxItemsOne":false},"tracing_config":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_lambda_function_url":{"current":"aws:lambda/getFunctionUrl:getFunctionUrl","majorVersion":6,"fields":{"cors":{"maxItemsOne":false,"elem":{"fields":{"allow_headers":{"maxItemsOne":false},"allow_methods":{"maxItemsOne":false},"allow_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}}}},"aws_lambda_functions":{"current":"aws:lambda/getFunctions:getFunctions","majorVersion":6,"fields":{"function_arns":{"maxItemsOne":false},"function_names":{"maxItemsOne":false}}},"aws_lambda_invocation":{"current":"aws:lambda/getInvocation:getInvocation","majorVersion":6},"aws_lambda_layer_version":{"current":"aws:lambda/getLayerVersion:getLayerVersion","majorVersion":6,"fields":{"compatible_architectures":{"maxItemsOne":false},"compatible_runtimes":{"maxItemsOne":false}}},"aws_launch_configuration":{"current":"aws:ec2/getLaunchConfiguration:getLaunchConfiguration","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false},"metadata_options":{"maxItemsOne":false},"root_block_device":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}},"aws_launch_template":{"current":"aws:ec2/getLaunchTemplate:getLaunchTemplate","majorVersion":6,"fields":{"block_device_mappings":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":false}}}},"capacity_reservation_specification":{"maxItemsOne":false,"elem":{"fields":{"capacity_reservation_target":{"maxItemsOne":false}}}},"cpu_options":{"maxItemsOne":false},"credit_specification":{"maxItemsOne":false},"elastic_gpu_specifications":{"maxItemsOne":false},"elastic_inference_accelerator":{"maxItemsOne":false},"enclave_options":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"hibernation_options":{"maxItemsOne":false},"iam_instance_profile":{"maxItemsOne":false},"instance_market_options":{"maxItemsOne":false,"elem":{"fields":{"spot_options":{"maxItemsOne":false}}}},"instance_requirements":{"maxItemsOne":false,"elem":{"fields":{"accelerator_count":{"maxItemsOne":false},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":false},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":false},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":false},"memory_mib":{"maxItemsOne":false},"network_bandwidth_gbps":{"maxItemsOne":false},"network_interface_count":{"maxItemsOne":false},"total_local_storage_gb":{"maxItemsOne":false},"vcpu_count":{"maxItemsOne":false}}}},"license_specification":{"maxItemsOne":false},"maintenance_options":{"maxItemsOne":false},"metadata_options":{"maxItemsOne":false},"monitoring":{"maxItemsOne":false},"network_interfaces":{"maxItemsOne":false,"elem":{"fields":{"ipv4_addresses":{"maxItemsOne":false},"ipv4_prefixes":{"maxItemsOne":false},"ipv6_addresses":{"maxItemsOne":false},"ipv6_prefixes":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}},"placement":{"maxItemsOne":false},"private_dns_name_options":{"maxItemsOne":false},"security_group_names":{"maxItemsOne":false},"tag_specifications":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_lb":{"current":"aws:lb/getLoadBalancer:getLoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_mapping":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_lb_hosted_zone_id":{"current":"aws:lb/getHostedZoneId:getHostedZoneId","majorVersion":6},"aws_lb_listener":{"current":"aws:lb/getListener:getListener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":false},"authenticate_oidc":{"maxItemsOne":false},"fixed_response":{"maxItemsOne":false},"forward":{"maxItemsOne":false,"elem":{"fields":{"stickiness":{"maxItemsOne":false},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":false}}}}}},"aws_lb_target_group":{"current":"aws:lb/getTargetGroup:getTargetGroup","majorVersion":6,"fields":{"health_check":{"maxItemsOne":true},"stickiness":{"maxItemsOne":true}}},"aws_lbs":{"current":"aws:lb/getLbs:getLbs","majorVersion":6,"fields":{"arns":{"maxItemsOne":false}}},"aws_lex_bot":{"current":"aws:lex/getBot:getBot","majorVersion":6},"aws_lex_bot_alias":{"current":"aws:lex/getBotAlias:getBotAlias","majorVersion":6},"aws_lex_intent":{"current":"aws:lex/getIntent:getIntent","majorVersion":6},"aws_lex_slot_type":{"current":"aws:lex/getSlotType:getSlotType","majorVersion":6,"fields":{"enumeration_value":{"maxItemsOne":false,"elem":{"fields":{"synonyms":{"maxItemsOne":false}}}}}},"aws_licensemanager_grants":{"current":"aws:licensemanager/getLicenseGrants:getLicenseGrants","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_licensemanager_received_license":{"current":"aws:licensemanager/getReceivedLicense:getReceivedLicense","majorVersion":6,"fields":{"consumption_configuration":{"maxItemsOne":false,"elem":{"fields":{"borrow_configuration":{"maxItemsOne":false},"provisional_configuration":{"maxItemsOne":false}}}},"entitlements":{"maxItemsOne":false},"issuer":{"maxItemsOne":false},"license_metadata":{"maxItemsOne":false},"received_metadata":{"maxItemsOne":false,"elem":{"fields":{"allowed_operations":{"maxItemsOne":false}}}},"validity":{"maxItemsOne":false}}},"aws_licensemanager_received_licenses":{"current":"aws:licensemanager/getReceivedLicenses:getReceivedLicenses","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_location_geofence_collection":{"current":"aws:location/getGeofenceCollection:getGeofenceCollection","majorVersion":6},"aws_location_map":{"current":"aws:location/getMap:getMap","majorVersion":6,"fields":{"configuration":{"maxItemsOne":false}}},"aws_location_place_index":{"current":"aws:location/getPlaceIndex:getPlaceIndex","majorVersion":6,"fields":{"data_source_configuration":{"maxItemsOne":false}}},"aws_location_route_calculator":{"current":"aws:location/getRouteCalculator:getRouteCalculator","majorVersion":6},"aws_location_tracker":{"current":"aws:location/getTracker:getTracker","majorVersion":6},"aws_location_tracker_association":{"current":"aws:location/getTrackerAssociation:getTrackerAssociation","majorVersion":6},"aws_location_tracker_associations":{"current":"aws:location/getTrackerAssociations:getTrackerAssociations","majorVersion":6,"fields":{"consumer_arns":{"maxItemsOne":false}}},"aws_media_convert_queue":{"current":"aws:mediaconvert/getQueue:getQueue","majorVersion":6},"aws_memorydb_acl":{"current":"aws:memorydb/getAcl:getAcl","majorVersion":6,"fields":{"user_names":{"maxItemsOne":false}}},"aws_memorydb_cluster":{"current":"aws:memorydb/getCluster:getCluster","majorVersion":6,"fields":{"cluster_endpoint":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"shards":{"maxItemsOne":false,"elem":{"fields":{"nodes":{"maxItemsOne":false,"elem":{"fields":{"endpoint":{"maxItemsOne":false}}}}}}}}},"aws_memorydb_parameter_group":{"current":"aws:memorydb/getParameterGroup:getParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_memorydb_snapshot":{"current":"aws:memorydb/getSnapshot:getSnapshot","majorVersion":6,"fields":{"cluster_configuration":{"maxItemsOne":false}}},"aws_memorydb_subnet_group":{"current":"aws:memorydb/getSubnetGroup:getSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_memorydb_user":{"current":"aws:memorydb/getUser:getUser","majorVersion":6,"fields":{"authentication_mode":{"maxItemsOne":false}}},"aws_mq_broker":{"current":"aws:mq/getBroker:getBroker","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true},"encryption_options":{"maxItemsOne":false},"instances":{"maxItemsOne":false,"elem":{"fields":{"endpoints":{"maxItemsOne":false}}}},"ldap_server_metadata":{"maxItemsOne":false,"elem":{"fields":{"hosts":{"maxItemsOne":false}}}},"logs":{"maxItemsOne":true},"maintenance_window_start_time":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false},"user":{"maxItemsOne":false,"elem":{"fields":{"groups":{"maxItemsOne":false}}}}}},"aws_mq_broker_instance_type_offerings":{"current":"aws:mq/getInstanceTypeOfferings:getInstanceTypeOfferings","majorVersion":6,"fields":{"broker_instance_options":{"maxItemsOne":false,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"supported_deployment_modes":{"maxItemsOne":false},"supported_engine_versions":{"maxItemsOne":false}}}}}},"aws_msk_broker_nodes":{"current":"aws:msk/getBrokerNodes:getBrokerNodes","majorVersion":6,"fields":{"node_info_list":{"maxItemsOne":false,"elem":{"fields":{"endpoints":{"maxItemsOne":false}}}}}},"aws_msk_cluster":{"current":"aws:msk/getCluster:getCluster","majorVersion":6},"aws_msk_configuration":{"current":"aws:msk/getConfiguration:getConfiguration","majorVersion":6,"fields":{"kafka_versions":{"maxItemsOne":false}}},"aws_msk_kafka_version":{"current":"aws:msk/getKafkaVersion:getKafkaVersion","majorVersion":6,"fields":{"preferred_versions":{"maxItemsOne":false}}},"aws_msk_vpc_connection":{"current":"aws:msk/getVpcConnection:getVpcConnection","majorVersion":6,"fields":{"client_subnets":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}},"aws_mskconnect_connector":{"current":"aws:mskconnect/getConnector:getConnector","majorVersion":6},"aws_mskconnect_custom_plugin":{"current":"aws:mskconnect/getCustomPlugin:getCustomPlugin","majorVersion":6},"aws_mskconnect_worker_configuration":{"current":"aws:mskconnect/getWorkerConfiguration:getWorkerConfiguration","majorVersion":6},"aws_nat_gateway":{"current":"aws:ec2/getNatGateway:getNatGateway","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"secondary_allocation_ids":{"maxItemsOne":false},"secondary_private_ip_addresses":{"maxItemsOne":false}}},"aws_nat_gateways":{"current":"aws:ec2/getNatGateways:getNatGateways","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_neptune_engine_version":{"current":"aws:neptune/getEngineVersion:getEngineVersion","majorVersion":6,"fields":{"exportable_log_types":{"maxItemsOne":false},"preferred_versions":{"maxItemsOne":false},"supported_timezones":{"maxItemsOne":false},"valid_upgrade_targets":{"maxItemsOne":false}}},"aws_neptune_orderable_db_instance":{"current":"aws:neptune/getOrderableDbInstance:getOrderableDbInstance","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"preferred_instance_classes":{"maxItemsOne":false}}},"aws_network_acls":{"current":"aws:ec2/getNetworkAcls:getNetworkAcls","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_network_interface":{"current":"aws:ec2/getNetworkInterface:getNetworkInterface","majorVersion":6,"fields":{"association":{"maxItemsOne":false},"attachment":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ipv6_addresses":{"maxItemsOne":false},"private_ips":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}},"aws_network_interfaces":{"current":"aws:ec2/getNetworkInterfaces:getNetworkInterfaces","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_networkfirewall_firewall":{"current":"aws:networkfirewall/getFirewall:getFirewall","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":false},"firewall_status":{"maxItemsOne":false,"elem":{"fields":{"capacity_usage_summary":{"maxItemsOne":false,"elem":{"fields":{"cidrs":{"maxItemsOne":false,"elem":{"fields":{"ip_set_references":{"maxItemsOne":false}}}}}}},"sync_states":{"maxItemsOne":false,"elem":{"fields":{"attachment":{"maxItemsOne":false}}}}}}},"subnet_mapping":{"maxItemsOne":false}}},"aws_networkfirewall_firewall_policy":{"current":"aws:networkfirewall/getFirewallPolicy:getFirewallPolicy","majorVersion":6,"fields":{"firewall_policy":{"maxItemsOne":false,"elem":{"fields":{"stateful_default_actions":{"maxItemsOne":false},"stateful_engine_options":{"maxItemsOne":false},"stateful_rule_group_reference":{"maxItemsOne":false,"elem":{"fields":{"override":{"maxItemsOne":false}}}},"stateless_custom_action":{"maxItemsOne":false,"elem":{"fields":{"action_definition":{"maxItemsOne":false,"elem":{"fields":{"publish_metric_action":{"maxItemsOne":false,"elem":{"fields":{"dimension":{"maxItemsOne":false}}}}}}}}}},"stateless_default_actions":{"maxItemsOne":false},"stateless_fragment_default_actions":{"maxItemsOne":false},"stateless_rule_group_reference":{"maxItemsOne":false}}}}}},"aws_networkfirewall_resource_policy":{"current":"aws:networkfirewall/getResourcePolicy:getResourcePolicy","majorVersion":6},"aws_networkmanager_connection":{"current":"aws:networkmanager/getConnection:getConnection","majorVersion":6},"aws_networkmanager_connections":{"current":"aws:networkmanager/getConnections:getConnections","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_networkmanager_core_network_policy_document":{"current":"aws:networkmanager/getCoreNetworkPolicyDocument:getCoreNetworkPolicyDocument","majorVersion":6,"fields":{"attachment_policies":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true},"conditions":{"maxItemsOne":false}}}},"core_network_configuration":{"maxItemsOne":false,"elem":{"fields":{"asn_ranges":{"maxItemsOne":false},"edge_locations":{"maxItemsOne":false,"elem":{"fields":{"inside_cidr_blocks":{"maxItemsOne":false}}}},"inside_cidr_blocks":{"maxItemsOne":false}}}},"segment_actions":{"maxItemsOne":false,"elem":{"fields":{"destination_cidr_blocks":{"maxItemsOne":false},"destinations":{"maxItemsOne":false},"share_with":{"maxItemsOne":false},"share_with_except":{"maxItemsOne":false}}}},"segments":{"maxItemsOne":false,"elem":{"fields":{"allow_filter":{"maxItemsOne":false},"deny_filter":{"maxItemsOne":false},"edge_locations":{"maxItemsOne":false}}}}}},"aws_networkmanager_device":{"current":"aws:networkmanager/getDevice:getDevice","majorVersion":6,"fields":{"aws_location":{"maxItemsOne":false},"location":{"maxItemsOne":false}}},"aws_networkmanager_devices":{"current":"aws:networkmanager/getDevices:getDevices","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_networkmanager_global_network":{"current":"aws:networkmanager/getGlobalNetwork:getGlobalNetwork","majorVersion":6},"aws_networkmanager_global_networks":{"current":"aws:networkmanager/getGlobalNetworks:getGlobalNetworks","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_networkmanager_link":{"current":"aws:networkmanager/getLink:getLink","majorVersion":6,"fields":{"bandwidth":{"maxItemsOne":false}}},"aws_networkmanager_links":{"current":"aws:networkmanager/getLinks:getLinks","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_networkmanager_site":{"current":"aws:networkmanager/getSite:getSite","majorVersion":6,"fields":{"location":{"maxItemsOne":false}}},"aws_networkmanager_sites":{"current":"aws:networkmanager/getSites:getSites","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_oam_link":{"current":"aws:oam/getLink:getLink","majorVersion":6,"fields":{"resource_types":{"maxItemsOne":false}}},"aws_oam_links":{"current":"aws:oam/getLinks:getLinks","majorVersion":6,"fields":{"arns":{"maxItemsOne":false}}},"aws_oam_sink":{"current":"aws:oam/getSink:getSink","majorVersion":6},"aws_oam_sinks":{"current":"aws:oam/getSinks:getSinks","majorVersion":6,"fields":{"arns":{"maxItemsOne":false}}},"aws_opensearch_domain":{"current":"aws:opensearch/getDomain:getDomain","majorVersion":6,"fields":{"advanced_security_options":{"maxItemsOne":false},"auto_tune_options":{"maxItemsOne":false,"elem":{"fields":{"maintenance_schedule":{"maxItemsOne":false,"elem":{"fields":{"duration":{"maxItemsOne":false}}}}}}},"cluster_config":{"maxItemsOne":false,"elem":{"fields":{"cold_storage_options":{"maxItemsOne":false},"zone_awareness_config":{"maxItemsOne":false}}}},"cognito_options":{"maxItemsOne":false},"ebs_options":{"maxItemsOne":false},"encryption_at_rest":{"maxItemsOne":false},"log_publishing_options":{"maxItemsOne":false},"node_to_node_encryption":{"maxItemsOne":false},"off_peak_window_options":{"maxItemsOne":true,"elem":{"fields":{"off_peak_window":{"maxItemsOne":false,"elem":{"fields":{"window_start_time":{"maxItemsOne":false}}}}}}},"snapshot_options":{"maxItemsOne":false},"software_update_options":{"maxItemsOne":false},"vpc_options":{"maxItemsOne":false,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_opensearchserverless_access_policy":{"current":"aws:opensearch/getServerlessAccessPolicy:getServerlessAccessPolicy","majorVersion":6},"aws_opensearchserverless_collection":{"current":"aws:opensearch/getServerlessCollection:getServerlessCollection","majorVersion":6},"aws_opensearchserverless_lifecycle_policy":{"current":"aws:opensearch/getServerlessLifecyclePolicy:getServerlessLifecyclePolicy","majorVersion":6},"aws_opensearchserverless_security_config":{"current":"aws:opensearch/getServerlessSecurityConfig:getServerlessSecurityConfig","majorVersion":6},"aws_opensearchserverless_security_policy":{"current":"aws:opensearch/getServerlessSecurityPolicy:getServerlessSecurityPolicy","majorVersion":6},"aws_opensearchserverless_vpc_endpoint":{"current":"aws:opensearch/getServerlessVpcEndpoint:getServerlessVpcEndpoint","majorVersion":6,"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_organizations_delegated_administrators":{"current":"aws:organizations/getDelegatedAdministrators:getDelegatedAdministrators","majorVersion":6,"fields":{"delegated_administrators":{"maxItemsOne":false}}},"aws_organizations_delegated_services":{"current":"aws:organizations/getDelegatedServices:getDelegatedServices","majorVersion":6,"fields":{"delegated_services":{"maxItemsOne":false}}},"aws_organizations_organization":{"current":"aws:organizations/getOrganization:getOrganization","majorVersion":6,"fields":{"accounts":{"maxItemsOne":false},"aws_service_access_principals":{"maxItemsOne":false},"enabled_policy_types":{"maxItemsOne":false},"non_master_accounts":{"maxItemsOne":false},"roots":{"maxItemsOne":false,"elem":{"fields":{"policy_types":{"maxItemsOne":false}}}}}},"aws_organizations_organizational_unit":{"current":"aws:organizations/getOrganizationalUnit:getOrganizationalUnit","majorVersion":6},"aws_organizations_organizational_unit_child_accounts":{"current":"aws:organizations/getOrganizationalUnitChildAccounts:getOrganizationalUnitChildAccounts","majorVersion":6,"fields":{"accounts":{"maxItemsOne":false}}},"aws_organizations_organizational_unit_descendant_accounts":{"current":"aws:organizations/getOrganizationalUnitDescendantAccounts:getOrganizationalUnitDescendantAccounts","majorVersion":6,"fields":{"accounts":{"maxItemsOne":false}}},"aws_organizations_organizational_units":{"current":"aws:organizations/getOrganizationalUnits:getOrganizationalUnits","majorVersion":6,"fields":{"children":{"maxItemsOne":false}}},"aws_organizations_policies":{"current":"aws:organizations/getPolicies:getPolicies","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_organizations_policies_for_target":{"current":"aws:organizations/getPoliciesForTarget:getPoliciesForTarget","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_organizations_policy":{"current":"aws:organizations/getPolicy:getPolicy","majorVersion":6},"aws_organizations_resource_tags":{"current":"aws:organizations/getResourceTags:getResourceTags","majorVersion":6},"aws_outposts_asset":{"current":"aws:outposts/getAsset:getAsset","majorVersion":6},"aws_outposts_assets":{"current":"aws:outposts/getAssets:getAssets","majorVersion":6,"fields":{"asset_ids":{"maxItemsOne":false},"host_id_filter":{"maxItemsOne":false},"status_id_filter":{"maxItemsOne":false}}},"aws_outposts_outpost":{"current":"aws:outposts/getOutpost:getOutpost","majorVersion":6},"aws_outposts_outpost_instance_type":{"current":"aws:outposts/getOutpostInstanceType:getOutpostInstanceType","majorVersion":6,"fields":{"preferred_instance_types":{"maxItemsOne":false}}},"aws_outposts_outpost_instance_types":{"current":"aws:outposts/getOutpostInstanceTypes:getOutpostInstanceTypes","majorVersion":6,"fields":{"instance_types":{"maxItemsOne":false}}},"aws_outposts_outposts":{"current":"aws:outposts/getOutposts:getOutposts","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"ids":{"maxItemsOne":false}}},"aws_outposts_site":{"current":"aws:outposts/getSite:getSite","majorVersion":6},"aws_outposts_sites":{"current":"aws:outposts/getSites:getSites","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_partition":{"current":"aws:index/getPartition:getPartition","majorVersion":6},"aws_prefix_list":{"current":"aws:ec2/getPrefixList:getPrefixList","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_pricing_product":{"current":"aws:pricing/getProduct:getProduct","majorVersion":6,"fields":{"filters":{"maxItemsOne":false}}},"aws_prometheus_workspace":{"current":"aws:amp/getWorkspace:getWorkspace","majorVersion":6},"aws_prometheus_workspaces":{"current":"aws:amp/getWorkspaces:getWorkspaces","majorVersion":6,"fields":{"aliases":{"maxItemsOne":false},"arns":{"maxItemsOne":false},"workspace_ids":{"maxItemsOne":false}}},"aws_qldb_ledger":{"current":"aws:qldb/getLedger:getLedger","majorVersion":6},"aws_quicksight_data_set":{"current":"aws:quicksight/getDataSet:getDataSet","majorVersion":6,"fields":{"column_groups":{"maxItemsOne":false,"elem":{"fields":{"geo_spatial_column_group":{"maxItemsOne":false,"elem":{"fields":{"columns":{"maxItemsOne":false}}}}}}},"column_level_permission_rules":{"maxItemsOne":false,"elem":{"fields":{"column_names":{"maxItemsOne":false},"principals":{"maxItemsOne":false}}}},"data_set_usage_configuration":{"maxItemsOne":false},"field_folders":{"maxItemsOne":false,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"logical_table_map":{"maxItemsOne":false,"elem":{"fields":{"data_transforms":{"maxItemsOne":false,"elem":{"fields":{"cast_column_type_operation":{"maxItemsOne":false},"create_columns_operation":{"maxItemsOne":false,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"filter_operation":{"maxItemsOne":false},"project_operation":{"maxItemsOne":false,"elem":{"fields":{"projected_columns":{"maxItemsOne":false}}}},"rename_column_operation":{"maxItemsOne":false},"tag_column_operation":{"maxItemsOne":false,"elem":{"fields":{"tags":{"maxItemsOne":false,"elem":{"fields":{"column_description":{"maxItemsOne":false}}}}}}},"untag_column_operation":{"maxItemsOne":false,"elem":{"fields":{"tag_names":{"maxItemsOne":false}}}}}}},"source":{"maxItemsOne":false,"elem":{"fields":{"join_instruction":{"maxItemsOne":false,"elem":{"fields":{"left_join_key_properties":{"maxItemsOne":false},"right_join_key_properties":{"maxItemsOne":false}}}}}}}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"physical_table_map":{"maxItemsOne":false,"elem":{"fields":{"custom_sql":{"maxItemsOne":false,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"relational_table":{"maxItemsOne":false,"elem":{"fields":{"input_columns":{"maxItemsOne":false}}}},"s3_source":{"maxItemsOne":false,"elem":{"fields":{"input_columns":{"maxItemsOne":false},"upload_settings":{"maxItemsOne":false}}}}}}},"row_level_permission_data_set":{"maxItemsOne":false},"row_level_permission_tag_configuration":{"maxItemsOne":false,"elem":{"fields":{"tag_rules":{"maxItemsOne":false}}}}}},"aws_quicksight_group":{"current":"aws:quicksight/getQuicksightGroup:getQuicksightGroup","majorVersion":6},"aws_quicksight_theme":{"current":"aws:quicksight/getTheme:getTheme","majorVersion":6,"fields":{"configuration":{"maxItemsOne":false,"elem":{"fields":{"data_color_palette":{"maxItemsOne":false,"elem":{"fields":{"colors":{"maxItemsOne":false},"min_max_gradient":{"maxItemsOne":false}}}},"sheet":{"maxItemsOne":false,"elem":{"fields":{"tile":{"maxItemsOne":false,"elem":{"fields":{"border":{"maxItemsOne":false}}}},"tile_layout":{"maxItemsOne":false,"elem":{"fields":{"gutter":{"maxItemsOne":false},"margin":{"maxItemsOne":false}}}}}}},"typography":{"maxItemsOne":false,"elem":{"fields":{"font_families":{"maxItemsOne":false}}}},"ui_color_palette":{"maxItemsOne":false}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}}}},"aws_quicksight_user":{"current":"aws:quicksight/getQuicksightUser:getQuicksightUser","majorVersion":6},"aws_ram_resource_share":{"current":"aws:ram/getResourceShare:getResourceShare","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"resource_arns":{"maxItemsOne":false}}},"aws_rds_certificate":{"current":"aws:rds/getCertificate:getCertificate","majorVersion":6},"aws_rds_cluster":{"current":"aws:rds/getCluster:getCluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"cluster_members":{"maxItemsOne":false},"enabled_cloudwatch_logs_exports":{"maxItemsOne":false},"iam_roles":{"maxItemsOne":false},"master_user_secret":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_rds_clusters":{"current":"aws:rds/getClusters:getClusters","majorVersion":6,"fields":{"cluster_arns":{"maxItemsOne":false},"cluster_identifiers":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_rds_engine_version":{"current":"aws:rds/getEngineVersion:getEngineVersion","majorVersion":6,"fields":{"exportable_log_types":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"preferred_versions":{"maxItemsOne":false},"supported_character_sets":{"maxItemsOne":false},"supported_feature_names":{"maxItemsOne":false},"supported_modes":{"maxItemsOne":false},"supported_timezones":{"maxItemsOne":false},"valid_upgrade_targets":{"maxItemsOne":false}}},"aws_rds_orderable_db_instance":{"current":"aws:rds/getOrderableDbInstance:getOrderableDbInstance","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"preferred_engine_versions":{"maxItemsOne":false},"preferred_instance_classes":{"maxItemsOne":false},"supported_engine_modes":{"maxItemsOne":false},"supported_network_types":{"maxItemsOne":false}}},"aws_rds_reserved_instance_offering":{"current":"aws:rds/getReservedInstanceOffering:getReservedInstanceOffering","majorVersion":6},"aws_redshift_cluster":{"current":"aws:redshift/getCluster:getCluster","majorVersion":6,"fields":{"cluster_nodes":{"maxItemsOne":false},"iam_roles":{"maxItemsOne":false},"log_exports":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_redshift_cluster_credentials":{"current":"aws:redshift/getClusterCredentials:getClusterCredentials","majorVersion":6,"fields":{"db_groups":{"maxItemsOne":false}}},"aws_redshift_orderable_cluster":{"current":"aws:redshift/getOrderableCluster:getOrderableCluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"preferred_node_types":{"maxItemsOne":false}}},"aws_redshift_service_account":{"current":"aws:redshift/getServiceAccount:getServiceAccount","majorVersion":6},"aws_redshift_subnet_group":{"current":"aws:redshift/getSubnetGroup:getSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_redshiftserverless_credentials":{"current":"aws:redshiftserverless/getCredentials:getCredentials","majorVersion":6},"aws_redshiftserverless_namespace":{"current":"aws:redshiftserverless/getNamespace:getNamespace","majorVersion":6,"fields":{"iam_roles":{"maxItemsOne":false},"log_exports":{"maxItemsOne":false}}},"aws_redshiftserverless_workgroup":{"current":"aws:redshiftserverless/getWorkgroup:getWorkgroup","majorVersion":6,"fields":{"endpoint":{"maxItemsOne":false,"elem":{"fields":{"vpc_endpoint":{"maxItemsOne":false,"elem":{"fields":{"network_interface":{"maxItemsOne":false}}}}}}},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_region":{"current":"aws:index/getRegion:getRegion","majorVersion":6},"aws_regions":{"current":"aws:index/getRegions:getRegions","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_resourcegroupstaggingapi_resources":{"current":"aws:resourcegroupstaggingapi/getResources:getResources","majorVersion":6,"fields":{"resource_arn_list":{"maxItemsOne":false},"resource_tag_mapping_list":{"maxItemsOne":false,"elem":{"fields":{"compliance_details":{"maxItemsOne":false,"elem":{"fields":{"keys_with_noncompliant_values":{"maxItemsOne":false},"non_compliant_keys":{"maxItemsOne":false}}}}}}},"resource_type_filters":{"maxItemsOne":false},"tag_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_route":{"current":"aws:ec2/getRoute:getRoute","majorVersion":6},"aws_route53_delegation_set":{"current":"aws:route53/getDelegationSet:getDelegationSet","majorVersion":6,"fields":{"name_servers":{"maxItemsOne":false}}},"aws_route53_resolver_endpoint":{"current":"aws:route53/getResolverEndpoint:getResolverEndpoint","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ip_addresses":{"maxItemsOne":false}}},"aws_route53_resolver_firewall_config":{"current":"aws:route53/getResolverFirewallConfig:getResolverFirewallConfig","majorVersion":6},"aws_route53_resolver_firewall_domain_list":{"current":"aws:route53/getResolverFirewallDomainList:getResolverFirewallDomainList","majorVersion":6},"aws_route53_resolver_firewall_rule_group":{"current":"aws:route53/getResolverFirewallRuleGroup:getResolverFirewallRuleGroup","majorVersion":6},"aws_route53_resolver_firewall_rule_group_association":{"current":"aws:route53/getResolverFirewallRuleGroupAssociation:getResolverFirewallRuleGroupAssociation","majorVersion":6},"aws_route53_resolver_firewall_rules":{"current":"aws:route53/getResolverFirewallRules:getResolverFirewallRules","majorVersion":6,"fields":{"firewall_rules":{"maxItemsOne":false}}},"aws_route53_resolver_query_log_config":{"current":"aws:route53/getQueryLogConfig:getQueryLogConfig","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_route53_resolver_rule":{"current":"aws:route53/getResolverRule:getResolverRule","majorVersion":6},"aws_route53_resolver_rules":{"current":"aws:route53/getResolverRules:getResolverRules","majorVersion":6,"fields":{"resolver_rule_ids":{"maxItemsOne":false}}},"aws_route53_traffic_policy_document":{"current":"aws:route53/getTrafficPolicyDocument:getTrafficPolicyDocument","majorVersion":6,"fields":{"endpoint":{"maxItemsOne":false},"rule":{"maxItemsOne":false,"elem":{"fields":{"geo_proximity_location":{"maxItemsOne":false},"items":{"maxItemsOne":false},"location":{"maxItemsOne":false},"primary":{"maxItemsOne":true},"region":{"maxItemsOne":false},"secondary":{"maxItemsOne":true}}}}}},"aws_route53_zone":{"current":"aws:route53/getZone:getZone","majorVersion":6,"fields":{"name_servers":{"maxItemsOne":false}}},"aws_route_table":{"current":"aws:ec2/getRouteTable:getRouteTable","majorVersion":6,"fields":{"associations":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"routes":{"maxItemsOne":false}}},"aws_route_tables":{"current":"aws:ec2/getRouteTables:getRouteTables","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_s3_account_public_access_block":{"current":"aws:s3/getAccountPublicAccessBlock:getAccountPublicAccessBlock","majorVersion":6},"aws_s3_bucket":{"current":"aws:s3/getBucket:getBucket","majorVersion":6},"aws_s3_bucket_object":{"current":"aws:s3/getBucketObject:getBucketObject","majorVersion":6},"aws_s3_bucket_objects":{"current":"aws:s3/getBucketObjects:getBucketObjects","majorVersion":6,"fields":{"common_prefixes":{"maxItemsOne":false},"keys":{"maxItemsOne":false},"owners":{"maxItemsOne":false}}},"aws_s3_bucket_policy":{"current":"aws:s3/getBucketPolicy:getBucketPolicy","majorVersion":6},"aws_s3_object":{"current":"aws:s3/getObject:getObject","majorVersion":6},"aws_s3_objects":{"current":"aws:s3/getObjects:getObjects","majorVersion":6,"fields":{"common_prefixes":{"maxItemsOne":false},"keys":{"maxItemsOne":false},"owners":{"maxItemsOne":false}}},"aws_s3control_multi_region_access_point":{"current":"aws:s3control/getMultiRegionAccessPoint:getMultiRegionAccessPoint","majorVersion":6,"fields":{"public_access_block":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}},"aws_sagemaker_prebuilt_ecr_image":{"current":"aws:sagemaker/getPrebuiltEcrImage:getPrebuiltEcrImage","majorVersion":6},"aws_secretsmanager_random_password":{"current":"aws:secretsmanager/getRandomPassword:getRandomPassword","majorVersion":6},"aws_secretsmanager_secret":{"current":"aws:secretsmanager/getSecret:getSecret","majorVersion":6},"aws_secretsmanager_secret_rotation":{"current":"aws:secretsmanager/getSecretRotation:getSecretRotation","majorVersion":6,"fields":{"rotation_rules":{"maxItemsOne":false}}},"aws_secretsmanager_secret_version":{"current":"aws:secretsmanager/getSecretVersion:getSecretVersion","majorVersion":6,"fields":{"version_stages":{"maxItemsOne":false}}},"aws_secretsmanager_secrets":{"current":"aws:secretsmanager/getSecrets:getSecrets","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_security_group":{"current":"aws:ec2/getSecurityGroup:getSecurityGroup","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_security_groups":{"current":"aws:ec2/getSecurityGroups:getSecurityGroups","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false},"vpc_ids":{"maxItemsOne":false}}},"aws_serverlessapplicationrepository_application":{"current":"aws:serverlessrepository/getApplication:getApplication","majorVersion":6,"fields":{"required_capabilities":{"maxItemsOne":false}}},"aws_service":{"current":"aws:index/getService:getService","majorVersion":6},"aws_service_discovery_dns_namespace":{"current":"aws:servicediscovery/getDnsNamespace:getDnsNamespace","majorVersion":6},"aws_service_discovery_http_namespace":{"current":"aws:servicediscovery/getHttpNamespace:getHttpNamespace","majorVersion":6},"aws_service_discovery_service":{"current":"aws:servicediscovery/getService:getService","majorVersion":6,"fields":{"dns_config":{"maxItemsOne":false,"elem":{"fields":{"dns_records":{"maxItemsOne":false}}}},"health_check_config":{"maxItemsOne":false},"health_check_custom_config":{"maxItemsOne":false}}},"aws_servicecatalog_constraint":{"current":"aws:servicecatalog/getConstraint:getConstraint","majorVersion":6},"aws_servicecatalog_launch_paths":{"current":"aws:servicecatalog/getLaunchPaths:getLaunchPaths","majorVersion":6,"fields":{"summaries":{"maxItemsOne":false,"elem":{"fields":{"constraint_summaries":{"maxItemsOne":false}}}}}},"aws_servicecatalog_portfolio":{"current":"aws:servicecatalog/getPortfolio:getPortfolio","majorVersion":6},"aws_servicecatalog_portfolio_constraints":{"current":"aws:servicecatalog/getPortfolioConstraints:getPortfolioConstraints","majorVersion":6,"fields":{"details":{"maxItemsOne":false}}},"aws_servicecatalog_product":{"current":"aws:servicecatalog/getProduct:getProduct","majorVersion":6},"aws_servicecatalog_provisioning_artifacts":{"current":"aws:servicecatalog/getProvisioningArtifacts:getProvisioningArtifacts","majorVersion":6,"fields":{"provisioning_artifact_details":{"maxItemsOne":false}}},"aws_servicequotas_service":{"current":"aws:servicequotas/getService:getService","majorVersion":6},"aws_servicequotas_service_quota":{"current":"aws:servicequotas/getServiceQuota:getServiceQuota","majorVersion":6,"fields":{"usage_metric":{"maxItemsOne":false,"elem":{"fields":{"metric_dimensions":{"maxItemsOne":false}}}}}},"aws_servicequotas_templates":{"current":"aws:servicequotas/getTemplates:getTemplates","majorVersion":6,"fields":{"templates":{"maxItemsOne":false}}},"aws_ses_active_receipt_rule_set":{"current":"aws:ses/getActiveReceiptRuleSet:getActiveReceiptRuleSet","majorVersion":6},"aws_ses_domain_identity":{"current":"aws:ses/getDomainIdentity:getDomainIdentity","majorVersion":6},"aws_ses_email_identity":{"current":"aws:ses/getEmailIdentity:getEmailIdentity","majorVersion":6},"aws_sesv2_configuration_set":{"current":"aws:sesv2/getConfigurationSet:getConfigurationSet","majorVersion":6,"fields":{"delivery_options":{"maxItemsOne":false},"reputation_options":{"maxItemsOne":false},"sending_options":{"maxItemsOne":false},"suppression_options":{"maxItemsOne":false,"elem":{"fields":{"suppressed_reasons":{"maxItemsOne":false}}}},"tracking_options":{"maxItemsOne":false},"vdm_options":{"maxItemsOne":false,"elem":{"fields":{"dashboard_options":{"maxItemsOne":false},"guardian_options":{"maxItemsOne":false}}}}}},"aws_sesv2_dedicated_ip_pool":{"current":"aws:sesv2/getDedicatedIpPool:getDedicatedIpPool","majorVersion":6,"fields":{"dedicated_ips":{"maxItemsOne":false}}},"aws_sesv2_email_identity":{"current":"aws:sesv2/getEmailIdentity:getEmailIdentity","majorVersion":6,"fields":{"dkim_signing_attributes":{"maxItemsOne":false,"elem":{"fields":{"tokens":{"maxItemsOne":false}}}}}},"aws_sesv2_email_identity_mail_from_attributes":{"current":"aws:sesv2/getEmailIdentityMailFromAttributes:getEmailIdentityMailFromAttributes","majorVersion":6},"aws_sfn_activity":{"current":"aws:sfn/getActivity:getActivity","majorVersion":6},"aws_sfn_alias":{"current":"aws:sfn/getAlias:getAlias","majorVersion":6,"fields":{"routing_configuration":{"maxItemsOne":false}}},"aws_sfn_state_machine":{"current":"aws:sfn/getStateMachine:getStateMachine","majorVersion":6},"aws_sfn_state_machine_versions":{"current":"aws:sfn/getStateMachineVersions:getStateMachineVersions","majorVersion":6,"fields":{"statemachine_versions":{"maxItemsOne":false}}},"aws_signer_signing_job":{"current":"aws:signer/getSigningJob:getSigningJob","majorVersion":6,"fields":{"revocation_record":{"maxItemsOne":false},"signed_object":{"maxItemsOne":false,"elem":{"fields":{"s3":{"maxItemsOne":false}}}},"source":{"maxItemsOne":false,"elem":{"fields":{"s3":{"maxItemsOne":false}}}}}},"aws_signer_signing_profile":{"current":"aws:signer/getSigningProfile:getSigningProfile","majorVersion":6,"fields":{"revocation_record":{"maxItemsOne":false},"signature_validity_period":{"maxItemsOne":false}}},"aws_sns_topic":{"current":"aws:sns/getTopic:getTopic","majorVersion":6},"aws_sqs_queue":{"current":"aws:sqs/getQueue:getQueue","majorVersion":6},"aws_sqs_queues":{"current":"aws:sqs/getQueues:getQueues","majorVersion":6,"fields":{"queue_urls":{"maxItemsOne":false}}},"aws_ssm_document":{"current":"aws:ssm/getDocument:getDocument","majorVersion":6},"aws_ssm_instances":{"current":"aws:ssm/getInstances:getInstances","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ssm_maintenance_windows":{"current":"aws:ssm/getMaintenanceWindows:getMaintenanceWindows","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ssm_parameter":{"current":"aws:ssm/getParameter:getParameter","majorVersion":6},"aws_ssm_parameters_by_path":{"current":"aws:ssm/getParametersByPath:getParametersByPath","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"names":{"maxItemsOne":false},"types":{"maxItemsOne":false},"values":{"maxItemsOne":false}}},"aws_ssm_patch_baseline":{"current":"aws:ssm/getPatchBaseline:getPatchBaseline","majorVersion":6,"fields":{"approval_rule":{"maxItemsOne":false,"elem":{"fields":{"patch_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"approved_patches":{"maxItemsOne":false},"global_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"rejected_patches":{"maxItemsOne":false},"source":{"maxItemsOne":false,"elem":{"fields":{"products":{"maxItemsOne":false}}}}}},"aws_ssmcontacts_contact":{"current":"aws:ssmcontacts/getContact:getContact","majorVersion":6},"aws_ssmcontacts_contact_channel":{"current":"aws:ssmcontacts/getContactChannel:getContactChannel","majorVersion":6,"fields":{"delivery_address":{"maxItemsOne":false}}},"aws_ssmcontacts_plan":{"current":"aws:ssmcontacts/getPlan:getPlan","majorVersion":6,"fields":{"stage":{"maxItemsOne":false,"elem":{"fields":{"target":{"maxItemsOne":false,"elem":{"fields":{"channel_target_info":{"maxItemsOne":false},"contact_target_info":{"maxItemsOne":false}}}}}}}}},"aws_ssmincidents_replication_set":{"current":"aws:ssmincidents/getReplicationSet:getReplicationSet","majorVersion":6,"fields":{"region":{"maxItemsOne":false}}},"aws_ssmincidents_response_plan":{"current":"aws:ssmincidents/getResponsePlan:getResponsePlan","majorVersion":6,"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"ssm_automation":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}}}}},"chat_channel":{"maxItemsOne":false},"engagements":{"maxItemsOne":false},"incident_template":{"maxItemsOne":false,"elem":{"fields":{"notification_target":{"maxItemsOne":false}}}},"integration":{"maxItemsOne":false,"elem":{"fields":{"pagerduty":{"maxItemsOne":false}}}}}},"aws_ssoadmin_instances":{"current":"aws:ssoadmin/getInstances:getInstances","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"identity_store_ids":{"maxItemsOne":false}}},"aws_ssoadmin_permission_set":{"current":"aws:ssoadmin/getPermissionSet:getPermissionSet","majorVersion":6},"aws_storagegateway_local_disk":{"current":"aws:storagegateway/getLocalDisk:getLocalDisk","majorVersion":6},"aws_subnet":{"current":"aws:ec2/getSubnet:getSubnet","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_subnets":{"current":"aws:ec2/getSubnets:getSubnets","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_transfer_server":{"current":"aws:transfer/getServer:getServer","majorVersion":6,"fields":{"protocols":{"maxItemsOne":false},"structured_log_destinations":{"maxItemsOne":false}}},"aws_vpc":{"current":"aws:ec2/getVpc:getVpc","majorVersion":6,"fields":{"cidr_block_associations":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_vpc_dhcp_options":{"current":"aws:ec2/getVpcDhcpOptions:getVpcDhcpOptions","majorVersion":6,"fields":{"domain_name_servers":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"netbios_name_servers":{"maxItemsOne":false},"ntp_servers":{"maxItemsOne":false}}},"aws_vpc_endpoint":{"current":"aws:ec2/getVpcEndpoint:getVpcEndpoint","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false},"dns_entry":{"maxItemsOne":false},"dns_options":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"network_interface_ids":{"maxItemsOne":false},"route_table_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_vpc_endpoint_service":{"current":"aws:ec2/getVpcEndpointService:getVpcEndpointService","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"base_endpoint_dns_names":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"supported_ip_address_types":{"maxItemsOne":false}}},"aws_vpc_ipam_pool":{"current":"aws:ec2/getVpcIpamPool:getVpcIpamPool","past":[{"name":"aws:ec2/getVpcIamPool:getVpcIamPool","inCodegen":false,"majorVersion":6},{"name":"aws:ec2/getVpcIamPool:getVpcIamPool","inCodegen":false,"majorVersion":6}],"majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_vpc_ipam_pool_cidrs":{"current":"aws:ec2/getVpcIpamPoolCidrs:getVpcIpamPoolCidrs","past":[{"name":"aws:ec2/getVpcIamPoolCidrs:getVpcIamPoolCidrs","inCodegen":false,"majorVersion":6},{"name":"aws:ec2/getVpcIamPoolCidrs:getVpcIamPoolCidrs","inCodegen":false,"majorVersion":6}],"majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ipam_pool_cidrs":{"maxItemsOne":false}}},"aws_vpc_ipam_pools":{"current":"aws:ec2/getVpcIpamPools:getVpcIpamPools","past":[{"name":"aws:ec2/getVpcIamPools:getVpcIamPools","inCodegen":false,"majorVersion":6},{"name":"aws:ec2/getVpcIamPools:getVpcIamPools","inCodegen":false,"majorVersion":6}],"majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ipam_pools":{"maxItemsOne":false}}},"aws_vpc_ipam_preview_next_cidr":{"current":"aws:ec2/getIpamPreviewNextCidr:getIpamPreviewNextCidr","majorVersion":6,"fields":{"disallowed_cidrs":{"maxItemsOne":false}}},"aws_vpc_peering_connection":{"current":"aws:ec2/getVpcPeeringConnection:getVpcPeeringConnection","majorVersion":6,"fields":{"cidr_block_set":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"peer_cidr_block_set":{"maxItemsOne":false}}},"aws_vpc_peering_connections":{"current":"aws:ec2/getVpcPeeringConnections:getVpcPeeringConnections","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_vpc_security_group_rule":{"current":"aws:vpc/getSecurityGroupRule:getSecurityGroupRule","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_vpc_security_group_rules":{"current":"aws:vpc/getSecurityGroupRules:getSecurityGroupRules","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_vpclattice_auth_policy":{"current":"aws:vpclattice/getAuthPolicy:getAuthPolicy","majorVersion":6},"aws_vpclattice_listener":{"current":"aws:vpclattice/getListener:getListener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":false,"elem":{"fields":{"fixed_response":{"maxItemsOne":false},"forward":{"maxItemsOne":false,"elem":{"fields":{"target_groups":{"maxItemsOne":false}}}}}}}}},"aws_vpclattice_resource_policy":{"current":"aws:vpclattice/getResourcePolicy:getResourcePolicy","majorVersion":6},"aws_vpclattice_service":{"current":"aws:vpclattice/getService:getService","majorVersion":6,"fields":{"dns_entry":{"maxItemsOne":false}}},"aws_vpclattice_service_network":{"current":"aws:vpclattice/getServiceNetwork:getServiceNetwork","majorVersion":6},"aws_vpcs":{"current":"aws:ec2/getVpcs:getVpcs","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_vpn_gateway":{"current":"aws:ec2/getVpnGateway:getVpnGateway","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_waf_ipset":{"current":"aws:waf/getIpset:getIpset","majorVersion":6},"aws_waf_rate_based_rule":{"current":"aws:waf/getRateBasedRule:getRateBasedRule","majorVersion":6},"aws_waf_rule":{"current":"aws:waf/getRule:getRule","majorVersion":6},"aws_waf_subscribed_rule_group":{"current":"aws:waf/getSubscribedRuleGroup:getSubscribedRuleGroup","majorVersion":6},"aws_waf_web_acl":{"current":"aws:waf/getWebAcl:getWebAcl","majorVersion":6},"aws_wafregional_ipset":{"current":"aws:wafregional/getIpset:getIpset","majorVersion":6},"aws_wafregional_rate_based_rule":{"current":"aws:wafregional/getRateBasedMod:getRateBasedMod","majorVersion":6},"aws_wafregional_rule":{"current":"aws:wafregional/getRule:getRule","majorVersion":6},"aws_wafregional_subscribed_rule_group":{"current":"aws:wafregional/getSubscribedRuleGroup:getSubscribedRuleGroup","majorVersion":6},"aws_wafregional_web_acl":{"current":"aws:wafregional/getWebAcl:getWebAcl","majorVersion":6},"aws_wafv2_ip_set":{"current":"aws:wafv2/getIpSet:getIpSet","majorVersion":6,"fields":{"addresses":{"maxItemsOne":false}}},"aws_wafv2_regex_pattern_set":{"current":"aws:wafv2/getRegexPatternSet:getRegexPatternSet","majorVersion":6,"fields":{"regular_expression":{"maxItemsOne":false}}},"aws_wafv2_rule_group":{"current":"aws:wafv2/getRuleGroup:getRuleGroup","majorVersion":6},"aws_wafv2_web_acl":{"current":"aws:wafv2/getWebAcl:getWebAcl","majorVersion":6},"aws_workspaces_bundle":{"current":"aws:workspaces/getBundle:getBundle","majorVersion":6,"fields":{"compute_type":{"maxItemsOne":false},"root_storage":{"maxItemsOne":false},"user_storage":{"maxItemsOne":false}}},"aws_workspaces_directory":{"current":"aws:workspaces/getDirectory:getDirectory","majorVersion":6,"fields":{"dns_ip_addresses":{"maxItemsOne":false},"ip_group_ids":{"maxItemsOne":false},"self_service_permissions":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false},"workspace_access_properties":{"maxItemsOne":false},"workspace_creation_properties":{"maxItemsOne":false}}},"aws_workspaces_image":{"current":"aws:workspaces/getImage:getImage","majorVersion":6},"aws_workspaces_workspace":{"current":"aws:workspaces/getWorkspace:getWorkspace","majorVersion":6,"fields":{"workspace_properties":{"maxItemsOne":false}}}}},"mux":{"resources":{"aws:accessanalyzer/analyzer:Analyzer":0,"aws:accessanalyzer/archiveRule:ArchiveRule":0,"aws:account/alternativeContact:AlternativeContact":0,"aws:account/primaryContact:PrimaryContact":0,"aws:acm/certificate:Certificate":0,"aws:acm/certificateValidation:CertificateValidation":0,"aws:acmpca/certificate:Certificate":0,"aws:acmpca/certificateAuthority:CertificateAuthority":0,"aws:acmpca/certificateAuthorityCertificate:CertificateAuthorityCertificate":0,"aws:acmpca/permission:Permission":0,"aws:acmpca/policy:Policy":0,"aws:alb/listener:Listener":0,"aws:alb/listenerCertificate:ListenerCertificate":0,"aws:alb/listenerRule:ListenerRule":0,"aws:alb/loadBalancer:LoadBalancer":0,"aws:alb/targetGroup:TargetGroup":0,"aws:alb/targetGroupAttachment:TargetGroupAttachment":0,"aws:amp/alertManagerDefinition:AlertManagerDefinition":0,"aws:amp/ruleGroupNamespace:RuleGroupNamespace":0,"aws:amp/workspace:Workspace":0,"aws:amplify/app:App":0,"aws:amplify/backendEnvironment:BackendEnvironment":0,"aws:amplify/branch:Branch":0,"aws:amplify/domainAssociation:DomainAssociation":0,"aws:amplify/webhook:Webhook":0,"aws:apigateway/account:Account":0,"aws:apigateway/apiKey:ApiKey":0,"aws:apigateway/authorizer:Authorizer":0,"aws:apigateway/basePathMapping:BasePathMapping":0,"aws:apigateway/clientCertificate:ClientCertificate":0,"aws:apigateway/deployment:Deployment":0,"aws:apigateway/documentationPart:DocumentationPart":0,"aws:apigateway/documentationVersion:DocumentationVersion":0,"aws:apigateway/domainName:DomainName":0,"aws:apigateway/integration:Integration":0,"aws:apigateway/integrationResponse:IntegrationResponse":0,"aws:apigateway/method:Method":0,"aws:apigateway/methodResponse:MethodResponse":0,"aws:apigateway/methodSettings:MethodSettings":0,"aws:apigateway/model:Model":0,"aws:apigateway/requestValidator:RequestValidator":0,"aws:apigateway/resource:Resource":0,"aws:apigateway/response:Response":0,"aws:apigateway/restApi:RestApi":0,"aws:apigateway/restApiPolicy:RestApiPolicy":0,"aws:apigateway/stage:Stage":0,"aws:apigateway/usagePlan:UsagePlan":0,"aws:apigateway/usagePlanKey:UsagePlanKey":0,"aws:apigateway/vpcLink:VpcLink":0,"aws:apigatewayv2/api:Api":0,"aws:apigatewayv2/apiMapping:ApiMapping":0,"aws:apigatewayv2/authorizer:Authorizer":0,"aws:apigatewayv2/deployment:Deployment":0,"aws:apigatewayv2/domainName:DomainName":0,"aws:apigatewayv2/integration:Integration":0,"aws:apigatewayv2/integrationResponse:IntegrationResponse":0,"aws:apigatewayv2/model:Model":0,"aws:apigatewayv2/route:Route":0,"aws:apigatewayv2/routeResponse:RouteResponse":0,"aws:apigatewayv2/stage:Stage":0,"aws:apigatewayv2/vpcLink:VpcLink":0,"aws:appautoscaling/policy:Policy":0,"aws:appautoscaling/scheduledAction:ScheduledAction":0,"aws:appautoscaling/target:Target":0,"aws:appconfig/application:Application":0,"aws:appconfig/configurationProfile:ConfigurationProfile":0,"aws:appconfig/deployment:Deployment":0,"aws:appconfig/deploymentStrategy:DeploymentStrategy":0,"aws:appconfig/environment:Environment":1,"aws:appconfig/eventIntegration:EventIntegration":0,"aws:appconfig/extension:Extension":0,"aws:appconfig/extensionAssociation:ExtensionAssociation":0,"aws:appconfig/hostedConfigurationVersion:HostedConfigurationVersion":0,"aws:appflow/connectorProfile:ConnectorProfile":0,"aws:appflow/flow:Flow":0,"aws:appintegrations/dataIntegration:DataIntegration":0,"aws:applicationinsights/application:Application":0,"aws:appmesh/gatewayRoute:GatewayRoute":0,"aws:appmesh/mesh:Mesh":0,"aws:appmesh/route:Route":0,"aws:appmesh/virtualGateway:VirtualGateway":0,"aws:appmesh/virtualNode:VirtualNode":0,"aws:appmesh/virtualRouter:VirtualRouter":0,"aws:appmesh/virtualService:VirtualService":0,"aws:apprunner/autoScalingConfigurationVersion:AutoScalingConfigurationVersion":0,"aws:apprunner/connection:Connection":0,"aws:apprunner/customDomainAssociation:CustomDomainAssociation":0,"aws:apprunner/observabilityConfiguration:ObservabilityConfiguration":0,"aws:apprunner/service:Service":0,"aws:apprunner/vpcConnector:VpcConnector":0,"aws:apprunner/vpcIngressConnection:VpcIngressConnection":0,"aws:appstream/directoryConfig:DirectoryConfig":0,"aws:appstream/fleet:Fleet":0,"aws:appstream/fleetStackAssociation:FleetStackAssociation":0,"aws:appstream/imageBuilder:ImageBuilder":0,"aws:appstream/stack:Stack":0,"aws:appstream/user:User":0,"aws:appstream/userStackAssociation:UserStackAssociation":0,"aws:appsync/apiCache:ApiCache":0,"aws:appsync/apiKey:ApiKey":0,"aws:appsync/dataSource:DataSource":0,"aws:appsync/domainName:DomainName":0,"aws:appsync/domainNameApiAssociation:DomainNameApiAssociation":0,"aws:appsync/function:Function":0,"aws:appsync/graphQLApi:GraphQLApi":0,"aws:appsync/resolver:Resolver":0,"aws:appsync/type:Type":0,"aws:athena/dataCatalog:DataCatalog":0,"aws:athena/database:Database":0,"aws:athena/namedQuery:NamedQuery":0,"aws:athena/preparedStatement:PreparedStatement":0,"aws:athena/workgroup:Workgroup":0,"aws:auditmanager/accountRegistration:AccountRegistration":1,"aws:auditmanager/assessment:Assessment":1,"aws:auditmanager/assessmentDelegation:AssessmentDelegation":1,"aws:auditmanager/assessmentReport:AssessmentReport":1,"aws:auditmanager/control:Control":1,"aws:auditmanager/framework:Framework":1,"aws:auditmanager/frameworkShare:FrameworkShare":1,"aws:auditmanager/organizationAdminAccountRegistration:OrganizationAdminAccountRegistration":1,"aws:autoscaling/attachment:Attachment":0,"aws:autoscaling/group:Group":0,"aws:autoscaling/lifecycleHook:LifecycleHook":0,"aws:autoscaling/notification:Notification":0,"aws:autoscaling/policy:Policy":0,"aws:autoscaling/schedule:Schedule":0,"aws:autoscaling/tag:Tag":0,"aws:autoscaling/trafficSourceAttachment:TrafficSourceAttachment":0,"aws:autoscalingplans/scalingPlan:ScalingPlan":0,"aws:backup/framework:Framework":0,"aws:backup/globalSettings:GlobalSettings":0,"aws:backup/plan:Plan":0,"aws:backup/regionSettings:RegionSettings":0,"aws:backup/reportPlan:ReportPlan":0,"aws:backup/selection:Selection":0,"aws:backup/vault:Vault":0,"aws:backup/vaultLockConfiguration:VaultLockConfiguration":0,"aws:backup/vaultNotifications:VaultNotifications":0,"aws:backup/vaultPolicy:VaultPolicy":0,"aws:batch/computeEnvironment:ComputeEnvironment":0,"aws:batch/jobDefinition:JobDefinition":0,"aws:batch/jobQueue:JobQueue":1,"aws:batch/schedulingPolicy:SchedulingPolicy":0,"aws:bedrockmodel/invocationLoggingConfiguration:InvocationLoggingConfiguration":1,"aws:budgets/budget:Budget":0,"aws:budgets/budgetAction:BudgetAction":0,"aws:cfg/aggregateAuthorization:AggregateAuthorization":0,"aws:cfg/configurationAggregator:ConfigurationAggregator":0,"aws:cfg/conformancePack:ConformancePack":0,"aws:cfg/deliveryChannel:DeliveryChannel":0,"aws:cfg/organizationConformancePack:OrganizationConformancePack":0,"aws:cfg/organizationCustomPolicyRule:OrganizationCustomPolicyRule":0,"aws:cfg/organizationCustomRule:OrganizationCustomRule":0,"aws:cfg/organizationManagedRule:OrganizationManagedRule":0,"aws:cfg/recorder:Recorder":0,"aws:cfg/recorderStatus:RecorderStatus":0,"aws:cfg/remediationConfiguration:RemediationConfiguration":0,"aws:cfg/rule:Rule":0,"aws:chime/sdkvoiceGlobalSettings:SdkvoiceGlobalSettings":0,"aws:chime/sdkvoiceSipMediaApplication:SdkvoiceSipMediaApplication":0,"aws:chime/sdkvoiceSipRule:SdkvoiceSipRule":0,"aws:chime/sdkvoiceVoiceProfileDomain:SdkvoiceVoiceProfileDomain":0,"aws:chime/voiceConnector:VoiceConnector":0,"aws:chime/voiceConnectorGroup:VoiceConnectorGroup":0,"aws:chime/voiceConnectorLogging:VoiceConnectorLogging":0,"aws:chime/voiceConnectorOrganization:VoiceConnectorOrganization":0,"aws:chime/voiceConnectorStreaming:VoiceConnectorStreaming":0,"aws:chime/voiceConnectorTermination:VoiceConnectorTermination":0,"aws:chime/voiceConnectorTerminationCredentials:VoiceConnectorTerminationCredentials":0,"aws:chimesdkmediapipelines/mediaInsightsPipelineConfiguration:MediaInsightsPipelineConfiguration":0,"aws:cleanrooms/collaboration:Collaboration":0,"aws:cleanrooms/configuredTable:ConfiguredTable":0,"aws:cloud9/environmentEC2:EnvironmentEC2":0,"aws:cloud9/environmentMembership:EnvironmentMembership":0,"aws:cloudcontrol/resource:Resource":0,"aws:cloudformation/cloudFormationType:CloudFormationType":0,"aws:cloudformation/stack:Stack":0,"aws:cloudformation/stackSet:StackSet":0,"aws:cloudformation/stackSetInstance:StackSetInstance":0,"aws:cloudfront/cachePolicy:CachePolicy":0,"aws:cloudfront/continuousDeploymentPolicy:ContinuousDeploymentPolicy":1,"aws:cloudfront/distribution:Distribution":0,"aws:cloudfront/fieldLevelEncryptionConfig:FieldLevelEncryptionConfig":0,"aws:cloudfront/fieldLevelEncryptionProfile:FieldLevelEncryptionProfile":0,"aws:cloudfront/function:Function":0,"aws:cloudfront/keyGroup:KeyGroup":0,"aws:cloudfront/monitoringSubscription:MonitoringSubscription":0,"aws:cloudfront/originAccessControl:OriginAccessControl":0,"aws:cloudfront/originAccessIdentity:OriginAccessIdentity":0,"aws:cloudfront/originRequestPolicy:OriginRequestPolicy":0,"aws:cloudfront/publicKey:PublicKey":0,"aws:cloudfront/realtimeLogConfig:RealtimeLogConfig":0,"aws:cloudfront/responseHeadersPolicy:ResponseHeadersPolicy":0,"aws:cloudhsmv2/cluster:Cluster":0,"aws:cloudhsmv2/hsm:Hsm":0,"aws:cloudsearch/domain:Domain":0,"aws:cloudsearch/domainServiceAccessPolicy:DomainServiceAccessPolicy":0,"aws:cloudtrail/eventDataStore:EventDataStore":0,"aws:cloudtrail/trail:Trail":0,"aws:cloudwatch/compositeAlarm:CompositeAlarm":0,"aws:cloudwatch/dashboard:Dashboard":0,"aws:cloudwatch/eventApiDestination:EventApiDestination":0,"aws:cloudwatch/eventArchive:EventArchive":0,"aws:cloudwatch/eventBus:EventBus":0,"aws:cloudwatch/eventBusPolicy:EventBusPolicy":0,"aws:cloudwatch/eventConnection:EventConnection":0,"aws:cloudwatch/eventEndpoint:EventEndpoint":0,"aws:cloudwatch/eventPermission:EventPermission":0,"aws:cloudwatch/eventRule:EventRule":0,"aws:cloudwatch/eventTarget:EventTarget":0,"aws:cloudwatch/internetMonitor:InternetMonitor":0,"aws:cloudwatch/logDataProtectionPolicy:LogDataProtectionPolicy":0,"aws:cloudwatch/logDestination:LogDestination":0,"aws:cloudwatch/logDestinationPolicy:LogDestinationPolicy":0,"aws:cloudwatch/logGroup:LogGroup":0,"aws:cloudwatch/logMetricFilter:LogMetricFilter":0,"aws:cloudwatch/logResourcePolicy:LogResourcePolicy":0,"aws:cloudwatch/logStream:LogStream":0,"aws:cloudwatch/logSubscriptionFilter:LogSubscriptionFilter":0,"aws:cloudwatch/metricAlarm:MetricAlarm":0,"aws:cloudwatch/metricStream:MetricStream":0,"aws:cloudwatch/queryDefinition:QueryDefinition":0,"aws:codeartifact/domain:Domain":0,"aws:codeartifact/domainPermissions:DomainPermissions":0,"aws:codeartifact/repository:Repository":0,"aws:codeartifact/repositoryPermissionsPolicy:RepositoryPermissionsPolicy":0,"aws:codebuild/project:Project":0,"aws:codebuild/reportGroup:ReportGroup":0,"aws:codebuild/resourcePolicy:ResourcePolicy":0,"aws:codebuild/sourceCredential:SourceCredential":0,"aws:codebuild/webhook:Webhook":0,"aws:codecatalyst/devEnvironment:DevEnvironment":0,"aws:codecatalyst/project:Project":0,"aws:codecatalyst/sourceRepository:SourceRepository":0,"aws:codecommit/approvalRuleTemplate:ApprovalRuleTemplate":0,"aws:codecommit/approvalRuleTemplateAssociation:ApprovalRuleTemplateAssociation":0,"aws:codecommit/repository:Repository":0,"aws:codecommit/trigger:Trigger":0,"aws:codedeploy/application:Application":0,"aws:codedeploy/deploymentConfig:DeploymentConfig":0,"aws:codedeploy/deploymentGroup:DeploymentGroup":0,"aws:codegurureviewer/repositoryAssociation:RepositoryAssociation":0,"aws:codepipeline/customActionType:CustomActionType":0,"aws:codepipeline/pipeline:Pipeline":0,"aws:codepipeline/webhook:Webhook":0,"aws:codestarconnections/connection:Connection":0,"aws:codestarconnections/host:Host":0,"aws:codestarnotifications/notificationRule:NotificationRule":0,"aws:cognito/identityPool:IdentityPool":0,"aws:cognito/identityPoolProviderPrincipalTag:IdentityPoolProviderPrincipalTag":0,"aws:cognito/identityPoolRoleAttachment:IdentityPoolRoleAttachment":0,"aws:cognito/identityProvider:IdentityProvider":0,"aws:cognito/managedUserPoolClient:ManagedUserPoolClient":1,"aws:cognito/resourceServer:ResourceServer":0,"aws:cognito/riskConfiguration:RiskConfiguration":0,"aws:cognito/user:User":0,"aws:cognito/userGroup:UserGroup":0,"aws:cognito/userInGroup:UserInGroup":0,"aws:cognito/userPool:UserPool":0,"aws:cognito/userPoolClient:UserPoolClient":1,"aws:cognito/userPoolDomain:UserPoolDomain":0,"aws:cognito/userPoolUICustomization:UserPoolUICustomization":0,"aws:comprehend/documentClassifier:DocumentClassifier":0,"aws:comprehend/entityRecognizer:EntityRecognizer":0,"aws:connect/botAssociation:BotAssociation":0,"aws:connect/contactFlow:ContactFlow":0,"aws:connect/contactFlowModule:ContactFlowModule":0,"aws:connect/hoursOfOperation:HoursOfOperation":0,"aws:connect/instance:Instance":0,"aws:connect/instanceStorageConfig:InstanceStorageConfig":0,"aws:connect/lambdaFunctionAssociation:LambdaFunctionAssociation":0,"aws:connect/phoneNumber:PhoneNumber":0,"aws:connect/queue:Queue":0,"aws:connect/quickConnect:QuickConnect":0,"aws:connect/routingProfile:RoutingProfile":0,"aws:connect/securityProfile:SecurityProfile":0,"aws:connect/user:User":0,"aws:connect/userHierarchyGroup:UserHierarchyGroup":0,"aws:connect/userHierarchyStructure:UserHierarchyStructure":0,"aws:connect/vocabulary:Vocabulary":0,"aws:controltower/controlTowerControl:ControlTowerControl":0,"aws:costexplorer/anomalyMonitor:AnomalyMonitor":0,"aws:costexplorer/anomalySubscription:AnomalySubscription":0,"aws:costexplorer/costAllocationTag:CostAllocationTag":0,"aws:costexplorer/costCategory:CostCategory":0,"aws:cur/reportDefinition:ReportDefinition":0,"aws:dataexchange/dataSet:DataSet":0,"aws:dataexchange/revision:Revision":0,"aws:datapipeline/pipeline:Pipeline":0,"aws:datapipeline/pipelineDefinition:PipelineDefinition":0,"aws:datasync/agent:Agent":0,"aws:datasync/efsLocation:EfsLocation":0,"aws:datasync/fsxOpenZfsFileSystem:FsxOpenZfsFileSystem":0,"aws:datasync/locationAzureBlob:LocationAzureBlob":0,"aws:datasync/locationFsxLustre:LocationFsxLustre":0,"aws:datasync/locationFsxOntapFileSystem:LocationFsxOntapFileSystem":0,"aws:datasync/locationFsxWindows:LocationFsxWindows":0,"aws:datasync/locationHdfs:LocationHdfs":0,"aws:datasync/locationObjectStorage:LocationObjectStorage":0,"aws:datasync/locationSmb:LocationSmb":0,"aws:datasync/nfsLocation:NfsLocation":0,"aws:datasync/s3Location:S3Location":0,"aws:datasync/task:Task":0,"aws:dax/cluster:Cluster":0,"aws:dax/parameterGroup:ParameterGroup":0,"aws:dax/subnetGroup:SubnetGroup":0,"aws:detective/graph:Graph":0,"aws:detective/invitationAccepter:InvitationAccepter":0,"aws:detective/member:Member":0,"aws:detective/organizationAdminAccount:OrganizationAdminAccount":0,"aws:detective/organizationConfiguration:OrganizationConfiguration":0,"aws:devicefarm/devicePool:DevicePool":0,"aws:devicefarm/instanceProfile:InstanceProfile":0,"aws:devicefarm/networkProfile:NetworkProfile":0,"aws:devicefarm/project:Project":0,"aws:devicefarm/testGridProject:TestGridProject":0,"aws:devicefarm/upload:Upload":0,"aws:directconnect/bgpPeer:BgpPeer":0,"aws:directconnect/connection:Connection":0,"aws:directconnect/connectionAssociation:ConnectionAssociation":0,"aws:directconnect/connectionConfirmation:ConnectionConfirmation":0,"aws:directconnect/gateway:Gateway":0,"aws:directconnect/gatewayAssociation:GatewayAssociation":0,"aws:directconnect/gatewayAssociationProposal:GatewayAssociationProposal":0,"aws:directconnect/hostedConnection:HostedConnection":0,"aws:directconnect/hostedPrivateVirtualInterface:HostedPrivateVirtualInterface":0,"aws:directconnect/hostedPrivateVirtualInterfaceAccepter:HostedPrivateVirtualInterfaceAccepter":0,"aws:directconnect/hostedPublicVirtualInterface:HostedPublicVirtualInterface":0,"aws:directconnect/hostedPublicVirtualInterfaceAccepter:HostedPublicVirtualInterfaceAccepter":0,"aws:directconnect/hostedTransitVirtualInterface:HostedTransitVirtualInterface":0,"aws:directconnect/hostedTransitVirtualInterfaceAcceptor:HostedTransitVirtualInterfaceAcceptor":0,"aws:directconnect/linkAggregationGroup:LinkAggregationGroup":0,"aws:directconnect/macsecKeyAssociation:MacsecKeyAssociation":0,"aws:directconnect/privateVirtualInterface:PrivateVirtualInterface":0,"aws:directconnect/publicVirtualInterface:PublicVirtualInterface":0,"aws:directconnect/transitVirtualInterface:TransitVirtualInterface":0,"aws:directoryservice/conditionalForwader:ConditionalForwader":0,"aws:directoryservice/directory:Directory":0,"aws:directoryservice/logService:LogService":0,"aws:directoryservice/radiusSettings:RadiusSettings":0,"aws:directoryservice/serviceRegion:ServiceRegion":0,"aws:directoryservice/sharedDirectory:SharedDirectory":0,"aws:directoryservice/sharedDirectoryAccepter:SharedDirectoryAccepter":0,"aws:directoryservice/trust:Trust":1,"aws:dlm/lifecyclePolicy:LifecyclePolicy":0,"aws:dms/certificate:Certificate":0,"aws:dms/endpoint:Endpoint":0,"aws:dms/eventSubscription:EventSubscription":0,"aws:dms/replicationConfig:ReplicationConfig":0,"aws:dms/replicationInstance:ReplicationInstance":0,"aws:dms/replicationSubnetGroup:ReplicationSubnetGroup":0,"aws:dms/replicationTask:ReplicationTask":0,"aws:dms/s3Endpoint:S3Endpoint":0,"aws:docdb/cluster:Cluster":0,"aws:docdb/clusterInstance:ClusterInstance":0,"aws:docdb/clusterParameterGroup:ClusterParameterGroup":0,"aws:docdb/clusterSnapshot:ClusterSnapshot":0,"aws:docdb/eventSubscription:EventSubscription":0,"aws:docdb/globalCluster:GlobalCluster":0,"aws:docdb/subnetGroup:SubnetGroup":0,"aws:dynamodb/contributorInsights:ContributorInsights":0,"aws:dynamodb/globalTable:GlobalTable":0,"aws:dynamodb/kinesisStreamingDestination:KinesisStreamingDestination":0,"aws:dynamodb/table:Table":0,"aws:dynamodb/tableItem:TableItem":0,"aws:dynamodb/tableReplica:TableReplica":0,"aws:dynamodb/tag:Tag":0,"aws:ebs/defaultKmsKey:DefaultKmsKey":0,"aws:ebs/encryptionByDefault:EncryptionByDefault":0,"aws:ebs/snapshot:Snapshot":0,"aws:ebs/snapshotCopy:SnapshotCopy":0,"aws:ebs/snapshotImport:SnapshotImport":0,"aws:ebs/volume:Volume":0,"aws:ec2/ami:Ami":0,"aws:ec2/amiCopy:AmiCopy":0,"aws:ec2/amiFromInstance:AmiFromInstance":0,"aws:ec2/amiLaunchPermission:AmiLaunchPermission":0,"aws:ec2/availabilityZoneGroup:AvailabilityZoneGroup":0,"aws:ec2/capacityReservation:CapacityReservation":0,"aws:ec2/carrierGateway:CarrierGateway":0,"aws:ec2/customerGateway:CustomerGateway":0,"aws:ec2/dedicatedHost:DedicatedHost":0,"aws:ec2/defaultNetworkAcl:DefaultNetworkAcl":0,"aws:ec2/defaultRouteTable:DefaultRouteTable":0,"aws:ec2/defaultSecurityGroup:DefaultSecurityGroup":0,"aws:ec2/defaultSubnet:DefaultSubnet":0,"aws:ec2/defaultVpc:DefaultVpc":0,"aws:ec2/defaultVpcDhcpOptions:DefaultVpcDhcpOptions":0,"aws:ec2/egressOnlyInternetGateway:EgressOnlyInternetGateway":0,"aws:ec2/eip:Eip":0,"aws:ec2/eipAssociation:EipAssociation":0,"aws:ec2/fleet:Fleet":0,"aws:ec2/flowLog:FlowLog":0,"aws:ec2/imageBlockPublicAccess:ImageBlockPublicAccess":0,"aws:ec2/instance:Instance":0,"aws:ec2/internetGateway:InternetGateway":0,"aws:ec2/internetGatewayAttachment:InternetGatewayAttachment":0,"aws:ec2/keyPair:KeyPair":0,"aws:ec2/launchConfiguration:LaunchConfiguration":0,"aws:ec2/launchTemplate:LaunchTemplate":0,"aws:ec2/localGatewayRoute:LocalGatewayRoute":0,"aws:ec2/localGatewayRouteTableVpcAssociation:LocalGatewayRouteTableVpcAssociation":0,"aws:ec2/mainRouteTableAssociation:MainRouteTableAssociation":0,"aws:ec2/managedPrefixList:ManagedPrefixList":0,"aws:ec2/managedPrefixListEntry:ManagedPrefixListEntry":0,"aws:ec2/natGateway:NatGateway":0,"aws:ec2/networkAcl:NetworkAcl":0,"aws:ec2/networkAclAssociation:NetworkAclAssociation":0,"aws:ec2/networkAclRule:NetworkAclRule":0,"aws:ec2/networkInsightsAnalysis:NetworkInsightsAnalysis":0,"aws:ec2/networkInsightsPath:NetworkInsightsPath":0,"aws:ec2/networkInterface:NetworkInterface":0,"aws:ec2/networkInterfaceAttachment:NetworkInterfaceAttachment":0,"aws:ec2/networkInterfaceSecurityGroupAttachment:NetworkInterfaceSecurityGroupAttachment":0,"aws:ec2/peeringConnectionOptions:PeeringConnectionOptions":0,"aws:ec2/placementGroup:PlacementGroup":0,"aws:ec2/proxyProtocolPolicy:ProxyProtocolPolicy":0,"aws:ec2/route:Route":0,"aws:ec2/routeTable:RouteTable":0,"aws:ec2/routeTableAssociation:RouteTableAssociation":0,"aws:ec2/securityGroup:SecurityGroup":0,"aws:ec2/securityGroupAssociation:SecurityGroupAssociation":0,"aws:ec2/securityGroupRule:SecurityGroupRule":0,"aws:ec2/serialConsoleAccess:SerialConsoleAccess":0,"aws:ec2/snapshotCreateVolumePermission:SnapshotCreateVolumePermission":0,"aws:ec2/spotDatafeedSubscription:SpotDatafeedSubscription":0,"aws:ec2/spotFleetRequest:SpotFleetRequest":0,"aws:ec2/spotInstanceRequest:SpotInstanceRequest":0,"aws:ec2/subnet:Subnet":0,"aws:ec2/subnetCidrReservation:SubnetCidrReservation":0,"aws:ec2/tag:Tag":0,"aws:ec2/trafficMirrorFilter:TrafficMirrorFilter":0,"aws:ec2/trafficMirrorFilterRule:TrafficMirrorFilterRule":0,"aws:ec2/trafficMirrorSession:TrafficMirrorSession":0,"aws:ec2/trafficMirrorTarget:TrafficMirrorTarget":0,"aws:ec2/volumeAttachment:VolumeAttachment":0,"aws:ec2/vpc:Vpc":0,"aws:ec2/vpcDhcpOptions:VpcDhcpOptions":0,"aws:ec2/vpcDhcpOptionsAssociation:VpcDhcpOptionsAssociation":0,"aws:ec2/vpcEndpoint:VpcEndpoint":0,"aws:ec2/vpcEndpointConnectionAccepter:VpcEndpointConnectionAccepter":0,"aws:ec2/vpcEndpointConnectionNotification:VpcEndpointConnectionNotification":0,"aws:ec2/vpcEndpointPolicy:VpcEndpointPolicy":0,"aws:ec2/vpcEndpointRouteTableAssociation:VpcEndpointRouteTableAssociation":0,"aws:ec2/vpcEndpointService:VpcEndpointService":0,"aws:ec2/vpcEndpointServiceAllowedPrinciple:VpcEndpointServiceAllowedPrinciple":0,"aws:ec2/vpcEndpointSubnetAssociation:VpcEndpointSubnetAssociation":0,"aws:ec2/vpcIpam:VpcIpam":0,"aws:ec2/vpcIpamOrganizationAdminAccount:VpcIpamOrganizationAdminAccount":0,"aws:ec2/vpcIpamPool:VpcIpamPool":0,"aws:ec2/vpcIpamPoolCidr:VpcIpamPoolCidr":0,"aws:ec2/vpcIpamPoolCidrAllocation:VpcIpamPoolCidrAllocation":0,"aws:ec2/vpcIpamPreviewNextCidr:VpcIpamPreviewNextCidr":0,"aws:ec2/vpcIpamResourceDiscovery:VpcIpamResourceDiscovery":0,"aws:ec2/vpcIpamResourceDiscoveryAssociation:VpcIpamResourceDiscoveryAssociation":0,"aws:ec2/vpcIpamScope:VpcIpamScope":0,"aws:ec2/vpcIpv4CidrBlockAssociation:VpcIpv4CidrBlockAssociation":0,"aws:ec2/vpcIpv6CidrBlockAssociation:VpcIpv6CidrBlockAssociation":0,"aws:ec2/vpcNetworkPerformanceMetricSubscription:VpcNetworkPerformanceMetricSubscription":0,"aws:ec2/vpcPeeringConnection:VpcPeeringConnection":0,"aws:ec2/vpcPeeringConnectionAccepter:VpcPeeringConnectionAccepter":0,"aws:ec2/vpnConnection:VpnConnection":0,"aws:ec2/vpnConnectionRoute:VpnConnectionRoute":0,"aws:ec2/vpnGateway:VpnGateway":0,"aws:ec2/vpnGatewayAttachment:VpnGatewayAttachment":0,"aws:ec2/vpnGatewayRoutePropagation:VpnGatewayRoutePropagation":0,"aws:ec2clientvpn/authorizationRule:AuthorizationRule":0,"aws:ec2clientvpn/endpoint:Endpoint":0,"aws:ec2clientvpn/networkAssociation:NetworkAssociation":0,"aws:ec2clientvpn/route:Route":0,"aws:ec2transitgateway/connect:Connect":0,"aws:ec2transitgateway/connectPeer:ConnectPeer":0,"aws:ec2transitgateway/instanceConnectEndpoint:InstanceConnectEndpoint":1,"aws:ec2transitgateway/instanceState:InstanceState":0,"aws:ec2transitgateway/multicastDomain:MulticastDomain":0,"aws:ec2transitgateway/multicastDomainAssociation:MulticastDomainAssociation":0,"aws:ec2transitgateway/multicastGroupMember:MulticastGroupMember":0,"aws:ec2transitgateway/multicastGroupSource:MulticastGroupSource":0,"aws:ec2transitgateway/peeringAttachment:PeeringAttachment":0,"aws:ec2transitgateway/peeringAttachmentAccepter:PeeringAttachmentAccepter":0,"aws:ec2transitgateway/policyTable:PolicyTable":0,"aws:ec2transitgateway/policyTableAssociation:PolicyTableAssociation":0,"aws:ec2transitgateway/prefixListReference:PrefixListReference":0,"aws:ec2transitgateway/route:Route":0,"aws:ec2transitgateway/routeTable:RouteTable":0,"aws:ec2transitgateway/routeTableAssociation:RouteTableAssociation":0,"aws:ec2transitgateway/routeTablePropagation:RouteTablePropagation":0,"aws:ec2transitgateway/transitGateway:TransitGateway":0,"aws:ec2transitgateway/vpcAttachment:VpcAttachment":0,"aws:ec2transitgateway/vpcAttachmentAccepter:VpcAttachmentAccepter":0,"aws:ecr/lifecyclePolicy:LifecyclePolicy":0,"aws:ecr/pullThroughCacheRule:PullThroughCacheRule":0,"aws:ecr/registryPolicy:RegistryPolicy":0,"aws:ecr/registryScanningConfiguration:RegistryScanningConfiguration":0,"aws:ecr/replicationConfiguration:ReplicationConfiguration":0,"aws:ecr/repository:Repository":0,"aws:ecr/repositoryPolicy:RepositoryPolicy":0,"aws:ecrpublic/repository:Repository":0,"aws:ecrpublic/repositoryPolicy:RepositoryPolicy":0,"aws:ecs/accountSettingDefault:AccountSettingDefault":0,"aws:ecs/capacityProvider:CapacityProvider":0,"aws:ecs/cluster:Cluster":0,"aws:ecs/clusterCapacityProviders:ClusterCapacityProviders":0,"aws:ecs/service:Service":0,"aws:ecs/tag:Tag":0,"aws:ecs/taskDefinition:TaskDefinition":0,"aws:ecs/taskSet:TaskSet":0,"aws:efs/accessPoint:AccessPoint":0,"aws:efs/backupPolicy:BackupPolicy":0,"aws:efs/fileSystem:FileSystem":0,"aws:efs/fileSystemPolicy:FileSystemPolicy":0,"aws:efs/mountTarget:MountTarget":0,"aws:efs/replicationConfiguration:ReplicationConfiguration":0,"aws:eks/addon:Addon":0,"aws:eks/cluster:Cluster":0,"aws:eks/fargateProfile:FargateProfile":0,"aws:eks/identityProviderConfig:IdentityProviderConfig":0,"aws:eks/nodeGroup:NodeGroup":0,"aws:elasticache/cluster:Cluster":0,"aws:elasticache/globalReplicationGroup:GlobalReplicationGroup":0,"aws:elasticache/parameterGroup:ParameterGroup":0,"aws:elasticache/replicationGroup:ReplicationGroup":0,"aws:elasticache/subnetGroup:SubnetGroup":0,"aws:elasticache/user:User":0,"aws:elasticache/userGroup:UserGroup":0,"aws:elasticache/userGroupAssociation:UserGroupAssociation":0,"aws:elasticbeanstalk/application:Application":0,"aws:elasticbeanstalk/applicationVersion:ApplicationVersion":0,"aws:elasticbeanstalk/configurationTemplate:ConfigurationTemplate":0,"aws:elasticbeanstalk/environment:Environment":0,"aws:elasticsearch/domain:Domain":0,"aws:elasticsearch/domainPolicy:DomainPolicy":0,"aws:elasticsearch/domainSamlOptions:DomainSamlOptions":0,"aws:elasticsearch/vpcEndpoint:VpcEndpoint":0,"aws:elastictranscoder/pipeline:Pipeline":0,"aws:elastictranscoder/preset:Preset":0,"aws:elb/appCookieStickinessPolicy:AppCookieStickinessPolicy":0,"aws:elb/attachment:Attachment":0,"aws:elb/listenerPolicy:ListenerPolicy":0,"aws:elb/loadBalancer:LoadBalancer":0,"aws:elb/loadBalancerBackendServerPolicy:LoadBalancerBackendServerPolicy":0,"aws:elb/loadBalancerCookieStickinessPolicy:LoadBalancerCookieStickinessPolicy":0,"aws:elb/loadBalancerPolicy:LoadBalancerPolicy":0,"aws:elb/sslNegotiationPolicy:SslNegotiationPolicy":0,"aws:emr/blockPublicAccessConfiguration:BlockPublicAccessConfiguration":0,"aws:emr/cluster:Cluster":0,"aws:emr/instanceFleet:InstanceFleet":0,"aws:emr/instanceGroup:InstanceGroup":0,"aws:emr/managedScalingPolicy:ManagedScalingPolicy":0,"aws:emr/securityConfiguration:SecurityConfiguration":0,"aws:emr/studio:Studio":0,"aws:emr/studioSessionMapping:StudioSessionMapping":0,"aws:emrcontainers/jobTemplate:JobTemplate":0,"aws:emrcontainers/virtualCluster:VirtualCluster":0,"aws:emrserverless/application:Application":0,"aws:evidently/feature:Feature":0,"aws:evidently/launch:Launch":0,"aws:evidently/project:Project":0,"aws:evidently/segment:Segment":0,"aws:finspace/kxCluster:KxCluster":0,"aws:finspace/kxDatabase:KxDatabase":0,"aws:finspace/kxEnvironment:KxEnvironment":0,"aws:finspace/kxUser:KxUser":0,"aws:fis/experimentTemplate:ExperimentTemplate":0,"aws:fms/adminAccount:AdminAccount":0,"aws:fms/policy:Policy":0,"aws:fsx/backup:Backup":0,"aws:fsx/dataRepositoryAssociation:DataRepositoryAssociation":0,"aws:fsx/fileCache:FileCache":0,"aws:fsx/lustreFileSystem:LustreFileSystem":0,"aws:fsx/ontapFileSystem:OntapFileSystem":0,"aws:fsx/ontapStorageVirtualMachine:OntapStorageVirtualMachine":0,"aws:fsx/ontapVolume:OntapVolume":0,"aws:fsx/openZfsFileSystem:OpenZfsFileSystem":0,"aws:fsx/openZfsSnapshot:OpenZfsSnapshot":0,"aws:fsx/openZfsVolume:OpenZfsVolume":0,"aws:fsx/windowsFileSystem:WindowsFileSystem":0,"aws:gamelift/alias:Alias":0,"aws:gamelift/build:Build":0,"aws:gamelift/fleet:Fleet":0,"aws:gamelift/gameServerGroup:GameServerGroup":0,"aws:gamelift/gameSessionQueue:GameSessionQueue":0,"aws:gamelift/matchmakingConfiguration:MatchmakingConfiguration":0,"aws:gamelift/matchmakingRuleSet:MatchmakingRuleSet":0,"aws:gamelift/script:Script":0,"aws:glacier/vault:Vault":0,"aws:glacier/vaultLock:VaultLock":0,"aws:globalaccelerator/accelerator:Accelerator":0,"aws:globalaccelerator/customRoutingAccelerator:CustomRoutingAccelerator":0,"aws:globalaccelerator/customRoutingEndpointGroup:CustomRoutingEndpointGroup":0,"aws:globalaccelerator/customRoutingListener:CustomRoutingListener":0,"aws:globalaccelerator/endpointGroup:EndpointGroup":0,"aws:globalaccelerator/listener:Listener":0,"aws:glue/catalogDatabase:CatalogDatabase":0,"aws:glue/catalogTable:CatalogTable":0,"aws:glue/classifier:Classifier":0,"aws:glue/connection:Connection":0,"aws:glue/crawler:Crawler":0,"aws:glue/dataCatalogEncryptionSettings:DataCatalogEncryptionSettings":0,"aws:glue/dataQualityRuleset:DataQualityRuleset":0,"aws:glue/devEndpoint:DevEndpoint":0,"aws:glue/job:Job":0,"aws:glue/mLTransform:MLTransform":0,"aws:glue/partition:Partition":0,"aws:glue/partitionIndex:PartitionIndex":0,"aws:glue/registry:Registry":0,"aws:glue/resourcePolicy:ResourcePolicy":0,"aws:glue/schema:Schema":0,"aws:glue/securityConfiguration:SecurityConfiguration":0,"aws:glue/trigger:Trigger":0,"aws:glue/userDefinedFunction:UserDefinedFunction":0,"aws:glue/workflow:Workflow":0,"aws:grafana/licenseAssociation:LicenseAssociation":0,"aws:grafana/roleAssociation:RoleAssociation":0,"aws:grafana/workspace:Workspace":0,"aws:grafana/workspaceApiKey:WorkspaceApiKey":0,"aws:grafana/workspaceSamlConfiguration:WorkspaceSamlConfiguration":0,"aws:guardduty/detector:Detector":0,"aws:guardduty/detectorFeature:DetectorFeature":0,"aws:guardduty/filter:Filter":0,"aws:guardduty/iPSet:IPSet":0,"aws:guardduty/inviteAccepter:InviteAccepter":0,"aws:guardduty/member:Member":0,"aws:guardduty/organizationAdminAccount:OrganizationAdminAccount":0,"aws:guardduty/organizationConfiguration:OrganizationConfiguration":0,"aws:guardduty/organizationConfigurationFeature:OrganizationConfigurationFeature":0,"aws:guardduty/publishingDestination:PublishingDestination":0,"aws:guardduty/threatIntelSet:ThreatIntelSet":0,"aws:iam/accessKey:AccessKey":0,"aws:iam/accountAlias:AccountAlias":0,"aws:iam/accountPasswordPolicy:AccountPasswordPolicy":0,"aws:iam/group:Group":0,"aws:iam/groupMembership:GroupMembership":0,"aws:iam/groupPolicy:GroupPolicy":0,"aws:iam/groupPolicyAttachment:GroupPolicyAttachment":0,"aws:iam/instanceProfile:InstanceProfile":0,"aws:iam/openIdConnectProvider:OpenIdConnectProvider":0,"aws:iam/policy:Policy":0,"aws:iam/policyAttachment:PolicyAttachment":0,"aws:iam/role:Role":0,"aws:iam/rolePolicy:RolePolicy":0,"aws:iam/rolePolicyAttachment:RolePolicyAttachment":0,"aws:iam/samlProvider:SamlProvider":0,"aws:iam/securityTokenServicePreferences:SecurityTokenServicePreferences":0,"aws:iam/serverCertificate:ServerCertificate":0,"aws:iam/serviceLinkedRole:ServiceLinkedRole":0,"aws:iam/serviceSpecificCredential:ServiceSpecificCredential":0,"aws:iam/signingCertificate:SigningCertificate":0,"aws:iam/sshKey:SshKey":0,"aws:iam/user:User":0,"aws:iam/userGroupMembership:UserGroupMembership":0,"aws:iam/userLoginProfile:UserLoginProfile":0,"aws:iam/userPolicy:UserPolicy":0,"aws:iam/userPolicyAttachment:UserPolicyAttachment":0,"aws:iam/virtualMfaDevice:VirtualMfaDevice":0,"aws:identitystore/group:Group":0,"aws:identitystore/groupMembership:GroupMembership":0,"aws:identitystore/user:User":0,"aws:imagebuilder/component:Component":0,"aws:imagebuilder/containerRecipe:ContainerRecipe":0,"aws:imagebuilder/distributionConfiguration:DistributionConfiguration":0,"aws:imagebuilder/image:Image":0,"aws:imagebuilder/imagePipeline:ImagePipeline":0,"aws:imagebuilder/imageRecipe:ImageRecipe":0,"aws:imagebuilder/infrastructureConfiguration:InfrastructureConfiguration":0,"aws:inspector/assessmentTarget:AssessmentTarget":0,"aws:inspector/assessmentTemplate:AssessmentTemplate":0,"aws:inspector/resourceGroup:ResourceGroup":0,"aws:inspector2/delegatedAdminAccount:DelegatedAdminAccount":0,"aws:inspector2/enabler:Enabler":0,"aws:inspector2/memberAssociation:MemberAssociation":0,"aws:inspector2/organizationConfiguration:OrganizationConfiguration":0,"aws:iot/authorizer:Authorizer":0,"aws:iot/billingGroup:BillingGroup":0,"aws:iot/caCertificate:CaCertificate":0,"aws:iot/certificate:Certificate":0,"aws:iot/domainConfiguration:DomainConfiguration":0,"aws:iot/eventConfigurations:EventConfigurations":0,"aws:iot/indexingConfiguration:IndexingConfiguration":0,"aws:iot/loggingOptions:LoggingOptions":0,"aws:iot/policy:Policy":0,"aws:iot/policyAttachment:PolicyAttachment":0,"aws:iot/provisioningTemplate:ProvisioningTemplate":0,"aws:iot/roleAlias:RoleAlias":0,"aws:iot/thing:Thing":0,"aws:iot/thingGroup:ThingGroup":0,"aws:iot/thingGroupMembership:ThingGroupMembership":0,"aws:iot/thingPrincipalAttachment:ThingPrincipalAttachment":0,"aws:iot/thingType:ThingType":0,"aws:iot/topicRule:TopicRule":0,"aws:iot/topicRuleDestination:TopicRuleDestination":0,"aws:ivs/channel:Channel":0,"aws:ivs/playbackKeyPair:PlaybackKeyPair":0,"aws:ivs/recordingConfiguration:RecordingConfiguration":0,"aws:ivschat/loggingConfiguration:LoggingConfiguration":0,"aws:ivschat/room:Room":0,"aws:kendra/dataSource:DataSource":0,"aws:kendra/experience:Experience":0,"aws:kendra/faq:Faq":0,"aws:kendra/index:Index":0,"aws:kendra/querySuggestionsBlockList:QuerySuggestionsBlockList":0,"aws:kendra/thesaurus:Thesaurus":0,"aws:keyspaces/keyspace:Keyspace":0,"aws:keyspaces/table:Table":0,"aws:kinesis/analyticsApplication:AnalyticsApplication":0,"aws:kinesis/firehoseDeliveryStream:FirehoseDeliveryStream":0,"aws:kinesis/stream:Stream":0,"aws:kinesis/streamConsumer:StreamConsumer":0,"aws:kinesis/videoStream:VideoStream":0,"aws:kinesisanalyticsv2/application:Application":0,"aws:kinesisanalyticsv2/applicationSnapshot:ApplicationSnapshot":0,"aws:kms/alias:Alias":0,"aws:kms/ciphertext:Ciphertext":0,"aws:kms/customKeyStore:CustomKeyStore":0,"aws:kms/externalKey:ExternalKey":0,"aws:kms/grant:Grant":0,"aws:kms/key:Key":0,"aws:kms/keyPolicy:KeyPolicy":0,"aws:kms/replicaExternalKey:ReplicaExternalKey":0,"aws:kms/replicaKey:ReplicaKey":0,"aws:lakeformation/dataLakeSettings:DataLakeSettings":0,"aws:lakeformation/lfTag:LfTag":0,"aws:lakeformation/permissions:Permissions":0,"aws:lakeformation/resource:Resource":0,"aws:lakeformation/resourceLfTags:ResourceLfTags":0,"aws:lambda/alias:Alias":0,"aws:lambda/codeSigningConfig:CodeSigningConfig":0,"aws:lambda/eventSourceMapping:EventSourceMapping":0,"aws:lambda/function:Function":0,"aws:lambda/functionEventInvokeConfig:FunctionEventInvokeConfig":0,"aws:lambda/functionUrl:FunctionUrl":0,"aws:lambda/invocation:Invocation":0,"aws:lambda/layerVersion:LayerVersion":0,"aws:lambda/layerVersionPermission:LayerVersionPermission":0,"aws:lambda/permission:Permission":0,"aws:lambda/provisionedConcurrencyConfig:ProvisionedConcurrencyConfig":0,"aws:lb/listener:Listener":0,"aws:lb/listenerCertificate:ListenerCertificate":0,"aws:lb/listenerRule:ListenerRule":0,"aws:lb/loadBalancer:LoadBalancer":0,"aws:lb/targetGroup:TargetGroup":0,"aws:lb/targetGroupAttachment:TargetGroupAttachment":0,"aws:lex/bot:Bot":0,"aws:lex/botAlias:BotAlias":0,"aws:lex/intent:Intent":0,"aws:lex/slotType:SlotType":0,"aws:lex/v2modelsBot:V2modelsBot":1,"aws:lex/v2modelsBotLocale:V2modelsBotLocale":1,"aws:licensemanager/association:Association":0,"aws:licensemanager/licenseConfiguration:LicenseConfiguration":0,"aws:licensemanager/licenseGrant:LicenseGrant":0,"aws:licensemanager/licenseGrantAccepter:LicenseGrantAccepter":0,"aws:lightsail/bucket:Bucket":0,"aws:lightsail/bucketAccessKey:BucketAccessKey":0,"aws:lightsail/bucketResourceAccess:BucketResourceAccess":0,"aws:lightsail/certificate:Certificate":0,"aws:lightsail/containerService:ContainerService":0,"aws:lightsail/containerServiceDeploymentVersion:ContainerServiceDeploymentVersion":0,"aws:lightsail/database:Database":0,"aws:lightsail/disk:Disk":0,"aws:lightsail/disk_attachment:Disk_attachment":0,"aws:lightsail/distribution:Distribution":0,"aws:lightsail/domain:Domain":0,"aws:lightsail/domainEntry:DomainEntry":0,"aws:lightsail/instance:Instance":0,"aws:lightsail/instancePublicPorts:InstancePublicPorts":0,"aws:lightsail/keyPair:KeyPair":0,"aws:lightsail/lb:Lb":0,"aws:lightsail/lbAttachment:LbAttachment":0,"aws:lightsail/lbCertificate:LbCertificate":0,"aws:lightsail/lbCertificateAttachment:LbCertificateAttachment":0,"aws:lightsail/lbHttpsRedirectionPolicy:LbHttpsRedirectionPolicy":0,"aws:lightsail/lbStickinessPolicy:LbStickinessPolicy":0,"aws:lightsail/staticIp:StaticIp":0,"aws:lightsail/staticIpAttachment:StaticIpAttachment":0,"aws:location/geofenceCollection:GeofenceCollection":0,"aws:location/map:Map":0,"aws:location/placeIndex:PlaceIndex":0,"aws:location/routeCalculation:RouteCalculation":0,"aws:location/tracker:Tracker":0,"aws:location/trackerAssociation:TrackerAssociation":0,"aws:macie/customDataIdentifier:CustomDataIdentifier":0,"aws:macie/findingsFilter:FindingsFilter":0,"aws:macie2/account:Account":0,"aws:macie2/classificationExportConfiguration:ClassificationExportConfiguration":0,"aws:macie2/classificationJob:ClassificationJob":0,"aws:macie2/invitationAccepter:InvitationAccepter":0,"aws:macie2/member:Member":0,"aws:macie2/organizationAdminAccount:OrganizationAdminAccount":0,"aws:mediaconvert/queue:Queue":0,"aws:medialive/channel:Channel":0,"aws:medialive/input:Input":0,"aws:medialive/inputSecurityGroup:InputSecurityGroup":0,"aws:medialive/multiplex:Multiplex":0,"aws:medialive/multiplexProgram:MultiplexProgram":1,"aws:mediapackage/channel:Channel":0,"aws:mediastore/container:Container":0,"aws:mediastore/containerPolicy:ContainerPolicy":0,"aws:memorydb/acl:Acl":0,"aws:memorydb/cluster:Cluster":0,"aws:memorydb/parameterGroup:ParameterGroup":0,"aws:memorydb/snapshot:Snapshot":0,"aws:memorydb/subnetGroup:SubnetGroup":0,"aws:memorydb/user:User":0,"aws:mq/broker:Broker":0,"aws:mq/configuration:Configuration":0,"aws:msk/cluster:Cluster":0,"aws:msk/clusterPolicy:ClusterPolicy":0,"aws:msk/configuration:Configuration":0,"aws:msk/replicator:Replicator":0,"aws:msk/scramSecretAssociation:ScramSecretAssociation":0,"aws:msk/serverlessCluster:ServerlessCluster":0,"aws:msk/vpcConnection:VpcConnection":0,"aws:mskconnect/connector:Connector":0,"aws:mskconnect/customPlugin:CustomPlugin":0,"aws:mskconnect/workerConfiguration:WorkerConfiguration":0,"aws:mwaa/environment:Environment":0,"aws:neptune/cluster:Cluster":0,"aws:neptune/clusterEndpoint:ClusterEndpoint":0,"aws:neptune/clusterInstance:ClusterInstance":0,"aws:neptune/clusterParameterGroup:ClusterParameterGroup":0,"aws:neptune/clusterSnapshot:ClusterSnapshot":0,"aws:neptune/eventSubscription:EventSubscription":0,"aws:neptune/globalCluster:GlobalCluster":0,"aws:neptune/parameterGroup:ParameterGroup":0,"aws:neptune/subnetGroup:SubnetGroup":0,"aws:networkfirewall/firewall:Firewall":0,"aws:networkfirewall/firewallPolicy:FirewallPolicy":0,"aws:networkfirewall/loggingConfiguration:LoggingConfiguration":0,"aws:networkfirewall/resourcePolicy:ResourcePolicy":0,"aws:networkfirewall/ruleGroup:RuleGroup":0,"aws:networkmanager/attachmentAccepter:AttachmentAccepter":0,"aws:networkmanager/connectAttachment:ConnectAttachment":0,"aws:networkmanager/connectPeer:ConnectPeer":0,"aws:networkmanager/connection:Connection":0,"aws:networkmanager/coreNetwork:CoreNetwork":0,"aws:networkmanager/coreNetworkPolicyAttachment:CoreNetworkPolicyAttachment":0,"aws:networkmanager/customerGatewayAssociation:CustomerGatewayAssociation":0,"aws:networkmanager/device:Device":0,"aws:networkmanager/globalNetwork:GlobalNetwork":0,"aws:networkmanager/link:Link":0,"aws:networkmanager/linkAssociation:LinkAssociation":0,"aws:networkmanager/site:Site":0,"aws:networkmanager/siteToSiteVpnAttachment:SiteToSiteVpnAttachment":0,"aws:networkmanager/transitGatewayConnectPeerAssociation:TransitGatewayConnectPeerAssociation":0,"aws:networkmanager/transitGatewayPeering:TransitGatewayPeering":0,"aws:networkmanager/transitGatewayRegistration:TransitGatewayRegistration":0,"aws:networkmanager/transitGatewayRouteTableAttachment:TransitGatewayRouteTableAttachment":0,"aws:networkmanager/vpcAttachment:VpcAttachment":0,"aws:oam/link:Link":0,"aws:oam/sink:Sink":0,"aws:oam/sinkPolicy:SinkPolicy":0,"aws:opensearch/domain:Domain":0,"aws:opensearch/domainPolicy:DomainPolicy":0,"aws:opensearch/domainSamlOptions:DomainSamlOptions":0,"aws:opensearch/inboundConnectionAccepter:InboundConnectionAccepter":0,"aws:opensearch/outboundConnection:OutboundConnection":0,"aws:opensearch/package:Package":0,"aws:opensearch/packageAssociation:PackageAssociation":0,"aws:opensearch/serverlessAccessPolicy:ServerlessAccessPolicy":1,"aws:opensearch/serverlessCollection:ServerlessCollection":1,"aws:opensearch/serverlessLifecyclePolicy:ServerlessLifecyclePolicy":1,"aws:opensearch/serverlessSecurityConfig:ServerlessSecurityConfig":1,"aws:opensearch/serverlessSecurityPolicy:ServerlessSecurityPolicy":1,"aws:opensearch/serverlessVpcEndpoint:ServerlessVpcEndpoint":1,"aws:opensearch/vpcEndpoint:VpcEndpoint":0,"aws:opsworks/application:Application":0,"aws:opsworks/customLayer:CustomLayer":0,"aws:opsworks/ecsClusterLayer:EcsClusterLayer":0,"aws:opsworks/gangliaLayer:GangliaLayer":0,"aws:opsworks/haproxyLayer:HaproxyLayer":0,"aws:opsworks/instance:Instance":0,"aws:opsworks/javaAppLayer:JavaAppLayer":0,"aws:opsworks/memcachedLayer:MemcachedLayer":0,"aws:opsworks/mysqlLayer:MysqlLayer":0,"aws:opsworks/nodejsAppLayer:NodejsAppLayer":0,"aws:opsworks/permission:Permission":0,"aws:opsworks/phpAppLayer:PhpAppLayer":0,"aws:opsworks/railsAppLayer:RailsAppLayer":0,"aws:opsworks/rdsDbInstance:RdsDbInstance":0,"aws:opsworks/stack:Stack":0,"aws:opsworks/staticWebLayer:StaticWebLayer":0,"aws:opsworks/userProfile:UserProfile":0,"aws:organizations/account:Account":0,"aws:organizations/delegatedAdministrator:DelegatedAdministrator":0,"aws:organizations/organization:Organization":0,"aws:organizations/organizationalUnit:OrganizationalUnit":0,"aws:organizations/policy:Policy":0,"aws:organizations/policyAttachment:PolicyAttachment":0,"aws:organizations/resourcePolicy:ResourcePolicy":0,"aws:pinpoint/admChannel:AdmChannel":0,"aws:pinpoint/apnsChannel:ApnsChannel":0,"aws:pinpoint/apnsSandboxChannel:ApnsSandboxChannel":0,"aws:pinpoint/apnsVoipChannel:ApnsVoipChannel":0,"aws:pinpoint/apnsVoipSandboxChannel:ApnsVoipSandboxChannel":0,"aws:pinpoint/app:App":0,"aws:pinpoint/baiduChannel:BaiduChannel":0,"aws:pinpoint/emailChannel:EmailChannel":0,"aws:pinpoint/eventStream:EventStream":0,"aws:pinpoint/gcmChannel:GcmChannel":0,"aws:pinpoint/smsChannel:SmsChannel":0,"aws:pipes/pipe:Pipe":0,"aws:qldb/ledger:Ledger":0,"aws:qldb/stream:Stream":0,"aws:quicksight/accountSubscription:AccountSubscription":0,"aws:quicksight/analysis:Analysis":0,"aws:quicksight/dashboard:Dashboard":0,"aws:quicksight/dataSet:DataSet":0,"aws:quicksight/dataSource:DataSource":0,"aws:quicksight/folder:Folder":0,"aws:quicksight/folderMembership:FolderMembership":1,"aws:quicksight/group:Group":0,"aws:quicksight/groupMembership:GroupMembership":0,"aws:quicksight/iamPolicyAssignment:IamPolicyAssignment":1,"aws:quicksight/ingestion:Ingestion":1,"aws:quicksight/namespace:Namespace":1,"aws:quicksight/refreshSchedule:RefreshSchedule":1,"aws:quicksight/template:Template":0,"aws:quicksight/templateAlias:TemplateAlias":1,"aws:quicksight/theme:Theme":0,"aws:quicksight/user:User":0,"aws:quicksight/vpcConnection:VpcConnection":1,"aws:ram/principalAssociation:PrincipalAssociation":0,"aws:ram/resourceAssociation:ResourceAssociation":0,"aws:ram/resourceShare:ResourceShare":0,"aws:ram/resourceShareAccepter:ResourceShareAccepter":0,"aws:ram/sharingWithOrganization:SharingWithOrganization":0,"aws:rbin/rule:Rule":0,"aws:rds/cluster:Cluster":0,"aws:rds/clusterActivityStream:ClusterActivityStream":0,"aws:rds/clusterEndpoint:ClusterEndpoint":0,"aws:rds/clusterInstance:ClusterInstance":0,"aws:rds/clusterParameterGroup:ClusterParameterGroup":0,"aws:rds/clusterRoleAssociation:ClusterRoleAssociation":0,"aws:rds/clusterSnapshot:ClusterSnapshot":0,"aws:rds/customDbEngineVersion:CustomDbEngineVersion":0,"aws:rds/eventSubscription:EventSubscription":0,"aws:rds/exportTask:ExportTask":1,"aws:rds/globalCluster:GlobalCluster":0,"aws:rds/instance:Instance":0,"aws:rds/instanceAutomatedBackupsReplication:InstanceAutomatedBackupsReplication":0,"aws:rds/optionGroup:OptionGroup":0,"aws:rds/parameterGroup:ParameterGroup":0,"aws:rds/proxy:Proxy":0,"aws:rds/proxyDefaultTargetGroup:ProxyDefaultTargetGroup":0,"aws:rds/proxyEndpoint:ProxyEndpoint":0,"aws:rds/proxyTarget:ProxyTarget":0,"aws:rds/reservedInstance:ReservedInstance":0,"aws:rds/roleAssociation:RoleAssociation":0,"aws:rds/snapshot:Snapshot":0,"aws:rds/snapshotCopy:SnapshotCopy":0,"aws:rds/subnetGroup:SubnetGroup":0,"aws:redshift/authenticationProfile:AuthenticationProfile":0,"aws:redshift/cluster:Cluster":0,"aws:redshift/clusterIamRoles:ClusterIamRoles":0,"aws:redshift/clusterSnapshot:ClusterSnapshot":0,"aws:redshift/endpointAccess:EndpointAccess":0,"aws:redshift/endpointAuthorization:EndpointAuthorization":0,"aws:redshift/eventSubscription:EventSubscription":0,"aws:redshift/hsmClientCertificate:HsmClientCertificate":0,"aws:redshift/hsmConfiguration:HsmConfiguration":0,"aws:redshift/parameterGroup:ParameterGroup":0,"aws:redshift/partner:Partner":0,"aws:redshift/resourcePolicy:ResourcePolicy":0,"aws:redshift/scheduledAction:ScheduledAction":0,"aws:redshift/snapshotCopyGrant:SnapshotCopyGrant":0,"aws:redshift/snapshotSchedule:SnapshotSchedule":0,"aws:redshift/snapshotScheduleAssociation:SnapshotScheduleAssociation":0,"aws:redshift/subnetGroup:SubnetGroup":0,"aws:redshift/usageLimit:UsageLimit":0,"aws:redshiftdata/statement:Statement":0,"aws:redshiftserverless/endpointAccess:EndpointAccess":0,"aws:redshiftserverless/namespace:Namespace":0,"aws:redshiftserverless/resourcePolicy:ResourcePolicy":0,"aws:redshiftserverless/snapshot:Snapshot":0,"aws:redshiftserverless/usageLimit:UsageLimit":0,"aws:redshiftserverless/workgroup:Workgroup":0,"aws:resourceexplorer/index:Index":1,"aws:resourceexplorer/view:View":1,"aws:resourcegroups/group:Group":0,"aws:resourcegroups/resource:Resource":0,"aws:rolesanywhere/profile:Profile":0,"aws:rolesanywhere/trustAnchor:TrustAnchor":0,"aws:route53/cidrCollection:CidrCollection":1,"aws:route53/cidrLocation:CidrLocation":1,"aws:route53/delegationSet:DelegationSet":0,"aws:route53/healthCheck:HealthCheck":0,"aws:route53/hostedZoneDnsSec:HostedZoneDnsSec":0,"aws:route53/keySigningKey:KeySigningKey":0,"aws:route53/queryLog:QueryLog":0,"aws:route53/record:Record":0,"aws:route53/resolverConfig:ResolverConfig":0,"aws:route53/resolverDnsSecConfig:ResolverDnsSecConfig":0,"aws:route53/resolverEndpoint:ResolverEndpoint":0,"aws:route53/resolverFirewallConfig:ResolverFirewallConfig":0,"aws:route53/resolverFirewallDomainList:ResolverFirewallDomainList":0,"aws:route53/resolverFirewallRule:ResolverFirewallRule":0,"aws:route53/resolverFirewallRuleGroup:ResolverFirewallRuleGroup":0,"aws:route53/resolverFirewallRuleGroupAssociation:ResolverFirewallRuleGroupAssociation":0,"aws:route53/resolverQueryLogConfig:ResolverQueryLogConfig":0,"aws:route53/resolverQueryLogConfigAssociation:ResolverQueryLogConfigAssociation":0,"aws:route53/resolverRule:ResolverRule":0,"aws:route53/resolverRuleAssociation:ResolverRuleAssociation":0,"aws:route53/trafficPolicy:TrafficPolicy":0,"aws:route53/trafficPolicyInstance:TrafficPolicyInstance":0,"aws:route53/vpcAssociationAuthorization:VpcAssociationAuthorization":0,"aws:route53/zone:Zone":0,"aws:route53/zoneAssociation:ZoneAssociation":0,"aws:route53domains/registeredDomain:RegisteredDomain":0,"aws:route53recoverycontrol/cluster:Cluster":0,"aws:route53recoverycontrol/controlPanel:ControlPanel":0,"aws:route53recoverycontrol/routingControl:RoutingControl":0,"aws:route53recoverycontrol/safetyRule:SafetyRule":0,"aws:route53recoveryreadiness/cell:Cell":0,"aws:route53recoveryreadiness/readinessCheck:ReadinessCheck":0,"aws:route53recoveryreadiness/recoveryGroup:RecoveryGroup":0,"aws:route53recoveryreadiness/resourceSet:ResourceSet":0,"aws:rum/appMonitor:AppMonitor":0,"aws:rum/metricsDestination:MetricsDestination":0,"aws:s3/accessPoint:AccessPoint":0,"aws:s3/accountPublicAccessBlock:AccountPublicAccessBlock":0,"aws:s3/analyticsConfiguration:AnalyticsConfiguration":0,"aws:s3/bucket:Bucket":0,"aws:s3/bucketAccelerateConfigurationV2:BucketAccelerateConfigurationV2":0,"aws:s3/bucketAclV2:BucketAclV2":0,"aws:s3/bucketCorsConfigurationV2:BucketCorsConfigurationV2":0,"aws:s3/bucketIntelligentTieringConfiguration:BucketIntelligentTieringConfiguration":0,"aws:s3/bucketLifecycleConfigurationV2:BucketLifecycleConfigurationV2":0,"aws:s3/bucketLoggingV2:BucketLoggingV2":0,"aws:s3/bucketMetric:BucketMetric":0,"aws:s3/bucketNotification:BucketNotification":0,"aws:s3/bucketObject:BucketObject":0,"aws:s3/bucketObjectLockConfigurationV2:BucketObjectLockConfigurationV2":0,"aws:s3/bucketObjectv2:BucketObjectv2":0,"aws:s3/bucketOwnershipControls:BucketOwnershipControls":0,"aws:s3/bucketPolicy:BucketPolicy":0,"aws:s3/bucketPublicAccessBlock:BucketPublicAccessBlock":0,"aws:s3/bucketReplicationConfig:BucketReplicationConfig":0,"aws:s3/bucketRequestPaymentConfigurationV2:BucketRequestPaymentConfigurationV2":0,"aws:s3/bucketServerSideEncryptionConfigurationV2:BucketServerSideEncryptionConfigurationV2":0,"aws:s3/bucketV2:BucketV2":0,"aws:s3/bucketVersioningV2:BucketVersioningV2":0,"aws:s3/bucketWebsiteConfigurationV2:BucketWebsiteConfigurationV2":0,"aws:s3/inventory:Inventory":0,"aws:s3/objectCopy:ObjectCopy":0,"aws:s3control/accessPointPolicy:AccessPointPolicy":0,"aws:s3control/bucket:Bucket":0,"aws:s3control/bucketLifecycleConfiguration:BucketLifecycleConfiguration":0,"aws:s3control/bucketPolicy:BucketPolicy":0,"aws:s3control/multiRegionAccessPoint:MultiRegionAccessPoint":0,"aws:s3control/multiRegionAccessPointPolicy:MultiRegionAccessPointPolicy":0,"aws:s3control/objectLambdaAccessPoint:ObjectLambdaAccessPoint":0,"aws:s3control/objectLambdaAccessPointPolicy:ObjectLambdaAccessPointPolicy":0,"aws:s3control/storageLensConfiguration:StorageLensConfiguration":0,"aws:s3outposts/endpoint:Endpoint":0,"aws:sagemaker/app:App":0,"aws:sagemaker/appImageConfig:AppImageConfig":0,"aws:sagemaker/codeRepository:CodeRepository":0,"aws:sagemaker/dataQualityJobDefinition:DataQualityJobDefinition":0,"aws:sagemaker/device:Device":0,"aws:sagemaker/deviceFleet:DeviceFleet":0,"aws:sagemaker/domain:Domain":0,"aws:sagemaker/endpoint:Endpoint":0,"aws:sagemaker/endpointConfiguration:EndpointConfiguration":0,"aws:sagemaker/featureGroup:FeatureGroup":0,"aws:sagemaker/flowDefinition:FlowDefinition":0,"aws:sagemaker/humanTaskUI:HumanTaskUI":0,"aws:sagemaker/image:Image":0,"aws:sagemaker/imageVersion:ImageVersion":0,"aws:sagemaker/model:Model":0,"aws:sagemaker/modelPackageGroup:ModelPackageGroup":0,"aws:sagemaker/modelPackageGroupPolicy:ModelPackageGroupPolicy":0,"aws:sagemaker/monitoringSchedule:MonitoringSchedule":0,"aws:sagemaker/notebookInstance:NotebookInstance":0,"aws:sagemaker/notebookInstanceLifecycleConfiguration:NotebookInstanceLifecycleConfiguration":0,"aws:sagemaker/pipeline:Pipeline":0,"aws:sagemaker/project:Project":0,"aws:sagemaker/servicecatalogPortfolioStatus:ServicecatalogPortfolioStatus":0,"aws:sagemaker/space:Space":0,"aws:sagemaker/studioLifecycleConfig:StudioLifecycleConfig":0,"aws:sagemaker/userProfile:UserProfile":0,"aws:sagemaker/workforce:Workforce":0,"aws:sagemaker/workteam:Workteam":0,"aws:scheduler/schedule:Schedule":0,"aws:scheduler/scheduleGroup:ScheduleGroup":0,"aws:schemas/discoverer:Discoverer":0,"aws:schemas/registry:Registry":0,"aws:schemas/registryPolicy:RegistryPolicy":0,"aws:schemas/schema:Schema":0,"aws:secretsmanager/secret:Secret":0,"aws:secretsmanager/secretPolicy:SecretPolicy":0,"aws:secretsmanager/secretRotation:SecretRotation":0,"aws:secretsmanager/secretVersion:SecretVersion":0,"aws:securityhub/account:Account":0,"aws:securityhub/actionTarget:ActionTarget":0,"aws:securityhub/findingAggregator:FindingAggregator":0,"aws:securityhub/insight:Insight":0,"aws:securityhub/inviteAccepter:InviteAccepter":0,"aws:securityhub/member:Member":0,"aws:securityhub/organizationAdminAccount:OrganizationAdminAccount":0,"aws:securityhub/organizationConfiguration:OrganizationConfiguration":0,"aws:securityhub/productSubscription:ProductSubscription":0,"aws:securityhub/standardsControl:StandardsControl":0,"aws:securityhub/standardsSubscription:StandardsSubscription":0,"aws:serverlessrepository/cloudFormationStack:CloudFormationStack":0,"aws:servicecatalog/budgetResourceAssociation:BudgetResourceAssociation":0,"aws:servicecatalog/constraint:Constraint":0,"aws:servicecatalog/organizationsAccess:OrganizationsAccess":0,"aws:servicecatalog/portfolio:Portfolio":0,"aws:servicecatalog/portfolioShare:PortfolioShare":0,"aws:servicecatalog/principalPortfolioAssociation:PrincipalPortfolioAssociation":0,"aws:servicecatalog/product:Product":0,"aws:servicecatalog/productPortfolioAssociation:ProductPortfolioAssociation":0,"aws:servicecatalog/provisionedProduct:ProvisionedProduct":0,"aws:servicecatalog/provisioningArtifact:ProvisioningArtifact":0,"aws:servicecatalog/serviceAction:ServiceAction":0,"aws:servicecatalog/tagOption:TagOption":0,"aws:servicecatalog/tagOptionResourceAssociation:TagOptionResourceAssociation":0,"aws:servicediscovery/httpNamespace:HttpNamespace":0,"aws:servicediscovery/instance:Instance":0,"aws:servicediscovery/privateDnsNamespace:PrivateDnsNamespace":0,"aws:servicediscovery/publicDnsNamespace:PublicDnsNamespace":0,"aws:servicediscovery/service:Service":0,"aws:servicequotas/serviceQuota:ServiceQuota":0,"aws:servicequotas/template:Template":1,"aws:servicequotas/templateAssociation:TemplateAssociation":1,"aws:ses/activeReceiptRuleSet:ActiveReceiptRuleSet":0,"aws:ses/configurationSet:ConfigurationSet":0,"aws:ses/domainDkim:DomainDkim":0,"aws:ses/domainIdentity:DomainIdentity":0,"aws:ses/domainIdentityVerification:DomainIdentityVerification":0,"aws:ses/emailIdentity:EmailIdentity":0,"aws:ses/eventDestination:EventDestination":0,"aws:ses/identityNotificationTopic:IdentityNotificationTopic":0,"aws:ses/identityPolicy:IdentityPolicy":0,"aws:ses/mailFrom:MailFrom":0,"aws:ses/receiptFilter:ReceiptFilter":0,"aws:ses/receiptRule:ReceiptRule":0,"aws:ses/receiptRuleSet:ReceiptRuleSet":0,"aws:ses/template:Template":0,"aws:sesv2/accountVdmAttributes:AccountVdmAttributes":0,"aws:sesv2/configurationSet:ConfigurationSet":0,"aws:sesv2/configurationSetEventDestination:ConfigurationSetEventDestination":0,"aws:sesv2/contactList:ContactList":0,"aws:sesv2/dedicatedIpAssignment:DedicatedIpAssignment":0,"aws:sesv2/dedicatedIpPool:DedicatedIpPool":0,"aws:sesv2/emailIdentity:EmailIdentity":0,"aws:sesv2/emailIdentityFeedbackAttributes:EmailIdentityFeedbackAttributes":0,"aws:sesv2/emailIdentityMailFromAttributes:EmailIdentityMailFromAttributes":0,"aws:sfn/activity:Activity":0,"aws:sfn/alias:Alias":0,"aws:sfn/stateMachine:StateMachine":0,"aws:shield/applicationLayerAutomaticResponse:ApplicationLayerAutomaticResponse":1,"aws:shield/drtAccessLogBucketAssociation:DrtAccessLogBucketAssociation":1,"aws:shield/drtAccessRoleArnAssociation:DrtAccessRoleArnAssociation":1,"aws:shield/protection:Protection":0,"aws:shield/protectionGroup:ProtectionGroup":0,"aws:shield/protectionHealthCheckAssociation:ProtectionHealthCheckAssociation":0,"aws:signer/signingJob:SigningJob":0,"aws:signer/signingProfile:SigningProfile":0,"aws:signer/signingProfilePermission:SigningProfilePermission":0,"aws:simpledb/domain:Domain":1,"aws:sns/dataProtectionPolicy:DataProtectionPolicy":0,"aws:sns/platformApplication:PlatformApplication":0,"aws:sns/smsPreferences:SmsPreferences":0,"aws:sns/topic:Topic":0,"aws:sns/topicPolicy:TopicPolicy":0,"aws:sns/topicSubscription:TopicSubscription":0,"aws:sqs/queue:Queue":0,"aws:sqs/queuePolicy:QueuePolicy":0,"aws:sqs/redriveAllowPolicy:RedriveAllowPolicy":0,"aws:sqs/redrivePolicy:RedrivePolicy":0,"aws:ssm/activation:Activation":0,"aws:ssm/association:Association":0,"aws:ssm/defaultPatchBaseline:DefaultPatchBaseline":0,"aws:ssm/document:Document":0,"aws:ssm/maintenanceWindow:MaintenanceWindow":0,"aws:ssm/maintenanceWindowTarget:MaintenanceWindowTarget":0,"aws:ssm/maintenanceWindowTask:MaintenanceWindowTask":0,"aws:ssm/parameter:Parameter":0,"aws:ssm/patchBaseline:PatchBaseline":0,"aws:ssm/patchGroup:PatchGroup":0,"aws:ssm/resourceDataSync:ResourceDataSync":0,"aws:ssm/serviceSetting:ServiceSetting":0,"aws:ssmcontacts/contact:Contact":0,"aws:ssmcontacts/contactChannel:ContactChannel":0,"aws:ssmcontacts/plan:Plan":0,"aws:ssmincidents/replicationSet:ReplicationSet":0,"aws:ssmincidents/responsePlan:ResponsePlan":0,"aws:ssoadmin/accountAssignment:AccountAssignment":0,"aws:ssoadmin/customerManagedPolicyAttachment:CustomerManagedPolicyAttachment":0,"aws:ssoadmin/instanceAccessControlAttributes:InstanceAccessControlAttributes":0,"aws:ssoadmin/managedPolicyAttachment:ManagedPolicyAttachment":0,"aws:ssoadmin/permissionSet:PermissionSet":0,"aws:ssoadmin/permissionSetInlinePolicy:PermissionSetInlinePolicy":0,"aws:ssoadmin/permissionsBoundaryAttachment:PermissionsBoundaryAttachment":0,"aws:storagegateway/cache:Cache":0,"aws:storagegateway/cachesIscsiVolume:CachesIscsiVolume":0,"aws:storagegateway/fileSystemAssociation:FileSystemAssociation":0,"aws:storagegateway/gateway:Gateway":0,"aws:storagegateway/nfsFileShare:NfsFileShare":0,"aws:storagegateway/smbFileShare:SmbFileShare":0,"aws:storagegateway/storedIscsiVolume:StoredIscsiVolume":0,"aws:storagegateway/tapePool:TapePool":0,"aws:storagegateway/uploadBuffer:UploadBuffer":0,"aws:storagegateway/workingStorage:WorkingStorage":0,"aws:swf/domain:Domain":0,"aws:synthetics/canary:Canary":0,"aws:synthetics/group:Group":0,"aws:synthetics/groupAssociation:GroupAssociation":0,"aws:timestreamwrite/database:Database":0,"aws:timestreamwrite/table:Table":0,"aws:transcribe/languageModel:LanguageModel":0,"aws:transcribe/medicalVocabulary:MedicalVocabulary":0,"aws:transcribe/vocabulary:Vocabulary":0,"aws:transcribe/vocabularyFilter:VocabularyFilter":0,"aws:transfer/access:Access":0,"aws:transfer/agreement:Agreement":0,"aws:transfer/certificate:Certificate":0,"aws:transfer/connector:Connector":0,"aws:transfer/profile:Profile":0,"aws:transfer/server:Server":0,"aws:transfer/sshKey:SshKey":0,"aws:transfer/tag:Tag":0,"aws:transfer/user:User":0,"aws:transfer/workflow:Workflow":0,"aws:verifiedaccess/endpoint:Endpoint":0,"aws:verifiedaccess/group:Group":0,"aws:verifiedaccess/instance:Instance":0,"aws:verifiedaccess/instanceLoggingConfiguration:InstanceLoggingConfiguration":0,"aws:verifiedaccess/instanceTrustProviderAttachment:InstanceTrustProviderAttachment":0,"aws:verifiedaccess/trustProvider:TrustProvider":0,"aws:vpc/securityGroupEgressRule:SecurityGroupEgressRule":1,"aws:vpc/securityGroupIngressRule:SecurityGroupIngressRule":1,"aws:vpclattice/accessLogSubscription:AccessLogSubscription":0,"aws:vpclattice/authPolicy:AuthPolicy":0,"aws:vpclattice/listener:Listener":0,"aws:vpclattice/listenerRule:ListenerRule":0,"aws:vpclattice/resourcePolicy:ResourcePolicy":0,"aws:vpclattice/service:Service":0,"aws:vpclattice/serviceNetwork:ServiceNetwork":0,"aws:vpclattice/serviceNetworkServiceAssociation:ServiceNetworkServiceAssociation":0,"aws:vpclattice/serviceNetworkVpcAssociation:ServiceNetworkVpcAssociation":0,"aws:vpclattice/targetGroup:TargetGroup":0,"aws:vpclattice/targetGroupAttachment:TargetGroupAttachment":0,"aws:waf/byteMatchSet:ByteMatchSet":0,"aws:waf/geoMatchSet:GeoMatchSet":0,"aws:waf/ipSet:IpSet":0,"aws:waf/rateBasedRule:RateBasedRule":0,"aws:waf/regexMatchSet:RegexMatchSet":0,"aws:waf/regexPatternSet:RegexPatternSet":0,"aws:waf/rule:Rule":0,"aws:waf/ruleGroup:RuleGroup":0,"aws:waf/sizeConstraintSet:SizeConstraintSet":0,"aws:waf/sqlInjectionMatchSet:SqlInjectionMatchSet":0,"aws:waf/webAcl:WebAcl":0,"aws:waf/xssMatchSet:XssMatchSet":0,"aws:wafregional/byteMatchSet:ByteMatchSet":0,"aws:wafregional/geoMatchSet:GeoMatchSet":0,"aws:wafregional/ipSet:IpSet":0,"aws:wafregional/rateBasedRule:RateBasedRule":0,"aws:wafregional/regexMatchSet:RegexMatchSet":0,"aws:wafregional/regexPatternSet:RegexPatternSet":0,"aws:wafregional/rule:Rule":0,"aws:wafregional/ruleGroup:RuleGroup":0,"aws:wafregional/sizeConstraintSet:SizeConstraintSet":0,"aws:wafregional/sqlInjectionMatchSet:SqlInjectionMatchSet":0,"aws:wafregional/webAcl:WebAcl":0,"aws:wafregional/webAclAssociation:WebAclAssociation":0,"aws:wafregional/xssMatchSet:XssMatchSet":0,"aws:wafv2/ipSet:IpSet":0,"aws:wafv2/regexPatternSet:RegexPatternSet":0,"aws:wafv2/ruleGroup:RuleGroup":0,"aws:wafv2/webAcl:WebAcl":0,"aws:wafv2/webAclAssociation:WebAclAssociation":0,"aws:wafv2/webAclLoggingConfiguration:WebAclLoggingConfiguration":0,"aws:worklink/fleet:Fleet":0,"aws:worklink/websiteCertificateAuthorityAssociation:WebsiteCertificateAuthorityAssociation":0,"aws:workspaces/connectionAlias:ConnectionAlias":1,"aws:workspaces/directory:Directory":0,"aws:workspaces/ipGroup:IpGroup":0,"aws:workspaces/workspace:Workspace":0,"aws:xray/encryptionConfig:EncryptionConfig":0,"aws:xray/group:Group":0,"aws:xray/samplingRule:SamplingRule":0},"functions":{"aws:acm/getCertificate:getCertificate":0,"aws:acmpca/getCertificate:getCertificate":0,"aws:acmpca/getCertificateAuthority:getCertificateAuthority":0,"aws:alb/getListener:getListener":0,"aws:alb/getLoadBalancer:getLoadBalancer":0,"aws:alb/getTargetGroup:getTargetGroup":0,"aws:amp/getWorkspace:getWorkspace":0,"aws:amp/getWorkspaces:getWorkspaces":0,"aws:apigateway/getAuthorizer:getAuthorizer":0,"aws:apigateway/getAuthorizers:getAuthorizers":0,"aws:apigateway/getDomainName:getDomainName":0,"aws:apigateway/getExport:getExport":0,"aws:apigateway/getKey:getKey":0,"aws:apigateway/getResource:getResource":0,"aws:apigateway/getRestApi:getRestApi":0,"aws:apigateway/getSdk:getSdk":0,"aws:apigateway/getVpcLink:getVpcLink":0,"aws:apigatewayv2/getApi:getApi":0,"aws:apigatewayv2/getApis:getApis":0,"aws:apigatewayv2/getExport:getExport":0,"aws:apigatewayv2/getVpcLink:getVpcLink":0,"aws:appconfig/getConfigurationProfile:getConfigurationProfile":0,"aws:appconfig/getConfigurationProfiles:getConfigurationProfiles":0,"aws:appconfig/getEnvironment:getEnvironment":0,"aws:appconfig/getEnvironments:getEnvironments":0,"aws:appintegrations/getEventIntegration:getEventIntegration":0,"aws:appmesh/getGatewayRoute:getGatewayRoute":0,"aws:appmesh/getMesh:getMesh":0,"aws:appmesh/getRoute:getRoute":0,"aws:appmesh/getVirtualGateway:getVirtualGateway":0,"aws:appmesh/getVirtualNode:getVirtualNode":0,"aws:appmesh/getVirtualRouter:getVirtualRouter":0,"aws:appmesh/getVirtualService:getVirtualService":0,"aws:athena/getNamedQuery:getNamedQuery":0,"aws:auditmanager/getControl:getControl":1,"aws:auditmanager/getFramework:getFramework":1,"aws:autoscaling/getAmiIds:getAmiIds":0,"aws:autoscaling/getGroup:getGroup":0,"aws:backup/getFramework:getFramework":0,"aws:backup/getPlan:getPlan":0,"aws:backup/getReportPlan:getReportPlan":0,"aws:backup/getSelection:getSelection":0,"aws:backup/getVault:getVault":0,"aws:batch/getComputeEnvironment:getComputeEnvironment":0,"aws:batch/getJobQueue:getJobQueue":0,"aws:batch/getSchedulingPolicy:getSchedulingPolicy":0,"aws:bedrockfoundation/getModel:getModel":1,"aws:bedrockfoundation/getModels:getModels":1,"aws:budgets/getBudget:getBudget":0,"aws:cloudcontrol/getResource:getResource":0,"aws:cloudformation/getCloudFormationType:getCloudFormationType":0,"aws:cloudformation/getExport:getExport":0,"aws:cloudformation/getStack:getStack":0,"aws:cloudfront/getCachePolicy:getCachePolicy":0,"aws:cloudfront/getDistribution:getDistribution":0,"aws:cloudfront/getFunction:getFunction":0,"aws:cloudfront/getLogDeliveryCanonicalUserId:getLogDeliveryCanonicalUserId":0,"aws:cloudfront/getOriginAccessIdentities:getOriginAccessIdentities":0,"aws:cloudfront/getOriginAccessIdentity:getOriginAccessIdentity":0,"aws:cloudfront/getOriginRequestPolicy:getOriginRequestPolicy":0,"aws:cloudfront/getRealtimeLogConfig:getRealtimeLogConfig":0,"aws:cloudfront/getResponseHeadersPolicy:getResponseHeadersPolicy":0,"aws:cloudhsmv2/getCluster:getCluster":0,"aws:cloudtrail/getServiceAccount:getServiceAccount":0,"aws:cloudwatch/getEventBus:getEventBus":0,"aws:cloudwatch/getEventConnection:getEventConnection":0,"aws:cloudwatch/getEventSource:getEventSource":0,"aws:cloudwatch/getLogDataProtectionPolicyDocument:getLogDataProtectionPolicyDocument":0,"aws:cloudwatch/getLogGroup:getLogGroup":0,"aws:cloudwatch/getLogGroups:getLogGroups":0,"aws:codeartifact/getAuthorizationToken:getAuthorizationToken":0,"aws:codeartifact/getRepositoryEndpoint:getRepositoryEndpoint":0,"aws:codecatalyst/getDevEnvironment:getDevEnvironment":0,"aws:codecommit/getApprovalRuleTemplate:getApprovalRuleTemplate":0,"aws:codecommit/getRepository:getRepository":0,"aws:codestarconnections/getConnection:getConnection":0,"aws:cognito/getIdentityPool:getIdentityPool":0,"aws:cognito/getUserPoolClient:getUserPoolClient":0,"aws:cognito/getUserPoolClients:getUserPoolClients":0,"aws:cognito/getUserPoolSigningCertificate:getUserPoolSigningCertificate":0,"aws:cognito/getUserPools:getUserPools":0,"aws:connect/getBotAssociation:getBotAssociation":0,"aws:connect/getContactFlow:getContactFlow":0,"aws:connect/getContactFlowModule:getContactFlowModule":0,"aws:connect/getHoursOfOperation:getHoursOfOperation":0,"aws:connect/getInstance:getInstance":0,"aws:connect/getInstanceStorageConfig:getInstanceStorageConfig":0,"aws:connect/getLambdaFunctionAssociation:getLambdaFunctionAssociation":0,"aws:connect/getPrompt:getPrompt":0,"aws:connect/getQueue:getQueue":0,"aws:connect/getQuickConnect:getQuickConnect":0,"aws:connect/getRoutingProfile:getRoutingProfile":0,"aws:connect/getSecurityProfile:getSecurityProfile":0,"aws:connect/getUser:getUser":0,"aws:connect/getUserHierarchyGroup:getUserHierarchyGroup":0,"aws:connect/getUserHierarchyStructure:getUserHierarchyStructure":0,"aws:connect/getVocabulary:getVocabulary":0,"aws:controltower/getControls:getControls":0,"aws:costexplorer/getCostCategory:getCostCategory":0,"aws:costexplorer/getTags:getTags":0,"aws:cur/getReportDefinition:getReportDefinition":0,"aws:datapipeline/getPipeline:getPipeline":0,"aws:datapipeline/getPipelineDefinition:getPipelineDefinition":0,"aws:directconnect/getConnection:getConnection":0,"aws:directconnect/getGateway:getGateway":0,"aws:directconnect/getLocation:getLocation":0,"aws:directconnect/getLocations:getLocations":0,"aws:directconnect/getRouterConfiguration:getRouterConfiguration":0,"aws:directoryservice/getDirectory:getDirectory":0,"aws:dms/getCertificate:getCertificate":0,"aws:dms/getEndpoint:getEndpoint":0,"aws:dms/getReplicationInstance:getReplicationInstance":0,"aws:dms/getReplicationSubnetGroup:getReplicationSubnetGroup":0,"aws:dms/getReplicationTask:getReplicationTask":0,"aws:docdb/getEngineVersion:getEngineVersion":0,"aws:docdb/getOrderableDbInstance:getOrderableDbInstance":0,"aws:dynamodb/getTable:getTable":0,"aws:dynamodb/getTableItem:getTableItem":0,"aws:ebs/getDefaultKmsKey:getDefaultKmsKey":0,"aws:ebs/getEbsVolumes:getEbsVolumes":0,"aws:ebs/getEncryptionByDefault:getEncryptionByDefault":0,"aws:ebs/getSnapshot:getSnapshot":0,"aws:ebs/getSnapshotIds:getSnapshotIds":0,"aws:ebs/getVolume:getVolume":0,"aws:ec2/getAmi:getAmi":0,"aws:ec2/getAmiIds:getAmiIds":0,"aws:ec2/getCoipPool:getCoipPool":0,"aws:ec2/getCoipPools:getCoipPools":0,"aws:ec2/getCustomerGateway:getCustomerGateway":0,"aws:ec2/getDedicatedHost:getDedicatedHost":0,"aws:ec2/getEips:getEips":0,"aws:ec2/getElasticIp:getElasticIp":0,"aws:ec2/getInstance:getInstance":0,"aws:ec2/getInstanceType:getInstanceType":0,"aws:ec2/getInstanceTypeOffering:getInstanceTypeOffering":0,"aws:ec2/getInstanceTypeOfferings:getInstanceTypeOfferings":0,"aws:ec2/getInstanceTypes:getInstanceTypes":0,"aws:ec2/getInstances:getInstances":0,"aws:ec2/getInternetGateway:getInternetGateway":0,"aws:ec2/getIpamPreviewNextCidr:getIpamPreviewNextCidr":0,"aws:ec2/getKeyPair:getKeyPair":0,"aws:ec2/getLaunchConfiguration:getLaunchConfiguration":0,"aws:ec2/getLaunchTemplate:getLaunchTemplate":0,"aws:ec2/getLocalGateway:getLocalGateway":0,"aws:ec2/getLocalGatewayRouteTable:getLocalGatewayRouteTable":0,"aws:ec2/getLocalGatewayRouteTables:getLocalGatewayRouteTables":0,"aws:ec2/getLocalGatewayVirtualInterface:getLocalGatewayVirtualInterface":0,"aws:ec2/getLocalGatewayVirtualInterfaceGroup:getLocalGatewayVirtualInterfaceGroup":0,"aws:ec2/getLocalGatewayVirtualInterfaceGroups:getLocalGatewayVirtualInterfaceGroups":0,"aws:ec2/getLocalGateways:getLocalGateways":0,"aws:ec2/getManagedPrefixList:getManagedPrefixList":0,"aws:ec2/getManagedPrefixLists:getManagedPrefixLists":0,"aws:ec2/getNatGateway:getNatGateway":0,"aws:ec2/getNatGateways:getNatGateways":0,"aws:ec2/getNetworkAcls:getNetworkAcls":0,"aws:ec2/getNetworkInsightsAnalysis:getNetworkInsightsAnalysis":0,"aws:ec2/getNetworkInsightsPath:getNetworkInsightsPath":0,"aws:ec2/getNetworkInterface:getNetworkInterface":0,"aws:ec2/getNetworkInterfaces:getNetworkInterfaces":0,"aws:ec2/getPrefixList:getPrefixList":0,"aws:ec2/getPublicIpv4Pool:getPublicIpv4Pool":0,"aws:ec2/getPublicIpv4Pools:getPublicIpv4Pools":0,"aws:ec2/getRoute:getRoute":0,"aws:ec2/getRouteTable:getRouteTable":0,"aws:ec2/getRouteTables:getRouteTables":0,"aws:ec2/getSecurityGroup:getSecurityGroup":0,"aws:ec2/getSecurityGroups:getSecurityGroups":0,"aws:ec2/getSerialConsoleAccess:getSerialConsoleAccess":0,"aws:ec2/getSpotPrice:getSpotPrice":0,"aws:ec2/getSubnet:getSubnet":0,"aws:ec2/getSubnets:getSubnets":0,"aws:ec2/getTransitGatewayRouteTables:getTransitGatewayRouteTables":0,"aws:ec2/getVpc:getVpc":0,"aws:ec2/getVpcDhcpOptions:getVpcDhcpOptions":0,"aws:ec2/getVpcEndpoint:getVpcEndpoint":0,"aws:ec2/getVpcEndpointService:getVpcEndpointService":0,"aws:ec2/getVpcIamPool:getVpcIamPool":0,"aws:ec2/getVpcIamPoolCidrs:getVpcIamPoolCidrs":0,"aws:ec2/getVpcIamPools:getVpcIamPools":0,"aws:ec2/getVpcIpamPool:getVpcIpamPool":0,"aws:ec2/getVpcIpamPoolCidrs:getVpcIpamPoolCidrs":0,"aws:ec2/getVpcIpamPools:getVpcIpamPools":0,"aws:ec2/getVpcPeeringConnection:getVpcPeeringConnection":0,"aws:ec2/getVpcPeeringConnections:getVpcPeeringConnections":0,"aws:ec2/getVpcs:getVpcs":0,"aws:ec2/getVpnGateway:getVpnGateway":0,"aws:ec2clientvpn/getEndpoint:getEndpoint":0,"aws:ec2transitgateway/getAttachment:getAttachment":0,"aws:ec2transitgateway/getAttachments:getAttachments":0,"aws:ec2transitgateway/getConnect:getConnect":0,"aws:ec2transitgateway/getConnectPeer:getConnectPeer":0,"aws:ec2transitgateway/getDirectConnectGatewayAttachment:getDirectConnectGatewayAttachment":0,"aws:ec2transitgateway/getMulticastDomain:getMulticastDomain":0,"aws:ec2transitgateway/getPeeringAttachment:getPeeringAttachment":0,"aws:ec2transitgateway/getRouteTable:getRouteTable":0,"aws:ec2transitgateway/getRouteTableAssociations:getRouteTableAssociations":0,"aws:ec2transitgateway/getRouteTablePropagations:getRouteTablePropagations":0,"aws:ec2transitgateway/getRouteTableRoutes:getRouteTableRoutes":0,"aws:ec2transitgateway/getTransitGateway:getTransitGateway":0,"aws:ec2transitgateway/getVpcAttachment:getVpcAttachment":0,"aws:ec2transitgateway/getVpcAttachments:getVpcAttachments":0,"aws:ec2transitgateway/getVpnAttachment:getVpnAttachment":0,"aws:ecr/getAuthorizationToken:getAuthorizationToken":0,"aws:ecr/getCredentials:getCredentials":0,"aws:ecr/getImage:getImage":0,"aws:ecr/getPullThroughCacheRule:getPullThroughCacheRule":0,"aws:ecr/getRepository:getRepository":0,"aws:ecrpublic/getAuthorizationToken:getAuthorizationToken":0,"aws:ecs/getCluster:getCluster":0,"aws:ecs/getContainerDefinition:getContainerDefinition":0,"aws:ecs/getService:getService":0,"aws:ecs/getTaskDefinition:getTaskDefinition":0,"aws:ecs/getTaskExecution:getTaskExecution":0,"aws:efs/getAccessPoint:getAccessPoint":0,"aws:efs/getAccessPoints:getAccessPoints":0,"aws:efs/getFileSystem:getFileSystem":0,"aws:efs/getMountTarget:getMountTarget":0,"aws:eks/getAddon:getAddon":0,"aws:eks/getAddonVersion:getAddonVersion":0,"aws:eks/getCluster:getCluster":0,"aws:eks/getClusterAuth:getClusterAuth":0,"aws:eks/getClusters:getClusters":0,"aws:eks/getNodeGroup:getNodeGroup":0,"aws:eks/getNodeGroups:getNodeGroups":0,"aws:elasticache/getCluster:getCluster":0,"aws:elasticache/getReplicationGroup:getReplicationGroup":0,"aws:elasticache/getSubnetGroup:getSubnetGroup":0,"aws:elasticache/getUser:getUser":0,"aws:elasticbeanstalk/getApplication:getApplication":0,"aws:elasticbeanstalk/getHostedZone:getHostedZone":0,"aws:elasticbeanstalk/getSolutionStack:getSolutionStack":0,"aws:elasticsearch/getDomain:getDomain":0,"aws:elb/getHostedZoneId:getHostedZoneId":0,"aws:elb/getLoadBalancer:getLoadBalancer":0,"aws:elb/getServiceAccount:getServiceAccount":0,"aws:emr/getReleaseLabels:getReleaseLabels":0,"aws:emrcontainers/getVirtualCluster:getVirtualCluster":0,"aws:fsx/getOntapFileSystem:getOntapFileSystem":0,"aws:fsx/getOntapStorageVirtualMachine:getOntapStorageVirtualMachine":0,"aws:fsx/getOntapStorageVirtualMachines:getOntapStorageVirtualMachines":0,"aws:fsx/getOpenZfsSnapshot:getOpenZfsSnapshot":0,"aws:fsx/getWindowsFileSystem:getWindowsFileSystem":0,"aws:globalaccelerator/getAccelerator:getAccelerator":1,"aws:globalaccelerator/getCustomRoutingAccelerator:getCustomRoutingAccelerator":0,"aws:glue/getCatalogTable:getCatalogTable":0,"aws:glue/getConnection:getConnection":0,"aws:glue/getDataCatalogEncryptionSettings:getDataCatalogEncryptionSettings":0,"aws:glue/getScript:getScript":0,"aws:grafana/getWorkspace:getWorkspace":0,"aws:guardduty/getDetector:getDetector":0,"aws:guardduty/getFindingIds:getFindingIds":1,"aws:iam/getAccessKeys:getAccessKeys":0,"aws:iam/getAccountAlias:getAccountAlias":0,"aws:iam/getGroup:getGroup":0,"aws:iam/getInstanceProfile:getInstanceProfile":0,"aws:iam/getInstanceProfiles:getInstanceProfiles":0,"aws:iam/getOpenIdConnectProvider:getOpenIdConnectProvider":0,"aws:iam/getPolicy:getPolicy":0,"aws:iam/getPolicyDocument:getPolicyDocument":0,"aws:iam/getPrincipalPolicySimulation:getPrincipalPolicySimulation":0,"aws:iam/getRole:getRole":0,"aws:iam/getRoles:getRoles":0,"aws:iam/getSamlProvider:getSamlProvider":0,"aws:iam/getServerCertificate:getServerCertificate":0,"aws:iam/getSessionContext:getSessionContext":0,"aws:iam/getUser:getUser":0,"aws:iam/getUserSshKey:getUserSshKey":0,"aws:iam/getUsers:getUsers":0,"aws:identitystore/getGroup:getGroup":0,"aws:identitystore/getUser:getUser":0,"aws:imagebuilder/getComponent:getComponent":0,"aws:imagebuilder/getComponents:getComponents":0,"aws:imagebuilder/getContainerRecipe:getContainerRecipe":0,"aws:imagebuilder/getContainerRecipes:getContainerRecipes":0,"aws:imagebuilder/getDistributionConfiguration:getDistributionConfiguration":0,"aws:imagebuilder/getDistributionConfigurations:getDistributionConfigurations":0,"aws:imagebuilder/getImage:getImage":0,"aws:imagebuilder/getImagePipeline:getImagePipeline":0,"aws:imagebuilder/getImagePipelines:getImagePipelines":0,"aws:imagebuilder/getImageRecipe:getImageRecipe":0,"aws:imagebuilder/getImageRecipes:getImageRecipes":0,"aws:imagebuilder/getInfrastructureConfiguration:getInfrastructureConfiguration":0,"aws:imagebuilder/getInfrastructureConfigurations:getInfrastructureConfigurations":0,"aws:index/getArn:getArn":1,"aws:index/getAvailabilityZone:getAvailabilityZone":0,"aws:index/getAvailabilityZones:getAvailabilityZones":0,"aws:index/getBillingServiceAccount:getBillingServiceAccount":1,"aws:index/getCallerIdentity:getCallerIdentity":1,"aws:index/getDefaultTags:getDefaultTags":1,"aws:index/getIpRanges:getIpRanges":1,"aws:index/getPartition:getPartition":1,"aws:index/getRegion:getRegion":1,"aws:index/getRegions:getRegions":1,"aws:index/getService:getService":1,"aws:inspector/getRulesPackages:getRulesPackages":0,"aws:iot/getEndpoint:getEndpoint":0,"aws:iot/getRegistrationCode:getRegistrationCode":0,"aws:ivs/getStreamKey:getStreamKey":0,"aws:kendra/getExperience:getExperience":0,"aws:kendra/getFaq:getFaq":0,"aws:kendra/getIndex:getIndex":0,"aws:kendra/getQuerySuggestionsBlockList:getQuerySuggestionsBlockList":0,"aws:kendra/getThesaurus:getThesaurus":0,"aws:kinesis/getFirehoseDeliveryStream:getFirehoseDeliveryStream":0,"aws:kinesis/getStream:getStream":0,"aws:kinesis/getStreamConsumer:getStreamConsumer":0,"aws:kms/getAlias:getAlias":0,"aws:kms/getCipherText:getCipherText":0,"aws:kms/getCustomKeyStore:getCustomKeyStore":0,"aws:kms/getKey:getKey":0,"aws:kms/getPublicKey:getPublicKey":0,"aws:kms/getSecret:getSecret":0,"aws:kms/getSecrets:getSecrets":0,"aws:lakeformation/getDataLakeSettings:getDataLakeSettings":0,"aws:lakeformation/getPermissions:getPermissions":0,"aws:lakeformation/getResource:getResource":0,"aws:lambda/getAlias:getAlias":0,"aws:lambda/getCodeSigningConfig:getCodeSigningConfig":0,"aws:lambda/getFunction:getFunction":0,"aws:lambda/getFunctionUrl:getFunctionUrl":0,"aws:lambda/getFunctions:getFunctions":0,"aws:lambda/getInvocation:getInvocation":0,"aws:lambda/getLayerVersion:getLayerVersion":0,"aws:lb/getHostedZoneId:getHostedZoneId":0,"aws:lb/getLbs:getLbs":0,"aws:lb/getListener:getListener":0,"aws:lb/getLoadBalancer:getLoadBalancer":0,"aws:lb/getTargetGroup:getTargetGroup":0,"aws:lex/getBot:getBot":0,"aws:lex/getBotAlias:getBotAlias":0,"aws:lex/getIntent:getIntent":0,"aws:lex/getSlotType:getSlotType":0,"aws:licensemanager/getLicenseGrants:getLicenseGrants":0,"aws:licensemanager/getReceivedLicense:getReceivedLicense":0,"aws:licensemanager/getReceivedLicenses:getReceivedLicenses":0,"aws:location/getGeofenceCollection:getGeofenceCollection":0,"aws:location/getMap:getMap":0,"aws:location/getPlaceIndex:getPlaceIndex":0,"aws:location/getRouteCalculator:getRouteCalculator":0,"aws:location/getTracker:getTracker":0,"aws:location/getTrackerAssociation:getTrackerAssociation":0,"aws:location/getTrackerAssociations:getTrackerAssociations":0,"aws:mediaconvert/getQueue:getQueue":0,"aws:memorydb/getAcl:getAcl":0,"aws:memorydb/getCluster:getCluster":0,"aws:memorydb/getParameterGroup:getParameterGroup":0,"aws:memorydb/getSnapshot:getSnapshot":0,"aws:memorydb/getSubnetGroup:getSubnetGroup":0,"aws:memorydb/getUser:getUser":0,"aws:mq/getBroker:getBroker":0,"aws:mq/getInstanceTypeOfferings:getInstanceTypeOfferings":0,"aws:msk/getBrokerNodes:getBrokerNodes":0,"aws:msk/getCluster:getCluster":0,"aws:msk/getConfiguration:getConfiguration":0,"aws:msk/getKafkaVersion:getKafkaVersion":0,"aws:msk/getVpcConnection:getVpcConnection":0,"aws:mskconnect/getConnector:getConnector":0,"aws:mskconnect/getCustomPlugin:getCustomPlugin":0,"aws:mskconnect/getWorkerConfiguration:getWorkerConfiguration":0,"aws:neptune/getEngineVersion:getEngineVersion":0,"aws:neptune/getOrderableDbInstance:getOrderableDbInstance":0,"aws:networkfirewall/getFirewall:getFirewall":0,"aws:networkfirewall/getFirewallPolicy:getFirewallPolicy":0,"aws:networkfirewall/getResourcePolicy:getResourcePolicy":0,"aws:networkmanager/getConnection:getConnection":0,"aws:networkmanager/getConnections:getConnections":0,"aws:networkmanager/getCoreNetworkPolicyDocument:getCoreNetworkPolicyDocument":0,"aws:networkmanager/getDevice:getDevice":0,"aws:networkmanager/getDevices:getDevices":0,"aws:networkmanager/getGlobalNetwork:getGlobalNetwork":0,"aws:networkmanager/getGlobalNetworks:getGlobalNetworks":0,"aws:networkmanager/getLink:getLink":0,"aws:networkmanager/getLinks:getLinks":0,"aws:networkmanager/getSite:getSite":0,"aws:networkmanager/getSites:getSites":0,"aws:oam/getLink:getLink":0,"aws:oam/getLinks:getLinks":0,"aws:oam/getSink:getSink":0,"aws:oam/getSinks:getSinks":0,"aws:opensearch/getDomain:getDomain":0,"aws:opensearch/getServerlessAccessPolicy:getServerlessAccessPolicy":1,"aws:opensearch/getServerlessCollection:getServerlessCollection":1,"aws:opensearch/getServerlessLifecyclePolicy:getServerlessLifecyclePolicy":1,"aws:opensearch/getServerlessSecurityConfig:getServerlessSecurityConfig":1,"aws:opensearch/getServerlessSecurityPolicy:getServerlessSecurityPolicy":0,"aws:opensearch/getServerlessVpcEndpoint:getServerlessVpcEndpoint":0,"aws:organizations/getDelegatedAdministrators:getDelegatedAdministrators":0,"aws:organizations/getDelegatedServices:getDelegatedServices":0,"aws:organizations/getOrganization:getOrganization":0,"aws:organizations/getOrganizationalUnit:getOrganizationalUnit":0,"aws:organizations/getOrganizationalUnitChildAccounts:getOrganizationalUnitChildAccounts":0,"aws:organizations/getOrganizationalUnitDescendantAccounts:getOrganizationalUnitDescendantAccounts":0,"aws:organizations/getOrganizationalUnits:getOrganizationalUnits":0,"aws:organizations/getPolicies:getPolicies":0,"aws:organizations/getPoliciesForTarget:getPoliciesForTarget":0,"aws:organizations/getPolicy:getPolicy":0,"aws:organizations/getResourceTags:getResourceTags":0,"aws:outposts/getAsset:getAsset":0,"aws:outposts/getAssets:getAssets":0,"aws:outposts/getOutpost:getOutpost":0,"aws:outposts/getOutpostInstanceType:getOutpostInstanceType":0,"aws:outposts/getOutpostInstanceTypes:getOutpostInstanceTypes":0,"aws:outposts/getOutposts:getOutposts":0,"aws:outposts/getSite:getSite":0,"aws:outposts/getSites:getSites":0,"aws:pricing/getProduct:getProduct":0,"aws:qldb/getLedger:getLedger":0,"aws:quicksight/getDataSet:getDataSet":0,"aws:quicksight/getQuicksightGroup:getQuicksightGroup":0,"aws:quicksight/getQuicksightUser:getQuicksightUser":0,"aws:quicksight/getTheme:getTheme":0,"aws:ram/getResourceShare:getResourceShare":0,"aws:rds/getCertificate:getCertificate":0,"aws:rds/getCluster:getCluster":0,"aws:rds/getClusterSnapshot:getClusterSnapshot":0,"aws:rds/getClusters:getClusters":0,"aws:rds/getEngineVersion:getEngineVersion":0,"aws:rds/getEventCategories:getEventCategories":0,"aws:rds/getInstance:getInstance":0,"aws:rds/getInstances:getInstances":0,"aws:rds/getOrderableDbInstance:getOrderableDbInstance":0,"aws:rds/getProxy:getProxy":0,"aws:rds/getReservedInstanceOffering:getReservedInstanceOffering":0,"aws:rds/getSnapshot:getSnapshot":0,"aws:rds/getSubnetGroup:getSubnetGroup":0,"aws:redshift/getCluster:getCluster":0,"aws:redshift/getClusterCredentials:getClusterCredentials":0,"aws:redshift/getOrderableCluster:getOrderableCluster":0,"aws:redshift/getServiceAccount:getServiceAccount":0,"aws:redshift/getSubnetGroup:getSubnetGroup":0,"aws:redshiftserverless/getCredentials:getCredentials":0,"aws:redshiftserverless/getNamespace:getNamespace":0,"aws:redshiftserverless/getWorkgroup:getWorkgroup":0,"aws:resourcegroupstaggingapi/getResources:getResources":0,"aws:route53/getDelegationSet:getDelegationSet":0,"aws:route53/getQueryLogConfig:getQueryLogConfig":0,"aws:route53/getResolverEndpoint:getResolverEndpoint":0,"aws:route53/getResolverFirewallConfig:getResolverFirewallConfig":0,"aws:route53/getResolverFirewallDomainList:getResolverFirewallDomainList":0,"aws:route53/getResolverFirewallRuleGroup:getResolverFirewallRuleGroup":0,"aws:route53/getResolverFirewallRuleGroupAssociation:getResolverFirewallRuleGroupAssociation":0,"aws:route53/getResolverFirewallRules:getResolverFirewallRules":0,"aws:route53/getResolverRule:getResolverRule":0,"aws:route53/getResolverRules:getResolverRules":0,"aws:route53/getTrafficPolicyDocument:getTrafficPolicyDocument":0,"aws:route53/getZone:getZone":0,"aws:s3/getAccountPublicAccessBlock:getAccountPublicAccessBlock":0,"aws:s3/getBucket:getBucket":0,"aws:s3/getBucketObject:getBucketObject":0,"aws:s3/getBucketObjects:getBucketObjects":0,"aws:s3/getBucketPolicy:getBucketPolicy":0,"aws:s3/getCanonicalUserId:getCanonicalUserId":0,"aws:s3/getObject:getObject":0,"aws:s3/getObjects:getObjects":0,"aws:s3control/getMultiRegionAccessPoint:getMultiRegionAccessPoint":0,"aws:sagemaker/getPrebuiltEcrImage:getPrebuiltEcrImage":0,"aws:secretsmanager/getRandomPassword:getRandomPassword":0,"aws:secretsmanager/getSecret:getSecret":0,"aws:secretsmanager/getSecretRotation:getSecretRotation":0,"aws:secretsmanager/getSecretVersion:getSecretVersion":0,"aws:secretsmanager/getSecrets:getSecrets":0,"aws:serverlessrepository/getApplication:getApplication":0,"aws:servicecatalog/getConstraint:getConstraint":0,"aws:servicecatalog/getLaunchPaths:getLaunchPaths":0,"aws:servicecatalog/getPortfolio:getPortfolio":0,"aws:servicecatalog/getPortfolioConstraints:getPortfolioConstraints":0,"aws:servicecatalog/getProduct:getProduct":0,"aws:servicecatalog/getProvisioningArtifacts:getProvisioningArtifacts":0,"aws:servicediscovery/getDnsNamespace:getDnsNamespace":0,"aws:servicediscovery/getHttpNamespace:getHttpNamespace":0,"aws:servicediscovery/getService:getService":0,"aws:servicequotas/getService:getService":0,"aws:servicequotas/getServiceQuota:getServiceQuota":0,"aws:servicequotas/getTemplates:getTemplates":1,"aws:ses/getActiveReceiptRuleSet:getActiveReceiptRuleSet":0,"aws:ses/getDomainIdentity:getDomainIdentity":0,"aws:ses/getEmailIdentity:getEmailIdentity":0,"aws:sesv2/getConfigurationSet:getConfigurationSet":0,"aws:sesv2/getDedicatedIpPool:getDedicatedIpPool":0,"aws:sesv2/getEmailIdentity:getEmailIdentity":0,"aws:sesv2/getEmailIdentityMailFromAttributes:getEmailIdentityMailFromAttributes":0,"aws:sfn/getActivity:getActivity":0,"aws:sfn/getAlias:getAlias":0,"aws:sfn/getStateMachine:getStateMachine":0,"aws:sfn/getStateMachineVersions:getStateMachineVersions":0,"aws:signer/getSigningJob:getSigningJob":0,"aws:signer/getSigningProfile:getSigningProfile":0,"aws:sns/getTopic:getTopic":0,"aws:sqs/getQueue:getQueue":0,"aws:sqs/getQueues:getQueues":0,"aws:ssm/getDocument:getDocument":0,"aws:ssm/getInstances:getInstances":0,"aws:ssm/getMaintenanceWindows:getMaintenanceWindows":0,"aws:ssm/getParameter:getParameter":0,"aws:ssm/getParametersByPath:getParametersByPath":0,"aws:ssm/getPatchBaseline:getPatchBaseline":0,"aws:ssmcontacts/getContact:getContact":0,"aws:ssmcontacts/getContactChannel:getContactChannel":0,"aws:ssmcontacts/getPlan:getPlan":0,"aws:ssmincidents/getReplicationSet:getReplicationSet":0,"aws:ssmincidents/getResponsePlan:getResponsePlan":0,"aws:ssoadmin/getInstances:getInstances":0,"aws:ssoadmin/getPermissionSet:getPermissionSet":0,"aws:storagegateway/getLocalDisk:getLocalDisk":0,"aws:transfer/getServer:getServer":0,"aws:vpc/getSecurityGroupRule:getSecurityGroupRule":1,"aws:vpc/getSecurityGroupRules:getSecurityGroupRules":1,"aws:vpclattice/getAuthPolicy:getAuthPolicy":0,"aws:vpclattice/getListener:getListener":0,"aws:vpclattice/getResourcePolicy:getResourcePolicy":0,"aws:vpclattice/getService:getService":0,"aws:vpclattice/getServiceNetwork:getServiceNetwork":0,"aws:waf/getIpset:getIpset":0,"aws:waf/getRateBasedRule:getRateBasedRule":0,"aws:waf/getRule:getRule":0,"aws:waf/getSubscribedRuleGroup:getSubscribedRuleGroup":0,"aws:waf/getWebAcl:getWebAcl":0,"aws:wafregional/getIpset:getIpset":0,"aws:wafregional/getRateBasedMod:getRateBasedMod":0,"aws:wafregional/getRule:getRule":0,"aws:wafregional/getSubscribedRuleGroup:getSubscribedRuleGroup":0,"aws:wafregional/getWebAcl:getWebAcl":0,"aws:wafv2/getIpSet:getIpSet":0,"aws:wafv2/getRegexPatternSet:getRegexPatternSet":0,"aws:wafv2/getRuleGroup:getRuleGroup":0,"aws:wafv2/getWebAcl:getWebAcl":0,"aws:workspaces/getBundle:getBundle":0,"aws:workspaces/getDirectory:getDirectory":0,"aws:workspaces/getImage:getImage":0,"aws:workspaces/getWorkspace:getWorkspace":0}}} \ No newline at end of file +{"auto-aliasing":{"resources":{"aws_accessanalyzer_analyzer":{"current":"aws:accessanalyzer/analyzer:Analyzer","majorVersion":6},"aws_accessanalyzer_archive_rule":{"current":"aws:accessanalyzer/archiveRule:ArchiveRule","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"contains":{"maxItemsOne":false},"eq":{"maxItemsOne":false},"neq":{"maxItemsOne":false}}}}}},"aws_account_alternate_contact":{"current":"aws:account/alternativeContact:AlternativeContact","majorVersion":6},"aws_account_primary_contact":{"current":"aws:account/primaryContact:PrimaryContact","majorVersion":6},"aws_acm_certificate":{"current":"aws:acm/certificate:Certificate","majorVersion":6,"fields":{"domain_validation_options":{"maxItemsOne":false},"options":{"maxItemsOne":true},"renewal_summary":{"maxItemsOne":false},"subject_alternative_names":{"maxItemsOne":false},"validation_emails":{"maxItemsOne":false},"validation_option":{"maxItemsOne":false}}},"aws_acm_certificate_validation":{"current":"aws:acm/certificateValidation:CertificateValidation","majorVersion":6,"fields":{"validation_record_fqdns":{"maxItemsOne":false}}},"aws_acmpca_certificate":{"current":"aws:acmpca/certificate:Certificate","majorVersion":6,"fields":{"validity":{"maxItemsOne":true}}},"aws_acmpca_certificate_authority":{"current":"aws:acmpca/certificateAuthority:CertificateAuthority","majorVersion":6,"fields":{"certificate_authority_configuration":{"maxItemsOne":true,"elem":{"fields":{"subject":{"maxItemsOne":true}}}},"revocation_configuration":{"maxItemsOne":true,"elem":{"fields":{"crl_configuration":{"maxItemsOne":true},"ocsp_configuration":{"maxItemsOne":true}}}}}},"aws_acmpca_certificate_authority_certificate":{"current":"aws:acmpca/certificateAuthorityCertificate:CertificateAuthorityCertificate","majorVersion":6},"aws_acmpca_permission":{"current":"aws:acmpca/permission:Permission","majorVersion":6,"fields":{"actions":{"maxItemsOne":false}}},"aws_acmpca_policy":{"current":"aws:acmpca/policy:Policy","majorVersion":6},"aws_alb":{"current":"aws:alb/loadBalancer:LoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_mapping":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_alb_listener":{"current":"aws:alb/listener:Listener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":true},"authenticate_oidc":{"maxItemsOne":true},"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":true,"elem":{"fields":{"stickiness":{"maxItemsOne":true},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":true}}}}}},"aws_alb_listener_certificate":{"current":"aws:alb/listenerCertificate:ListenerCertificate","majorVersion":6},"aws_alb_listener_rule":{"current":"aws:alb/listenerRule:ListenerRule","majorVersion":6,"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":true},"authenticate_oidc":{"maxItemsOne":true},"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":true,"elem":{"fields":{"stickiness":{"maxItemsOne":true},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":true}}}},"condition":{"maxItemsOne":false,"elem":{"fields":{"host_header":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"http_header":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"http_request_method":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"path_pattern":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"query_string":{"maxItemsOne":false},"source_ip":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}}}},"aws_alb_target_group":{"current":"aws:alb/targetGroup:TargetGroup","majorVersion":6,"fields":{"health_check":{"maxItemsOne":true},"stickiness":{"maxItemsOne":true},"target_failover":{"maxItemsOne":false},"target_health_state":{"maxItemsOne":false}}},"aws_alb_target_group_attachment":{"current":"aws:alb/targetGroupAttachment:TargetGroupAttachment","majorVersion":6},"aws_ami":{"current":"aws:ec2/ami:Ami","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false}}},"aws_ami_copy":{"current":"aws:ec2/amiCopy:AmiCopy","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false}}},"aws_ami_from_instance":{"current":"aws:ec2/amiFromInstance:AmiFromInstance","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false}}},"aws_ami_launch_permission":{"current":"aws:ec2/amiLaunchPermission:AmiLaunchPermission","majorVersion":6},"aws_amplify_app":{"current":"aws:amplify/app:App","majorVersion":6,"fields":{"auto_branch_creation_config":{"maxItemsOne":true},"auto_branch_creation_patterns":{"maxItemsOne":false},"custom_rule":{"maxItemsOne":false},"production_branch":{"maxItemsOne":false}}},"aws_amplify_backend_environment":{"current":"aws:amplify/backendEnvironment:BackendEnvironment","majorVersion":6},"aws_amplify_branch":{"current":"aws:amplify/branch:Branch","majorVersion":6,"fields":{"associated_resources":{"maxItemsOne":false},"custom_domains":{"maxItemsOne":false}}},"aws_amplify_domain_association":{"current":"aws:amplify/domainAssociation:DomainAssociation","majorVersion":6,"fields":{"sub_domain":{"maxItemsOne":false}}},"aws_amplify_webhook":{"current":"aws:amplify/webhook:Webhook","majorVersion":6},"aws_api_gateway_account":{"current":"aws:apigateway/account:Account","majorVersion":6,"fields":{"features":{"maxItemsOne":false},"throttle_settings":{"maxItemsOne":false}}},"aws_api_gateway_api_key":{"current":"aws:apigateway/apiKey:ApiKey","majorVersion":6},"aws_api_gateway_authorizer":{"current":"aws:apigateway/authorizer:Authorizer","majorVersion":6,"fields":{"provider_arns":{"maxItemsOne":false}}},"aws_api_gateway_base_path_mapping":{"current":"aws:apigateway/basePathMapping:BasePathMapping","majorVersion":6},"aws_api_gateway_client_certificate":{"current":"aws:apigateway/clientCertificate:ClientCertificate","majorVersion":6},"aws_api_gateway_deployment":{"current":"aws:apigateway/deployment:Deployment","majorVersion":6},"aws_api_gateway_documentation_part":{"current":"aws:apigateway/documentationPart:DocumentationPart","majorVersion":6,"fields":{"location":{"maxItemsOne":true}}},"aws_api_gateway_documentation_version":{"current":"aws:apigateway/documentationVersion:DocumentationVersion","majorVersion":6},"aws_api_gateway_domain_name":{"current":"aws:apigateway/domainName:DomainName","majorVersion":6,"fields":{"endpoint_configuration":{"maxItemsOne":true,"elem":{"fields":{"types":{"maxItemsOne":true}}}},"mutual_tls_authentication":{"maxItemsOne":true}}},"aws_api_gateway_gateway_response":{"current":"aws:apigateway/response:Response","majorVersion":6},"aws_api_gateway_integration":{"current":"aws:apigateway/integration:Integration","majorVersion":6,"fields":{"cache_key_parameters":{"maxItemsOne":false},"tls_config":{"maxItemsOne":true}}},"aws_api_gateway_integration_response":{"current":"aws:apigateway/integrationResponse:IntegrationResponse","majorVersion":6},"aws_api_gateway_method":{"current":"aws:apigateway/method:Method","majorVersion":6,"fields":{"authorization_scopes":{"maxItemsOne":false}}},"aws_api_gateway_method_response":{"current":"aws:apigateway/methodResponse:MethodResponse","majorVersion":6},"aws_api_gateway_method_settings":{"current":"aws:apigateway/methodSettings:MethodSettings","majorVersion":6,"fields":{"settings":{"maxItemsOne":true}}},"aws_api_gateway_model":{"current":"aws:apigateway/model:Model","majorVersion":6},"aws_api_gateway_request_validator":{"current":"aws:apigateway/requestValidator:RequestValidator","majorVersion":6},"aws_api_gateway_resource":{"current":"aws:apigateway/resource:Resource","majorVersion":6},"aws_api_gateway_rest_api":{"current":"aws:apigateway/restApi:RestApi","majorVersion":6,"fields":{"binary_media_types":{"maxItemsOne":false},"endpoint_configuration":{"maxItemsOne":true,"elem":{"fields":{"types":{"maxItemsOne":true},"vpc_endpoint_ids":{"maxItemsOne":false}}}}}},"aws_api_gateway_rest_api_policy":{"current":"aws:apigateway/restApiPolicy:RestApiPolicy","majorVersion":6},"aws_api_gateway_stage":{"current":"aws:apigateway/stage:Stage","majorVersion":6,"fields":{"access_log_settings":{"maxItemsOne":true},"canary_settings":{"maxItemsOne":true}}},"aws_api_gateway_usage_plan":{"current":"aws:apigateway/usagePlan:UsagePlan","majorVersion":6,"fields":{"api_stages":{"maxItemsOne":false,"elem":{"fields":{"throttle":{"maxItemsOne":false}}}},"quota_settings":{"maxItemsOne":true},"throttle_settings":{"maxItemsOne":true}}},"aws_api_gateway_usage_plan_key":{"current":"aws:apigateway/usagePlanKey:UsagePlanKey","majorVersion":6},"aws_api_gateway_vpc_link":{"current":"aws:apigateway/vpcLink:VpcLink","majorVersion":6,"fields":{"target_arns":{"maxItemsOne":true}}},"aws_apigatewayv2_api":{"current":"aws:apigatewayv2/api:Api","majorVersion":6,"fields":{"cors_configuration":{"maxItemsOne":true,"elem":{"fields":{"allow_headers":{"maxItemsOne":false},"allow_methods":{"maxItemsOne":false},"allow_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}}}},"aws_apigatewayv2_api_mapping":{"current":"aws:apigatewayv2/apiMapping:ApiMapping","majorVersion":6},"aws_apigatewayv2_authorizer":{"current":"aws:apigatewayv2/authorizer:Authorizer","majorVersion":6,"fields":{"identity_sources":{"maxItemsOne":false},"jwt_configuration":{"maxItemsOne":true,"elem":{"fields":{"audience":{"maxItemsOne":false}}}}}},"aws_apigatewayv2_deployment":{"current":"aws:apigatewayv2/deployment:Deployment","majorVersion":6},"aws_apigatewayv2_domain_name":{"current":"aws:apigatewayv2/domainName:DomainName","majorVersion":6,"fields":{"domain_name_configuration":{"maxItemsOne":true},"mutual_tls_authentication":{"maxItemsOne":true}}},"aws_apigatewayv2_integration":{"current":"aws:apigatewayv2/integration:Integration","majorVersion":6,"fields":{"response_parameters":{"maxItemsOne":false},"tls_config":{"maxItemsOne":true}}},"aws_apigatewayv2_integration_response":{"current":"aws:apigatewayv2/integrationResponse:IntegrationResponse","majorVersion":6},"aws_apigatewayv2_model":{"current":"aws:apigatewayv2/model:Model","majorVersion":6},"aws_apigatewayv2_route":{"current":"aws:apigatewayv2/route:Route","majorVersion":6,"fields":{"authorization_scopes":{"maxItemsOne":false},"request_parameter":{"maxItemsOne":false}}},"aws_apigatewayv2_route_response":{"current":"aws:apigatewayv2/routeResponse:RouteResponse","majorVersion":6},"aws_apigatewayv2_stage":{"current":"aws:apigatewayv2/stage:Stage","majorVersion":6,"fields":{"access_log_settings":{"maxItemsOne":true},"default_route_settings":{"maxItemsOne":true},"route_settings":{"maxItemsOne":false}}},"aws_apigatewayv2_vpc_link":{"current":"aws:apigatewayv2/vpcLink:VpcLink","majorVersion":6,"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_app_cookie_stickiness_policy":{"current":"aws:elb/appCookieStickinessPolicy:AppCookieStickinessPolicy","majorVersion":6},"aws_appautoscaling_policy":{"current":"aws:appautoscaling/policy:Policy","majorVersion":6,"fields":{"alarm_arns":{"maxItemsOne":false},"step_scaling_policy_configuration":{"maxItemsOne":true,"elem":{"fields":{"step_adjustment":{"maxItemsOne":false}}}},"target_tracking_scaling_policy_configuration":{"maxItemsOne":true,"elem":{"fields":{"customized_metric_specification":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false},"metrics":{"maxItemsOne":false,"elem":{"fields":{"metric_stat":{"maxItemsOne":true,"elem":{"fields":{"metric":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false}}}}}}}}}}}}},"predefined_metric_specification":{"maxItemsOne":true}}}}}},"aws_appautoscaling_scheduled_action":{"current":"aws:appautoscaling/scheduledAction:ScheduledAction","majorVersion":6,"fields":{"scalable_target_action":{"maxItemsOne":true}}},"aws_appautoscaling_target":{"current":"aws:appautoscaling/target:Target","majorVersion":6},"aws_appconfig_application":{"current":"aws:appconfig/application:Application","majorVersion":6},"aws_appconfig_configuration_profile":{"current":"aws:appconfig/configurationProfile:ConfigurationProfile","majorVersion":6,"fields":{"validator":{"maxItemsOne":false}}},"aws_appconfig_deployment":{"current":"aws:appconfig/deployment:Deployment","majorVersion":6},"aws_appconfig_deployment_strategy":{"current":"aws:appconfig/deploymentStrategy:DeploymentStrategy","majorVersion":6},"aws_appconfig_environment":{"current":"aws:appconfig/environment:Environment","majorVersion":6,"fields":{"monitor":{"maxItemsOne":false}}},"aws_appconfig_extension":{"current":"aws:appconfig/extension:Extension","majorVersion":6,"fields":{"action_point":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false}}}},"parameter":{"maxItemsOne":false}}},"aws_appconfig_extension_association":{"current":"aws:appconfig/extensionAssociation:ExtensionAssociation","majorVersion":6},"aws_appconfig_hosted_configuration_version":{"current":"aws:appconfig/hostedConfigurationVersion:HostedConfigurationVersion","majorVersion":6},"aws_appflow_connector_profile":{"current":"aws:appflow/connectorProfile:ConnectorProfile","majorVersion":6,"fields":{"connector_profile_config":{"maxItemsOne":true,"elem":{"fields":{"connector_profile_credentials":{"maxItemsOne":true,"elem":{"fields":{"amplitude":{"maxItemsOne":true},"custom_connector":{"maxItemsOne":true,"elem":{"fields":{"api_key":{"maxItemsOne":true},"basic":{"maxItemsOne":true},"custom":{"maxItemsOne":true},"oauth2":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}}}}},"datadog":{"maxItemsOne":true},"dynatrace":{"maxItemsOne":true},"google_analytics":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}},"honeycode":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}},"infor_nexus":{"maxItemsOne":true},"marketo":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}},"redshift":{"maxItemsOne":true},"salesforce":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}},"sapo_data":{"maxItemsOne":true,"elem":{"fields":{"basic_auth_credentials":{"maxItemsOne":true},"oauth_credentials":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}}}}},"service_now":{"maxItemsOne":true},"singular":{"maxItemsOne":true},"slack":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}},"snowflake":{"maxItemsOne":true},"trendmicro":{"maxItemsOne":true},"veeva":{"maxItemsOne":true},"zendesk":{"maxItemsOne":true,"elem":{"fields":{"oauth_request":{"maxItemsOne":true}}}}}}},"connector_profile_properties":{"maxItemsOne":true,"elem":{"fields":{"amplitude":{"maxItemsOne":true},"custom_connector":{"maxItemsOne":true,"elem":{"fields":{"oauth2_properties":{"maxItemsOne":true}}}},"datadog":{"maxItemsOne":true},"dynatrace":{"maxItemsOne":true},"google_analytics":{"maxItemsOne":true},"honeycode":{"maxItemsOne":true},"infor_nexus":{"maxItemsOne":true},"marketo":{"maxItemsOne":true},"redshift":{"maxItemsOne":true},"salesforce":{"maxItemsOne":true},"sapo_data":{"maxItemsOne":true,"elem":{"fields":{"oauth_properties":{"maxItemsOne":true,"elem":{"fields":{"oauth_scopes":{"maxItemsOne":false}}}}}}},"service_now":{"maxItemsOne":true},"singular":{"maxItemsOne":true},"slack":{"maxItemsOne":true},"snowflake":{"maxItemsOne":true},"trendmicro":{"maxItemsOne":true},"veeva":{"maxItemsOne":true},"zendesk":{"maxItemsOne":true}}}}}}}}},"aws_appflow_flow":{"current":"aws:appflow/flow:Flow","majorVersion":6,"fields":{"destination_flow_config":{"maxItemsOne":false,"elem":{"fields":{"destination_connector_properties":{"maxItemsOne":true,"elem":{"fields":{"custom_connector":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true},"id_field_names":{"maxItemsOne":false}}}},"customer_profiles":{"maxItemsOne":true},"event_bridge":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true}}}},"honeycode":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true}}}},"lookout_metrics":{"maxItemsOne":true},"marketo":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true}}}},"redshift":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true}}}},"s3":{"maxItemsOne":true,"elem":{"fields":{"s3_output_format_config":{"maxItemsOne":true,"elem":{"fields":{"aggregation_config":{"maxItemsOne":true},"prefix_config":{"maxItemsOne":true}}}}}}},"salesforce":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true},"id_field_names":{"maxItemsOne":false}}}},"sapo_data":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true},"id_field_names":{"maxItemsOne":false},"success_response_handling_config":{"maxItemsOne":true}}}},"snowflake":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true}}}},"upsolver":{"maxItemsOne":true,"elem":{"fields":{"s3_output_format_config":{"maxItemsOne":true,"elem":{"fields":{"aggregation_config":{"maxItemsOne":true},"prefix_config":{"maxItemsOne":true}}}}}}},"zendesk":{"maxItemsOne":true,"elem":{"fields":{"error_handling_config":{"maxItemsOne":true},"id_field_names":{"maxItemsOne":false}}}}}}}}}},"source_flow_config":{"maxItemsOne":true,"elem":{"fields":{"incremental_pull_config":{"maxItemsOne":true},"source_connector_properties":{"maxItemsOne":true,"elem":{"fields":{"amplitude":{"maxItemsOne":true},"custom_connector":{"maxItemsOne":true},"datadog":{"maxItemsOne":true},"dynatrace":{"maxItemsOne":true},"google_analytics":{"maxItemsOne":true},"infor_nexus":{"maxItemsOne":true},"marketo":{"maxItemsOne":true},"s3":{"maxItemsOne":true,"elem":{"fields":{"s3_input_format_config":{"maxItemsOne":true}}}},"salesforce":{"maxItemsOne":true},"sapo_data":{"maxItemsOne":true},"service_now":{"maxItemsOne":true},"singular":{"maxItemsOne":true},"slack":{"maxItemsOne":true},"trendmicro":{"maxItemsOne":true},"veeva":{"maxItemsOne":true},"zendesk":{"maxItemsOne":true}}}}}}},"task":{"maxItemsOne":false,"elem":{"fields":{"connector_operator":{"maxItemsOne":false},"source_fields":{"maxItemsOne":false}}}},"trigger_config":{"maxItemsOne":true,"elem":{"fields":{"trigger_properties":{"maxItemsOne":true,"elem":{"fields":{"scheduled":{"maxItemsOne":true}}}}}}}}},"aws_appintegrations_data_integration":{"current":"aws:appintegrations/dataIntegration:DataIntegration","majorVersion":6,"fields":{"schedule_config":{"maxItemsOne":true}}},"aws_appintegrations_event_integration":{"current":"aws:appconfig/eventIntegration:EventIntegration","majorVersion":6,"fields":{"event_filter":{"maxItemsOne":true}}},"aws_applicationinsights_application":{"current":"aws:applicationinsights/application:Application","majorVersion":6},"aws_appmesh_gateway_route":{"current":"aws:appmesh/gatewayRoute:GatewayRoute","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"grpc_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"target":{"maxItemsOne":true,"elem":{"fields":{"virtual_service":{"maxItemsOne":true}}}}}}},"match":{"maxItemsOne":true}}}},"http2_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"rewrite":{"maxItemsOne":true,"elem":{"fields":{"hostname":{"maxItemsOne":true},"path":{"maxItemsOne":true},"prefix":{"maxItemsOne":true}}}},"target":{"maxItemsOne":true,"elem":{"fields":{"virtual_service":{"maxItemsOne":true}}}}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}}}}},"hostname":{"maxItemsOne":true},"path":{"maxItemsOne":true},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true}}}}}}}}}},"http_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"rewrite":{"maxItemsOne":true,"elem":{"fields":{"hostname":{"maxItemsOne":true},"path":{"maxItemsOne":true},"prefix":{"maxItemsOne":true}}}},"target":{"maxItemsOne":true,"elem":{"fields":{"virtual_service":{"maxItemsOne":true}}}}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}}}}},"hostname":{"maxItemsOne":true},"path":{"maxItemsOne":true},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true}}}}}}}}}}}}}}},"aws_appmesh_mesh":{"current":"aws:appmesh/mesh:Mesh","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"egress_filter":{"maxItemsOne":true}}}}}},"aws_appmesh_route":{"current":"aws:appmesh/route:Route","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"grpc_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"metadata":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}}}}}}}},"retry_policy":{"maxItemsOne":true,"elem":{"fields":{"grpc_retry_events":{"maxItemsOne":false},"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":true},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}}}}},"http2_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}}}}},"path":{"maxItemsOne":true},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true}}}}}}},"retry_policy":{"maxItemsOne":true,"elem":{"fields":{"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":true},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}}}}},"http_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}}}}},"path":{"maxItemsOne":true},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true}}}}}}},"retry_policy":{"maxItemsOne":true,"elem":{"fields":{"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":true},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}}}}},"tcp_route":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":true},"timeout":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true}}}}}}}}}}}},"aws_appmesh_virtual_gateway":{"current":"aws:appmesh/virtualGateway:VirtualGateway","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"backend_defaults":{"maxItemsOne":true,"elem":{"fields":{"client_policy":{"maxItemsOne":true,"elem":{"fields":{"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":true,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":true,"elem":{"fields":{"acm":{"maxItemsOne":true,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}}}}}}}}}}}}}},"listener":{"maxItemsOne":false,"elem":{"fields":{"connection_pool":{"maxItemsOne":true,"elem":{"fields":{"grpc":{"maxItemsOne":true},"http":{"maxItemsOne":true},"http2":{"maxItemsOne":true}}}},"health_check":{"maxItemsOne":true},"port_mapping":{"maxItemsOne":true},"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":true,"elem":{"fields":{"acm":{"maxItemsOne":true},"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}},"validation":{"maxItemsOne":true,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}}}}}}}}}}},"logging":{"maxItemsOne":true,"elem":{"fields":{"access_log":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true,"elem":{"fields":{"format":{"maxItemsOne":true,"elem":{"fields":{"json":{"maxItemsOne":false}}}}}}}}}}}}}}}}}},"aws_appmesh_virtual_node":{"current":"aws:appmesh/virtualNode:VirtualNode","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"backend":{"maxItemsOne":false,"elem":{"fields":{"virtual_service":{"maxItemsOne":true,"elem":{"fields":{"client_policy":{"maxItemsOne":true,"elem":{"fields":{"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":true,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":true,"elem":{"fields":{"acm":{"maxItemsOne":true,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"backend_defaults":{"maxItemsOne":true,"elem":{"fields":{"client_policy":{"maxItemsOne":true,"elem":{"fields":{"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":true,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":true,"elem":{"fields":{"acm":{"maxItemsOne":true,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}}}}}}}}}}}}}},"listener":{"maxItemsOne":false,"elem":{"fields":{"connection_pool":{"maxItemsOne":true,"elem":{"fields":{"grpc":{"maxItemsOne":true},"http":{"maxItemsOne":false},"http2":{"maxItemsOne":false},"tcp":{"maxItemsOne":false}}}},"health_check":{"maxItemsOne":true},"outlier_detection":{"maxItemsOne":true,"elem":{"fields":{"base_ejection_duration":{"maxItemsOne":true},"interval":{"maxItemsOne":true}}}},"port_mapping":{"maxItemsOne":true},"timeout":{"maxItemsOne":true,"elem":{"fields":{"grpc":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}},"http":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}},"http2":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true},"per_request":{"maxItemsOne":true}}}},"tcp":{"maxItemsOne":true,"elem":{"fields":{"idle":{"maxItemsOne":true}}}}}}},"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":true,"elem":{"fields":{"acm":{"maxItemsOne":true},"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}},"validation":{"maxItemsOne":true,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true},"sds":{"maxItemsOne":true}}}}}}}}}}}}},"logging":{"maxItemsOne":true,"elem":{"fields":{"access_log":{"maxItemsOne":true,"elem":{"fields":{"file":{"maxItemsOne":true,"elem":{"fields":{"format":{"maxItemsOne":true,"elem":{"fields":{"json":{"maxItemsOne":false}}}}}}}}}}}}},"service_discovery":{"maxItemsOne":true,"elem":{"fields":{"aws_cloud_map":{"maxItemsOne":true},"dns":{"maxItemsOne":true}}}}}}}}},"aws_appmesh_virtual_router":{"current":"aws:appmesh/virtualRouter:VirtualRouter","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"listener":{"maxItemsOne":false,"elem":{"fields":{"port_mapping":{"maxItemsOne":true}}}}}}}}},"aws_appmesh_virtual_service":{"current":"aws:appmesh/virtualService:VirtualService","majorVersion":6,"fields":{"spec":{"maxItemsOne":true,"elem":{"fields":{"provider":{"maxItemsOne":true,"elem":{"fields":{"virtual_node":{"maxItemsOne":true},"virtual_router":{"maxItemsOne":true}}}}}}}}},"aws_apprunner_auto_scaling_configuration_version":{"current":"aws:apprunner/autoScalingConfigurationVersion:AutoScalingConfigurationVersion","majorVersion":6},"aws_apprunner_connection":{"current":"aws:apprunner/connection:Connection","majorVersion":6},"aws_apprunner_custom_domain_association":{"current":"aws:apprunner/customDomainAssociation:CustomDomainAssociation","majorVersion":6,"fields":{"certificate_validation_records":{"maxItemsOne":false}}},"aws_apprunner_default_auto_scaling_configuration_version":{"current":"aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion","majorVersion":6},"aws_apprunner_observability_configuration":{"current":"aws:apprunner/observabilityConfiguration:ObservabilityConfiguration","majorVersion":6,"fields":{"trace_configuration":{"maxItemsOne":true}}},"aws_apprunner_service":{"current":"aws:apprunner/service:Service","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":true},"health_check_configuration":{"maxItemsOne":true},"instance_configuration":{"maxItemsOne":true},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"egress_configuration":{"maxItemsOne":true},"ingress_configuration":{"maxItemsOne":true}}}},"observability_configuration":{"maxItemsOne":true},"source_configuration":{"maxItemsOne":true,"elem":{"fields":{"authentication_configuration":{"maxItemsOne":true},"code_repository":{"maxItemsOne":true,"elem":{"fields":{"code_configuration":{"maxItemsOne":true,"elem":{"fields":{"code_configuration_values":{"maxItemsOne":true}}}},"source_code_version":{"maxItemsOne":true}}}},"image_repository":{"maxItemsOne":true,"elem":{"fields":{"image_configuration":{"maxItemsOne":true}}}}}}}}},"aws_apprunner_vpc_connector":{"current":"aws:apprunner/vpcConnector:VpcConnector","majorVersion":6,"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_apprunner_vpc_ingress_connection":{"current":"aws:apprunner/vpcIngressConnection:VpcIngressConnection","majorVersion":6,"fields":{"ingress_vpc_configuration":{"maxItemsOne":true}}},"aws_appstream_directory_config":{"current":"aws:appstream/directoryConfig:DirectoryConfig","majorVersion":6,"fields":{"organizational_unit_distinguished_names":{"maxItemsOne":false},"service_account_credentials":{"maxItemsOne":true}}},"aws_appstream_fleet":{"current":"aws:appstream/fleet:Fleet","majorVersion":6,"fields":{"compute_capacity":{"maxItemsOne":true},"domain_join_info":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_appstream_fleet_stack_association":{"current":"aws:appstream/fleetStackAssociation:FleetStackAssociation","majorVersion":6},"aws_appstream_image_builder":{"current":"aws:appstream/imageBuilder:ImageBuilder","majorVersion":6,"fields":{"access_endpoint":{"maxItemsOne":false},"domain_join_info":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_appstream_stack":{"current":"aws:appstream/stack:Stack","majorVersion":6,"fields":{"access_endpoints":{"maxItemsOne":false},"application_settings":{"maxItemsOne":true},"embed_host_domains":{"maxItemsOne":false},"storage_connectors":{"maxItemsOne":false,"elem":{"fields":{"domains":{"maxItemsOne":false}}}},"streaming_experience_settings":{"maxItemsOne":true},"user_settings":{"maxItemsOne":false}}},"aws_appstream_user":{"current":"aws:appstream/user:User","majorVersion":6},"aws_appstream_user_stack_association":{"current":"aws:appstream/userStackAssociation:UserStackAssociation","majorVersion":6},"aws_appsync_api_cache":{"current":"aws:appsync/apiCache:ApiCache","majorVersion":6},"aws_appsync_api_key":{"current":"aws:appsync/apiKey:ApiKey","majorVersion":6},"aws_appsync_datasource":{"current":"aws:appsync/dataSource:DataSource","majorVersion":6,"fields":{"dynamodb_config":{"maxItemsOne":true,"elem":{"fields":{"delta_sync_config":{"maxItemsOne":true}}}},"elasticsearch_config":{"maxItemsOne":true},"event_bridge_config":{"maxItemsOne":true},"http_config":{"maxItemsOne":true,"elem":{"fields":{"authorization_config":{"maxItemsOne":true,"elem":{"fields":{"aws_iam_config":{"maxItemsOne":true}}}}}}},"lambda_config":{"maxItemsOne":true},"opensearchservice_config":{"maxItemsOne":true},"relational_database_config":{"maxItemsOne":true,"elem":{"fields":{"http_endpoint_config":{"maxItemsOne":true}}}}}},"aws_appsync_domain_name":{"current":"aws:appsync/domainName:DomainName","majorVersion":6},"aws_appsync_domain_name_api_association":{"current":"aws:appsync/domainNameApiAssociation:DomainNameApiAssociation","majorVersion":6},"aws_appsync_function":{"current":"aws:appsync/function:Function","majorVersion":6,"fields":{"runtime":{"maxItemsOne":true},"sync_config":{"maxItemsOne":true,"elem":{"fields":{"lambda_conflict_handler_config":{"maxItemsOne":true}}}}}},"aws_appsync_graphql_api":{"current":"aws:appsync/graphQLApi:GraphQLApi","majorVersion":6,"fields":{"additional_authentication_provider":{"maxItemsOne":false,"elem":{"fields":{"lambda_authorizer_config":{"maxItemsOne":true},"openid_connect_config":{"maxItemsOne":true},"user_pool_config":{"maxItemsOne":true}}}},"lambda_authorizer_config":{"maxItemsOne":true},"log_config":{"maxItemsOne":true},"openid_connect_config":{"maxItemsOne":true},"user_pool_config":{"maxItemsOne":true}}},"aws_appsync_resolver":{"current":"aws:appsync/resolver:Resolver","majorVersion":6,"fields":{"caching_config":{"maxItemsOne":true,"elem":{"fields":{"caching_keys":{"maxItemsOne":false}}}},"pipeline_config":{"maxItemsOne":true,"elem":{"fields":{"functions":{"maxItemsOne":false}}}},"runtime":{"maxItemsOne":true},"sync_config":{"maxItemsOne":true,"elem":{"fields":{"lambda_conflict_handler_config":{"maxItemsOne":true}}}}}},"aws_appsync_type":{"current":"aws:appsync/type:Type","majorVersion":6},"aws_athena_data_catalog":{"current":"aws:athena/dataCatalog:DataCatalog","majorVersion":6},"aws_athena_database":{"current":"aws:athena/database:Database","majorVersion":6,"fields":{"acl_configuration":{"maxItemsOne":true},"encryption_configuration":{"maxItemsOne":true}}},"aws_athena_named_query":{"current":"aws:athena/namedQuery:NamedQuery","majorVersion":6},"aws_athena_prepared_statement":{"current":"aws:athena/preparedStatement:PreparedStatement","majorVersion":6},"aws_athena_workgroup":{"current":"aws:athena/workgroup:Workgroup","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"engine_version":{"maxItemsOne":true},"result_configuration":{"maxItemsOne":true,"elem":{"fields":{"acl_configuration":{"maxItemsOne":true},"encryption_configuration":{"maxItemsOne":true}}}}}}}}},"aws_auditmanager_account_registration":{"current":"aws:auditmanager/accountRegistration:AccountRegistration","majorVersion":6},"aws_auditmanager_assessment":{"current":"aws:auditmanager/assessment:Assessment","majorVersion":6,"fields":{"assessment_reports_destination":{"maxItemsOne":true},"roles":{"maxItemsOne":false},"roles_all":{"maxItemsOne":false},"scope":{"maxItemsOne":true,"elem":{"fields":{"aws_accounts":{"maxItemsOne":false},"aws_services":{"maxItemsOne":false}}}}}},"aws_auditmanager_assessment_delegation":{"current":"aws:auditmanager/assessmentDelegation:AssessmentDelegation","majorVersion":6},"aws_auditmanager_assessment_report":{"current":"aws:auditmanager/assessmentReport:AssessmentReport","majorVersion":6},"aws_auditmanager_control":{"current":"aws:auditmanager/control:Control","majorVersion":6,"fields":{"control_mapping_sources":{"maxItemsOne":false,"elem":{"fields":{"source_keyword":{"maxItemsOne":true}}}}}},"aws_auditmanager_framework":{"current":"aws:auditmanager/framework:Framework","majorVersion":6,"fields":{"control_sets":{"maxItemsOne":false,"elem":{"fields":{"controls":{"maxItemsOne":false}}}}}},"aws_auditmanager_framework_share":{"current":"aws:auditmanager/frameworkShare:FrameworkShare","majorVersion":6},"aws_auditmanager_organization_admin_account_registration":{"current":"aws:auditmanager/organizationAdminAccountRegistration:OrganizationAdminAccountRegistration","majorVersion":6},"aws_autoscaling_attachment":{"current":"aws:autoscaling/attachment:Attachment","majorVersion":6},"aws_autoscaling_group":{"current":"aws:autoscaling/group:Group","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"enabled_metrics":{"maxItemsOne":false},"initial_lifecycle_hook":{"maxItemsOne":false},"instance_maintenance_policy":{"maxItemsOne":true},"instance_refresh":{"maxItemsOne":true,"elem":{"fields":{"preferences":{"maxItemsOne":true,"elem":{"fields":{"checkpoint_percentages":{"maxItemsOne":false}}}},"triggers":{"maxItemsOne":false}}}},"launch_template":{"maxItemsOne":true},"load_balancers":{"maxItemsOne":false},"mixed_instances_policy":{"maxItemsOne":true,"elem":{"fields":{"instances_distribution":{"maxItemsOne":true},"launch_template":{"maxItemsOne":true,"elem":{"fields":{"launch_template_specification":{"maxItemsOne":true},"override":{"maxItemsOne":false,"elem":{"fields":{"instance_requirements":{"maxItemsOne":true,"elem":{"fields":{"accelerator_count":{"maxItemsOne":true},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":true},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":true},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":true},"memory_mib":{"maxItemsOne":true},"network_bandwidth_gbps":{"maxItemsOne":true},"network_interface_count":{"maxItemsOne":true},"total_local_storage_gb":{"maxItemsOne":true},"vcpu_count":{"maxItemsOne":true}}}},"launch_template_specification":{"maxItemsOne":true}}}}}}}}}},"suspended_processes":{"maxItemsOne":false},"tag":{"maxItemsOne":false},"target_group_arns":{"maxItemsOne":false},"termination_policies":{"maxItemsOne":false},"traffic_source":{"maxItemsOne":false},"vpc_zone_identifier":{"maxItemsOne":false},"warm_pool":{"maxItemsOne":true,"elem":{"fields":{"instance_reuse_policy":{"maxItemsOne":true}}}}}},"aws_autoscaling_group_tag":{"current":"aws:autoscaling/tag:Tag","majorVersion":6,"fields":{"tag":{"maxItemsOne":true}}},"aws_autoscaling_lifecycle_hook":{"current":"aws:autoscaling/lifecycleHook:LifecycleHook","majorVersion":6},"aws_autoscaling_notification":{"current":"aws:autoscaling/notification:Notification","majorVersion":6,"fields":{"group_names":{"maxItemsOne":false},"notifications":{"maxItemsOne":false}}},"aws_autoscaling_policy":{"current":"aws:autoscaling/policy:Policy","majorVersion":6,"fields":{"predictive_scaling_configuration":{"maxItemsOne":true,"elem":{"fields":{"metric_specification":{"maxItemsOne":true,"elem":{"fields":{"customized_capacity_metric_specification":{"maxItemsOne":true,"elem":{"fields":{"metric_data_queries":{"maxItemsOne":false,"elem":{"fields":{"metric_stat":{"maxItemsOne":true,"elem":{"fields":{"metric":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false}}}}}}}}}}}}},"customized_load_metric_specification":{"maxItemsOne":true,"elem":{"fields":{"metric_data_queries":{"maxItemsOne":false,"elem":{"fields":{"metric_stat":{"maxItemsOne":true,"elem":{"fields":{"metric":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false}}}}}}}}}}}}},"customized_scaling_metric_specification":{"maxItemsOne":true,"elem":{"fields":{"metric_data_queries":{"maxItemsOne":false,"elem":{"fields":{"metric_stat":{"maxItemsOne":true,"elem":{"fields":{"metric":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false}}}}}}}}}}}}},"predefined_load_metric_specification":{"maxItemsOne":true},"predefined_metric_pair_specification":{"maxItemsOne":true},"predefined_scaling_metric_specification":{"maxItemsOne":true}}}}}}},"step_adjustment":{"maxItemsOne":false},"target_tracking_configuration":{"maxItemsOne":true,"elem":{"fields":{"customized_metric_specification":{"maxItemsOne":true,"elem":{"fields":{"metric_dimension":{"maxItemsOne":false},"metrics":{"maxItemsOne":false,"elem":{"fields":{"metric_stat":{"maxItemsOne":true,"elem":{"fields":{"metric":{"maxItemsOne":true,"elem":{"fields":{"dimensions":{"maxItemsOne":false}}}}}}}}}}}}},"predefined_metric_specification":{"maxItemsOne":true}}}}}},"aws_autoscaling_schedule":{"current":"aws:autoscaling/schedule:Schedule","majorVersion":6},"aws_autoscaling_traffic_source_attachment":{"current":"aws:autoscaling/trafficSourceAttachment:TrafficSourceAttachment","majorVersion":6,"fields":{"traffic_source":{"maxItemsOne":true}}},"aws_autoscalingplans_scaling_plan":{"current":"aws:autoscalingplans/scalingPlan:ScalingPlan","majorVersion":6,"fields":{"application_source":{"maxItemsOne":true,"elem":{"fields":{"tag_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"scaling_instruction":{"maxItemsOne":false,"elem":{"fields":{"customized_load_metric_specification":{"maxItemsOne":true},"predefined_load_metric_specification":{"maxItemsOne":true},"target_tracking_configuration":{"maxItemsOne":false,"elem":{"fields":{"customized_scaling_metric_specification":{"maxItemsOne":true},"predefined_scaling_metric_specification":{"maxItemsOne":true}}}}}}}}},"aws_backup_framework":{"current":"aws:backup/framework:Framework","majorVersion":6,"fields":{"control":{"maxItemsOne":false,"elem":{"fields":{"input_parameter":{"maxItemsOne":false},"scope":{"maxItemsOne":true,"elem":{"fields":{"compliance_resource_ids":{"maxItemsOne":false},"compliance_resource_types":{"maxItemsOne":false}}}}}}}}},"aws_backup_global_settings":{"current":"aws:backup/globalSettings:GlobalSettings","majorVersion":6},"aws_backup_plan":{"current":"aws:backup/plan:Plan","majorVersion":6,"fields":{"advanced_backup_setting":{"maxItemsOne":false},"rule":{"maxItemsOne":false,"elem":{"fields":{"copy_action":{"maxItemsOne":false,"elem":{"fields":{"lifecycle":{"maxItemsOne":true}}}},"lifecycle":{"maxItemsOne":true}}}}}},"aws_backup_region_settings":{"current":"aws:backup/regionSettings:RegionSettings","majorVersion":6},"aws_backup_report_plan":{"current":"aws:backup/reportPlan:ReportPlan","majorVersion":6,"fields":{"report_delivery_channel":{"maxItemsOne":true,"elem":{"fields":{"formats":{"maxItemsOne":false}}}},"report_setting":{"maxItemsOne":true,"elem":{"fields":{"accounts":{"maxItemsOne":false},"framework_arns":{"maxItemsOne":false},"organization_units":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}}}},"aws_backup_selection":{"current":"aws:backup/selection:Selection","majorVersion":6,"fields":{"condition":{"maxItemsOne":false,"elem":{"fields":{"string_equals":{"maxItemsOne":false},"string_like":{"maxItemsOne":false},"string_not_equals":{"maxItemsOne":false},"string_not_like":{"maxItemsOne":false}}}},"not_resources":{"maxItemsOne":false},"resources":{"maxItemsOne":false},"selection_tag":{"maxItemsOne":false}}},"aws_backup_vault":{"current":"aws:backup/vault:Vault","majorVersion":6},"aws_backup_vault_lock_configuration":{"current":"aws:backup/vaultLockConfiguration:VaultLockConfiguration","majorVersion":6},"aws_backup_vault_notifications":{"current":"aws:backup/vaultNotifications:VaultNotifications","majorVersion":6,"fields":{"backup_vault_events":{"maxItemsOne":false}}},"aws_backup_vault_policy":{"current":"aws:backup/vaultPolicy:VaultPolicy","majorVersion":6},"aws_batch_compute_environment":{"current":"aws:batch/computeEnvironment:ComputeEnvironment","majorVersion":6,"fields":{"compute_resources":{"maxItemsOne":true,"elem":{"fields":{"ec2_configuration":{"maxItemsOne":false},"instance_type":{"maxItemsOne":false},"launch_template":{"maxItemsOne":true},"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"eks_configuration":{"maxItemsOne":true}}},"aws_batch_job_definition":{"current":"aws:batch/jobDefinition:JobDefinition","majorVersion":6,"fields":{"platform_capabilities":{"maxItemsOne":false},"retry_strategy":{"maxItemsOne":true,"elem":{"fields":{"evaluate_on_exit":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":true}}},"aws_batch_job_queue":{"current":"aws:batch/jobQueue:JobQueue","majorVersion":6,"fields":{"compute_environments":{"maxItemsOne":false}}},"aws_batch_scheduling_policy":{"current":"aws:batch/schedulingPolicy:SchedulingPolicy","majorVersion":6,"fields":{"fair_share_policy":{"maxItemsOne":true,"elem":{"fields":{"share_distribution":{"maxItemsOne":false}}}}}},"aws_bedrock_model_invocation_logging_configuration":{"current":"aws:bedrockmodel/invocationLoggingConfiguration:InvocationLoggingConfiguration","majorVersion":6},"aws_budgets_budget":{"current":"aws:budgets/budget:Budget","majorVersion":6,"fields":{"auto_adjust_data":{"maxItemsOne":true,"elem":{"fields":{"historical_options":{"maxItemsOne":true}}}},"cost_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"cost_types":{"maxItemsOne":true},"notification":{"maxItemsOne":false,"elem":{"fields":{"subscriber_email_addresses":{"maxItemsOne":false},"subscriber_sns_topic_arns":{"maxItemsOne":false}}}},"planned_limit":{"maxItemsOne":false}}},"aws_budgets_budget_action":{"current":"aws:budgets/budgetAction:BudgetAction","majorVersion":6,"fields":{"action_threshold":{"maxItemsOne":true},"definition":{"maxItemsOne":true,"elem":{"fields":{"iam_action_definition":{"maxItemsOne":true,"elem":{"fields":{"groups":{"maxItemsOne":false},"roles":{"maxItemsOne":false},"users":{"maxItemsOne":false}}}},"scp_action_definition":{"maxItemsOne":true,"elem":{"fields":{"target_ids":{"maxItemsOne":false}}}},"ssm_action_definition":{"maxItemsOne":true,"elem":{"fields":{"instance_ids":{"maxItemsOne":false}}}}}}},"subscriber":{"maxItemsOne":false}}},"aws_ce_anomaly_monitor":{"current":"aws:costexplorer/anomalyMonitor:AnomalyMonitor","majorVersion":6},"aws_ce_anomaly_subscription":{"current":"aws:costexplorer/anomalySubscription:AnomalySubscription","majorVersion":6,"fields":{"monitor_arn_list":{"maxItemsOne":false},"subscriber":{"maxItemsOne":false},"threshold_expression":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"not":{"maxItemsOne":true,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"or":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}}}},"aws_ce_cost_allocation_tag":{"current":"aws:costexplorer/costAllocationTag:CostAllocationTag","majorVersion":6},"aws_ce_cost_category":{"current":"aws:costexplorer/costCategory:CostCategory","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"inherited_value":{"maxItemsOne":true},"rule":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"not":{"maxItemsOne":true,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"or":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}}}}},"split_charge_rule":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"targets":{"maxItemsOne":false}}}}}},"aws_chime_voice_connector":{"current":"aws:chime/voiceConnector:VoiceConnector","majorVersion":6},"aws_chime_voice_connector_group":{"current":"aws:chime/voiceConnectorGroup:VoiceConnectorGroup","majorVersion":6,"fields":{"connector":{"maxItemsOne":false}}},"aws_chime_voice_connector_logging":{"current":"aws:chime/voiceConnectorLogging:VoiceConnectorLogging","majorVersion":6},"aws_chime_voice_connector_origination":{"current":"aws:chime/voiceConnectorOrganization:VoiceConnectorOrganization","majorVersion":6,"fields":{"route":{"maxItemsOne":false}}},"aws_chime_voice_connector_streaming":{"current":"aws:chime/voiceConnectorStreaming:VoiceConnectorStreaming","majorVersion":6,"fields":{"media_insights_configuration":{"maxItemsOne":true},"streaming_notification_targets":{"maxItemsOne":false}}},"aws_chime_voice_connector_termination":{"current":"aws:chime/voiceConnectorTermination:VoiceConnectorTermination","majorVersion":6,"fields":{"calling_regions":{"maxItemsOne":false},"cidr_allow_list":{"maxItemsOne":false}}},"aws_chime_voice_connector_termination_credentials":{"current":"aws:chime/voiceConnectorTerminationCredentials:VoiceConnectorTerminationCredentials","majorVersion":6,"fields":{"credentials":{"maxItemsOne":false}}},"aws_chimesdkmediapipelines_media_insights_pipeline_configuration":{"current":"aws:chimesdkmediapipelines/mediaInsightsPipelineConfiguration:MediaInsightsPipelineConfiguration","majorVersion":6,"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"amazon_transcribe_call_analytics_processor_configuration":{"maxItemsOne":true,"elem":{"fields":{"call_analytics_stream_categories":{"maxItemsOne":false},"post_call_analytics_settings":{"maxItemsOne":true}}}},"amazon_transcribe_processor_configuration":{"maxItemsOne":true},"kinesis_data_stream_sink_configuration":{"maxItemsOne":true},"lambda_function_sink_configuration":{"maxItemsOne":true},"s3_recording_sink_configuration":{"maxItemsOne":true},"sns_topic_sink_configuration":{"maxItemsOne":true},"sqs_queue_sink_configuration":{"maxItemsOne":true},"voice_analytics_processor_configuration":{"maxItemsOne":true}}}},"real_time_alert_configuration":{"maxItemsOne":true,"elem":{"fields":{"rules":{"maxItemsOne":false,"elem":{"fields":{"issue_detection_configuration":{"maxItemsOne":true},"keyword_match_configuration":{"maxItemsOne":true,"elem":{"fields":{"keywords":{"maxItemsOne":false}}}},"sentiment_configuration":{"maxItemsOne":true}}}}}}}}},"aws_chimesdkvoice_global_settings":{"current":"aws:chime/sdkvoiceGlobalSettings:SdkvoiceGlobalSettings","majorVersion":6,"fields":{"voice_connector":{"maxItemsOne":true}}},"aws_chimesdkvoice_sip_media_application":{"current":"aws:chime/sdkvoiceSipMediaApplication:SdkvoiceSipMediaApplication","majorVersion":6,"fields":{"endpoints":{"maxItemsOne":true}}},"aws_chimesdkvoice_sip_rule":{"current":"aws:chime/sdkvoiceSipRule:SdkvoiceSipRule","majorVersion":6,"fields":{"target_applications":{"maxItemsOne":false}}},"aws_chimesdkvoice_voice_profile_domain":{"current":"aws:chime/sdkvoiceVoiceProfileDomain:SdkvoiceVoiceProfileDomain","majorVersion":6,"fields":{"server_side_encryption_configuration":{"maxItemsOne":true}}},"aws_cleanrooms_collaboration":{"current":"aws:cleanrooms/collaboration:Collaboration","majorVersion":6,"fields":{"creator_member_abilities":{"maxItemsOne":false},"data_encryption_metadata":{"maxItemsOne":true},"member":{"maxItemsOne":false,"elem":{"fields":{"member_abilities":{"maxItemsOne":false}}}}}},"aws_cleanrooms_configured_table":{"current":"aws:cleanrooms/configuredTable:ConfiguredTable","majorVersion":6,"fields":{"allowed_columns":{"maxItemsOne":false},"table_reference":{"maxItemsOne":true}}},"aws_cloud9_environment_ec2":{"current":"aws:cloud9/environmentEC2:EnvironmentEC2","majorVersion":6},"aws_cloud9_environment_membership":{"current":"aws:cloud9/environmentMembership:EnvironmentMembership","majorVersion":6},"aws_cloudcontrolapi_resource":{"current":"aws:cloudcontrol/resource:Resource","majorVersion":6},"aws_cloudformation_stack":{"current":"aws:cloudformation/stack:Stack","majorVersion":6,"fields":{"capabilities":{"maxItemsOne":false},"notification_arns":{"maxItemsOne":false}}},"aws_cloudformation_stack_set":{"current":"aws:cloudformation/stackSet:StackSet","majorVersion":6,"fields":{"auto_deployment":{"maxItemsOne":true},"capabilities":{"maxItemsOne":false},"managed_execution":{"maxItemsOne":true},"operation_preferences":{"maxItemsOne":true,"elem":{"fields":{"region_order":{"maxItemsOne":false}}}}}},"aws_cloudformation_stack_set_instance":{"current":"aws:cloudformation/stackSetInstance:StackSetInstance","majorVersion":6,"fields":{"deployment_targets":{"maxItemsOne":true,"elem":{"fields":{"organizational_unit_ids":{"maxItemsOne":false}}}},"operation_preferences":{"maxItemsOne":true,"elem":{"fields":{"region_order":{"maxItemsOne":false}}}},"stack_instance_summaries":{"maxItemsOne":false}}},"aws_cloudformation_type":{"current":"aws:cloudformation/cloudFormationType:CloudFormationType","majorVersion":6,"fields":{"logging_config":{"maxItemsOne":true}}},"aws_cloudfront_cache_policy":{"current":"aws:cloudfront/cachePolicy:CachePolicy","majorVersion":6,"fields":{"parameters_in_cache_key_and_forwarded_to_origin":{"maxItemsOne":true,"elem":{"fields":{"cookies_config":{"maxItemsOne":true,"elem":{"fields":{"cookies":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"headers_config":{"maxItemsOne":true,"elem":{"fields":{"headers":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"query_strings_config":{"maxItemsOne":true,"elem":{"fields":{"query_strings":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}}}}},"aws_cloudfront_continuous_deployment_policy":{"current":"aws:cloudfront/continuousDeploymentPolicy:ContinuousDeploymentPolicy","majorVersion":6,"fields":{"staging_distribution_dns_names":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"traffic_config":{"maxItemsOne":true,"elem":{"fields":{"single_header_config":{"maxItemsOne":true},"single_weight_config":{"maxItemsOne":true,"elem":{"fields":{"session_stickiness_config":{"maxItemsOne":true}}}}}}}}},"aws_cloudfront_distribution":{"current":"aws:cloudfront/distribution:Distribution","majorVersion":6,"fields":{"aliases":{"maxItemsOne":false},"custom_error_response":{"maxItemsOne":false},"default_cache_behavior":{"maxItemsOne":true,"elem":{"fields":{"allowed_methods":{"maxItemsOne":false},"cached_methods":{"maxItemsOne":false},"forwarded_values":{"maxItemsOne":true,"elem":{"fields":{"cookies":{"maxItemsOne":true,"elem":{"fields":{"whitelisted_names":{"maxItemsOne":false}}}},"headers":{"maxItemsOne":false},"query_string_cache_keys":{"maxItemsOne":false}}}},"function_association":{"maxItemsOne":false},"lambda_function_association":{"maxItemsOne":false},"trusted_key_groups":{"maxItemsOne":false},"trusted_signers":{"maxItemsOne":false}}}},"logging_config":{"maxItemsOne":true},"ordered_cache_behavior":{"maxItemsOne":false,"elem":{"fields":{"allowed_methods":{"maxItemsOne":false},"cached_methods":{"maxItemsOne":false},"forwarded_values":{"maxItemsOne":true,"elem":{"fields":{"cookies":{"maxItemsOne":true,"elem":{"fields":{"whitelisted_names":{"maxItemsOne":false}}}},"headers":{"maxItemsOne":false},"query_string_cache_keys":{"maxItemsOne":false}}}},"function_association":{"maxItemsOne":false},"lambda_function_association":{"maxItemsOne":false},"trusted_key_groups":{"maxItemsOne":false},"trusted_signers":{"maxItemsOne":false}}}},"origin":{"maxItemsOne":false,"elem":{"fields":{"custom_header":{"maxItemsOne":false},"custom_origin_config":{"maxItemsOne":true,"elem":{"fields":{"origin_ssl_protocols":{"maxItemsOne":false}}}},"origin_shield":{"maxItemsOne":true},"s3_origin_config":{"maxItemsOne":true}}}},"origin_group":{"maxItemsOne":false,"elem":{"fields":{"failover_criteria":{"maxItemsOne":true,"elem":{"fields":{"status_codes":{"maxItemsOne":false}}}},"member":{"maxItemsOne":false}}}},"restrictions":{"maxItemsOne":true,"elem":{"fields":{"geo_restriction":{"maxItemsOne":true,"elem":{"fields":{"locations":{"maxItemsOne":false}}}}}}},"trusted_key_groups":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false,"elem":{"fields":{"key_pair_ids":{"maxItemsOne":false}}}}}}},"trusted_signers":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false,"elem":{"fields":{"key_pair_ids":{"maxItemsOne":false}}}}}}},"viewer_certificate":{"maxItemsOne":true}}},"aws_cloudfront_field_level_encryption_config":{"current":"aws:cloudfront/fieldLevelEncryptionConfig:FieldLevelEncryptionConfig","majorVersion":6,"fields":{"content_type_profile_config":{"maxItemsOne":true,"elem":{"fields":{"content_type_profiles":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"query_arg_profile_config":{"maxItemsOne":true,"elem":{"fields":{"query_arg_profiles":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}},"aws_cloudfront_field_level_encryption_profile":{"current":"aws:cloudfront/fieldLevelEncryptionProfile:FieldLevelEncryptionProfile","majorVersion":6,"fields":{"encryption_entities":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false,"elem":{"fields":{"field_patterns":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}}}}},"aws_cloudfront_function":{"current":"aws:cloudfront/function:Function","majorVersion":6},"aws_cloudfront_key_group":{"current":"aws:cloudfront/keyGroup:KeyGroup","majorVersion":6,"fields":{"items":{"maxItemsOne":false}}},"aws_cloudfront_monitoring_subscription":{"current":"aws:cloudfront/monitoringSubscription:MonitoringSubscription","majorVersion":6,"fields":{"monitoring_subscription":{"maxItemsOne":true,"elem":{"fields":{"realtime_metrics_subscription_config":{"maxItemsOne":true}}}}}},"aws_cloudfront_origin_access_control":{"current":"aws:cloudfront/originAccessControl:OriginAccessControl","majorVersion":6},"aws_cloudfront_origin_access_identity":{"current":"aws:cloudfront/originAccessIdentity:OriginAccessIdentity","majorVersion":6},"aws_cloudfront_origin_request_policy":{"current":"aws:cloudfront/originRequestPolicy:OriginRequestPolicy","majorVersion":6,"fields":{"cookies_config":{"maxItemsOne":true,"elem":{"fields":{"cookies":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"headers_config":{"maxItemsOne":true,"elem":{"fields":{"headers":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"query_strings_config":{"maxItemsOne":true,"elem":{"fields":{"query_strings":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}},"aws_cloudfront_public_key":{"current":"aws:cloudfront/publicKey:PublicKey","majorVersion":6},"aws_cloudfront_realtime_log_config":{"current":"aws:cloudfront/realtimeLogConfig:RealtimeLogConfig","majorVersion":6,"fields":{"endpoint":{"maxItemsOne":true,"elem":{"fields":{"kinesis_stream_config":{"maxItemsOne":true}}}},"fields":{"maxItemsOne":false}}},"aws_cloudfront_response_headers_policy":{"current":"aws:cloudfront/responseHeadersPolicy:ResponseHeadersPolicy","majorVersion":6,"fields":{"cors_config":{"maxItemsOne":true,"elem":{"fields":{"access_control_allow_headers":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_allow_methods":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_allow_origins":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_expose_headers":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"custom_headers_config":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"remove_headers_config":{"maxItemsOne":true,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"security_headers_config":{"maxItemsOne":true,"elem":{"fields":{"content_security_policy":{"maxItemsOne":true},"content_type_options":{"maxItemsOne":true},"frame_options":{"maxItemsOne":true},"referrer_policy":{"maxItemsOne":true},"strict_transport_security":{"maxItemsOne":true},"xss_protection":{"maxItemsOne":true}}}},"server_timing_headers_config":{"maxItemsOne":true}}},"aws_cloudhsm_v2_cluster":{"current":"aws:cloudhsmv2/cluster:Cluster","majorVersion":6,"fields":{"cluster_certificates":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_cloudhsm_v2_hsm":{"current":"aws:cloudhsmv2/hsm:Hsm","majorVersion":6},"aws_cloudsearch_domain":{"current":"aws:cloudsearch/domain:Domain","majorVersion":6,"fields":{"endpoint_options":{"maxItemsOne":true},"index_field":{"maxItemsOne":false},"scaling_parameters":{"maxItemsOne":true}}},"aws_cloudsearch_domain_service_access_policy":{"current":"aws:cloudsearch/domainServiceAccessPolicy:DomainServiceAccessPolicy","majorVersion":6},"aws_cloudtrail":{"current":"aws:cloudtrail/trail:Trail","majorVersion":6,"fields":{"advanced_event_selector":{"maxItemsOne":false,"elem":{"fields":{"field_selector":{"maxItemsOne":false,"elem":{"fields":{"ends_with":{"maxItemsOne":false},"equals":{"maxItemsOne":false},"not_ends_with":{"maxItemsOne":false},"not_equals":{"maxItemsOne":false},"not_starts_with":{"maxItemsOne":false},"starts_with":{"maxItemsOne":false}}}}}}},"event_selector":{"maxItemsOne":false,"elem":{"fields":{"data_resource":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"exclude_management_event_sources":{"maxItemsOne":false}}}},"insight_selector":{"maxItemsOne":false}}},"aws_cloudtrail_event_data_store":{"current":"aws:cloudtrail/eventDataStore:EventDataStore","majorVersion":6,"fields":{"advanced_event_selector":{"maxItemsOne":false,"elem":{"fields":{"field_selector":{"maxItemsOne":false,"elem":{"fields":{"ends_with":{"maxItemsOne":false},"equals":{"maxItemsOne":false},"not_ends_with":{"maxItemsOne":false},"not_equals":{"maxItemsOne":false},"not_starts_with":{"maxItemsOne":false},"starts_with":{"maxItemsOne":false}}}}}}}}},"aws_cloudwatch_composite_alarm":{"current":"aws:cloudwatch/compositeAlarm:CompositeAlarm","majorVersion":6,"fields":{"actions_suppressor":{"maxItemsOne":true},"alarm_actions":{"maxItemsOne":false},"insufficient_data_actions":{"maxItemsOne":false},"ok_actions":{"maxItemsOne":false}}},"aws_cloudwatch_dashboard":{"current":"aws:cloudwatch/dashboard:Dashboard","majorVersion":6},"aws_cloudwatch_event_api_destination":{"current":"aws:cloudwatch/eventApiDestination:EventApiDestination","majorVersion":6},"aws_cloudwatch_event_archive":{"current":"aws:cloudwatch/eventArchive:EventArchive","majorVersion":6},"aws_cloudwatch_event_bus":{"current":"aws:cloudwatch/eventBus:EventBus","majorVersion":6},"aws_cloudwatch_event_bus_policy":{"current":"aws:cloudwatch/eventBusPolicy:EventBusPolicy","majorVersion":6},"aws_cloudwatch_event_connection":{"current":"aws:cloudwatch/eventConnection:EventConnection","majorVersion":6,"fields":{"auth_parameters":{"maxItemsOne":true,"elem":{"fields":{"api_key":{"maxItemsOne":true},"basic":{"maxItemsOne":true},"invocation_http_parameters":{"maxItemsOne":true,"elem":{"fields":{"body":{"maxItemsOne":false},"header":{"maxItemsOne":false},"query_string":{"maxItemsOne":false}}}},"oauth":{"maxItemsOne":true,"elem":{"fields":{"client_parameters":{"maxItemsOne":true},"oauth_http_parameters":{"maxItemsOne":true,"elem":{"fields":{"body":{"maxItemsOne":false},"header":{"maxItemsOne":false},"query_string":{"maxItemsOne":false}}}}}}}}}}}},"aws_cloudwatch_event_endpoint":{"current":"aws:cloudwatch/eventEndpoint:EventEndpoint","majorVersion":6,"fields":{"event_bus":{"maxItemsOne":false},"replication_config":{"maxItemsOne":true},"routing_config":{"maxItemsOne":true,"elem":{"fields":{"failover_config":{"maxItemsOne":true,"elem":{"fields":{"primary":{"maxItemsOne":true},"secondary":{"maxItemsOne":true}}}}}}}}},"aws_cloudwatch_event_permission":{"current":"aws:cloudwatch/eventPermission:EventPermission","majorVersion":6,"fields":{"condition":{"maxItemsOne":true}}},"aws_cloudwatch_event_rule":{"current":"aws:cloudwatch/eventRule:EventRule","majorVersion":6},"aws_cloudwatch_event_target":{"current":"aws:cloudwatch/eventTarget:EventTarget","majorVersion":6,"fields":{"batch_target":{"maxItemsOne":true},"dead_letter_config":{"maxItemsOne":true},"ecs_target":{"maxItemsOne":true,"elem":{"fields":{"capacity_provider_strategy":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"ordered_placement_strategy":{"maxItemsOne":false},"placement_constraint":{"maxItemsOne":false}}}},"http_target":{"maxItemsOne":true,"elem":{"fields":{"path_parameter_values":{"maxItemsOne":false}}}},"input_transformer":{"maxItemsOne":true},"kinesis_target":{"maxItemsOne":true},"redshift_target":{"maxItemsOne":true},"retry_policy":{"maxItemsOne":true},"run_command_targets":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"sagemaker_pipeline_target":{"maxItemsOne":true,"elem":{"fields":{"pipeline_parameter_list":{"maxItemsOne":false}}}},"sqs_target":{"maxItemsOne":true}}},"aws_cloudwatch_log_data_protection_policy":{"current":"aws:cloudwatch/logDataProtectionPolicy:LogDataProtectionPolicy","majorVersion":6},"aws_cloudwatch_log_destination":{"current":"aws:cloudwatch/logDestination:LogDestination","majorVersion":6},"aws_cloudwatch_log_destination_policy":{"current":"aws:cloudwatch/logDestinationPolicy:LogDestinationPolicy","majorVersion":6},"aws_cloudwatch_log_group":{"current":"aws:cloudwatch/logGroup:LogGroup","majorVersion":6},"aws_cloudwatch_log_metric_filter":{"current":"aws:cloudwatch/logMetricFilter:LogMetricFilter","majorVersion":6,"fields":{"metric_transformation":{"maxItemsOne":true}}},"aws_cloudwatch_log_resource_policy":{"current":"aws:cloudwatch/logResourcePolicy:LogResourcePolicy","majorVersion":6},"aws_cloudwatch_log_stream":{"current":"aws:cloudwatch/logStream:LogStream","majorVersion":6},"aws_cloudwatch_log_subscription_filter":{"current":"aws:cloudwatch/logSubscriptionFilter:LogSubscriptionFilter","majorVersion":6},"aws_cloudwatch_metric_alarm":{"current":"aws:cloudwatch/metricAlarm:MetricAlarm","majorVersion":6,"fields":{"alarm_actions":{"maxItemsOne":false},"insufficient_data_actions":{"maxItemsOne":false},"metric_query":{"maxItemsOne":false,"elem":{"fields":{"metric":{"maxItemsOne":true}}}},"ok_actions":{"maxItemsOne":false}}},"aws_cloudwatch_metric_stream":{"current":"aws:cloudwatch/metricStream:MetricStream","majorVersion":6,"fields":{"exclude_filter":{"maxItemsOne":false,"elem":{"fields":{"metric_names":{"maxItemsOne":false}}}},"include_filter":{"maxItemsOne":false,"elem":{"fields":{"metric_names":{"maxItemsOne":false}}}},"statistics_configuration":{"maxItemsOne":false,"elem":{"fields":{"additional_statistics":{"maxItemsOne":false},"include_metric":{"maxItemsOne":false}}}}}},"aws_cloudwatch_query_definition":{"current":"aws:cloudwatch/queryDefinition:QueryDefinition","majorVersion":6,"fields":{"log_group_names":{"maxItemsOne":false}}},"aws_codeartifact_domain":{"current":"aws:codeartifact/domain:Domain","majorVersion":6},"aws_codeartifact_domain_permissions_policy":{"current":"aws:codeartifact/domainPermissions:DomainPermissions","majorVersion":6},"aws_codeartifact_repository":{"current":"aws:codeartifact/repository:Repository","majorVersion":6,"fields":{"external_connections":{"maxItemsOne":true},"upstream":{"maxItemsOne":false}}},"aws_codeartifact_repository_permissions_policy":{"current":"aws:codeartifact/repositoryPermissionsPolicy:RepositoryPermissionsPolicy","majorVersion":6},"aws_codebuild_project":{"current":"aws:codebuild/project:Project","majorVersion":6,"fields":{"artifacts":{"maxItemsOne":true},"build_batch_config":{"maxItemsOne":true,"elem":{"fields":{"restrictions":{"maxItemsOne":true,"elem":{"fields":{"compute_types_allowed":{"maxItemsOne":false}}}}}}},"cache":{"maxItemsOne":true,"elem":{"fields":{"modes":{"maxItemsOne":false}}}},"environment":{"maxItemsOne":true,"elem":{"fields":{"environment_variable":{"maxItemsOne":false},"registry_credential":{"maxItemsOne":true}}}},"file_system_locations":{"maxItemsOne":false},"logs_config":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"s3_logs":{"maxItemsOne":true}}}},"secondary_artifacts":{"maxItemsOne":false},"secondary_source_version":{"maxItemsOne":false},"secondary_sources":{"maxItemsOne":false,"elem":{"fields":{"build_status_config":{"maxItemsOne":true},"git_submodules_config":{"maxItemsOne":true}}}},"source":{"maxItemsOne":true,"elem":{"fields":{"build_status_config":{"maxItemsOne":true},"git_submodules_config":{"maxItemsOne":true}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}},"aws_codebuild_report_group":{"current":"aws:codebuild/reportGroup:ReportGroup","majorVersion":6,"fields":{"export_config":{"maxItemsOne":true,"elem":{"fields":{"s3_destination":{"maxItemsOne":true}}}}}},"aws_codebuild_resource_policy":{"current":"aws:codebuild/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_codebuild_source_credential":{"current":"aws:codebuild/sourceCredential:SourceCredential","majorVersion":6},"aws_codebuild_webhook":{"current":"aws:codebuild/webhook:Webhook","majorVersion":6,"fields":{"filter_group":{"maxItemsOne":false,"elem":{"fields":{"filter":{"maxItemsOne":false}}}}}},"aws_codecatalyst_dev_environment":{"current":"aws:codecatalyst/devEnvironment:DevEnvironment","majorVersion":6,"fields":{"ides":{"maxItemsOne":true},"persistent_storage":{"maxItemsOne":true},"repositories":{"maxItemsOne":false}}},"aws_codecatalyst_project":{"current":"aws:codecatalyst/project:Project","majorVersion":6},"aws_codecatalyst_source_repository":{"current":"aws:codecatalyst/sourceRepository:SourceRepository","majorVersion":6},"aws_codecommit_approval_rule_template":{"current":"aws:codecommit/approvalRuleTemplate:ApprovalRuleTemplate","majorVersion":6},"aws_codecommit_approval_rule_template_association":{"current":"aws:codecommit/approvalRuleTemplateAssociation:ApprovalRuleTemplateAssociation","majorVersion":6},"aws_codecommit_repository":{"current":"aws:codecommit/repository:Repository","majorVersion":6},"aws_codecommit_trigger":{"current":"aws:codecommit/trigger:Trigger","majorVersion":6,"fields":{"trigger":{"maxItemsOne":false,"elem":{"fields":{"branches":{"maxItemsOne":false},"events":{"maxItemsOne":false}}}}}},"aws_codedeploy_app":{"current":"aws:codedeploy/application:Application","majorVersion":6},"aws_codedeploy_deployment_config":{"current":"aws:codedeploy/deploymentConfig:DeploymentConfig","majorVersion":6,"fields":{"minimum_healthy_hosts":{"maxItemsOne":true},"traffic_routing_config":{"maxItemsOne":true,"elem":{"fields":{"time_based_canary":{"maxItemsOne":true},"time_based_linear":{"maxItemsOne":true}}}}}},"aws_codedeploy_deployment_group":{"current":"aws:codedeploy/deploymentGroup:DeploymentGroup","majorVersion":6,"fields":{"alarm_configuration":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"auto_rollback_configuration":{"maxItemsOne":true,"elem":{"fields":{"events":{"maxItemsOne":false}}}},"autoscaling_groups":{"maxItemsOne":false},"blue_green_deployment_config":{"maxItemsOne":true,"elem":{"fields":{"deployment_ready_option":{"maxItemsOne":true},"green_fleet_provisioning_option":{"maxItemsOne":true},"terminate_blue_instances_on_deployment_success":{"maxItemsOne":true}}}},"deployment_style":{"maxItemsOne":true},"ec2_tag_filter":{"maxItemsOne":false},"ec2_tag_set":{"maxItemsOne":false,"elem":{"fields":{"ec2_tag_filter":{"maxItemsOne":false}}}},"ecs_service":{"maxItemsOne":true},"load_balancer_info":{"maxItemsOne":true,"elem":{"fields":{"elb_info":{"maxItemsOne":false},"target_group_info":{"maxItemsOne":false},"target_group_pair_info":{"maxItemsOne":true,"elem":{"fields":{"prod_traffic_route":{"maxItemsOne":true,"elem":{"fields":{"listener_arns":{"maxItemsOne":false}}}},"target_group":{"maxItemsOne":false},"test_traffic_route":{"maxItemsOne":true,"elem":{"fields":{"listener_arns":{"maxItemsOne":false}}}}}}}}}},"on_premises_instance_tag_filter":{"maxItemsOne":false},"trigger_configuration":{"maxItemsOne":false,"elem":{"fields":{"trigger_events":{"maxItemsOne":false}}}}}},"aws_codegurureviewer_repository_association":{"current":"aws:codegurureviewer/repositoryAssociation:RepositoryAssociation","majorVersion":6,"fields":{"kms_key_details":{"maxItemsOne":true},"repository":{"maxItemsOne":true,"elem":{"fields":{"bitbucket":{"maxItemsOne":true},"codecommit":{"maxItemsOne":true},"github_enterprise_server":{"maxItemsOne":true},"s3_bucket":{"maxItemsOne":true}}}},"s3_repository_details":{"maxItemsOne":false,"elem":{"fields":{"code_artifacts":{"maxItemsOne":false}}}}}},"aws_codepipeline":{"current":"aws:codepipeline/pipeline:Pipeline","majorVersion":6,"fields":{"artifact_store":{"maxItemsOne":false,"elem":{"fields":{"encryption_key":{"maxItemsOne":true}}}},"stage":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"input_artifacts":{"maxItemsOne":false},"output_artifacts":{"maxItemsOne":false}}}}}}}}},"aws_codepipeline_custom_action_type":{"current":"aws:codepipeline/customActionType:CustomActionType","majorVersion":6,"fields":{"configuration_property":{"maxItemsOne":false},"input_artifact_details":{"maxItemsOne":true},"output_artifact_details":{"maxItemsOne":true},"settings":{"maxItemsOne":true}}},"aws_codepipeline_webhook":{"current":"aws:codepipeline/webhook:Webhook","majorVersion":6,"fields":{"authentication_configuration":{"maxItemsOne":true},"filter":{"maxItemsOne":false}}},"aws_codestarconnections_connection":{"current":"aws:codestarconnections/connection:Connection","majorVersion":6},"aws_codestarconnections_host":{"current":"aws:codestarconnections/host:Host","majorVersion":6,"fields":{"vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_codestarnotifications_notification_rule":{"current":"aws:codestarnotifications/notificationRule:NotificationRule","majorVersion":6,"fields":{"event_type_ids":{"maxItemsOne":false},"target":{"maxItemsOne":false}}},"aws_cognito_identity_pool":{"current":"aws:cognito/identityPool:IdentityPool","majorVersion":6,"fields":{"cognito_identity_providers":{"maxItemsOne":false},"openid_connect_provider_arns":{"maxItemsOne":false},"saml_provider_arns":{"maxItemsOne":false}}},"aws_cognito_identity_pool_provider_principal_tag":{"current":"aws:cognito/identityPoolProviderPrincipalTag:IdentityPoolProviderPrincipalTag","majorVersion":6},"aws_cognito_identity_pool_roles_attachment":{"current":"aws:cognito/identityPoolRoleAttachment:IdentityPoolRoleAttachment","majorVersion":6,"fields":{"role_mapping":{"maxItemsOne":false,"elem":{"fields":{"mapping_rule":{"maxItemsOne":false}}}}}},"aws_cognito_identity_provider":{"current":"aws:cognito/identityProvider:IdentityProvider","majorVersion":6,"fields":{"idp_identifiers":{"maxItemsOne":false}}},"aws_cognito_managed_user_pool_client":{"current":"aws:cognito/managedUserPoolClient:ManagedUserPoolClient","majorVersion":6,"fields":{"allowed_oauth_flows":{"maxItemsOne":false},"allowed_oauth_scopes":{"maxItemsOne":false},"analytics_configuration":{"maxItemsOne":true},"callback_urls":{"maxItemsOne":false},"explicit_auth_flows":{"maxItemsOne":false},"logout_urls":{"maxItemsOne":false},"read_attributes":{"maxItemsOne":false},"supported_identity_providers":{"maxItemsOne":false},"token_validity_units":{"maxItemsOne":true},"write_attributes":{"maxItemsOne":false}}},"aws_cognito_resource_server":{"current":"aws:cognito/resourceServer:ResourceServer","majorVersion":6,"fields":{"scope":{"maxItemsOne":false},"scope_identifiers":{"maxItemsOne":false}}},"aws_cognito_risk_configuration":{"current":"aws:cognito/riskConfiguration:RiskConfiguration","majorVersion":6,"fields":{"account_takeover_risk_configuration":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":true,"elem":{"fields":{"high_action":{"maxItemsOne":true},"low_action":{"maxItemsOne":true},"medium_action":{"maxItemsOne":true}}}},"notify_configuration":{"maxItemsOne":true,"elem":{"fields":{"block_email":{"maxItemsOne":true},"mfa_email":{"maxItemsOne":true},"no_action_email":{"maxItemsOne":true}}}}}}},"compromised_credentials_risk_configuration":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":true},"event_filter":{"maxItemsOne":false}}}},"risk_exception_configuration":{"maxItemsOne":true,"elem":{"fields":{"blocked_ip_range_list":{"maxItemsOne":false},"skipped_ip_range_list":{"maxItemsOne":false}}}}}},"aws_cognito_user":{"current":"aws:cognito/user:User","majorVersion":6,"fields":{"desired_delivery_mediums":{"maxItemsOne":false},"mfa_setting_list":{"maxItemsOne":false}}},"aws_cognito_user_group":{"current":"aws:cognito/userGroup:UserGroup","majorVersion":6},"aws_cognito_user_in_group":{"current":"aws:cognito/userInGroup:UserInGroup","majorVersion":6},"aws_cognito_user_pool":{"current":"aws:cognito/userPool:UserPool","majorVersion":6,"fields":{"account_recovery_setting":{"maxItemsOne":true,"elem":{"fields":{"recovery_mechanism":{"maxItemsOne":false}}}},"admin_create_user_config":{"maxItemsOne":true,"elem":{"fields":{"invite_message_template":{"maxItemsOne":true}}}},"alias_attributes":{"maxItemsOne":false},"auto_verified_attributes":{"maxItemsOne":false},"device_configuration":{"maxItemsOne":true},"email_configuration":{"maxItemsOne":true},"lambda_config":{"maxItemsOne":true,"elem":{"fields":{"custom_email_sender":{"maxItemsOne":true},"custom_sms_sender":{"maxItemsOne":true}}}},"password_policy":{"maxItemsOne":true},"schema":{"maxItemsOne":false,"elem":{"fields":{"number_attribute_constraints":{"maxItemsOne":true},"string_attribute_constraints":{"maxItemsOne":true}}}},"sms_configuration":{"maxItemsOne":true},"software_token_mfa_configuration":{"maxItemsOne":true},"user_attribute_update_settings":{"maxItemsOne":true,"elem":{"fields":{"attributes_require_verification_before_update":{"maxItemsOne":false}}}},"user_pool_add_ons":{"maxItemsOne":true},"username_attributes":{"maxItemsOne":false},"username_configuration":{"maxItemsOne":true},"verification_message_template":{"maxItemsOne":true}}},"aws_cognito_user_pool_client":{"current":"aws:cognito/userPoolClient:UserPoolClient","majorVersion":6,"fields":{"allowed_oauth_flows":{"maxItemsOne":false},"allowed_oauth_scopes":{"maxItemsOne":false},"analytics_configuration":{"maxItemsOne":true},"callback_urls":{"maxItemsOne":false},"explicit_auth_flows":{"maxItemsOne":false},"logout_urls":{"maxItemsOne":false},"read_attributes":{"maxItemsOne":false},"supported_identity_providers":{"maxItemsOne":false},"token_validity_units":{"maxItemsOne":true},"write_attributes":{"maxItemsOne":false}}},"aws_cognito_user_pool_domain":{"current":"aws:cognito/userPoolDomain:UserPoolDomain","majorVersion":6},"aws_cognito_user_pool_ui_customization":{"current":"aws:cognito/userPoolUICustomization:UserPoolUICustomization","majorVersion":6},"aws_comprehend_document_classifier":{"current":"aws:comprehend/documentClassifier:DocumentClassifier","majorVersion":6,"fields":{"input_data_config":{"maxItemsOne":true,"elem":{"fields":{"augmented_manifests":{"maxItemsOne":false,"elem":{"fields":{"attribute_names":{"maxItemsOne":false}}}}}}},"output_data_config":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}},"aws_comprehend_entity_recognizer":{"current":"aws:comprehend/entityRecognizer:EntityRecognizer","majorVersion":6,"fields":{"input_data_config":{"maxItemsOne":true,"elem":{"fields":{"annotations":{"maxItemsOne":true},"augmented_manifests":{"maxItemsOne":false,"elem":{"fields":{"attribute_names":{"maxItemsOne":false}}}},"documents":{"maxItemsOne":true},"entity_list":{"maxItemsOne":true},"entity_types":{"maxItemsOne":false}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}},"aws_config_aggregate_authorization":{"current":"aws:cfg/aggregateAuthorization:AggregateAuthorization","majorVersion":6},"aws_config_config_rule":{"current":"aws:cfg/rule:Rule","majorVersion":6,"fields":{"evaluation_mode":{"maxItemsOne":false},"scope":{"maxItemsOne":true,"elem":{"fields":{"compliance_resource_types":{"maxItemsOne":false}}}},"source":{"maxItemsOne":true,"elem":{"fields":{"custom_policy_details":{"maxItemsOne":true},"source_detail":{"maxItemsOne":false}}}}}},"aws_config_configuration_aggregator":{"current":"aws:cfg/configurationAggregator:ConfigurationAggregator","majorVersion":6,"fields":{"account_aggregation_source":{"maxItemsOne":true,"elem":{"fields":{"account_ids":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}},"organization_aggregation_source":{"maxItemsOne":true,"elem":{"fields":{"regions":{"maxItemsOne":false}}}}}},"aws_config_configuration_recorder":{"current":"aws:cfg/recorder:Recorder","majorVersion":6,"fields":{"recording_group":{"maxItemsOne":true,"elem":{"fields":{"exclusion_by_resource_types":{"maxItemsOne":false,"elem":{"fields":{"resource_types":{"maxItemsOne":false}}}},"recording_strategy":{"maxItemsOne":false},"resource_types":{"maxItemsOne":false}}}}}},"aws_config_configuration_recorder_status":{"current":"aws:cfg/recorderStatus:RecorderStatus","majorVersion":6},"aws_config_conformance_pack":{"current":"aws:cfg/conformancePack:ConformancePack","majorVersion":6,"fields":{"input_parameter":{"maxItemsOne":false}}},"aws_config_delivery_channel":{"current":"aws:cfg/deliveryChannel:DeliveryChannel","majorVersion":6,"fields":{"snapshot_delivery_properties":{"maxItemsOne":true}}},"aws_config_organization_conformance_pack":{"current":"aws:cfg/organizationConformancePack:OrganizationConformancePack","majorVersion":6,"fields":{"excluded_accounts":{"maxItemsOne":false},"input_parameter":{"maxItemsOne":false}}},"aws_config_organization_custom_policy_rule":{"current":"aws:cfg/organizationCustomPolicyRule:OrganizationCustomPolicyRule","majorVersion":6,"fields":{"debug_log_delivery_accounts":{"maxItemsOne":false},"excluded_accounts":{"maxItemsOne":false},"resource_types_scope":{"maxItemsOne":false},"trigger_types":{"maxItemsOne":false}}},"aws_config_organization_custom_rule":{"current":"aws:cfg/organizationCustomRule:OrganizationCustomRule","majorVersion":6,"fields":{"excluded_accounts":{"maxItemsOne":false},"resource_types_scope":{"maxItemsOne":false},"trigger_types":{"maxItemsOne":false}}},"aws_config_organization_managed_rule":{"current":"aws:cfg/organizationManagedRule:OrganizationManagedRule","majorVersion":6,"fields":{"excluded_accounts":{"maxItemsOne":false},"resource_types_scope":{"maxItemsOne":false}}},"aws_config_remediation_configuration":{"current":"aws:cfg/remediationConfiguration:RemediationConfiguration","majorVersion":6,"fields":{"execution_controls":{"maxItemsOne":true,"elem":{"fields":{"ssm_controls":{"maxItemsOne":true}}}},"parameter":{"maxItemsOne":false,"elem":{"fields":{"static_values":{"maxItemsOne":false}}}}}},"aws_connect_bot_association":{"current":"aws:connect/botAssociation:BotAssociation","majorVersion":6,"fields":{"lex_bot":{"maxItemsOne":true}}},"aws_connect_contact_flow":{"current":"aws:connect/contactFlow:ContactFlow","majorVersion":6},"aws_connect_contact_flow_module":{"current":"aws:connect/contactFlowModule:ContactFlowModule","majorVersion":6},"aws_connect_hours_of_operation":{"current":"aws:connect/hoursOfOperation:HoursOfOperation","majorVersion":6,"fields":{"config":{"maxItemsOne":false,"elem":{"fields":{"end_time":{"maxItemsOne":true},"start_time":{"maxItemsOne":true}}}}}},"aws_connect_instance":{"current":"aws:connect/instance:Instance","majorVersion":6},"aws_connect_instance_storage_config":{"current":"aws:connect/instanceStorageConfig:InstanceStorageConfig","majorVersion":6,"fields":{"storage_config":{"maxItemsOne":true,"elem":{"fields":{"kinesis_firehose_config":{"maxItemsOne":true},"kinesis_stream_config":{"maxItemsOne":true},"kinesis_video_stream_config":{"maxItemsOne":true,"elem":{"fields":{"encryption_config":{"maxItemsOne":true}}}},"s3_config":{"maxItemsOne":true,"elem":{"fields":{"encryption_config":{"maxItemsOne":true}}}}}}}}},"aws_connect_lambda_function_association":{"current":"aws:connect/lambdaFunctionAssociation:LambdaFunctionAssociation","majorVersion":6},"aws_connect_phone_number":{"current":"aws:connect/phoneNumber:PhoneNumber","majorVersion":6,"fields":{"status":{"maxItemsOne":false}}},"aws_connect_queue":{"current":"aws:connect/queue:Queue","majorVersion":6,"fields":{"outbound_caller_config":{"maxItemsOne":true},"quick_connect_ids":{"maxItemsOne":false}}},"aws_connect_quick_connect":{"current":"aws:connect/quickConnect:QuickConnect","majorVersion":6,"fields":{"quick_connect_config":{"maxItemsOne":true,"elem":{"fields":{"phone_config":{"maxItemsOne":false},"queue_config":{"maxItemsOne":false},"user_config":{"maxItemsOne":false}}}}}},"aws_connect_routing_profile":{"current":"aws:connect/routingProfile:RoutingProfile","majorVersion":6,"fields":{"media_concurrencies":{"maxItemsOne":false},"queue_configs":{"maxItemsOne":false}}},"aws_connect_security_profile":{"current":"aws:connect/securityProfile:SecurityProfile","majorVersion":6,"fields":{"permissions":{"maxItemsOne":false}}},"aws_connect_user":{"current":"aws:connect/user:User","majorVersion":6,"fields":{"identity_info":{"maxItemsOne":true},"phone_config":{"maxItemsOne":true},"security_profile_ids":{"maxItemsOne":false}}},"aws_connect_user_hierarchy_group":{"current":"aws:connect/userHierarchyGroup:UserHierarchyGroup","majorVersion":6,"fields":{"hierarchy_path":{"maxItemsOne":false,"elem":{"fields":{"level_five":{"maxItemsOne":false},"level_four":{"maxItemsOne":false},"level_one":{"maxItemsOne":false},"level_three":{"maxItemsOne":false},"level_two":{"maxItemsOne":false}}}}}},"aws_connect_user_hierarchy_structure":{"current":"aws:connect/userHierarchyStructure:UserHierarchyStructure","majorVersion":6,"fields":{"hierarchy_structure":{"maxItemsOne":true,"elem":{"fields":{"level_five":{"maxItemsOne":true},"level_four":{"maxItemsOne":true},"level_one":{"maxItemsOne":true},"level_three":{"maxItemsOne":true},"level_two":{"maxItemsOne":true}}}}}},"aws_connect_vocabulary":{"current":"aws:connect/vocabulary:Vocabulary","majorVersion":6},"aws_controltower_control":{"current":"aws:controltower/controlTowerControl:ControlTowerControl","majorVersion":6},"aws_cur_report_definition":{"current":"aws:cur/reportDefinition:ReportDefinition","majorVersion":6,"fields":{"additional_artifacts":{"maxItemsOne":false},"additional_schema_elements":{"maxItemsOne":false}}},"aws_customer_gateway":{"current":"aws:ec2/customerGateway:CustomerGateway","majorVersion":6},"aws_dataexchange_data_set":{"current":"aws:dataexchange/dataSet:DataSet","majorVersion":6},"aws_dataexchange_revision":{"current":"aws:dataexchange/revision:Revision","majorVersion":6},"aws_datapipeline_pipeline":{"current":"aws:datapipeline/pipeline:Pipeline","majorVersion":6},"aws_datapipeline_pipeline_definition":{"current":"aws:datapipeline/pipelineDefinition:PipelineDefinition","majorVersion":6,"fields":{"parameter_object":{"maxItemsOne":false,"elem":{"fields":{"attribute":{"maxItemsOne":false}}}},"parameter_value":{"maxItemsOne":false},"pipeline_object":{"maxItemsOne":false,"elem":{"fields":{"field":{"maxItemsOne":false}}}}}},"aws_datasync_agent":{"current":"aws:datasync/agent:Agent","majorVersion":6,"fields":{"security_group_arns":{"maxItemsOne":false},"subnet_arns":{"maxItemsOne":false}}},"aws_datasync_location_azure_blob":{"current":"aws:datasync/locationAzureBlob:LocationAzureBlob","majorVersion":6,"fields":{"agent_arns":{"maxItemsOne":false},"sas_configuration":{"maxItemsOne":true}}},"aws_datasync_location_efs":{"current":"aws:datasync/efsLocation:EfsLocation","majorVersion":6,"fields":{"ec2_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_arns":{"maxItemsOne":false}}}}}},"aws_datasync_location_fsx_lustre_file_system":{"current":"aws:datasync/locationFsxLustre:LocationFsxLustre","majorVersion":6,"fields":{"security_group_arns":{"maxItemsOne":false}}},"aws_datasync_location_fsx_ontap_file_system":{"current":"aws:datasync/locationFsxOntapFileSystem:LocationFsxOntapFileSystem","majorVersion":6,"fields":{"protocol":{"maxItemsOne":true,"elem":{"fields":{"nfs":{"maxItemsOne":true,"elem":{"fields":{"mount_options":{"maxItemsOne":true}}}},"smb":{"maxItemsOne":true,"elem":{"fields":{"mount_options":{"maxItemsOne":true}}}}}}},"security_group_arns":{"maxItemsOne":false}}},"aws_datasync_location_fsx_openzfs_file_system":{"current":"aws:datasync/fsxOpenZfsFileSystem:FsxOpenZfsFileSystem","majorVersion":6,"fields":{"protocol":{"maxItemsOne":true,"elem":{"fields":{"nfs":{"maxItemsOne":true,"elem":{"fields":{"mount_options":{"maxItemsOne":true}}}}}}},"security_group_arns":{"maxItemsOne":false}}},"aws_datasync_location_fsx_windows_file_system":{"current":"aws:datasync/locationFsxWindows:LocationFsxWindows","majorVersion":6,"fields":{"security_group_arns":{"maxItemsOne":false}}},"aws_datasync_location_hdfs":{"current":"aws:datasync/locationHdfs:LocationHdfs","majorVersion":6,"fields":{"agent_arns":{"maxItemsOne":false},"name_node":{"maxItemsOne":false},"qop_configuration":{"maxItemsOne":true}}},"aws_datasync_location_nfs":{"current":"aws:datasync/nfsLocation:NfsLocation","majorVersion":6,"fields":{"mount_options":{"maxItemsOne":true},"on_prem_config":{"maxItemsOne":true,"elem":{"fields":{"agent_arns":{"maxItemsOne":false}}}}}},"aws_datasync_location_object_storage":{"current":"aws:datasync/locationObjectStorage:LocationObjectStorage","majorVersion":6,"fields":{"agent_arns":{"maxItemsOne":false}}},"aws_datasync_location_s3":{"current":"aws:datasync/s3Location:S3Location","majorVersion":6,"fields":{"agent_arns":{"maxItemsOne":false},"s3_config":{"maxItemsOne":true}}},"aws_datasync_location_smb":{"current":"aws:datasync/locationSmb:LocationSmb","majorVersion":6,"fields":{"agent_arns":{"maxItemsOne":false},"mount_options":{"maxItemsOne":true}}},"aws_datasync_task":{"current":"aws:datasync/task:Task","majorVersion":6,"fields":{"excludes":{"maxItemsOne":true},"includes":{"maxItemsOne":true},"options":{"maxItemsOne":true},"schedule":{"maxItemsOne":true},"task_report_config":{"maxItemsOne":true,"elem":{"fields":{"report_overrides":{"maxItemsOne":true},"s3_destination":{"maxItemsOne":true}}}}}},"aws_dax_cluster":{"current":"aws:dax/cluster:Cluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"nodes":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"server_side_encryption":{"maxItemsOne":true}}},"aws_dax_parameter_group":{"current":"aws:dax/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameters":{"maxItemsOne":false}}},"aws_dax_subnet_group":{"current":"aws:dax/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_db_cluster_snapshot":{"current":"aws:rds/clusterSnapshot:ClusterSnapshot","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false}}},"aws_db_event_subscription":{"current":"aws:rds/eventSubscription:EventSubscription","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false},"source_ids":{"maxItemsOne":false}}},"aws_db_instance":{"current":"aws:rds/instance:Instance","majorVersion":6,"fields":{"blue_green_update":{"maxItemsOne":true},"enabled_cloudwatch_logs_exports":{"maxItemsOne":false},"listener_endpoint":{"maxItemsOne":false},"master_user_secret":{"maxItemsOne":false},"replicas":{"maxItemsOne":false},"restore_to_point_in_time":{"maxItemsOne":true},"s3_import":{"maxItemsOne":true},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_db_instance_automated_backups_replication":{"current":"aws:rds/instanceAutomatedBackupsReplication:InstanceAutomatedBackupsReplication","majorVersion":6},"aws_db_instance_role_association":{"current":"aws:rds/roleAssociation:RoleAssociation","majorVersion":6},"aws_db_option_group":{"current":"aws:rds/optionGroup:OptionGroup","majorVersion":6,"fields":{"option":{"maxItemsOne":false,"elem":{"fields":{"db_security_group_memberships":{"maxItemsOne":false},"option_settings":{"maxItemsOne":false},"vpc_security_group_memberships":{"maxItemsOne":false}}}}}},"aws_db_parameter_group":{"current":"aws:rds/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_db_proxy":{"current":"aws:rds/proxy:Proxy","majorVersion":6,"fields":{"auth":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false},"vpc_subnet_ids":{"maxItemsOne":false}}},"aws_db_proxy_default_target_group":{"current":"aws:rds/proxyDefaultTargetGroup:ProxyDefaultTargetGroup","majorVersion":6,"fields":{"connection_pool_config":{"maxItemsOne":true,"elem":{"fields":{"session_pinning_filters":{"maxItemsOne":false}}}}}},"aws_db_proxy_endpoint":{"current":"aws:rds/proxyEndpoint:ProxyEndpoint","majorVersion":6,"fields":{"vpc_security_group_ids":{"maxItemsOne":false},"vpc_subnet_ids":{"maxItemsOne":false}}},"aws_db_proxy_target":{"current":"aws:rds/proxyTarget:ProxyTarget","majorVersion":6},"aws_db_snapshot":{"current":"aws:rds/snapshot:Snapshot","majorVersion":6,"fields":{"shared_accounts":{"maxItemsOne":false}}},"aws_db_snapshot_copy":{"current":"aws:rds/snapshotCopy:SnapshotCopy","majorVersion":6},"aws_db_subnet_group":{"current":"aws:rds/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false},"supported_network_types":{"maxItemsOne":false}}},"aws_default_network_acl":{"current":"aws:ec2/defaultNetworkAcl:DefaultNetworkAcl","majorVersion":6,"fields":{"egress":{"maxItemsOne":false},"ingress":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_default_route_table":{"current":"aws:ec2/defaultRouteTable:DefaultRouteTable","majorVersion":6,"fields":{"propagating_vgws":{"maxItemsOne":false},"route":{"maxItemsOne":false}}},"aws_default_security_group":{"current":"aws:ec2/defaultSecurityGroup:DefaultSecurityGroup","majorVersion":6,"fields":{"egress":{"maxItemsOne":false,"elem":{"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"prefix_list_ids":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}},"ingress":{"maxItemsOne":false,"elem":{"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"prefix_list_ids":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}}}},"aws_default_subnet":{"current":"aws:ec2/defaultSubnet:DefaultSubnet","majorVersion":6},"aws_default_vpc":{"current":"aws:ec2/defaultVpc:DefaultVpc","majorVersion":6},"aws_default_vpc_dhcp_options":{"current":"aws:ec2/defaultVpcDhcpOptions:DefaultVpcDhcpOptions","majorVersion":6},"aws_detective_graph":{"current":"aws:detective/graph:Graph","majorVersion":6},"aws_detective_invitation_accepter":{"current":"aws:detective/invitationAccepter:InvitationAccepter","majorVersion":6},"aws_detective_member":{"current":"aws:detective/member:Member","majorVersion":6},"aws_detective_organization_admin_account":{"current":"aws:detective/organizationAdminAccount:OrganizationAdminAccount","majorVersion":6},"aws_detective_organization_configuration":{"current":"aws:detective/organizationConfiguration:OrganizationConfiguration","majorVersion":6},"aws_devicefarm_device_pool":{"current":"aws:devicefarm/devicePool:DevicePool","majorVersion":6,"fields":{"rule":{"maxItemsOne":false}}},"aws_devicefarm_instance_profile":{"current":"aws:devicefarm/instanceProfile:InstanceProfile","majorVersion":6,"fields":{"exclude_app_packages_from_cleanup":{"maxItemsOne":false}}},"aws_devicefarm_network_profile":{"current":"aws:devicefarm/networkProfile:NetworkProfile","majorVersion":6},"aws_devicefarm_project":{"current":"aws:devicefarm/project:Project","majorVersion":6},"aws_devicefarm_test_grid_project":{"current":"aws:devicefarm/testGridProject:TestGridProject","majorVersion":6,"fields":{"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_devicefarm_upload":{"current":"aws:devicefarm/upload:Upload","majorVersion":6},"aws_directory_service_conditional_forwarder":{"current":"aws:directoryservice/conditionalForwader:ConditionalForwader","majorVersion":6,"fields":{"dns_ips":{"maxItemsOne":false}}},"aws_directory_service_directory":{"current":"aws:directoryservice/directory:Directory","majorVersion":6,"fields":{"connect_settings":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"connect_ips":{"maxItemsOne":false},"customer_dns_ips":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}},"dns_ip_addresses":{"maxItemsOne":false},"vpc_settings":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_directory_service_log_subscription":{"current":"aws:directoryservice/logService:LogService","majorVersion":6},"aws_directory_service_radius_settings":{"current":"aws:directoryservice/radiusSettings:RadiusSettings","majorVersion":6,"fields":{"radius_servers":{"maxItemsOne":false}}},"aws_directory_service_region":{"current":"aws:directoryservice/serviceRegion:ServiceRegion","majorVersion":6,"fields":{"vpc_settings":{"maxItemsOne":true,"elem":{"fields":{"subnet_ids":{"maxItemsOne":false}}}}}},"aws_directory_service_shared_directory":{"current":"aws:directoryservice/sharedDirectory:SharedDirectory","majorVersion":6,"fields":{"target":{"maxItemsOne":true}}},"aws_directory_service_shared_directory_accepter":{"current":"aws:directoryservice/sharedDirectoryAccepter:SharedDirectoryAccepter","majorVersion":6},"aws_directory_service_trust":{"current":"aws:directoryservice/trust:Trust","majorVersion":6,"fields":{"conditional_forwarder_ip_addrs":{"maxItemsOne":false}}},"aws_dlm_lifecycle_policy":{"current":"aws:dlm/lifecyclePolicy:LifecyclePolicy","majorVersion":6,"fields":{"policy_details":{"maxItemsOne":true,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"cross_region_copy":{"maxItemsOne":false,"elem":{"fields":{"encryption_configuration":{"maxItemsOne":true},"retain_rule":{"maxItemsOne":true}}}}}}},"event_source":{"maxItemsOne":true,"elem":{"fields":{"parameters":{"maxItemsOne":true,"elem":{"fields":{"snapshot_owner":{"maxItemsOne":false}}}}}}},"parameters":{"maxItemsOne":true},"resource_locations":{"maxItemsOne":true},"resource_types":{"maxItemsOne":false},"schedule":{"maxItemsOne":false,"elem":{"fields":{"create_rule":{"maxItemsOne":true,"elem":{"fields":{"times":{"maxItemsOne":true}}}},"cross_region_copy_rule":{"maxItemsOne":false,"elem":{"fields":{"deprecate_rule":{"maxItemsOne":true},"retain_rule":{"maxItemsOne":true}}}},"deprecate_rule":{"maxItemsOne":true},"fast_restore_rule":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false}}}},"retain_rule":{"maxItemsOne":true},"share_rule":{"maxItemsOne":true,"elem":{"fields":{"target_accounts":{"maxItemsOne":false}}}}}}}}}}}},"aws_dms_certificate":{"current":"aws:dms/certificate:Certificate","majorVersion":6},"aws_dms_endpoint":{"current":"aws:dms/endpoint:Endpoint","majorVersion":6,"fields":{"elasticsearch_settings":{"maxItemsOne":true},"kafka_settings":{"maxItemsOne":true},"kinesis_settings":{"maxItemsOne":true},"mongodb_settings":{"maxItemsOne":true},"redis_settings":{"maxItemsOne":true},"redshift_settings":{"maxItemsOne":true},"s3_settings":{"maxItemsOne":true}}},"aws_dms_event_subscription":{"current":"aws:dms/eventSubscription:EventSubscription","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false},"source_ids":{"maxItemsOne":false}}},"aws_dms_replication_config":{"current":"aws:dms/replicationConfig:ReplicationConfig","majorVersion":6,"fields":{"compute_config":{"maxItemsOne":true,"elem":{"fields":{"vpc_security_group_ids":{"maxItemsOne":false}}}}}},"aws_dms_replication_instance":{"current":"aws:dms/replicationInstance:ReplicationInstance","majorVersion":6,"fields":{"replication_instance_private_ips":{"maxItemsOne":false},"replication_instance_public_ips":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_dms_replication_subnet_group":{"current":"aws:dms/replicationSubnetGroup:ReplicationSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_dms_replication_task":{"current":"aws:dms/replicationTask:ReplicationTask","majorVersion":6},"aws_dms_s3_endpoint":{"current":"aws:dms/s3Endpoint:S3Endpoint","majorVersion":6},"aws_docdb_cluster":{"current":"aws:docdb/cluster:Cluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"cluster_members":{"maxItemsOne":false},"enabled_cloudwatch_logs_exports":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_docdb_cluster_instance":{"current":"aws:docdb/clusterInstance:ClusterInstance","majorVersion":6},"aws_docdb_cluster_parameter_group":{"current":"aws:docdb/clusterParameterGroup:ClusterParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_docdb_cluster_snapshot":{"current":"aws:docdb/clusterSnapshot:ClusterSnapshot","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false}}},"aws_docdb_event_subscription":{"current":"aws:docdb/eventSubscription:EventSubscription","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false},"source_ids":{"maxItemsOne":false}}},"aws_docdb_global_cluster":{"current":"aws:docdb/globalCluster:GlobalCluster","majorVersion":6,"fields":{"global_cluster_members":{"maxItemsOne":false}}},"aws_docdb_subnet_group":{"current":"aws:docdb/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_dx_bgp_peer":{"current":"aws:directconnect/bgpPeer:BgpPeer","majorVersion":6},"aws_dx_connection":{"current":"aws:directconnect/connection:Connection","majorVersion":6},"aws_dx_connection_association":{"current":"aws:directconnect/connectionAssociation:ConnectionAssociation","majorVersion":6},"aws_dx_connection_confirmation":{"current":"aws:directconnect/connectionConfirmation:ConnectionConfirmation","majorVersion":6},"aws_dx_gateway":{"current":"aws:directconnect/gateway:Gateway","majorVersion":6},"aws_dx_gateway_association":{"current":"aws:directconnect/gatewayAssociation:GatewayAssociation","majorVersion":6,"fields":{"allowed_prefixes":{"maxItemsOne":false}}},"aws_dx_gateway_association_proposal":{"current":"aws:directconnect/gatewayAssociationProposal:GatewayAssociationProposal","majorVersion":6,"fields":{"allowed_prefixes":{"maxItemsOne":false}}},"aws_dx_hosted_connection":{"current":"aws:directconnect/hostedConnection:HostedConnection","majorVersion":6},"aws_dx_hosted_private_virtual_interface":{"current":"aws:directconnect/hostedPrivateVirtualInterface:HostedPrivateVirtualInterface","majorVersion":6},"aws_dx_hosted_private_virtual_interface_accepter":{"current":"aws:directconnect/hostedPrivateVirtualInterfaceAccepter:HostedPrivateVirtualInterfaceAccepter","majorVersion":6},"aws_dx_hosted_public_virtual_interface":{"current":"aws:directconnect/hostedPublicVirtualInterface:HostedPublicVirtualInterface","majorVersion":6,"fields":{"route_filter_prefixes":{"maxItemsOne":false}}},"aws_dx_hosted_public_virtual_interface_accepter":{"current":"aws:directconnect/hostedPublicVirtualInterfaceAccepter:HostedPublicVirtualInterfaceAccepter","majorVersion":6},"aws_dx_hosted_transit_virtual_interface":{"current":"aws:directconnect/hostedTransitVirtualInterface:HostedTransitVirtualInterface","majorVersion":6},"aws_dx_hosted_transit_virtual_interface_accepter":{"current":"aws:directconnect/hostedTransitVirtualInterfaceAcceptor:HostedTransitVirtualInterfaceAcceptor","majorVersion":6},"aws_dx_lag":{"current":"aws:directconnect/linkAggregationGroup:LinkAggregationGroup","majorVersion":6},"aws_dx_macsec_key_association":{"current":"aws:directconnect/macsecKeyAssociation:MacsecKeyAssociation","majorVersion":6},"aws_dx_private_virtual_interface":{"current":"aws:directconnect/privateVirtualInterface:PrivateVirtualInterface","majorVersion":6},"aws_dx_public_virtual_interface":{"current":"aws:directconnect/publicVirtualInterface:PublicVirtualInterface","majorVersion":6,"fields":{"route_filter_prefixes":{"maxItemsOne":false}}},"aws_dx_transit_virtual_interface":{"current":"aws:directconnect/transitVirtualInterface:TransitVirtualInterface","majorVersion":6},"aws_dynamodb_contributor_insights":{"current":"aws:dynamodb/contributorInsights:ContributorInsights","majorVersion":6},"aws_dynamodb_global_table":{"current":"aws:dynamodb/globalTable:GlobalTable","majorVersion":6,"fields":{"replica":{"maxItemsOne":false}}},"aws_dynamodb_kinesis_streaming_destination":{"current":"aws:dynamodb/kinesisStreamingDestination:KinesisStreamingDestination","majorVersion":6},"aws_dynamodb_table":{"current":"aws:dynamodb/table:Table","majorVersion":6,"fields":{"attribute":{"maxItemsOne":false},"global_secondary_index":{"maxItemsOne":false,"elem":{"fields":{"non_key_attributes":{"maxItemsOne":false}}}},"import_table":{"maxItemsOne":true,"elem":{"fields":{"input_format_options":{"maxItemsOne":true,"elem":{"fields":{"csv":{"maxItemsOne":true,"elem":{"fields":{"header_list":{"maxItemsOne":false}}}}}}},"s3_bucket_source":{"maxItemsOne":true}}}},"local_secondary_index":{"maxItemsOne":false,"elem":{"fields":{"non_key_attributes":{"maxItemsOne":false}}}},"point_in_time_recovery":{"maxItemsOne":true},"replica":{"maxItemsOne":false},"server_side_encryption":{"maxItemsOne":true},"ttl":{"maxItemsOne":true}}},"aws_dynamodb_table_item":{"current":"aws:dynamodb/tableItem:TableItem","majorVersion":6},"aws_dynamodb_table_replica":{"current":"aws:dynamodb/tableReplica:TableReplica","majorVersion":6},"aws_dynamodb_tag":{"current":"aws:dynamodb/tag:Tag","majorVersion":6},"aws_ebs_default_kms_key":{"current":"aws:ebs/defaultKmsKey:DefaultKmsKey","majorVersion":6},"aws_ebs_encryption_by_default":{"current":"aws:ebs/encryptionByDefault:EncryptionByDefault","majorVersion":6},"aws_ebs_snapshot":{"current":"aws:ebs/snapshot:Snapshot","majorVersion":6},"aws_ebs_snapshot_copy":{"current":"aws:ebs/snapshotCopy:SnapshotCopy","majorVersion":6},"aws_ebs_snapshot_import":{"current":"aws:ebs/snapshotImport:SnapshotImport","majorVersion":6,"fields":{"client_data":{"maxItemsOne":true},"disk_container":{"maxItemsOne":true,"elem":{"fields":{"user_bucket":{"maxItemsOne":true}}}}}},"aws_ebs_volume":{"current":"aws:ebs/volume:Volume","majorVersion":6},"aws_ec2_availability_zone_group":{"current":"aws:ec2/availabilityZoneGroup:AvailabilityZoneGroup","majorVersion":6},"aws_ec2_capacity_reservation":{"current":"aws:ec2/capacityReservation:CapacityReservation","majorVersion":6},"aws_ec2_carrier_gateway":{"current":"aws:ec2/carrierGateway:CarrierGateway","majorVersion":6},"aws_ec2_client_vpn_authorization_rule":{"current":"aws:ec2clientvpn/authorizationRule:AuthorizationRule","majorVersion":6},"aws_ec2_client_vpn_endpoint":{"current":"aws:ec2clientvpn/endpoint:Endpoint","majorVersion":6,"fields":{"authentication_options":{"maxItemsOne":false},"client_connect_options":{"maxItemsOne":true},"client_login_banner_options":{"maxItemsOne":true},"connection_log_options":{"maxItemsOne":true},"dns_servers":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_ec2_client_vpn_network_association":{"current":"aws:ec2clientvpn/networkAssociation:NetworkAssociation","majorVersion":6},"aws_ec2_client_vpn_route":{"current":"aws:ec2clientvpn/route:Route","majorVersion":6},"aws_ec2_fleet":{"current":"aws:ec2/fleet:Fleet","majorVersion":6,"fields":{"fleet_instance_set":{"maxItemsOne":false,"elem":{"fields":{"instance_ids":{"maxItemsOne":false}}}},"launch_template_config":{"maxItemsOne":false,"elem":{"fields":{"launch_template_specification":{"maxItemsOne":true},"override":{"maxItemsOne":false,"elem":{"fields":{"instance_requirements":{"maxItemsOne":true,"elem":{"fields":{"accelerator_count":{"maxItemsOne":true},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":true},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":true},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":true},"memory_mib":{"maxItemsOne":true},"network_bandwidth_gbps":{"maxItemsOne":true},"network_interface_count":{"maxItemsOne":true},"total_local_storage_gb":{"maxItemsOne":true},"vcpu_count":{"maxItemsOne":true}}}}}}}}}},"on_demand_options":{"maxItemsOne":true},"spot_options":{"maxItemsOne":true,"elem":{"fields":{"maintenance_strategies":{"maxItemsOne":true,"elem":{"fields":{"capacity_rebalance":{"maxItemsOne":true}}}}}}},"target_capacity_specification":{"maxItemsOne":true}}},"aws_ec2_host":{"current":"aws:ec2/dedicatedHost:DedicatedHost","majorVersion":6},"aws_ec2_image_block_public_access":{"current":"aws:ec2/imageBlockPublicAccess:ImageBlockPublicAccess","majorVersion":6},"aws_ec2_instance_connect_endpoint":{"current":"aws:ec2transitgateway/instanceConnectEndpoint:InstanceConnectEndpoint","majorVersion":6,"fields":{"network_interface_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_ec2_instance_state":{"current":"aws:ec2transitgateway/instanceState:InstanceState","majorVersion":6},"aws_ec2_local_gateway_route":{"current":"aws:ec2/localGatewayRoute:LocalGatewayRoute","majorVersion":6},"aws_ec2_local_gateway_route_table_vpc_association":{"current":"aws:ec2/localGatewayRouteTableVpcAssociation:LocalGatewayRouteTableVpcAssociation","majorVersion":6},"aws_ec2_managed_prefix_list":{"current":"aws:ec2/managedPrefixList:ManagedPrefixList","majorVersion":6,"fields":{"entry":{"maxItemsOne":false}}},"aws_ec2_managed_prefix_list_entry":{"current":"aws:ec2/managedPrefixListEntry:ManagedPrefixListEntry","majorVersion":6},"aws_ec2_network_insights_analysis":{"current":"aws:ec2/networkInsightsAnalysis:NetworkInsightsAnalysis","majorVersion":6,"fields":{"alternate_path_hints":{"maxItemsOne":false},"explanations":{"maxItemsOne":false,"elem":{"fields":{"acl":{"maxItemsOne":false},"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"addresses":{"maxItemsOne":false},"attached_to":{"maxItemsOne":false},"availability_zones":{"maxItemsOne":false},"cidrs":{"maxItemsOne":false},"classic_load_balancer_listener":{"maxItemsOne":false},"component":{"maxItemsOne":false},"customer_gateway":{"maxItemsOne":false},"destination":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"elastic_load_balancer_listener":{"maxItemsOne":false},"ingress_route_table":{"maxItemsOne":false},"internet_gateway":{"maxItemsOne":false},"load_balancer_target_group":{"maxItemsOne":false},"load_balancer_target_groups":{"maxItemsOne":false},"nat_gateway":{"maxItemsOne":false},"network_interface":{"maxItemsOne":false},"port_ranges":{"maxItemsOne":false},"prefix_list":{"maxItemsOne":false},"protocols":{"maxItemsOne":false},"route_table":{"maxItemsOne":false},"route_table_route":{"maxItemsOne":false},"security_group":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"security_groups":{"maxItemsOne":false},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"subnet_route_table":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_attachment":{"maxItemsOne":false},"transit_gateway_route_table":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false},"vpc_endpoint":{"maxItemsOne":false},"vpc_peering_connection":{"maxItemsOne":false},"vpn_connection":{"maxItemsOne":false},"vpn_gateway":{"maxItemsOne":false}}}},"filter_in_arns":{"maxItemsOne":false},"forward_path_components":{"maxItemsOne":false,"elem":{"fields":{"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"additional_details":{"maxItemsOne":false,"elem":{"fields":{"component":{"maxItemsOne":false}}}},"attached_to":{"maxItemsOne":false},"component":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"inbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"outbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"route_table_route":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false}}}},"return_path_components":{"maxItemsOne":false,"elem":{"fields":{"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"additional_details":{"maxItemsOne":false,"elem":{"fields":{"component":{"maxItemsOne":false}}}},"attached_to":{"maxItemsOne":false},"component":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"inbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"outbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"route_table_route":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false}}}}}},"aws_ec2_network_insights_path":{"current":"aws:ec2/networkInsightsPath:NetworkInsightsPath","majorVersion":6},"aws_ec2_serial_console_access":{"current":"aws:ec2/serialConsoleAccess:SerialConsoleAccess","majorVersion":6},"aws_ec2_subnet_cidr_reservation":{"current":"aws:ec2/subnetCidrReservation:SubnetCidrReservation","majorVersion":6},"aws_ec2_tag":{"current":"aws:ec2/tag:Tag","majorVersion":6},"aws_ec2_traffic_mirror_filter":{"current":"aws:ec2/trafficMirrorFilter:TrafficMirrorFilter","majorVersion":6,"fields":{"network_services":{"maxItemsOne":false}}},"aws_ec2_traffic_mirror_filter_rule":{"current":"aws:ec2/trafficMirrorFilterRule:TrafficMirrorFilterRule","majorVersion":6,"fields":{"destination_port_range":{"maxItemsOne":true},"source_port_range":{"maxItemsOne":true}}},"aws_ec2_traffic_mirror_session":{"current":"aws:ec2/trafficMirrorSession:TrafficMirrorSession","majorVersion":6},"aws_ec2_traffic_mirror_target":{"current":"aws:ec2/trafficMirrorTarget:TrafficMirrorTarget","majorVersion":6},"aws_ec2_transit_gateway":{"current":"aws:ec2transitgateway/transitGateway:TransitGateway","majorVersion":6,"fields":{"transit_gateway_cidr_blocks":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_connect":{"current":"aws:ec2transitgateway/connect:Connect","majorVersion":6},"aws_ec2_transit_gateway_connect_peer":{"current":"aws:ec2transitgateway/connectPeer:ConnectPeer","majorVersion":6,"fields":{"bgp_transit_gateway_addresses":{"maxItemsOne":false},"inside_cidr_blocks":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_multicast_domain":{"current":"aws:ec2transitgateway/multicastDomain:MulticastDomain","majorVersion":6},"aws_ec2_transit_gateway_multicast_domain_association":{"current":"aws:ec2transitgateway/multicastDomainAssociation:MulticastDomainAssociation","majorVersion":6},"aws_ec2_transit_gateway_multicast_group_member":{"current":"aws:ec2transitgateway/multicastGroupMember:MulticastGroupMember","majorVersion":6},"aws_ec2_transit_gateway_multicast_group_source":{"current":"aws:ec2transitgateway/multicastGroupSource:MulticastGroupSource","majorVersion":6},"aws_ec2_transit_gateway_peering_attachment":{"current":"aws:ec2transitgateway/peeringAttachment:PeeringAttachment","majorVersion":6},"aws_ec2_transit_gateway_peering_attachment_accepter":{"current":"aws:ec2transitgateway/peeringAttachmentAccepter:PeeringAttachmentAccepter","majorVersion":6},"aws_ec2_transit_gateway_policy_table":{"current":"aws:ec2transitgateway/policyTable:PolicyTable","majorVersion":6},"aws_ec2_transit_gateway_policy_table_association":{"current":"aws:ec2transitgateway/policyTableAssociation:PolicyTableAssociation","majorVersion":6},"aws_ec2_transit_gateway_prefix_list_reference":{"current":"aws:ec2transitgateway/prefixListReference:PrefixListReference","majorVersion":6},"aws_ec2_transit_gateway_route":{"current":"aws:ec2transitgateway/route:Route","majorVersion":6},"aws_ec2_transit_gateway_route_table":{"current":"aws:ec2transitgateway/routeTable:RouteTable","majorVersion":6},"aws_ec2_transit_gateway_route_table_association":{"current":"aws:ec2transitgateway/routeTableAssociation:RouteTableAssociation","majorVersion":6},"aws_ec2_transit_gateway_route_table_propagation":{"current":"aws:ec2transitgateway/routeTablePropagation:RouteTablePropagation","majorVersion":6},"aws_ec2_transit_gateway_vpc_attachment":{"current":"aws:ec2transitgateway/vpcAttachment:VpcAttachment","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_vpc_attachment_accepter":{"current":"aws:ec2transitgateway/vpcAttachmentAccepter:VpcAttachmentAccepter","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_ecr_lifecycle_policy":{"current":"aws:ecr/lifecyclePolicy:LifecyclePolicy","majorVersion":6},"aws_ecr_pull_through_cache_rule":{"current":"aws:ecr/pullThroughCacheRule:PullThroughCacheRule","majorVersion":6},"aws_ecr_registry_policy":{"current":"aws:ecr/registryPolicy:RegistryPolicy","majorVersion":6},"aws_ecr_registry_scanning_configuration":{"current":"aws:ecr/registryScanningConfiguration:RegistryScanningConfiguration","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"repository_filter":{"maxItemsOne":false}}}}}},"aws_ecr_replication_configuration":{"current":"aws:ecr/replicationConfiguration:ReplicationConfiguration","majorVersion":6,"fields":{"replication_configuration":{"maxItemsOne":true,"elem":{"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"destination":{"maxItemsOne":false},"repository_filter":{"maxItemsOne":false}}}}}}}}},"aws_ecr_repository":{"current":"aws:ecr/repository:Repository","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":false},"image_scanning_configuration":{"maxItemsOne":true}}},"aws_ecr_repository_policy":{"current":"aws:ecr/repositoryPolicy:RepositoryPolicy","majorVersion":6},"aws_ecrpublic_repository":{"current":"aws:ecrpublic/repository:Repository","majorVersion":6,"fields":{"catalog_data":{"maxItemsOne":true,"elem":{"fields":{"architectures":{"maxItemsOne":false},"operating_systems":{"maxItemsOne":false}}}}}},"aws_ecrpublic_repository_policy":{"current":"aws:ecrpublic/repositoryPolicy:RepositoryPolicy","majorVersion":6},"aws_ecs_account_setting_default":{"current":"aws:ecs/accountSettingDefault:AccountSettingDefault","majorVersion":6},"aws_ecs_capacity_provider":{"current":"aws:ecs/capacityProvider:CapacityProvider","majorVersion":6,"fields":{"auto_scaling_group_provider":{"maxItemsOne":true,"elem":{"fields":{"managed_scaling":{"maxItemsOne":true}}}}}},"aws_ecs_cluster":{"current":"aws:ecs/cluster:Cluster","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"execute_command_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_configuration":{"maxItemsOne":true}}}}}}},"service_connect_defaults":{"maxItemsOne":true},"setting":{"maxItemsOne":false}}},"aws_ecs_cluster_capacity_providers":{"current":"aws:ecs/clusterCapacityProviders:ClusterCapacityProviders","majorVersion":6,"fields":{"capacity_providers":{"maxItemsOne":false},"default_capacity_provider_strategy":{"maxItemsOne":false}}},"aws_ecs_service":{"current":"aws:ecs/service:Service","majorVersion":6,"fields":{"alarms":{"maxItemsOne":true,"elem":{"fields":{"alarm_names":{"maxItemsOne":false}}}},"capacity_provider_strategy":{"maxItemsOne":false},"deployment_circuit_breaker":{"maxItemsOne":true},"deployment_controller":{"maxItemsOne":true},"load_balancer":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"ordered_placement_strategy":{"maxItemsOne":false},"placement_constraints":{"maxItemsOne":false},"service_connect_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_configuration":{"maxItemsOne":true,"elem":{"fields":{"secret_option":{"maxItemsOne":false}}}},"service":{"maxItemsOne":false,"elem":{"fields":{"client_alias":{"maxItemsOne":false}}}}}}},"service_registries":{"maxItemsOne":true}}},"aws_ecs_tag":{"current":"aws:ecs/tag:Tag","majorVersion":6},"aws_ecs_task_definition":{"current":"aws:ecs/taskDefinition:TaskDefinition","majorVersion":6,"fields":{"ephemeral_storage":{"maxItemsOne":true},"inference_accelerator":{"maxItemsOne":false},"placement_constraints":{"maxItemsOne":false},"proxy_configuration":{"maxItemsOne":true},"requires_compatibilities":{"maxItemsOne":false},"runtime_platform":{"maxItemsOne":true},"volume":{"maxItemsOne":false,"elem":{"fields":{"docker_volume_configuration":{"maxItemsOne":true},"efs_volume_configuration":{"maxItemsOne":true,"elem":{"fields":{"authorization_config":{"maxItemsOne":true}}}},"fsx_windows_file_server_volume_configuration":{"maxItemsOne":true,"elem":{"fields":{"authorization_config":{"maxItemsOne":true}}}}}}}}},"aws_ecs_task_set":{"current":"aws:ecs/taskSet:TaskSet","majorVersion":6,"fields":{"capacity_provider_strategy":{"maxItemsOne":false},"load_balancer":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"scale":{"maxItemsOne":true},"service_registries":{"maxItemsOne":true}}},"aws_efs_access_point":{"current":"aws:efs/accessPoint:AccessPoint","majorVersion":6,"fields":{"posix_user":{"maxItemsOne":true,"elem":{"fields":{"secondary_gids":{"maxItemsOne":false}}}},"root_directory":{"maxItemsOne":true,"elem":{"fields":{"creation_info":{"maxItemsOne":true}}}}}},"aws_efs_backup_policy":{"current":"aws:efs/backupPolicy:BackupPolicy","majorVersion":6,"fields":{"backup_policy":{"maxItemsOne":true}}},"aws_efs_file_system":{"current":"aws:efs/fileSystem:FileSystem","majorVersion":6,"fields":{"lifecycle_policy":{"maxItemsOne":false},"size_in_bytes":{"maxItemsOne":false}}},"aws_efs_file_system_policy":{"current":"aws:efs/fileSystemPolicy:FileSystemPolicy","majorVersion":6},"aws_efs_mount_target":{"current":"aws:efs/mountTarget:MountTarget","majorVersion":6,"fields":{"security_groups":{"maxItemsOne":false}}},"aws_efs_replication_configuration":{"current":"aws:efs/replicationConfiguration:ReplicationConfiguration","majorVersion":6,"fields":{"destination":{"maxItemsOne":true}}},"aws_egress_only_internet_gateway":{"current":"aws:ec2/egressOnlyInternetGateway:EgressOnlyInternetGateway","majorVersion":6},"aws_eip":{"current":"aws:ec2/eip:Eip","majorVersion":6},"aws_eip_association":{"current":"aws:ec2/eipAssociation:EipAssociation","majorVersion":6},"aws_eks_addon":{"current":"aws:eks/addon:Addon","majorVersion":6},"aws_eks_cluster":{"current":"aws:eks/cluster:Cluster","majorVersion":6,"fields":{"certificate_authorities":{"maxItemsOne":false},"certificate_authority":{"maxItemsOne":true},"default_addons_to_remove":{"maxItemsOne":false},"enabled_cluster_log_types":{"maxItemsOne":false},"encryption_config":{"maxItemsOne":true,"elem":{"fields":{"provider":{"maxItemsOne":true},"resources":{"maxItemsOne":false}}}},"identity":{"maxItemsOne":false,"elem":{"fields":{"oidc":{"maxItemsOne":false}}}},"kubernetes_network_config":{"maxItemsOne":true},"outpost_config":{"maxItemsOne":true,"elem":{"fields":{"control_plane_placement":{"maxItemsOne":true},"outpost_arns":{"maxItemsOne":false}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"public_access_cidrs":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_eks_fargate_profile":{"current":"aws:eks/fargateProfile:FargateProfile","majorVersion":6,"fields":{"selector":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_eks_identity_provider_config":{"current":"aws:eks/identityProviderConfig:IdentityProviderConfig","majorVersion":6,"fields":{"oidc":{"maxItemsOne":true}}},"aws_eks_node_group":{"current":"aws:eks/nodeGroup:NodeGroup","majorVersion":6,"fields":{"instance_types":{"maxItemsOne":false},"launch_template":{"maxItemsOne":true},"remote_access":{"maxItemsOne":true,"elem":{"fields":{"source_security_group_ids":{"maxItemsOne":false}}}},"resources":{"maxItemsOne":false,"elem":{"fields":{"autoscaling_groups":{"maxItemsOne":false}}}},"scaling_config":{"maxItemsOne":true},"subnet_ids":{"maxItemsOne":false},"taint":{"maxItemsOne":false},"update_config":{"maxItemsOne":true}}},"aws_elastic_beanstalk_application":{"current":"aws:elasticbeanstalk/application:Application","majorVersion":6,"fields":{"appversion_lifecycle":{"maxItemsOne":true}}},"aws_elastic_beanstalk_application_version":{"current":"aws:elasticbeanstalk/applicationVersion:ApplicationVersion","majorVersion":6},"aws_elastic_beanstalk_configuration_template":{"current":"aws:elasticbeanstalk/configurationTemplate:ConfigurationTemplate","majorVersion":6,"fields":{"setting":{"maxItemsOne":false}}},"aws_elastic_beanstalk_environment":{"current":"aws:elasticbeanstalk/environment:Environment","majorVersion":6,"fields":{"all_settings":{"maxItemsOne":false},"autoscaling_groups":{"maxItemsOne":false},"instances":{"maxItemsOne":false},"launch_configurations":{"maxItemsOne":false},"load_balancers":{"maxItemsOne":false},"queues":{"maxItemsOne":false},"setting":{"maxItemsOne":false},"triggers":{"maxItemsOne":false}}},"aws_elasticache_cluster":{"current":"aws:elasticache/cluster:Cluster","majorVersion":6,"fields":{"cache_nodes":{"maxItemsOne":false},"log_delivery_configuration":{"maxItemsOne":false},"preferred_availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"snapshot_arns":{"maxItemsOne":true}}},"aws_elasticache_global_replication_group":{"current":"aws:elasticache/globalReplicationGroup:GlobalReplicationGroup","majorVersion":6,"fields":{"global_node_groups":{"maxItemsOne":false}}},"aws_elasticache_parameter_group":{"current":"aws:elasticache/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_elasticache_replication_group":{"current":"aws:elasticache/replicationGroup:ReplicationGroup","majorVersion":6,"fields":{"log_delivery_configuration":{"maxItemsOne":false},"member_clusters":{"maxItemsOne":false},"preferred_cache_cluster_azs":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"security_group_names":{"maxItemsOne":false},"snapshot_arns":{"maxItemsOne":false},"user_group_ids":{"maxItemsOne":false}}},"aws_elasticache_subnet_group":{"current":"aws:elasticache/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_elasticache_user":{"current":"aws:elasticache/user:User","majorVersion":6,"fields":{"authentication_mode":{"maxItemsOne":true,"elem":{"fields":{"passwords":{"maxItemsOne":false}}}},"passwords":{"maxItemsOne":false}}},"aws_elasticache_user_group":{"current":"aws:elasticache/userGroup:UserGroup","majorVersion":6,"fields":{"user_ids":{"maxItemsOne":false}}},"aws_elasticache_user_group_association":{"current":"aws:elasticache/userGroupAssociation:UserGroupAssociation","majorVersion":6},"aws_elasticsearch_domain":{"current":"aws:elasticsearch/domain:Domain","majorVersion":6,"fields":{"advanced_security_options":{"maxItemsOne":true,"elem":{"fields":{"master_user_options":{"maxItemsOne":true}}}},"auto_tune_options":{"maxItemsOne":true,"elem":{"fields":{"maintenance_schedule":{"maxItemsOne":false,"elem":{"fields":{"duration":{"maxItemsOne":true}}}}}}},"cluster_config":{"maxItemsOne":true,"elem":{"fields":{"cold_storage_options":{"maxItemsOne":true},"zone_awareness_config":{"maxItemsOne":true}}}},"cognito_options":{"maxItemsOne":true},"domain_endpoint_options":{"maxItemsOne":true},"ebs_options":{"maxItemsOne":true},"encrypt_at_rest":{"maxItemsOne":true},"log_publishing_options":{"maxItemsOne":false},"node_to_node_encryption":{"maxItemsOne":true},"snapshot_options":{"maxItemsOne":true},"vpc_options":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_elasticsearch_domain_policy":{"current":"aws:elasticsearch/domainPolicy:DomainPolicy","majorVersion":6},"aws_elasticsearch_domain_saml_options":{"current":"aws:elasticsearch/domainSamlOptions:DomainSamlOptions","majorVersion":6,"fields":{"saml_options":{"maxItemsOne":true,"elem":{"fields":{"idp":{"maxItemsOne":true}}}}}},"aws_elasticsearch_vpc_endpoint":{"current":"aws:elasticsearch/vpcEndpoint:VpcEndpoint","majorVersion":6,"fields":{"vpc_options":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_elastictranscoder_pipeline":{"current":"aws:elastictranscoder/pipeline:Pipeline","majorVersion":6,"fields":{"content_config":{"maxItemsOne":true},"content_config_permissions":{"maxItemsOne":false,"elem":{"fields":{"access":{"maxItemsOne":false}}}},"notifications":{"maxItemsOne":true},"thumbnail_config":{"maxItemsOne":true},"thumbnail_config_permissions":{"maxItemsOne":false,"elem":{"fields":{"access":{"maxItemsOne":false}}}}}},"aws_elastictranscoder_preset":{"current":"aws:elastictranscoder/preset:Preset","majorVersion":6,"fields":{"audio":{"maxItemsOne":true},"audio_codec_options":{"maxItemsOne":true},"thumbnails":{"maxItemsOne":true},"video":{"maxItemsOne":true},"video_watermarks":{"maxItemsOne":false}}},"aws_elb":{"current":"aws:elb/loadBalancer:LoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"availability_zones":{"maxItemsOne":false},"health_check":{"maxItemsOne":true},"instances":{"maxItemsOne":false},"listener":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_elb_attachment":{"current":"aws:elb/attachment:Attachment","majorVersion":6},"aws_emr_block_public_access_configuration":{"current":"aws:emr/blockPublicAccessConfiguration:BlockPublicAccessConfiguration","majorVersion":6,"fields":{"permitted_public_security_group_rule_range":{"maxItemsOne":false}}},"aws_emr_cluster":{"current":"aws:emr/cluster:Cluster","majorVersion":6,"fields":{"applications":{"maxItemsOne":false},"auto_termination_policy":{"maxItemsOne":true},"bootstrap_action":{"maxItemsOne":false,"elem":{"fields":{"args":{"maxItemsOne":false}}}},"core_instance_fleet":{"maxItemsOne":true,"elem":{"fields":{"instance_type_configs":{"maxItemsOne":false,"elem":{"fields":{"configurations":{"maxItemsOne":false},"ebs_config":{"maxItemsOne":false}}}},"launch_specifications":{"maxItemsOne":true,"elem":{"fields":{"on_demand_specification":{"maxItemsOne":false},"spot_specification":{"maxItemsOne":false}}}}}}},"core_instance_group":{"maxItemsOne":true,"elem":{"fields":{"ebs_config":{"maxItemsOne":false}}}},"ec2_attributes":{"maxItemsOne":true,"elem":{"fields":{"subnet_ids":{"maxItemsOne":false}}}},"kerberos_attributes":{"maxItemsOne":true},"list_steps_states":{"maxItemsOne":false},"master_instance_fleet":{"maxItemsOne":true,"elem":{"fields":{"instance_type_configs":{"maxItemsOne":false,"elem":{"fields":{"configurations":{"maxItemsOne":false},"ebs_config":{"maxItemsOne":false}}}},"launch_specifications":{"maxItemsOne":true,"elem":{"fields":{"on_demand_specification":{"maxItemsOne":false},"spot_specification":{"maxItemsOne":false}}}}}}},"master_instance_group":{"maxItemsOne":true,"elem":{"fields":{"ebs_config":{"maxItemsOne":false}}}},"placement_group_config":{"maxItemsOne":false},"step":{"maxItemsOne":false,"elem":{"fields":{"hadoop_jar_step":{"maxItemsOne":true,"elem":{"fields":{"args":{"maxItemsOne":false}}}}}}}}},"aws_emr_instance_fleet":{"current":"aws:emr/instanceFleet:InstanceFleet","majorVersion":6,"fields":{"instance_type_configs":{"maxItemsOne":false,"elem":{"fields":{"configurations":{"maxItemsOne":false},"ebs_config":{"maxItemsOne":false}}}},"launch_specifications":{"maxItemsOne":true,"elem":{"fields":{"on_demand_specification":{"maxItemsOne":false},"spot_specification":{"maxItemsOne":false}}}}}},"aws_emr_instance_group":{"current":"aws:emr/instanceGroup:InstanceGroup","majorVersion":6,"fields":{"ebs_config":{"maxItemsOne":false}}},"aws_emr_managed_scaling_policy":{"current":"aws:emr/managedScalingPolicy:ManagedScalingPolicy","majorVersion":6,"fields":{"compute_limits":{"maxItemsOne":false}}},"aws_emr_security_configuration":{"current":"aws:emr/securityConfiguration:SecurityConfiguration","majorVersion":6},"aws_emr_studio":{"current":"aws:emr/studio:Studio","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_emr_studio_session_mapping":{"current":"aws:emr/studioSessionMapping:StudioSessionMapping","majorVersion":6},"aws_emrcontainers_job_template":{"current":"aws:emrcontainers/jobTemplate:JobTemplate","majorVersion":6,"fields":{"job_template_data":{"maxItemsOne":true,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true,"elem":{"fields":{"application_configuration":{"maxItemsOne":false,"elem":{"fields":{"configurations":{"maxItemsOne":false}}}},"monitoring_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloud_watch_monitoring_configuration":{"maxItemsOne":true},"s3_monitoring_configuration":{"maxItemsOne":true}}}}}}},"job_driver":{"maxItemsOne":true,"elem":{"fields":{"spark_sql_job_driver":{"maxItemsOne":true},"spark_submit_job_driver":{"maxItemsOne":true,"elem":{"fields":{"entry_point_arguments":{"maxItemsOne":false}}}}}}}}}}}},"aws_emrcontainers_virtual_cluster":{"current":"aws:emrcontainers/virtualCluster:VirtualCluster","majorVersion":6,"fields":{"container_provider":{"maxItemsOne":true,"elem":{"fields":{"info":{"maxItemsOne":true,"elem":{"fields":{"eks_info":{"maxItemsOne":true}}}}}}}}},"aws_emrserverless_application":{"current":"aws:emrserverless/application:Application","majorVersion":6,"fields":{"auto_start_configuration":{"maxItemsOne":true},"auto_stop_configuration":{"maxItemsOne":true},"image_configuration":{"maxItemsOne":true},"initial_capacity":{"maxItemsOne":false,"elem":{"fields":{"initial_capacity_config":{"maxItemsOne":true,"elem":{"fields":{"worker_configuration":{"maxItemsOne":true}}}}}}},"maximum_capacity":{"maxItemsOne":true},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_evidently_feature":{"current":"aws:evidently/feature:Feature","majorVersion":6,"fields":{"evaluation_rules":{"maxItemsOne":false},"variations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true}}}}}},"aws_evidently_launch":{"current":"aws:evidently/launch:Launch","majorVersion":6,"fields":{"execution":{"maxItemsOne":false},"groups":{"maxItemsOne":false},"metric_monitors":{"maxItemsOne":false,"elem":{"fields":{"metric_definition":{"maxItemsOne":true}}}},"scheduled_splits_config":{"maxItemsOne":true,"elem":{"fields":{"steps":{"maxItemsOne":false,"elem":{"fields":{"segment_overrides":{"maxItemsOne":false}}}}}}}}},"aws_evidently_project":{"current":"aws:evidently/project:Project","majorVersion":6,"fields":{"data_delivery":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"s3_destination":{"maxItemsOne":true}}}}}},"aws_evidently_segment":{"current":"aws:evidently/segment:Segment","majorVersion":6},"aws_finspace_kx_cluster":{"current":"aws:finspace/kxCluster:KxCluster","majorVersion":6,"fields":{"auto_scaling_configuration":{"maxItemsOne":true},"cache_storage_configurations":{"maxItemsOne":false},"capacity_configuration":{"maxItemsOne":true},"code":{"maxItemsOne":true},"database":{"maxItemsOne":false,"elem":{"fields":{"cache_configurations":{"maxItemsOne":false,"elem":{"fields":{"db_paths":{"maxItemsOne":false}}}}}}},"savedown_storage_configuration":{"maxItemsOne":true},"vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_finspace_kx_database":{"current":"aws:finspace/kxDatabase:KxDatabase","majorVersion":6},"aws_finspace_kx_environment":{"current":"aws:finspace/kxEnvironment:KxEnvironment","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"custom_dns_configuration":{"maxItemsOne":false},"transit_gateway_configuration":{"maxItemsOne":true,"elem":{"fields":{"attachment_network_acl_configuration":{"maxItemsOne":false,"elem":{"fields":{"icmp_type_code":{"maxItemsOne":true},"port_range":{"maxItemsOne":true}}}}}}}}},"aws_finspace_kx_user":{"current":"aws:finspace/kxUser:KxUser","majorVersion":6},"aws_fis_experiment_template":{"current":"aws:fis/experimentTemplate:ExperimentTemplate","majorVersion":6,"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false},"start_after":{"maxItemsOne":false},"target":{"maxItemsOne":true}}}},"log_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs_configuration":{"maxItemsOne":true},"s3_configuration":{"maxItemsOne":true}}}},"stop_condition":{"maxItemsOne":false},"target":{"maxItemsOne":false,"elem":{"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"resource_arns":{"maxItemsOne":false},"resource_tag":{"maxItemsOne":false}}}}}},"aws_flow_log":{"current":"aws:ec2/flowLog:FlowLog","majorVersion":6,"fields":{"destination_options":{"maxItemsOne":true}}},"aws_fms_admin_account":{"current":"aws:fms/adminAccount:AdminAccount","majorVersion":6},"aws_fms_policy":{"current":"aws:fms/policy:Policy","majorVersion":6,"fields":{"exclude_map":{"maxItemsOne":true,"elem":{"fields":{"account":{"maxItemsOne":false},"orgunit":{"maxItemsOne":false}}}},"include_map":{"maxItemsOne":true,"elem":{"fields":{"account":{"maxItemsOne":false},"orgunit":{"maxItemsOne":false}}}},"resource_type_list":{"maxItemsOne":false},"security_service_policy_data":{"maxItemsOne":true,"elem":{"fields":{"policy_option":{"maxItemsOne":true,"elem":{"fields":{"network_firewall_policy":{"maxItemsOne":true},"third_party_firewall_policy":{"maxItemsOne":true}}}}}}}}},"aws_fsx_backup":{"current":"aws:fsx/backup:Backup","majorVersion":6},"aws_fsx_data_repository_association":{"current":"aws:fsx/dataRepositoryAssociation:DataRepositoryAssociation","majorVersion":6,"fields":{"s3":{"maxItemsOne":true,"elem":{"fields":{"auto_export_policy":{"maxItemsOne":true,"elem":{"fields":{"events":{"maxItemsOne":false}}}},"auto_import_policy":{"maxItemsOne":true,"elem":{"fields":{"events":{"maxItemsOne":false}}}}}}}}},"aws_fsx_file_cache":{"current":"aws:fsx/fileCache:FileCache","majorVersion":6,"fields":{"data_repository_association":{"maxItemsOne":false,"elem":{"fields":{"data_repository_subdirectories":{"maxItemsOne":false},"nfs":{"maxItemsOne":false,"elem":{"fields":{"dns_ips":{"maxItemsOne":false}}}}}}},"data_repository_association_ids":{"maxItemsOne":false},"lustre_configuration":{"maxItemsOne":false,"elem":{"fields":{"log_configuration":{"maxItemsOne":false},"metadata_configuration":{"maxItemsOne":false}}}},"network_interface_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_fsx_lustre_file_system":{"current":"aws:fsx/lustreFileSystem:LustreFileSystem","majorVersion":6,"fields":{"log_configuration":{"maxItemsOne":true},"network_interface_ids":{"maxItemsOne":false},"root_squash_configuration":{"maxItemsOne":true,"elem":{"fields":{"no_squash_nids":{"maxItemsOne":false}}}},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":true}}},"aws_fsx_ontap_file_system":{"current":"aws:fsx/ontapFileSystem:OntapFileSystem","majorVersion":6,"fields":{"disk_iops_configuration":{"maxItemsOne":true},"endpoints":{"maxItemsOne":false,"elem":{"fields":{"intercluster":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"management":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}}},"network_interface_ids":{"maxItemsOne":false},"route_table_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_fsx_ontap_storage_virtual_machine":{"current":"aws:fsx/ontapStorageVirtualMachine:OntapStorageVirtualMachine","majorVersion":6,"fields":{"active_directory_configuration":{"maxItemsOne":true,"elem":{"fields":{"self_managed_active_directory_configuration":{"maxItemsOne":true,"elem":{"fields":{"dns_ips":{"maxItemsOne":false}}}}}}},"endpoints":{"maxItemsOne":false,"elem":{"fields":{"iscsi":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"management":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"nfs":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"smb":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}}}}},"aws_fsx_ontap_volume":{"current":"aws:fsx/ontapVolume:OntapVolume","majorVersion":6,"fields":{"snaplock_configuration":{"maxItemsOne":true,"elem":{"fields":{"autocommit_period":{"maxItemsOne":true},"retention_period":{"maxItemsOne":true,"elem":{"fields":{"default_retention":{"maxItemsOne":true},"maximum_retention":{"maxItemsOne":true},"minimum_retention":{"maxItemsOne":true}}}}}}},"tiering_policy":{"maxItemsOne":true}}},"aws_fsx_openzfs_file_system":{"current":"aws:fsx/openZfsFileSystem:OpenZfsFileSystem","majorVersion":6,"fields":{"disk_iops_configuration":{"maxItemsOne":true},"network_interface_ids":{"maxItemsOne":false},"root_volume_configuration":{"maxItemsOne":true,"elem":{"fields":{"nfs_exports":{"maxItemsOne":true,"elem":{"fields":{"client_configurations":{"maxItemsOne":false,"elem":{"fields":{"options":{"maxItemsOne":false}}}}}}},"user_and_group_quotas":{"maxItemsOne":false}}}},"route_table_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":true}}},"aws_fsx_openzfs_snapshot":{"current":"aws:fsx/openZfsSnapshot:OpenZfsSnapshot","majorVersion":6},"aws_fsx_openzfs_volume":{"current":"aws:fsx/openZfsVolume:OpenZfsVolume","majorVersion":6,"fields":{"delete_volume_options":{"maxItemsOne":true},"nfs_exports":{"maxItemsOne":true,"elem":{"fields":{"client_configurations":{"maxItemsOne":false,"elem":{"fields":{"options":{"maxItemsOne":false}}}}}}},"origin_snapshot":{"maxItemsOne":true},"user_and_group_quotas":{"maxItemsOne":false}}},"aws_fsx_windows_file_system":{"current":"aws:fsx/windowsFileSystem:WindowsFileSystem","majorVersion":6,"fields":{"aliases":{"maxItemsOne":false},"audit_log_configuration":{"maxItemsOne":true},"disk_iops_configuration":{"maxItemsOne":true},"network_interface_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"self_managed_active_directory":{"maxItemsOne":true,"elem":{"fields":{"dns_ips":{"maxItemsOne":false}}}},"subnet_ids":{"maxItemsOne":false}}},"aws_gamelift_alias":{"current":"aws:gamelift/alias:Alias","majorVersion":6,"fields":{"routing_strategy":{"maxItemsOne":true}}},"aws_gamelift_build":{"current":"aws:gamelift/build:Build","majorVersion":6,"fields":{"storage_location":{"maxItemsOne":true}}},"aws_gamelift_fleet":{"current":"aws:gamelift/fleet:Fleet","majorVersion":6,"fields":{"certificate_configuration":{"maxItemsOne":true},"ec2_inbound_permission":{"maxItemsOne":false},"log_paths":{"maxItemsOne":false},"metric_groups":{"maxItemsOne":false},"resource_creation_limit_policy":{"maxItemsOne":true},"runtime_configuration":{"maxItemsOne":true,"elem":{"fields":{"server_process":{"maxItemsOne":false}}}}}},"aws_gamelift_game_server_group":{"current":"aws:gamelift/gameServerGroup:GameServerGroup","majorVersion":6,"fields":{"auto_scaling_policy":{"maxItemsOne":true,"elem":{"fields":{"target_tracking_configuration":{"maxItemsOne":true}}}},"instance_definition":{"maxItemsOne":false},"launch_template":{"maxItemsOne":true},"vpc_subnets":{"maxItemsOne":false}}},"aws_gamelift_game_session_queue":{"current":"aws:gamelift/gameSessionQueue:GameSessionQueue","majorVersion":6,"fields":{"destinations":{"maxItemsOne":false},"player_latency_policy":{"maxItemsOne":false}}},"aws_gamelift_matchmaking_configuration":{"current":"aws:gamelift/matchmakingConfiguration:MatchmakingConfiguration","majorVersion":6,"fields":{"game_property":{"maxItemsOne":false},"game_session_queue_arns":{"maxItemsOne":false}}},"aws_gamelift_matchmaking_rule_set":{"current":"aws:gamelift/matchmakingRuleSet:MatchmakingRuleSet","majorVersion":6},"aws_gamelift_script":{"current":"aws:gamelift/script:Script","majorVersion":6,"fields":{"storage_location":{"maxItemsOne":true}}},"aws_glacier_vault":{"current":"aws:glacier/vault:Vault","majorVersion":6,"fields":{"notification":{"maxItemsOne":true,"elem":{"fields":{"events":{"maxItemsOne":false}}}}}},"aws_glacier_vault_lock":{"current":"aws:glacier/vaultLock:VaultLock","majorVersion":6},"aws_globalaccelerator_accelerator":{"current":"aws:globalaccelerator/accelerator:Accelerator","majorVersion":6,"fields":{"attributes":{"maxItemsOne":true},"ip_addresses":{"maxItemsOne":false},"ip_sets":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}},"aws_globalaccelerator_custom_routing_accelerator":{"current":"aws:globalaccelerator/customRoutingAccelerator:CustomRoutingAccelerator","majorVersion":6,"fields":{"attributes":{"maxItemsOne":true},"ip_addresses":{"maxItemsOne":false},"ip_sets":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}},"aws_globalaccelerator_custom_routing_endpoint_group":{"current":"aws:globalaccelerator/customRoutingEndpointGroup:CustomRoutingEndpointGroup","majorVersion":6,"fields":{"destination_configuration":{"maxItemsOne":false,"elem":{"fields":{"protocols":{"maxItemsOne":false}}}},"endpoint_configuration":{"maxItemsOne":false}}},"aws_globalaccelerator_custom_routing_listener":{"current":"aws:globalaccelerator/customRoutingListener:CustomRoutingListener","majorVersion":6,"fields":{"port_range":{"maxItemsOne":false}}},"aws_globalaccelerator_endpoint_group":{"current":"aws:globalaccelerator/endpointGroup:EndpointGroup","majorVersion":6,"fields":{"endpoint_configuration":{"maxItemsOne":false},"port_override":{"maxItemsOne":false}}},"aws_globalaccelerator_listener":{"current":"aws:globalaccelerator/listener:Listener","majorVersion":6,"fields":{"port_range":{"maxItemsOne":false}}},"aws_glue_catalog_database":{"current":"aws:glue/catalogDatabase:CatalogDatabase","majorVersion":6,"fields":{"create_table_default_permission":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false},"principal":{"maxItemsOne":true}}}},"target_database":{"maxItemsOne":true}}},"aws_glue_catalog_table":{"current":"aws:glue/catalogTable:CatalogTable","majorVersion":6,"fields":{"open_table_format_input":{"maxItemsOne":true,"elem":{"fields":{"iceberg_input":{"maxItemsOne":true}}}},"partition_index":{"maxItemsOne":false,"elem":{"fields":{"keys":{"maxItemsOne":false}}}},"partition_keys":{"maxItemsOne":false},"storage_descriptor":{"maxItemsOne":true,"elem":{"fields":{"bucket_columns":{"maxItemsOne":false},"columns":{"maxItemsOne":false},"schema_reference":{"maxItemsOne":true,"elem":{"fields":{"schema_id":{"maxItemsOne":true}}}},"ser_de_info":{"maxItemsOne":true},"skewed_info":{"maxItemsOne":true,"elem":{"fields":{"skewed_column_names":{"maxItemsOne":false},"skewed_column_values":{"maxItemsOne":false}}}},"sort_columns":{"maxItemsOne":false}}}},"target_table":{"maxItemsOne":true}}},"aws_glue_classifier":{"current":"aws:glue/classifier:Classifier","majorVersion":6,"fields":{"csv_classifier":{"maxItemsOne":true,"elem":{"fields":{"custom_datatypes":{"maxItemsOne":false},"header":{"maxItemsOne":false}}}},"grok_classifier":{"maxItemsOne":true},"json_classifier":{"maxItemsOne":true},"xml_classifier":{"maxItemsOne":true}}},"aws_glue_connection":{"current":"aws:glue/connection:Connection","majorVersion":6,"fields":{"match_criteria":{"maxItemsOne":false},"physical_connection_requirements":{"maxItemsOne":true,"elem":{"fields":{"security_group_id_list":{"maxItemsOne":false}}}}}},"aws_glue_crawler":{"current":"aws:glue/crawler:Crawler","majorVersion":6,"fields":{"catalog_target":{"maxItemsOne":false,"elem":{"fields":{"tables":{"maxItemsOne":false}}}},"classifiers":{"maxItemsOne":false},"delta_target":{"maxItemsOne":false,"elem":{"fields":{"delta_tables":{"maxItemsOne":false}}}},"dynamodb_target":{"maxItemsOne":false},"hudi_target":{"maxItemsOne":false,"elem":{"fields":{"exclusions":{"maxItemsOne":false},"paths":{"maxItemsOne":false}}}},"iceberg_target":{"maxItemsOne":false,"elem":{"fields":{"exclusions":{"maxItemsOne":false},"paths":{"maxItemsOne":false}}}},"jdbc_target":{"maxItemsOne":false,"elem":{"fields":{"enable_additional_metadata":{"maxItemsOne":false},"exclusions":{"maxItemsOne":false}}}},"lake_formation_configuration":{"maxItemsOne":true},"lineage_configuration":{"maxItemsOne":true},"mongodb_target":{"maxItemsOne":false},"recrawl_policy":{"maxItemsOne":true},"s3_target":{"maxItemsOne":false,"elem":{"fields":{"exclusions":{"maxItemsOne":false}}}},"schema_change_policy":{"maxItemsOne":true}}},"aws_glue_data_catalog_encryption_settings":{"current":"aws:glue/dataCatalogEncryptionSettings:DataCatalogEncryptionSettings","majorVersion":6,"fields":{"data_catalog_encryption_settings":{"maxItemsOne":true,"elem":{"fields":{"connection_password_encryption":{"maxItemsOne":true},"encryption_at_rest":{"maxItemsOne":true}}}}}},"aws_glue_data_quality_ruleset":{"current":"aws:glue/dataQualityRuleset:DataQualityRuleset","majorVersion":6,"fields":{"target_table":{"maxItemsOne":true}}},"aws_glue_dev_endpoint":{"current":"aws:glue/devEndpoint:DevEndpoint","majorVersion":6,"fields":{"public_keys":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_glue_job":{"current":"aws:glue/job:Job","majorVersion":6,"fields":{"command":{"maxItemsOne":true},"connections":{"maxItemsOne":false},"execution_property":{"maxItemsOne":true},"notification_property":{"maxItemsOne":true}}},"aws_glue_ml_transform":{"current":"aws:glue/mLTransform:MLTransform","majorVersion":6,"fields":{"input_record_tables":{"maxItemsOne":false},"parameters":{"maxItemsOne":true,"elem":{"fields":{"find_matches_parameters":{"maxItemsOne":true}}}},"schema":{"maxItemsOne":false}}},"aws_glue_partition":{"current":"aws:glue/partition:Partition","majorVersion":6,"fields":{"partition_values":{"maxItemsOne":false},"storage_descriptor":{"maxItemsOne":true,"elem":{"fields":{"bucket_columns":{"maxItemsOne":false},"columns":{"maxItemsOne":false},"ser_de_info":{"maxItemsOne":true},"skewed_info":{"maxItemsOne":true,"elem":{"fields":{"skewed_column_names":{"maxItemsOne":false},"skewed_column_values":{"maxItemsOne":false}}}},"sort_columns":{"maxItemsOne":false}}}}}},"aws_glue_partition_index":{"current":"aws:glue/partitionIndex:PartitionIndex","majorVersion":6,"fields":{"partition_index":{"maxItemsOne":true,"elem":{"fields":{"keys":{"maxItemsOne":false}}}}}},"aws_glue_registry":{"current":"aws:glue/registry:Registry","majorVersion":6},"aws_glue_resource_policy":{"current":"aws:glue/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_glue_schema":{"current":"aws:glue/schema:Schema","majorVersion":6},"aws_glue_security_configuration":{"current":"aws:glue/securityConfiguration:SecurityConfiguration","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_encryption":{"maxItemsOne":true},"job_bookmarks_encryption":{"maxItemsOne":true},"s3_encryption":{"maxItemsOne":true}}}}}},"aws_glue_trigger":{"current":"aws:glue/trigger:Trigger","majorVersion":6,"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"notification_property":{"maxItemsOne":true}}}},"event_batching_condition":{"maxItemsOne":false},"predicate":{"maxItemsOne":true,"elem":{"fields":{"conditions":{"maxItemsOne":false}}}}}},"aws_glue_user_defined_function":{"current":"aws:glue/userDefinedFunction:UserDefinedFunction","majorVersion":6,"fields":{"resource_uris":{"maxItemsOne":false}}},"aws_glue_workflow":{"current":"aws:glue/workflow:Workflow","majorVersion":6},"aws_grafana_license_association":{"current":"aws:grafana/licenseAssociation:LicenseAssociation","majorVersion":6},"aws_grafana_role_association":{"current":"aws:grafana/roleAssociation:RoleAssociation","majorVersion":6,"fields":{"group_ids":{"maxItemsOne":false},"user_ids":{"maxItemsOne":false}}},"aws_grafana_workspace":{"current":"aws:grafana/workspace:Workspace","majorVersion":6,"fields":{"authentication_providers":{"maxItemsOne":false},"data_sources":{"maxItemsOne":false},"network_access_control":{"maxItemsOne":true,"elem":{"fields":{"prefix_list_ids":{"maxItemsOne":false},"vpce_ids":{"maxItemsOne":false}}}},"notification_destinations":{"maxItemsOne":false},"organizational_units":{"maxItemsOne":false},"vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_grafana_workspace_api_key":{"current":"aws:grafana/workspaceApiKey:WorkspaceApiKey","majorVersion":6},"aws_grafana_workspace_saml_configuration":{"current":"aws:grafana/workspaceSamlConfiguration:WorkspaceSamlConfiguration","majorVersion":6,"fields":{"admin_role_values":{"maxItemsOne":false},"allowed_organizations":{"maxItemsOne":false},"editor_role_values":{"maxItemsOne":false}}},"aws_guardduty_detector":{"current":"aws:guardduty/detector:Detector","majorVersion":6,"fields":{"datasources":{"maxItemsOne":true,"elem":{"fields":{"kubernetes":{"maxItemsOne":true,"elem":{"fields":{"audit_logs":{"maxItemsOne":true}}}},"malware_protection":{"maxItemsOne":true,"elem":{"fields":{"scan_ec2_instance_with_findings":{"maxItemsOne":true,"elem":{"fields":{"ebs_volumes":{"maxItemsOne":true}}}}}}},"s3_logs":{"maxItemsOne":true}}}}}},"aws_guardduty_detector_feature":{"current":"aws:guardduty/detectorFeature:DetectorFeature","majorVersion":6,"fields":{"additional_configuration":{"maxItemsOne":false}}},"aws_guardduty_filter":{"current":"aws:guardduty/filter:Filter","majorVersion":6,"fields":{"finding_criteria":{"maxItemsOne":true,"elem":{"fields":{"criterion":{"maxItemsOne":false,"elem":{"fields":{"equals":{"maxItemsOne":false},"not_equals":{"maxItemsOne":false}}}}}}}}},"aws_guardduty_invite_accepter":{"current":"aws:guardduty/inviteAccepter:InviteAccepter","majorVersion":6},"aws_guardduty_ipset":{"current":"aws:guardduty/iPSet:IPSet","majorVersion":6},"aws_guardduty_member":{"current":"aws:guardduty/member:Member","majorVersion":6},"aws_guardduty_organization_admin_account":{"current":"aws:guardduty/organizationAdminAccount:OrganizationAdminAccount","majorVersion":6},"aws_guardduty_organization_configuration":{"current":"aws:guardduty/organizationConfiguration:OrganizationConfiguration","majorVersion":6,"fields":{"datasources":{"maxItemsOne":true,"elem":{"fields":{"kubernetes":{"maxItemsOne":true,"elem":{"fields":{"audit_logs":{"maxItemsOne":true}}}},"malware_protection":{"maxItemsOne":true,"elem":{"fields":{"scan_ec2_instance_with_findings":{"maxItemsOne":true,"elem":{"fields":{"ebs_volumes":{"maxItemsOne":true}}}}}}},"s3_logs":{"maxItemsOne":true}}}}}},"aws_guardduty_organization_configuration_feature":{"current":"aws:guardduty/organizationConfigurationFeature:OrganizationConfigurationFeature","majorVersion":6,"fields":{"additional_configuration":{"maxItemsOne":false}}},"aws_guardduty_publishing_destination":{"current":"aws:guardduty/publishingDestination:PublishingDestination","majorVersion":6},"aws_guardduty_threatintelset":{"current":"aws:guardduty/threatIntelSet:ThreatIntelSet","majorVersion":6},"aws_iam_access_key":{"current":"aws:iam/accessKey:AccessKey","majorVersion":6},"aws_iam_account_alias":{"current":"aws:iam/accountAlias:AccountAlias","majorVersion":6},"aws_iam_account_password_policy":{"current":"aws:iam/accountPasswordPolicy:AccountPasswordPolicy","majorVersion":6},"aws_iam_group":{"current":"aws:iam/group:Group","majorVersion":6},"aws_iam_group_membership":{"current":"aws:iam/groupMembership:GroupMembership","majorVersion":6,"fields":{"users":{"maxItemsOne":false}}},"aws_iam_group_policy":{"current":"aws:iam/groupPolicy:GroupPolicy","majorVersion":6},"aws_iam_group_policy_attachment":{"current":"aws:iam/groupPolicyAttachment:GroupPolicyAttachment","majorVersion":6},"aws_iam_instance_profile":{"current":"aws:iam/instanceProfile:InstanceProfile","majorVersion":6},"aws_iam_openid_connect_provider":{"current":"aws:iam/openIdConnectProvider:OpenIdConnectProvider","majorVersion":6,"fields":{"client_id_list":{"maxItemsOne":false},"thumbprint_list":{"maxItemsOne":false}}},"aws_iam_policy":{"current":"aws:iam/policy:Policy","majorVersion":6},"aws_iam_policy_attachment":{"current":"aws:iam/policyAttachment:PolicyAttachment","majorVersion":6,"fields":{"groups":{"maxItemsOne":false},"roles":{"maxItemsOne":false},"users":{"maxItemsOne":false}}},"aws_iam_role":{"current":"aws:iam/role:Role","majorVersion":6,"fields":{"inline_policy":{"maxItemsOne":false},"managed_policy_arns":{"maxItemsOne":false}}},"aws_iam_role_policy":{"current":"aws:iam/rolePolicy:RolePolicy","majorVersion":6},"aws_iam_role_policy_attachment":{"current":"aws:iam/rolePolicyAttachment:RolePolicyAttachment","majorVersion":6},"aws_iam_saml_provider":{"current":"aws:iam/samlProvider:SamlProvider","majorVersion":6},"aws_iam_security_token_service_preferences":{"current":"aws:iam/securityTokenServicePreferences:SecurityTokenServicePreferences","majorVersion":6},"aws_iam_server_certificate":{"current":"aws:iam/serverCertificate:ServerCertificate","majorVersion":6},"aws_iam_service_linked_role":{"current":"aws:iam/serviceLinkedRole:ServiceLinkedRole","majorVersion":6},"aws_iam_service_specific_credential":{"current":"aws:iam/serviceSpecificCredential:ServiceSpecificCredential","majorVersion":6},"aws_iam_signing_certificate":{"current":"aws:iam/signingCertificate:SigningCertificate","majorVersion":6},"aws_iam_user":{"current":"aws:iam/user:User","majorVersion":6},"aws_iam_user_group_membership":{"current":"aws:iam/userGroupMembership:UserGroupMembership","majorVersion":6,"fields":{"groups":{"maxItemsOne":false}}},"aws_iam_user_login_profile":{"current":"aws:iam/userLoginProfile:UserLoginProfile","majorVersion":6},"aws_iam_user_policy":{"current":"aws:iam/userPolicy:UserPolicy","majorVersion":6},"aws_iam_user_policy_attachment":{"current":"aws:iam/userPolicyAttachment:UserPolicyAttachment","majorVersion":6},"aws_iam_user_ssh_key":{"current":"aws:iam/sshKey:SshKey","majorVersion":6},"aws_iam_virtual_mfa_device":{"current":"aws:iam/virtualMfaDevice:VirtualMfaDevice","majorVersion":6},"aws_identitystore_group":{"current":"aws:identitystore/group:Group","majorVersion":6,"fields":{"external_ids":{"maxItemsOne":false}}},"aws_identitystore_group_membership":{"current":"aws:identitystore/groupMembership:GroupMembership","majorVersion":6},"aws_identitystore_user":{"current":"aws:identitystore/user:User","majorVersion":6,"fields":{"addresses":{"maxItemsOne":true},"emails":{"maxItemsOne":true},"external_ids":{"maxItemsOne":false},"name":{"maxItemsOne":true},"phone_numbers":{"maxItemsOne":true}}},"aws_imagebuilder_component":{"current":"aws:imagebuilder/component:Component","majorVersion":6,"fields":{"supported_os_versions":{"maxItemsOne":false}}},"aws_imagebuilder_container_recipe":{"current":"aws:imagebuilder/containerRecipe:ContainerRecipe","majorVersion":6,"fields":{"component":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false}}}},"instance_configuration":{"maxItemsOne":true,"elem":{"fields":{"block_device_mapping":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":true}}}}}}},"target_repository":{"maxItemsOne":true}}},"aws_imagebuilder_distribution_configuration":{"current":"aws:imagebuilder/distributionConfiguration:DistributionConfiguration","majorVersion":6,"fields":{"distribution":{"maxItemsOne":false,"elem":{"fields":{"ami_distribution_configuration":{"maxItemsOne":true,"elem":{"fields":{"launch_permission":{"maxItemsOne":true,"elem":{"fields":{"organization_arns":{"maxItemsOne":false},"organizational_unit_arns":{"maxItemsOne":false},"user_groups":{"maxItemsOne":false},"user_ids":{"maxItemsOne":false}}}},"target_account_ids":{"maxItemsOne":false}}}},"container_distribution_configuration":{"maxItemsOne":true,"elem":{"fields":{"container_tags":{"maxItemsOne":false},"target_repository":{"maxItemsOne":true}}}},"fast_launch_configuration":{"maxItemsOne":false,"elem":{"fields":{"launch_template":{"maxItemsOne":true},"snapshot_configuration":{"maxItemsOne":true}}}},"launch_template_configuration":{"maxItemsOne":false},"license_configuration_arns":{"maxItemsOne":false}}}}}},"aws_imagebuilder_image":{"current":"aws:imagebuilder/image:Image","majorVersion":6,"fields":{"image_scanning_configuration":{"maxItemsOne":true,"elem":{"fields":{"ecr_configuration":{"maxItemsOne":true,"elem":{"fields":{"container_tags":{"maxItemsOne":false}}}}}}},"image_tests_configuration":{"maxItemsOne":true},"output_resources":{"maxItemsOne":false,"elem":{"fields":{"amis":{"maxItemsOne":false},"containers":{"maxItemsOne":false,"elem":{"fields":{"image_uris":{"maxItemsOne":false}}}}}}}}},"aws_imagebuilder_image_pipeline":{"current":"aws:imagebuilder/imagePipeline:ImagePipeline","majorVersion":6,"fields":{"image_scanning_configuration":{"maxItemsOne":true,"elem":{"fields":{"ecr_configuration":{"maxItemsOne":true,"elem":{"fields":{"container_tags":{"maxItemsOne":false}}}}}}},"image_tests_configuration":{"maxItemsOne":true},"schedule":{"maxItemsOne":true}}},"aws_imagebuilder_image_recipe":{"current":"aws:imagebuilder/imageRecipe:ImageRecipe","majorVersion":6,"fields":{"block_device_mapping":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":true}}}},"component":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false}}}},"systems_manager_agent":{"maxItemsOne":true}}},"aws_imagebuilder_infrastructure_configuration":{"current":"aws:imagebuilder/infrastructureConfiguration:InfrastructureConfiguration","majorVersion":6,"fields":{"instance_metadata_options":{"maxItemsOne":true},"instance_types":{"maxItemsOne":false},"logging":{"maxItemsOne":true,"elem":{"fields":{"s3_logs":{"maxItemsOne":true}}}},"security_group_ids":{"maxItemsOne":false}}},"aws_inspector2_delegated_admin_account":{"current":"aws:inspector2/delegatedAdminAccount:DelegatedAdminAccount","majorVersion":6},"aws_inspector2_enabler":{"current":"aws:inspector2/enabler:Enabler","majorVersion":6,"fields":{"account_ids":{"maxItemsOne":false},"resource_types":{"maxItemsOne":false}}},"aws_inspector2_member_association":{"current":"aws:inspector2/memberAssociation:MemberAssociation","majorVersion":6},"aws_inspector2_organization_configuration":{"current":"aws:inspector2/organizationConfiguration:OrganizationConfiguration","majorVersion":6,"fields":{"auto_enable":{"maxItemsOne":true}}},"aws_inspector_assessment_target":{"current":"aws:inspector/assessmentTarget:AssessmentTarget","majorVersion":6},"aws_inspector_assessment_template":{"current":"aws:inspector/assessmentTemplate:AssessmentTemplate","majorVersion":6,"fields":{"event_subscription":{"maxItemsOne":false},"rules_package_arns":{"maxItemsOne":false}}},"aws_inspector_resource_group":{"current":"aws:inspector/resourceGroup:ResourceGroup","majorVersion":6},"aws_instance":{"current":"aws:ec2/instance:Instance","majorVersion":6,"fields":{"capacity_reservation_specification":{"maxItemsOne":true,"elem":{"fields":{"capacity_reservation_target":{"maxItemsOne":true}}}},"cpu_options":{"maxItemsOne":true},"credit_specification":{"maxItemsOne":true},"ebs_block_device":{"maxItemsOne":false},"enclave_options":{"maxItemsOne":true},"ephemeral_block_device":{"maxItemsOne":false},"instance_market_options":{"maxItemsOne":true,"elem":{"fields":{"spot_options":{"maxItemsOne":true}}}},"ipv6_addresses":{"maxItemsOne":false},"launch_template":{"maxItemsOne":true},"maintenance_options":{"maxItemsOne":true},"metadata_options":{"maxItemsOne":true},"network_interface":{"maxItemsOne":false},"private_dns_name_options":{"maxItemsOne":true},"root_block_device":{"maxItemsOne":true},"secondary_private_ips":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_internet_gateway":{"current":"aws:ec2/internetGateway:InternetGateway","majorVersion":6},"aws_internet_gateway_attachment":{"current":"aws:ec2/internetGatewayAttachment:InternetGatewayAttachment","majorVersion":6},"aws_internetmonitor_monitor":{"current":"aws:cloudwatch/internetMonitor:InternetMonitor","majorVersion":6,"fields":{"health_events_config":{"maxItemsOne":true},"internet_measurements_log_delivery":{"maxItemsOne":true,"elem":{"fields":{"s3_config":{"maxItemsOne":true}}}},"resources":{"maxItemsOne":false}}},"aws_iot_authorizer":{"current":"aws:iot/authorizer:Authorizer","majorVersion":6},"aws_iot_billing_group":{"current":"aws:iot/billingGroup:BillingGroup","majorVersion":6,"fields":{"metadata":{"maxItemsOne":false},"properties":{"maxItemsOne":true}}},"aws_iot_ca_certificate":{"current":"aws:iot/caCertificate:CaCertificate","majorVersion":6,"fields":{"registration_config":{"maxItemsOne":true},"validity":{"maxItemsOne":false}}},"aws_iot_certificate":{"current":"aws:iot/certificate:Certificate","majorVersion":6},"aws_iot_domain_configuration":{"current":"aws:iot/domainConfiguration:DomainConfiguration","majorVersion":6,"fields":{"authorizer_config":{"maxItemsOne":true},"server_certificate_arns":{"maxItemsOne":false},"tls_config":{"maxItemsOne":true}}},"aws_iot_event_configurations":{"current":"aws:iot/eventConfigurations:EventConfigurations","majorVersion":6},"aws_iot_indexing_configuration":{"current":"aws:iot/indexingConfiguration:IndexingConfiguration","majorVersion":6,"fields":{"thing_group_indexing_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_field":{"maxItemsOne":false},"managed_field":{"maxItemsOne":false}}}},"thing_indexing_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_field":{"maxItemsOne":false},"filter":{"maxItemsOne":true,"elem":{"fields":{"named_shadow_names":{"maxItemsOne":false}}}},"managed_field":{"maxItemsOne":false}}}}}},"aws_iot_logging_options":{"current":"aws:iot/loggingOptions:LoggingOptions","majorVersion":6},"aws_iot_policy":{"current":"aws:iot/policy:Policy","majorVersion":6},"aws_iot_policy_attachment":{"current":"aws:iot/policyAttachment:PolicyAttachment","majorVersion":6},"aws_iot_provisioning_template":{"current":"aws:iot/provisioningTemplate:ProvisioningTemplate","majorVersion":6,"fields":{"pre_provisioning_hook":{"maxItemsOne":true}}},"aws_iot_role_alias":{"current":"aws:iot/roleAlias:RoleAlias","majorVersion":6},"aws_iot_thing":{"current":"aws:iot/thing:Thing","majorVersion":6},"aws_iot_thing_group":{"current":"aws:iot/thingGroup:ThingGroup","majorVersion":6,"fields":{"metadata":{"maxItemsOne":false,"elem":{"fields":{"root_to_parent_groups":{"maxItemsOne":false}}}},"properties":{"maxItemsOne":true,"elem":{"fields":{"attribute_payload":{"maxItemsOne":true}}}}}},"aws_iot_thing_group_membership":{"current":"aws:iot/thingGroupMembership:ThingGroupMembership","majorVersion":6},"aws_iot_thing_principal_attachment":{"current":"aws:iot/thingPrincipalAttachment:ThingPrincipalAttachment","majorVersion":6},"aws_iot_thing_type":{"current":"aws:iot/thingType:ThingType","majorVersion":6,"fields":{"properties":{"maxItemsOne":true,"elem":{"fields":{"searchable_attributes":{"maxItemsOne":false}}}}}},"aws_iot_topic_rule":{"current":"aws:iot/topicRule:TopicRule","majorVersion":6,"fields":{"cloudwatch_alarm":{"maxItemsOne":false},"cloudwatch_logs":{"maxItemsOne":false},"cloudwatch_metric":{"maxItemsOne":false},"dynamodb":{"maxItemsOne":false},"dynamodbv2":{"maxItemsOne":false,"elem":{"fields":{"put_item":{"maxItemsOne":true}}}},"elasticsearch":{"maxItemsOne":false},"error_action":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_alarm":{"maxItemsOne":true},"cloudwatch_logs":{"maxItemsOne":true},"cloudwatch_metric":{"maxItemsOne":true},"dynamodb":{"maxItemsOne":true},"dynamodbv2":{"maxItemsOne":true,"elem":{"fields":{"put_item":{"maxItemsOne":true}}}},"elasticsearch":{"maxItemsOne":true},"firehose":{"maxItemsOne":true},"http":{"maxItemsOne":true,"elem":{"fields":{"http_header":{"maxItemsOne":false}}}},"iot_analytics":{"maxItemsOne":true},"iot_events":{"maxItemsOne":true},"kafka":{"maxItemsOne":true,"elem":{"fields":{"header":{"maxItemsOne":false}}}},"kinesis":{"maxItemsOne":true},"lambda":{"maxItemsOne":true},"republish":{"maxItemsOne":true},"s3":{"maxItemsOne":true},"sns":{"maxItemsOne":true},"sqs":{"maxItemsOne":true},"step_functions":{"maxItemsOne":true},"timestream":{"maxItemsOne":true,"elem":{"fields":{"dimension":{"maxItemsOne":false},"timestamp":{"maxItemsOne":true}}}}}}},"firehose":{"maxItemsOne":false},"http":{"maxItemsOne":false,"elem":{"fields":{"http_header":{"maxItemsOne":false}}}},"iot_analytics":{"maxItemsOne":false},"iot_events":{"maxItemsOne":false},"kafka":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":false}}}},"kinesis":{"maxItemsOne":false},"lambda":{"maxItemsOne":false},"republish":{"maxItemsOne":false},"s3":{"maxItemsOne":false},"sns":{"maxItemsOne":false},"sqs":{"maxItemsOne":false},"step_functions":{"maxItemsOne":false},"timestream":{"maxItemsOne":false,"elem":{"fields":{"dimension":{"maxItemsOne":false},"timestamp":{"maxItemsOne":true}}}}}},"aws_iot_topic_rule_destination":{"current":"aws:iot/topicRuleDestination:TopicRuleDestination","majorVersion":6,"fields":{"vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_ivs_channel":{"current":"aws:ivs/channel:Channel","majorVersion":6},"aws_ivs_playback_key_pair":{"current":"aws:ivs/playbackKeyPair:PlaybackKeyPair","majorVersion":6},"aws_ivs_recording_configuration":{"current":"aws:ivs/recordingConfiguration:RecordingConfiguration","majorVersion":6,"fields":{"destination_configuration":{"maxItemsOne":true,"elem":{"fields":{"s3":{"maxItemsOne":true}}}},"thumbnail_configuration":{"maxItemsOne":true}}},"aws_ivschat_logging_configuration":{"current":"aws:ivschat/loggingConfiguration:LoggingConfiguration","majorVersion":6,"fields":{"destination_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"firehose":{"maxItemsOne":true},"s3":{"maxItemsOne":true}}}}}},"aws_ivschat_room":{"current":"aws:ivschat/room:Room","majorVersion":6,"fields":{"logging_configuration_identifiers":{"maxItemsOne":false},"message_review_handler":{"maxItemsOne":true}}},"aws_kendra_data_source":{"current":"aws:kendra/dataSource:DataSource","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"access_control_list_configuration":{"maxItemsOne":true},"documents_metadata_configuration":{"maxItemsOne":true},"exclusion_patterns":{"maxItemsOne":false},"inclusion_patterns":{"maxItemsOne":false},"inclusion_prefixes":{"maxItemsOne":false}}}},"web_crawler_configuration":{"maxItemsOne":true,"elem":{"fields":{"authentication_configuration":{"maxItemsOne":true,"elem":{"fields":{"basic_authentication":{"maxItemsOne":false}}}},"proxy_configuration":{"maxItemsOne":true},"url_exclusion_patterns":{"maxItemsOne":false},"url_inclusion_patterns":{"maxItemsOne":false},"urls":{"maxItemsOne":true,"elem":{"fields":{"seed_url_configuration":{"maxItemsOne":true,"elem":{"fields":{"seed_urls":{"maxItemsOne":false}}}},"site_maps_configuration":{"maxItemsOne":true,"elem":{"fields":{"site_maps":{"maxItemsOne":false}}}}}}}}}}}}},"custom_document_enrichment_configuration":{"maxItemsOne":true,"elem":{"fields":{"inline_configurations":{"maxItemsOne":false,"elem":{"fields":{"condition":{"maxItemsOne":true,"elem":{"fields":{"condition_on_value":{"maxItemsOne":true,"elem":{"fields":{"string_list_value":{"maxItemsOne":false}}}}}}},"target":{"maxItemsOne":true,"elem":{"fields":{"target_document_attribute_value":{"maxItemsOne":true,"elem":{"fields":{"string_list_value":{"maxItemsOne":false}}}}}}}}}},"post_extraction_hook_configuration":{"maxItemsOne":true,"elem":{"fields":{"invocation_condition":{"maxItemsOne":true,"elem":{"fields":{"condition_on_value":{"maxItemsOne":true,"elem":{"fields":{"string_list_value":{"maxItemsOne":false}}}}}}}}}},"pre_extraction_hook_configuration":{"maxItemsOne":true,"elem":{"fields":{"invocation_condition":{"maxItemsOne":true,"elem":{"fields":{"condition_on_value":{"maxItemsOne":true,"elem":{"fields":{"string_list_value":{"maxItemsOne":false}}}}}}}}}}}}}}},"aws_kendra_experience":{"current":"aws:kendra/experience:Experience","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"content_source_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_source_ids":{"maxItemsOne":false},"faq_ids":{"maxItemsOne":false}}}},"user_identity_configuration":{"maxItemsOne":true}}}},"endpoints":{"maxItemsOne":false}}},"aws_kendra_faq":{"current":"aws:kendra/faq:Faq","majorVersion":6,"fields":{"s3_path":{"maxItemsOne":true}}},"aws_kendra_index":{"current":"aws:kendra/index:Index","majorVersion":6,"fields":{"capacity_units":{"maxItemsOne":true},"document_metadata_configuration_updates":{"maxItemsOne":false,"elem":{"fields":{"relevance":{"maxItemsOne":true},"search":{"maxItemsOne":true}}}},"index_statistics":{"maxItemsOne":false,"elem":{"fields":{"faq_statistics":{"maxItemsOne":false},"text_document_statistics":{"maxItemsOne":false}}}},"server_side_encryption_configuration":{"maxItemsOne":true},"user_group_resolution_configuration":{"maxItemsOne":true},"user_token_configurations":{"maxItemsOne":true,"elem":{"fields":{"json_token_type_configuration":{"maxItemsOne":true},"jwt_token_type_configuration":{"maxItemsOne":true}}}}}},"aws_kendra_query_suggestions_block_list":{"current":"aws:kendra/querySuggestionsBlockList:QuerySuggestionsBlockList","majorVersion":6,"fields":{"source_s3_path":{"maxItemsOne":true}}},"aws_kendra_thesaurus":{"current":"aws:kendra/thesaurus:Thesaurus","majorVersion":6,"fields":{"source_s3_path":{"maxItemsOne":true}}},"aws_key_pair":{"current":"aws:ec2/keyPair:KeyPair","majorVersion":6},"aws_keyspaces_keyspace":{"current":"aws:keyspaces/keyspace:Keyspace","majorVersion":6},"aws_keyspaces_table":{"current":"aws:keyspaces/table:Table","majorVersion":6,"fields":{"capacity_specification":{"maxItemsOne":true},"client_side_timestamps":{"maxItemsOne":true},"comment":{"maxItemsOne":true},"encryption_specification":{"maxItemsOne":true},"point_in_time_recovery":{"maxItemsOne":true},"schema_definition":{"maxItemsOne":true,"elem":{"fields":{"clustering_key":{"maxItemsOne":false},"column":{"maxItemsOne":false},"partition_key":{"maxItemsOne":false},"static_column":{"maxItemsOne":false}}}},"ttl":{"maxItemsOne":true}}},"aws_kinesis_analytics_application":{"current":"aws:kinesis/analyticsApplication:AnalyticsApplication","majorVersion":6,"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"inputs":{"maxItemsOne":true,"elem":{"fields":{"kinesis_firehose":{"maxItemsOne":true},"kinesis_stream":{"maxItemsOne":true},"parallelism":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"lambda":{"maxItemsOne":true}}}},"schema":{"maxItemsOne":true,"elem":{"fields":{"record_columns":{"maxItemsOne":false},"record_format":{"maxItemsOne":true,"elem":{"fields":{"mapping_parameters":{"maxItemsOne":true,"elem":{"fields":{"csv":{"maxItemsOne":true},"json":{"maxItemsOne":true}}}}}}}}}},"starting_position_configuration":{"maxItemsOne":false},"stream_names":{"maxItemsOne":false}}}},"outputs":{"maxItemsOne":false,"elem":{"fields":{"kinesis_firehose":{"maxItemsOne":true},"kinesis_stream":{"maxItemsOne":true},"lambda":{"maxItemsOne":true},"schema":{"maxItemsOne":true}}}},"reference_data_sources":{"maxItemsOne":true,"elem":{"fields":{"s3":{"maxItemsOne":true},"schema":{"maxItemsOne":true,"elem":{"fields":{"record_columns":{"maxItemsOne":false},"record_format":{"maxItemsOne":true,"elem":{"fields":{"mapping_parameters":{"maxItemsOne":true,"elem":{"fields":{"csv":{"maxItemsOne":true},"json":{"maxItemsOne":true}}}}}}}}}}}}}}},"aws_kinesis_firehose_delivery_stream":{"current":"aws:kinesis/firehoseDeliveryStream:FirehoseDeliveryStream","majorVersion":6,"fields":{"elasticsearch_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}}},"extended_s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"data_format_conversion_configuration":{"maxItemsOne":true,"elem":{"fields":{"input_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"deserializer":{"maxItemsOne":true,"elem":{"fields":{"hive_json_ser_de":{"maxItemsOne":true,"elem":{"fields":{"timestamp_formats":{"maxItemsOne":false}}}},"open_x_json_ser_de":{"maxItemsOne":true}}}}}}},"output_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"serializer":{"maxItemsOne":true,"elem":{"fields":{"orc_ser_de":{"maxItemsOne":true,"elem":{"fields":{"bloom_filter_columns":{"maxItemsOne":false}}}},"parquet_ser_de":{"maxItemsOne":true}}}}}}},"schema_configuration":{"maxItemsOne":true}}}},"dynamic_partitioning_configuration":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_backup_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}}}}},"http_endpoint_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"request_configuration":{"maxItemsOne":true,"elem":{"fields":{"common_attributes":{"maxItemsOne":false}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}}}}},"kinesis_source_configuration":{"maxItemsOne":true},"msk_source_configuration":{"maxItemsOne":true,"elem":{"fields":{"authentication_configuration":{"maxItemsOne":true}}}},"opensearch_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}}},"opensearchserverless_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}}},"redshift_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_backup_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}}}}},"server_side_encryption":{"maxItemsOne":true},"splunk_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true},"processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"processors":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false}}}}}}},"s3_configuration":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logging_options":{"maxItemsOne":true}}}}}}}}},"aws_kinesis_stream":{"current":"aws:kinesis/stream:Stream","majorVersion":6,"fields":{"shard_level_metrics":{"maxItemsOne":false},"stream_mode_details":{"maxItemsOne":true}}},"aws_kinesis_stream_consumer":{"current":"aws:kinesis/streamConsumer:StreamConsumer","majorVersion":6},"aws_kinesis_video_stream":{"current":"aws:kinesis/videoStream:VideoStream","majorVersion":6},"aws_kinesisanalyticsv2_application":{"current":"aws:kinesisanalyticsv2/application:Application","majorVersion":6,"fields":{"application_configuration":{"maxItemsOne":true,"elem":{"fields":{"application_code_configuration":{"maxItemsOne":true,"elem":{"fields":{"code_content":{"maxItemsOne":true,"elem":{"fields":{"s3_content_location":{"maxItemsOne":true}}}}}}},"application_snapshot_configuration":{"maxItemsOne":true},"environment_properties":{"maxItemsOne":true,"elem":{"fields":{"property_group":{"maxItemsOne":false}}}},"flink_application_configuration":{"maxItemsOne":true,"elem":{"fields":{"checkpoint_configuration":{"maxItemsOne":true},"monitoring_configuration":{"maxItemsOne":true},"parallelism_configuration":{"maxItemsOne":true}}}},"run_configuration":{"maxItemsOne":true,"elem":{"fields":{"application_restore_configuration":{"maxItemsOne":true},"flink_run_configuration":{"maxItemsOne":true}}}},"sql_application_configuration":{"maxItemsOne":true,"elem":{"fields":{"input":{"maxItemsOne":true,"elem":{"fields":{"in_app_stream_names":{"maxItemsOne":false},"input_parallelism":{"maxItemsOne":true},"input_processing_configuration":{"maxItemsOne":true,"elem":{"fields":{"input_lambda_processor":{"maxItemsOne":true}}}},"input_schema":{"maxItemsOne":true,"elem":{"fields":{"record_column":{"maxItemsOne":false},"record_format":{"maxItemsOne":true,"elem":{"fields":{"mapping_parameters":{"maxItemsOne":true,"elem":{"fields":{"csv_mapping_parameters":{"maxItemsOne":true},"json_mapping_parameters":{"maxItemsOne":true}}}}}}}}}},"input_starting_position_configuration":{"maxItemsOne":false},"kinesis_firehose_input":{"maxItemsOne":true},"kinesis_streams_input":{"maxItemsOne":true}}}},"output":{"maxItemsOne":false,"elem":{"fields":{"destination_schema":{"maxItemsOne":true},"kinesis_firehose_output":{"maxItemsOne":true},"kinesis_streams_output":{"maxItemsOne":true},"lambda_output":{"maxItemsOne":true}}}},"reference_data_source":{"maxItemsOne":true,"elem":{"fields":{"reference_schema":{"maxItemsOne":true,"elem":{"fields":{"record_column":{"maxItemsOne":false},"record_format":{"maxItemsOne":true,"elem":{"fields":{"mapping_parameters":{"maxItemsOne":true,"elem":{"fields":{"csv_mapping_parameters":{"maxItemsOne":true},"json_mapping_parameters":{"maxItemsOne":true}}}}}}}}}},"s3_reference_data_source":{"maxItemsOne":true}}}}}}},"vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}}},"cloudwatch_logging_options":{"maxItemsOne":true}}},"aws_kinesisanalyticsv2_application_snapshot":{"current":"aws:kinesisanalyticsv2/applicationSnapshot:ApplicationSnapshot","majorVersion":6},"aws_kms_alias":{"current":"aws:kms/alias:Alias","majorVersion":6},"aws_kms_ciphertext":{"current":"aws:kms/ciphertext:Ciphertext","majorVersion":6},"aws_kms_custom_key_store":{"current":"aws:kms/customKeyStore:CustomKeyStore","majorVersion":6},"aws_kms_external_key":{"current":"aws:kms/externalKey:ExternalKey","majorVersion":6},"aws_kms_grant":{"current":"aws:kms/grant:Grant","majorVersion":6,"fields":{"constraints":{"maxItemsOne":false},"grant_creation_tokens":{"maxItemsOne":false},"operations":{"maxItemsOne":false}}},"aws_kms_key":{"current":"aws:kms/key:Key","majorVersion":6},"aws_kms_key_policy":{"current":"aws:kms/keyPolicy:KeyPolicy","majorVersion":6},"aws_kms_replica_external_key":{"current":"aws:kms/replicaExternalKey:ReplicaExternalKey","majorVersion":6},"aws_kms_replica_key":{"current":"aws:kms/replicaKey:ReplicaKey","majorVersion":6},"aws_lakeformation_data_lake_settings":{"current":"aws:lakeformation/dataLakeSettings:DataLakeSettings","majorVersion":6,"fields":{"admins":{"maxItemsOne":false},"authorized_session_tag_value_list":{"maxItemsOne":false},"create_database_default_permissions":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"create_table_default_permissions":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"external_data_filtering_allow_list":{"maxItemsOne":false},"read_only_admins":{"maxItemsOne":false},"trusted_resource_owners":{"maxItemsOne":false}}},"aws_lakeformation_lf_tag":{"current":"aws:lakeformation/lfTag:LfTag","majorVersion":6,"fields":{"values":{"maxItemsOne":false}}},"aws_lakeformation_permissions":{"current":"aws:lakeformation/permissions:Permissions","majorVersion":6,"fields":{"data_location":{"maxItemsOne":true},"database":{"maxItemsOne":true},"lf_tag":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"lf_tag_policy":{"maxItemsOne":true,"elem":{"fields":{"expression":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"permissions":{"maxItemsOne":false},"permissions_with_grant_option":{"maxItemsOne":false},"table":{"maxItemsOne":true},"table_with_columns":{"maxItemsOne":true,"elem":{"fields":{"column_names":{"maxItemsOne":false},"excluded_column_names":{"maxItemsOne":false}}}}}},"aws_lakeformation_resource":{"current":"aws:lakeformation/resource:Resource","majorVersion":6},"aws_lakeformation_resource_lf_tags":{"current":"aws:lakeformation/resourceLfTags:ResourceLfTags","majorVersion":6,"fields":{"database":{"maxItemsOne":true},"lf_tag":{"maxItemsOne":false},"table":{"maxItemsOne":true},"table_with_columns":{"maxItemsOne":true,"elem":{"fields":{"column_names":{"maxItemsOne":false},"excluded_column_names":{"maxItemsOne":false}}}}}},"aws_lambda_alias":{"current":"aws:lambda/alias:Alias","majorVersion":6,"fields":{"routing_config":{"maxItemsOne":true}}},"aws_lambda_code_signing_config":{"current":"aws:lambda/codeSigningConfig:CodeSigningConfig","majorVersion":6,"fields":{"allowed_publishers":{"maxItemsOne":true,"elem":{"fields":{"signing_profile_version_arns":{"maxItemsOne":false}}}},"policies":{"maxItemsOne":true}}},"aws_lambda_event_source_mapping":{"current":"aws:lambda/eventSourceMapping:EventSourceMapping","majorVersion":6,"fields":{"amazon_managed_kafka_event_source_config":{"maxItemsOne":true},"destination_config":{"maxItemsOne":true,"elem":{"fields":{"on_failure":{"maxItemsOne":true}}}},"document_db_event_source_config":{"maxItemsOne":true},"filter_criteria":{"maxItemsOne":true,"elem":{"fields":{"filter":{"maxItemsOne":false}}}},"function_response_types":{"maxItemsOne":false},"queues":{"maxItemsOne":true},"scaling_config":{"maxItemsOne":true},"self_managed_event_source":{"maxItemsOne":true},"self_managed_kafka_event_source_config":{"maxItemsOne":true},"source_access_configuration":{"maxItemsOne":false},"topics":{"maxItemsOne":false}}},"aws_lambda_function":{"current":"aws:lambda/function:Function","majorVersion":6,"fields":{"architectures":{"maxItemsOne":false},"dead_letter_config":{"maxItemsOne":true},"environment":{"maxItemsOne":true},"ephemeral_storage":{"maxItemsOne":true},"file_system_config":{"maxItemsOne":true},"image_config":{"maxItemsOne":true,"elem":{"fields":{"command":{"maxItemsOne":false},"entry_point":{"maxItemsOne":false}}}},"layers":{"maxItemsOne":false},"replacement_security_group_ids":{"maxItemsOne":false},"snap_start":{"maxItemsOne":true},"tracing_config":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_lambda_function_event_invoke_config":{"current":"aws:lambda/functionEventInvokeConfig:FunctionEventInvokeConfig","majorVersion":6,"fields":{"destination_config":{"maxItemsOne":true,"elem":{"fields":{"on_failure":{"maxItemsOne":true},"on_success":{"maxItemsOne":true}}}}}},"aws_lambda_function_url":{"current":"aws:lambda/functionUrl:FunctionUrl","majorVersion":6,"fields":{"cors":{"maxItemsOne":true,"elem":{"fields":{"allow_headers":{"maxItemsOne":false},"allow_methods":{"maxItemsOne":false},"allow_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}}}},"aws_lambda_invocation":{"current":"aws:lambda/invocation:Invocation","majorVersion":6},"aws_lambda_layer_version":{"current":"aws:lambda/layerVersion:LayerVersion","majorVersion":6,"fields":{"compatible_architectures":{"maxItemsOne":false},"compatible_runtimes":{"maxItemsOne":false}}},"aws_lambda_layer_version_permission":{"current":"aws:lambda/layerVersionPermission:LayerVersionPermission","majorVersion":6},"aws_lambda_permission":{"current":"aws:lambda/permission:Permission","majorVersion":6},"aws_lambda_provisioned_concurrency_config":{"current":"aws:lambda/provisionedConcurrencyConfig:ProvisionedConcurrencyConfig","majorVersion":6},"aws_launch_configuration":{"current":"aws:ec2/launchConfiguration:LaunchConfiguration","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false},"metadata_options":{"maxItemsOne":true},"root_block_device":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false}}},"aws_launch_template":{"current":"aws:ec2/launchTemplate:LaunchTemplate","majorVersion":6,"fields":{"block_device_mappings":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":true}}}},"capacity_reservation_specification":{"maxItemsOne":true,"elem":{"fields":{"capacity_reservation_target":{"maxItemsOne":true}}}},"cpu_options":{"maxItemsOne":true},"credit_specification":{"maxItemsOne":true},"elastic_gpu_specifications":{"maxItemsOne":false},"elastic_inference_accelerator":{"maxItemsOne":true},"enclave_options":{"maxItemsOne":true},"hibernation_options":{"maxItemsOne":true},"iam_instance_profile":{"maxItemsOne":true},"instance_market_options":{"maxItemsOne":true,"elem":{"fields":{"spot_options":{"maxItemsOne":true}}}},"instance_requirements":{"maxItemsOne":true,"elem":{"fields":{"accelerator_count":{"maxItemsOne":true},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":true},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":true},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":true},"memory_mib":{"maxItemsOne":true},"network_bandwidth_gbps":{"maxItemsOne":true},"network_interface_count":{"maxItemsOne":true},"total_local_storage_gb":{"maxItemsOne":true},"vcpu_count":{"maxItemsOne":true}}}},"license_specification":{"maxItemsOne":false},"maintenance_options":{"maxItemsOne":true},"metadata_options":{"maxItemsOne":true},"monitoring":{"maxItemsOne":true},"network_interfaces":{"maxItemsOne":false,"elem":{"fields":{"ipv4_addresses":{"maxItemsOne":false},"ipv4_prefixes":{"maxItemsOne":false},"ipv6_addresses":{"maxItemsOne":false},"ipv6_prefixes":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}},"placement":{"maxItemsOne":true},"private_dns_name_options":{"maxItemsOne":true},"security_group_names":{"maxItemsOne":false},"tag_specifications":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_lb":{"current":"aws:lb/loadBalancer:LoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_mapping":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_lb_cookie_stickiness_policy":{"current":"aws:elb/loadBalancerCookieStickinessPolicy:LoadBalancerCookieStickinessPolicy","majorVersion":6},"aws_lb_listener":{"current":"aws:lb/listener:Listener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":true},"authenticate_oidc":{"maxItemsOne":true},"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":true,"elem":{"fields":{"stickiness":{"maxItemsOne":true},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":true}}}}}},"aws_lb_listener_certificate":{"current":"aws:lb/listenerCertificate:ListenerCertificate","majorVersion":6},"aws_lb_listener_rule":{"current":"aws:lb/listenerRule:ListenerRule","majorVersion":6,"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":true},"authenticate_oidc":{"maxItemsOne":true},"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":true,"elem":{"fields":{"stickiness":{"maxItemsOne":true},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":true}}}},"condition":{"maxItemsOne":false,"elem":{"fields":{"host_header":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"http_header":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"http_request_method":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"path_pattern":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"query_string":{"maxItemsOne":false},"source_ip":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}}}},"aws_lb_ssl_negotiation_policy":{"current":"aws:elb/sslNegotiationPolicy:SslNegotiationPolicy","majorVersion":6,"fields":{"attribute":{"maxItemsOne":false}}},"aws_lb_target_group":{"current":"aws:lb/targetGroup:TargetGroup","majorVersion":6,"fields":{"health_check":{"maxItemsOne":true},"stickiness":{"maxItemsOne":true},"target_failover":{"maxItemsOne":false},"target_health_state":{"maxItemsOne":false}}},"aws_lb_target_group_attachment":{"current":"aws:lb/targetGroupAttachment:TargetGroupAttachment","majorVersion":6},"aws_lex_bot":{"current":"aws:lex/bot:Bot","majorVersion":6,"fields":{"abort_statement":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"clarification_prompt":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"intent":{"maxItemsOne":false}}},"aws_lex_bot_alias":{"current":"aws:lex/botAlias:BotAlias","majorVersion":6,"fields":{"conversation_logs":{"maxItemsOne":true,"elem":{"fields":{"log_settings":{"maxItemsOne":false}}}}}},"aws_lex_intent":{"current":"aws:lex/intent:Intent","majorVersion":6,"fields":{"conclusion_statement":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"confirmation_prompt":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"dialog_code_hook":{"maxItemsOne":true},"follow_up_prompt":{"maxItemsOne":true,"elem":{"fields":{"prompt":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"rejection_statement":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}}}}},"fulfillment_activity":{"maxItemsOne":true,"elem":{"fields":{"code_hook":{"maxItemsOne":true}}}},"rejection_statement":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}},"sample_utterances":{"maxItemsOne":false},"slot":{"maxItemsOne":false,"elem":{"fields":{"sample_utterances":{"maxItemsOne":false},"value_elicitation_prompt":{"maxItemsOne":true,"elem":{"fields":{"message":{"maxItemsOne":false}}}}}}}}},"aws_lex_slot_type":{"current":"aws:lex/slotType:SlotType","majorVersion":6,"fields":{"enumeration_value":{"maxItemsOne":false,"elem":{"fields":{"synonyms":{"maxItemsOne":false}}}}}},"aws_lexv2models_bot":{"current":"aws:lex/v2modelsBot:V2modelsBot","majorVersion":6,"fields":{"data_privacy":{"maxItemsOne":false},"members":{"maxItemsOne":false}}},"aws_lexv2models_bot_locale":{"current":"aws:lex/v2modelsBotLocale:V2modelsBotLocale","majorVersion":6,"fields":{"voice_settings":{"maxItemsOne":true}}},"aws_lexv2models_bot_version":{"current":"aws:lex/v2modelsBotVersion:V2modelsBotVersion","majorVersion":6},"aws_licensemanager_association":{"current":"aws:licensemanager/association:Association","majorVersion":6},"aws_licensemanager_grant":{"current":"aws:licensemanager/licenseGrant:LicenseGrant","majorVersion":6,"fields":{"allowed_operations":{"maxItemsOne":false}}},"aws_licensemanager_grant_accepter":{"current":"aws:licensemanager/licenseGrantAccepter:LicenseGrantAccepter","majorVersion":6,"fields":{"allowed_operations":{"maxItemsOne":false}}},"aws_licensemanager_license_configuration":{"current":"aws:licensemanager/licenseConfiguration:LicenseConfiguration","majorVersion":6,"fields":{"license_rules":{"maxItemsOne":false}}},"aws_lightsail_bucket":{"current":"aws:lightsail/bucket:Bucket","majorVersion":6},"aws_lightsail_bucket_access_key":{"current":"aws:lightsail/bucketAccessKey:BucketAccessKey","majorVersion":6},"aws_lightsail_bucket_resource_access":{"current":"aws:lightsail/bucketResourceAccess:BucketResourceAccess","majorVersion":6},"aws_lightsail_certificate":{"current":"aws:lightsail/certificate:Certificate","majorVersion":6,"fields":{"domain_validation_options":{"maxItemsOne":false},"subject_alternative_names":{"maxItemsOne":false}}},"aws_lightsail_container_service":{"current":"aws:lightsail/containerService:ContainerService","majorVersion":6,"fields":{"private_registry_access":{"maxItemsOne":true,"elem":{"fields":{"ecr_image_puller_role":{"maxItemsOne":true}}}},"public_domain_names":{"maxItemsOne":true,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"domain_names":{"maxItemsOne":false}}}}}}}}},"aws_lightsail_container_service_deployment_version":{"current":"aws:lightsail/containerServiceDeploymentVersion:ContainerServiceDeploymentVersion","majorVersion":6,"fields":{"container":{"maxItemsOne":false,"elem":{"fields":{"command":{"maxItemsOne":false}}}},"public_endpoint":{"maxItemsOne":true,"elem":{"fields":{"health_check":{"maxItemsOne":true}}}}}},"aws_lightsail_database":{"current":"aws:lightsail/database:Database","majorVersion":6},"aws_lightsail_disk":{"current":"aws:lightsail/disk:Disk","majorVersion":6},"aws_lightsail_disk_attachment":{"current":"aws:lightsail/disk_attachment:Disk_attachment","majorVersion":6},"aws_lightsail_distribution":{"current":"aws:lightsail/distribution:Distribution","majorVersion":6,"fields":{"alternative_domain_names":{"maxItemsOne":false},"cache_behavior":{"maxItemsOne":false},"cache_behavior_settings":{"maxItemsOne":true,"elem":{"fields":{"forwarded_cookies":{"maxItemsOne":true,"elem":{"fields":{"cookies_allow_list":{"maxItemsOne":false}}}},"forwarded_headers":{"maxItemsOne":true,"elem":{"fields":{"headers_allow_list":{"maxItemsOne":false}}}},"forwarded_query_strings":{"maxItemsOne":true,"elem":{"fields":{"query_strings_allowed_list":{"maxItemsOne":false}}}}}}},"default_cache_behavior":{"maxItemsOne":true},"location":{"maxItemsOne":false},"origin":{"maxItemsOne":true}}},"aws_lightsail_domain":{"current":"aws:lightsail/domain:Domain","majorVersion":6},"aws_lightsail_domain_entry":{"current":"aws:lightsail/domainEntry:DomainEntry","majorVersion":6},"aws_lightsail_instance":{"current":"aws:lightsail/instance:Instance","majorVersion":6,"fields":{"add_on":{"maxItemsOne":true},"ipv6_addresses":{"maxItemsOne":false}}},"aws_lightsail_instance_public_ports":{"current":"aws:lightsail/instancePublicPorts:InstancePublicPorts","majorVersion":6,"fields":{"port_info":{"maxItemsOne":false,"elem":{"fields":{"cidr_list_aliases":{"maxItemsOne":false},"cidrs":{"maxItemsOne":false},"ipv6_cidrs":{"maxItemsOne":false}}}}}},"aws_lightsail_key_pair":{"current":"aws:lightsail/keyPair:KeyPair","majorVersion":6},"aws_lightsail_lb":{"current":"aws:lightsail/lb:Lb","majorVersion":6,"fields":{"public_ports":{"maxItemsOne":false}}},"aws_lightsail_lb_attachment":{"current":"aws:lightsail/lbAttachment:LbAttachment","majorVersion":6},"aws_lightsail_lb_certificate":{"current":"aws:lightsail/lbCertificate:LbCertificate","majorVersion":6,"fields":{"domain_validation_records":{"maxItemsOne":false},"subject_alternative_names":{"maxItemsOne":false}}},"aws_lightsail_lb_certificate_attachment":{"current":"aws:lightsail/lbCertificateAttachment:LbCertificateAttachment","majorVersion":6},"aws_lightsail_lb_https_redirection_policy":{"current":"aws:lightsail/lbHttpsRedirectionPolicy:LbHttpsRedirectionPolicy","majorVersion":6},"aws_lightsail_lb_stickiness_policy":{"current":"aws:lightsail/lbStickinessPolicy:LbStickinessPolicy","majorVersion":6},"aws_lightsail_static_ip":{"current":"aws:lightsail/staticIp:StaticIp","majorVersion":6},"aws_lightsail_static_ip_attachment":{"current":"aws:lightsail/staticIpAttachment:StaticIpAttachment","majorVersion":6},"aws_load_balancer_backend_server_policy":{"current":"aws:elb/loadBalancerBackendServerPolicy:LoadBalancerBackendServerPolicy","majorVersion":6,"fields":{"policy_names":{"maxItemsOne":false}}},"aws_load_balancer_listener_policy":{"current":"aws:elb/listenerPolicy:ListenerPolicy","majorVersion":6,"fields":{"policy_names":{"maxItemsOne":false}}},"aws_load_balancer_policy":{"current":"aws:elb/loadBalancerPolicy:LoadBalancerPolicy","majorVersion":6,"fields":{"policy_attribute":{"maxItemsOne":false}}},"aws_location_geofence_collection":{"current":"aws:location/geofenceCollection:GeofenceCollection","majorVersion":6},"aws_location_map":{"current":"aws:location/map:Map","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true}}},"aws_location_place_index":{"current":"aws:location/placeIndex:PlaceIndex","majorVersion":6,"fields":{"data_source_configuration":{"maxItemsOne":true}}},"aws_location_route_calculator":{"current":"aws:location/routeCalculation:RouteCalculation","majorVersion":6},"aws_location_tracker":{"current":"aws:location/tracker:Tracker","majorVersion":6},"aws_location_tracker_association":{"current":"aws:location/trackerAssociation:TrackerAssociation","majorVersion":6},"aws_macie2_account":{"current":"aws:macie2/account:Account","majorVersion":6},"aws_macie2_classification_export_configuration":{"current":"aws:macie2/classificationExportConfiguration:ClassificationExportConfiguration","majorVersion":6,"fields":{"s3_destination":{"maxItemsOne":true}}},"aws_macie2_classification_job":{"current":"aws:macie2/classificationJob:ClassificationJob","majorVersion":6,"fields":{"custom_data_identifier_ids":{"maxItemsOne":false},"s3_job_definition":{"maxItemsOne":true,"elem":{"fields":{"bucket_criteria":{"maxItemsOne":true,"elem":{"fields":{"excludes":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"simple_criterion":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"tag_criterion":{"maxItemsOne":true,"elem":{"fields":{"tag_values":{"maxItemsOne":false}}}}}}}}}},"includes":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"simple_criterion":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"tag_criterion":{"maxItemsOne":true,"elem":{"fields":{"tag_values":{"maxItemsOne":false}}}}}}}}}}}}},"bucket_definitions":{"maxItemsOne":false,"elem":{"fields":{"buckets":{"maxItemsOne":false}}}},"scoping":{"maxItemsOne":true,"elem":{"fields":{"excludes":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"simple_scope_term":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"tag_scope_term":{"maxItemsOne":true,"elem":{"fields":{"tag_values":{"maxItemsOne":false}}}}}}}}}},"includes":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"simple_scope_term":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"tag_scope_term":{"maxItemsOne":true,"elem":{"fields":{"tag_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"schedule_frequency":{"maxItemsOne":true},"user_paused_details":{"maxItemsOne":false}}},"aws_macie2_custom_data_identifier":{"current":"aws:macie/customDataIdentifier:CustomDataIdentifier","majorVersion":6,"fields":{"ignore_words":{"maxItemsOne":false},"keywords":{"maxItemsOne":false}}},"aws_macie2_findings_filter":{"current":"aws:macie/findingsFilter:FindingsFilter","majorVersion":6,"fields":{"finding_criteria":{"maxItemsOne":true,"elem":{"fields":{"criterion":{"maxItemsOne":false,"elem":{"fields":{"eq":{"maxItemsOne":false},"eq_exact_match":{"maxItemsOne":false},"neq":{"maxItemsOne":false}}}}}}}}},"aws_macie2_invitation_accepter":{"current":"aws:macie2/invitationAccepter:InvitationAccepter","majorVersion":6},"aws_macie2_member":{"current":"aws:macie2/member:Member","majorVersion":6},"aws_macie2_organization_admin_account":{"current":"aws:macie2/organizationAdminAccount:OrganizationAdminAccount","majorVersion":6},"aws_main_route_table_association":{"current":"aws:ec2/mainRouteTableAssociation:MainRouteTableAssociation","majorVersion":6},"aws_media_convert_queue":{"current":"aws:mediaconvert/queue:Queue","majorVersion":6,"fields":{"reservation_plan_settings":{"maxItemsOne":true}}},"aws_media_package_channel":{"current":"aws:mediapackage/channel:Channel","majorVersion":6,"fields":{"hls_ingest":{"maxItemsOne":false,"elem":{"fields":{"ingest_endpoints":{"maxItemsOne":false}}}}}},"aws_media_store_container":{"current":"aws:mediastore/container:Container","majorVersion":6},"aws_media_store_container_policy":{"current":"aws:mediastore/containerPolicy:ContainerPolicy","majorVersion":6},"aws_medialive_channel":{"current":"aws:medialive/channel:Channel","majorVersion":6,"fields":{"cdi_input_specification":{"maxItemsOne":true},"destinations":{"maxItemsOne":false,"elem":{"fields":{"media_package_settings":{"maxItemsOne":false},"multiplex_settings":{"maxItemsOne":true},"settings":{"maxItemsOne":false}}}},"encoder_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_descriptions":{"maxItemsOne":false,"elem":{"fields":{"audio_normalization_settings":{"maxItemsOne":true},"audio_watermark_settings":{"maxItemsOne":true,"elem":{"fields":{"nielsen_watermarks_settings":{"maxItemsOne":true,"elem":{"fields":{"nielsen_cbet_settings":{"maxItemsOne":true},"nielsen_naes_ii_nw_settings":{"maxItemsOne":false}}}}}}},"codec_settings":{"maxItemsOne":true,"elem":{"fields":{"aac_settings":{"maxItemsOne":true},"ac3_settings":{"maxItemsOne":true},"eac3_atmos_settings":{"maxItemsOne":true},"eac3_settings":{"maxItemsOne":true},"mp2_settings":{"maxItemsOne":true},"pass_through_settings":{"maxItemsOne":true},"wav_settings":{"maxItemsOne":true}}}},"remix_settings":{"maxItemsOne":true,"elem":{"fields":{"channel_mappings":{"maxItemsOne":false,"elem":{"fields":{"input_channel_levels":{"maxItemsOne":false}}}}}}}}}},"avail_blanking":{"maxItemsOne":true,"elem":{"fields":{"avail_blanking_image":{"maxItemsOne":true}}}},"caption_descriptions":{"maxItemsOne":false,"elem":{"fields":{"destination_settings":{"maxItemsOne":true,"elem":{"fields":{"arib_destination_settings":{"maxItemsOne":true},"burn_in_destination_settings":{"maxItemsOne":true,"elem":{"fields":{"font":{"maxItemsOne":true}}}},"dvb_sub_destination_settings":{"maxItemsOne":true,"elem":{"fields":{"font":{"maxItemsOne":true}}}},"ebu_tt_d_destination_settings":{"maxItemsOne":true},"embedded_destination_settings":{"maxItemsOne":true},"embedded_plus_scte20_destination_settings":{"maxItemsOne":true},"rtmp_caption_info_destination_settings":{"maxItemsOne":true},"scte20_plus_embedded_destination_settings":{"maxItemsOne":true},"scte27_destination_settings":{"maxItemsOne":true},"smpte_tt_destination_settings":{"maxItemsOne":true},"teletext_destination_settings":{"maxItemsOne":true},"ttml_destination_settings":{"maxItemsOne":true},"webvtt_destination_settings":{"maxItemsOne":true}}}}}}},"global_configuration":{"maxItemsOne":true,"elem":{"fields":{"input_loss_behavior":{"maxItemsOne":true,"elem":{"fields":{"input_loss_image_slate":{"maxItemsOne":true}}}}}}},"motion_graphics_configuration":{"maxItemsOne":true,"elem":{"fields":{"motion_graphics_settings":{"maxItemsOne":true,"elem":{"fields":{"html_motion_graphics_settings":{"maxItemsOne":true}}}}}}},"nielsen_configuration":{"maxItemsOne":true},"output_groups":{"maxItemsOne":false,"elem":{"fields":{"output_group_settings":{"maxItemsOne":true,"elem":{"fields":{"archive_group_settings":{"maxItemsOne":false,"elem":{"fields":{"archive_cdn_settings":{"maxItemsOne":true,"elem":{"fields":{"archive_s3_settings":{"maxItemsOne":true}}}},"destination":{"maxItemsOne":true}}}},"frame_capture_group_settings":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true},"frame_capture_cdn_settings":{"maxItemsOne":true,"elem":{"fields":{"frame_capture_s3_settings":{"maxItemsOne":true}}}}}}},"hls_group_settings":{"maxItemsOne":true,"elem":{"fields":{"ad_markers":{"maxItemsOne":false},"caption_language_mappings":{"maxItemsOne":false},"destination":{"maxItemsOne":true},"hls_cdn_settings":{"maxItemsOne":false,"elem":{"fields":{"hls_akamai_settings":{"maxItemsOne":true},"hls_basic_put_settings":{"maxItemsOne":true},"hls_media_store_settings":{"maxItemsOne":true},"hls_s3_settings":{"maxItemsOne":true},"hls_webdav_settings":{"maxItemsOne":true}}}},"key_provider_settings":{"maxItemsOne":true,"elem":{"fields":{"static_key_settings":{"maxItemsOne":false,"elem":{"fields":{"key_provider_server":{"maxItemsOne":true}}}}}}}}}},"media_package_group_settings":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true}}}},"ms_smooth_group_settings":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true}}}},"multiplex_group_settings":{"maxItemsOne":true},"rtmp_group_settings":{"maxItemsOne":true,"elem":{"fields":{"ad_markers":{"maxItemsOne":false}}}},"udp_group_settings":{"maxItemsOne":true}}}},"outputs":{"maxItemsOne":false,"elem":{"fields":{"audio_description_names":{"maxItemsOne":false},"caption_description_names":{"maxItemsOne":false},"output_settings":{"maxItemsOne":true,"elem":{"fields":{"archive_output_settings":{"maxItemsOne":true,"elem":{"fields":{"container_settings":{"maxItemsOne":true,"elem":{"fields":{"m2ts_settings":{"maxItemsOne":true,"elem":{"fields":{"dvb_nit_settings":{"maxItemsOne":true},"dvb_sdt_settings":{"maxItemsOne":true},"dvb_tdt_settings":{"maxItemsOne":true}}}},"raw_settings":{"maxItemsOne":true}}}}}}},"frame_capture_output_settings":{"maxItemsOne":true},"hls_output_settings":{"maxItemsOne":true,"elem":{"fields":{"hls_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_only_hls_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_only_image":{"maxItemsOne":true}}}},"fmp4_hls_settings":{"maxItemsOne":true},"frame_capture_hls_settings":{"maxItemsOne":true},"standard_hls_settings":{"maxItemsOne":true,"elem":{"fields":{"m3u8_settings":{"maxItemsOne":true}}}}}}}}}},"media_package_output_settings":{"maxItemsOne":true},"ms_smooth_output_settings":{"maxItemsOne":true},"multiplex_output_settings":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true}}}},"rtmp_output_settings":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true}}}},"udp_output_settings":{"maxItemsOne":true,"elem":{"fields":{"container_settings":{"maxItemsOne":true,"elem":{"fields":{"m2ts_settings":{"maxItemsOne":true,"elem":{"fields":{"dvb_nit_settings":{"maxItemsOne":true},"dvb_sdt_settings":{"maxItemsOne":true},"dvb_tdt_settings":{"maxItemsOne":true}}}}}}},"destination":{"maxItemsOne":true},"fec_output_settings":{"maxItemsOne":true}}}}}}}}}}}}},"timecode_config":{"maxItemsOne":true},"video_descriptions":{"maxItemsOne":false,"elem":{"fields":{"codec_settings":{"maxItemsOne":true,"elem":{"fields":{"frame_capture_settings":{"maxItemsOne":true},"h264_settings":{"maxItemsOne":true,"elem":{"fields":{"filter_settings":{"maxItemsOne":true,"elem":{"fields":{"temporal_filter_settings":{"maxItemsOne":true}}}}}}},"h265_settings":{"maxItemsOne":true,"elem":{"fields":{"color_space_settings":{"maxItemsOne":true,"elem":{"fields":{"color_space_passthrough_settings":{"maxItemsOne":true},"dolby_vision81_settings":{"maxItemsOne":true},"hdr10_settings":{"maxItemsOne":true},"rec601_settings":{"maxItemsOne":true},"rec709_settings":{"maxItemsOne":true}}}},"filter_settings":{"maxItemsOne":true,"elem":{"fields":{"temporal_filter_settings":{"maxItemsOne":true}}}},"timecode_burnin_settings":{"maxItemsOne":true}}}}}}}}}}}}},"input_attachments":{"maxItemsOne":false,"elem":{"fields":{"automatic_input_failover_settings":{"maxItemsOne":true,"elem":{"fields":{"failover_condition":{"maxItemsOne":false,"elem":{"fields":{"failover_condition_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_silence_settings":{"maxItemsOne":true},"input_loss_settings":{"maxItemsOne":true},"video_black_settings":{"maxItemsOne":true}}}}}}}}}},"input_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_selector":{"maxItemsOne":false,"elem":{"fields":{"selector_settings":{"maxItemsOne":true,"elem":{"fields":{"audio_hls_rendition_selection":{"maxItemsOne":true},"audio_language_selection":{"maxItemsOne":true},"audio_pid_selection":{"maxItemsOne":true},"audio_track_selection":{"maxItemsOne":true,"elem":{"fields":{"dolby_e_decode":{"maxItemsOne":true},"track":{"maxItemsOne":false},"tracks":{"maxItemsOne":false}}}}}}}}}},"caption_selector":{"maxItemsOne":false,"elem":{"fields":{"selector_settings":{"maxItemsOne":true,"elem":{"fields":{"ancillary_source_settings":{"maxItemsOne":true},"arib_source_settings":{"maxItemsOne":true},"dvb_sub_source_settings":{"maxItemsOne":true},"dvb_tdt_settings":{"maxItemsOne":true},"embedded_source_settings":{"maxItemsOne":true},"scte20_source_settings":{"maxItemsOne":true},"scte27_source_settings":{"maxItemsOne":true},"teletext_source_settings":{"maxItemsOne":true,"elem":{"fields":{"output_rectangle":{"maxItemsOne":true}}}}}}}}}},"network_input_settings":{"maxItemsOne":true,"elem":{"fields":{"hls_input_settings":{"maxItemsOne":true}}}},"video_selector":{"maxItemsOne":true}}}}}}},"input_specification":{"maxItemsOne":true},"maintenance":{"maxItemsOne":true},"vpc":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"network_interface_ids":{"maxItemsOne":false},"public_address_allocation_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_medialive_input":{"current":"aws:medialive/input:Input","majorVersion":6,"fields":{"attached_channels":{"maxItemsOne":false},"destinations":{"maxItemsOne":false},"input_devices":{"maxItemsOne":false},"input_partner_ids":{"maxItemsOne":false},"input_security_groups":{"maxItemsOne":false},"media_connect_flows":{"maxItemsOne":false},"sources":{"maxItemsOne":false},"vpc":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_medialive_input_security_group":{"current":"aws:medialive/inputSecurityGroup:InputSecurityGroup","majorVersion":6,"fields":{"inputs":{"maxItemsOne":false},"whitelist_rules":{"maxItemsOne":false}}},"aws_medialive_multiplex":{"current":"aws:medialive/multiplex:Multiplex","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"multiplex_settings":{"maxItemsOne":true}}},"aws_medialive_multiplex_program":{"current":"aws:medialive/multiplexProgram:MultiplexProgram","majorVersion":6,"fields":{"multiplex_program_settings":{"maxItemsOne":true,"elem":{"fields":{"service_descriptor":{"maxItemsOne":true},"video_settings":{"maxItemsOne":true,"elem":{"fields":{"statmux_settings":{"maxItemsOne":true}}}}}}}}},"aws_memorydb_acl":{"current":"aws:memorydb/acl:Acl","majorVersion":6,"fields":{"user_names":{"maxItemsOne":false}}},"aws_memorydb_cluster":{"current":"aws:memorydb/cluster:Cluster","majorVersion":6,"fields":{"cluster_endpoint":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"shards":{"maxItemsOne":false,"elem":{"fields":{"nodes":{"maxItemsOne":false,"elem":{"fields":{"endpoint":{"maxItemsOne":false}}}}}}},"snapshot_arns":{"maxItemsOne":false}}},"aws_memorydb_parameter_group":{"current":"aws:memorydb/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_memorydb_snapshot":{"current":"aws:memorydb/snapshot:Snapshot","majorVersion":6,"fields":{"cluster_configuration":{"maxItemsOne":false}}},"aws_memorydb_subnet_group":{"current":"aws:memorydb/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_memorydb_user":{"current":"aws:memorydb/user:User","majorVersion":6,"fields":{"authentication_mode":{"maxItemsOne":true,"elem":{"fields":{"passwords":{"maxItemsOne":false}}}}}},"aws_mq_broker":{"current":"aws:mq/broker:Broker","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true},"encryption_options":{"maxItemsOne":true},"instances":{"maxItemsOne":false,"elem":{"fields":{"endpoints":{"maxItemsOne":false}}}},"ldap_server_metadata":{"maxItemsOne":true,"elem":{"fields":{"hosts":{"maxItemsOne":false}}}},"logs":{"maxItemsOne":true},"maintenance_window_start_time":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false},"user":{"maxItemsOne":false,"elem":{"fields":{"groups":{"maxItemsOne":false}}}}}},"aws_mq_configuration":{"current":"aws:mq/configuration:Configuration","majorVersion":6},"aws_msk_cluster":{"current":"aws:msk/cluster:Cluster","majorVersion":6,"fields":{"broker_node_group_info":{"maxItemsOne":true,"elem":{"fields":{"client_subnets":{"maxItemsOne":false},"connectivity_info":{"maxItemsOne":true,"elem":{"fields":{"public_access":{"maxItemsOne":true},"vpc_connectivity":{"maxItemsOne":true,"elem":{"fields":{"client_authentication":{"maxItemsOne":true,"elem":{"fields":{"sasl":{"maxItemsOne":true}}}}}}}}}},"security_groups":{"maxItemsOne":false},"storage_info":{"maxItemsOne":true,"elem":{"fields":{"ebs_storage_info":{"maxItemsOne":true,"elem":{"fields":{"provisioned_throughput":{"maxItemsOne":true}}}}}}}}}},"client_authentication":{"maxItemsOne":true,"elem":{"fields":{"sasl":{"maxItemsOne":true},"tls":{"maxItemsOne":true,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}}}}},"configuration_info":{"maxItemsOne":true},"encryption_info":{"maxItemsOne":true,"elem":{"fields":{"encryption_in_transit":{"maxItemsOne":true}}}},"logging_info":{"maxItemsOne":true,"elem":{"fields":{"broker_logs":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"firehose":{"maxItemsOne":true},"s3":{"maxItemsOne":true}}}}}}},"open_monitoring":{"maxItemsOne":true,"elem":{"fields":{"prometheus":{"maxItemsOne":true,"elem":{"fields":{"jmx_exporter":{"maxItemsOne":true},"node_exporter":{"maxItemsOne":true}}}}}}}}},"aws_msk_cluster_policy":{"current":"aws:msk/clusterPolicy:ClusterPolicy","majorVersion":6},"aws_msk_configuration":{"current":"aws:msk/configuration:Configuration","majorVersion":6,"fields":{"kafka_versions":{"maxItemsOne":false}}},"aws_msk_replicator":{"current":"aws:msk/replicator:Replicator","majorVersion":6,"fields":{"kafka_cluster":{"maxItemsOne":false,"elem":{"fields":{"amazon_msk_cluster":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_groups_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}}},"replication_info_list":{"maxItemsOne":true,"elem":{"fields":{"consumer_group_replication":{"maxItemsOne":false,"elem":{"fields":{"consumer_groups_to_exclude":{"maxItemsOne":false},"consumer_groups_to_replicate":{"maxItemsOne":false}}}},"topic_replication":{"maxItemsOne":false,"elem":{"fields":{"topics_to_exclude":{"maxItemsOne":false},"topics_to_replicate":{"maxItemsOne":false}}}}}}}}},"aws_msk_scram_secret_association":{"current":"aws:msk/scramSecretAssociation:ScramSecretAssociation","majorVersion":6,"fields":{"secret_arn_list":{"maxItemsOne":false}}},"aws_msk_serverless_cluster":{"current":"aws:msk/serverlessCluster:ServerlessCluster","majorVersion":6,"fields":{"client_authentication":{"maxItemsOne":true,"elem":{"fields":{"sasl":{"maxItemsOne":true,"elem":{"fields":{"iam":{"maxItemsOne":true}}}}}}},"vpc_config":{"maxItemsOne":false,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_msk_vpc_connection":{"current":"aws:msk/vpcConnection:VpcConnection","majorVersion":6,"fields":{"client_subnets":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}},"aws_mskconnect_connector":{"current":"aws:mskconnect/connector:Connector","majorVersion":6,"fields":{"capacity":{"maxItemsOne":true,"elem":{"fields":{"autoscaling":{"maxItemsOne":true,"elem":{"fields":{"scale_in_policy":{"maxItemsOne":true},"scale_out_policy":{"maxItemsOne":true}}}},"provisioned_capacity":{"maxItemsOne":true}}}},"kafka_cluster":{"maxItemsOne":true,"elem":{"fields":{"apache_kafka_cluster":{"maxItemsOne":true,"elem":{"fields":{"vpc":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}}}}}},"kafka_cluster_client_authentication":{"maxItemsOne":true},"kafka_cluster_encryption_in_transit":{"maxItemsOne":true},"log_delivery":{"maxItemsOne":true,"elem":{"fields":{"worker_log_delivery":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"firehose":{"maxItemsOne":true},"s3":{"maxItemsOne":true}}}}}}},"plugin":{"maxItemsOne":false,"elem":{"fields":{"custom_plugin":{"maxItemsOne":true}}}},"worker_configuration":{"maxItemsOne":true}}},"aws_mskconnect_custom_plugin":{"current":"aws:mskconnect/customPlugin:CustomPlugin","majorVersion":6,"fields":{"location":{"maxItemsOne":true,"elem":{"fields":{"s3":{"maxItemsOne":true}}}}}},"aws_mskconnect_worker_configuration":{"current":"aws:mskconnect/workerConfiguration:WorkerConfiguration","majorVersion":6},"aws_mwaa_environment":{"current":"aws:mwaa/environment:Environment","majorVersion":6,"fields":{"last_updated":{"maxItemsOne":false,"elem":{"fields":{"error":{"maxItemsOne":false}}}},"logging_configuration":{"maxItemsOne":true,"elem":{"fields":{"dag_processing_logs":{"maxItemsOne":true},"scheduler_logs":{"maxItemsOne":true},"task_logs":{"maxItemsOne":true},"webserver_logs":{"maxItemsOne":true},"worker_logs":{"maxItemsOne":true}}}},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_nat_gateway":{"current":"aws:ec2/natGateway:NatGateway","majorVersion":6,"fields":{"secondary_allocation_ids":{"maxItemsOne":false},"secondary_private_ip_addresses":{"maxItemsOne":false}}},"aws_neptune_cluster":{"current":"aws:neptune/cluster:Cluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"cluster_members":{"maxItemsOne":false},"enable_cloudwatch_logs_exports":{"maxItemsOne":false},"iam_roles":{"maxItemsOne":false},"serverless_v2_scaling_configuration":{"maxItemsOne":true},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_neptune_cluster_endpoint":{"current":"aws:neptune/clusterEndpoint:ClusterEndpoint","majorVersion":6,"fields":{"excluded_members":{"maxItemsOne":false},"static_members":{"maxItemsOne":false}}},"aws_neptune_cluster_instance":{"current":"aws:neptune/clusterInstance:ClusterInstance","majorVersion":6},"aws_neptune_cluster_parameter_group":{"current":"aws:neptune/clusterParameterGroup:ClusterParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_neptune_cluster_snapshot":{"current":"aws:neptune/clusterSnapshot:ClusterSnapshot","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false}}},"aws_neptune_event_subscription":{"current":"aws:neptune/eventSubscription:EventSubscription","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false},"source_ids":{"maxItemsOne":false}}},"aws_neptune_global_cluster":{"current":"aws:neptune/globalCluster:GlobalCluster","majorVersion":6,"fields":{"global_cluster_members":{"maxItemsOne":false}}},"aws_neptune_parameter_group":{"current":"aws:neptune/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_neptune_subnet_group":{"current":"aws:neptune/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_network_acl":{"current":"aws:ec2/networkAcl:NetworkAcl","majorVersion":6,"fields":{"egress":{"maxItemsOne":false},"ingress":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_network_acl_association":{"current":"aws:ec2/networkAclAssociation:NetworkAclAssociation","majorVersion":6},"aws_network_acl_rule":{"current":"aws:ec2/networkAclRule:NetworkAclRule","majorVersion":6},"aws_network_interface":{"current":"aws:ec2/networkInterface:NetworkInterface","majorVersion":6,"fields":{"attachment":{"maxItemsOne":false},"ipv4_prefixes":{"maxItemsOne":false},"ipv6_address_list":{"maxItemsOne":false},"ipv6_addresses":{"maxItemsOne":false},"ipv6_prefixes":{"maxItemsOne":false},"private_ip_list":{"maxItemsOne":false},"private_ips":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}},"aws_network_interface_attachment":{"current":"aws:ec2/networkInterfaceAttachment:NetworkInterfaceAttachment","majorVersion":6},"aws_network_interface_sg_attachment":{"current":"aws:ec2/networkInterfaceSecurityGroupAttachment:NetworkInterfaceSecurityGroupAttachment","majorVersion":6},"aws_networkfirewall_firewall":{"current":"aws:networkfirewall/firewall:Firewall","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":true},"firewall_status":{"maxItemsOne":false,"elem":{"fields":{"sync_states":{"maxItemsOne":false,"elem":{"fields":{"attachment":{"maxItemsOne":false}}}}}}},"subnet_mapping":{"maxItemsOne":false}}},"aws_networkfirewall_firewall_policy":{"current":"aws:networkfirewall/firewallPolicy:FirewallPolicy","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":true},"firewall_policy":{"maxItemsOne":true,"elem":{"fields":{"policy_variables":{"maxItemsOne":true,"elem":{"fields":{"rule_variables":{"maxItemsOne":false,"elem":{"fields":{"ip_set":{"maxItemsOne":true,"elem":{"fields":{"definition":{"maxItemsOne":false}}}}}}}}}},"stateful_default_actions":{"maxItemsOne":false},"stateful_engine_options":{"maxItemsOne":true},"stateful_rule_group_reference":{"maxItemsOne":false,"elem":{"fields":{"override":{"maxItemsOne":true}}}},"stateless_custom_action":{"maxItemsOne":false,"elem":{"fields":{"action_definition":{"maxItemsOne":true,"elem":{"fields":{"publish_metric_action":{"maxItemsOne":true,"elem":{"fields":{"dimension":{"maxItemsOne":false}}}}}}}}}},"stateless_default_actions":{"maxItemsOne":false},"stateless_fragment_default_actions":{"maxItemsOne":false},"stateless_rule_group_reference":{"maxItemsOne":false}}}}}},"aws_networkfirewall_logging_configuration":{"current":"aws:networkfirewall/loggingConfiguration:LoggingConfiguration","majorVersion":6,"fields":{"logging_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_destination_config":{"maxItemsOne":false}}}}}},"aws_networkfirewall_resource_policy":{"current":"aws:networkfirewall/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_networkfirewall_rule_group":{"current":"aws:networkfirewall/ruleGroup:RuleGroup","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":true},"rule_group":{"maxItemsOne":true,"elem":{"fields":{"reference_sets":{"maxItemsOne":true,"elem":{"fields":{"ip_set_references":{"maxItemsOne":false,"elem":{"fields":{"ip_set_reference":{"maxItemsOne":false}}}}}}},"rule_variables":{"maxItemsOne":true,"elem":{"fields":{"ip_sets":{"maxItemsOne":false,"elem":{"fields":{"ip_set":{"maxItemsOne":true,"elem":{"fields":{"definition":{"maxItemsOne":false}}}}}}},"port_sets":{"maxItemsOne":false,"elem":{"fields":{"port_set":{"maxItemsOne":true,"elem":{"fields":{"definition":{"maxItemsOne":false}}}}}}}}}},"rules_source":{"maxItemsOne":true,"elem":{"fields":{"rules_source_list":{"maxItemsOne":true,"elem":{"fields":{"target_types":{"maxItemsOne":false},"targets":{"maxItemsOne":false}}}},"stateful_rule":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":true},"rule_option":{"maxItemsOne":false,"elem":{"fields":{"settings":{"maxItemsOne":false}}}}}}},"stateless_rules_and_custom_actions":{"maxItemsOne":true,"elem":{"fields":{"custom_action":{"maxItemsOne":false,"elem":{"fields":{"action_definition":{"maxItemsOne":true,"elem":{"fields":{"publish_metric_action":{"maxItemsOne":true,"elem":{"fields":{"dimension":{"maxItemsOne":false}}}}}}}}}},"stateless_rule":{"maxItemsOne":false,"elem":{"fields":{"rule_definition":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false},"match_attributes":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":false},"destination_port":{"maxItemsOne":false},"protocols":{"maxItemsOne":false},"source":{"maxItemsOne":false},"source_port":{"maxItemsOne":false},"tcp_flag":{"maxItemsOne":false,"elem":{"fields":{"flags":{"maxItemsOne":false},"masks":{"maxItemsOne":false}}}}}}}}}}}}}}}}}}},"stateful_rule_options":{"maxItemsOne":true}}}}}},"aws_networkmanager_attachment_accepter":{"current":"aws:networkmanager/attachmentAccepter:AttachmentAccepter","majorVersion":6},"aws_networkmanager_connect_attachment":{"current":"aws:networkmanager/connectAttachment:ConnectAttachment","majorVersion":6,"fields":{"options":{"maxItemsOne":true}}},"aws_networkmanager_connect_peer":{"current":"aws:networkmanager/connectPeer:ConnectPeer","majorVersion":6,"fields":{"bgp_options":{"maxItemsOne":true},"configuration":{"maxItemsOne":false,"elem":{"fields":{"bgp_configurations":{"maxItemsOne":false},"inside_cidr_blocks":{"maxItemsOne":false}}}},"inside_cidr_blocks":{"maxItemsOne":false}}},"aws_networkmanager_connection":{"current":"aws:networkmanager/connection:Connection","majorVersion":6},"aws_networkmanager_core_network":{"current":"aws:networkmanager/coreNetwork:CoreNetwork","majorVersion":6,"fields":{"base_policy_regions":{"maxItemsOne":false},"edges":{"maxItemsOne":false,"elem":{"fields":{"inside_cidr_blocks":{"maxItemsOne":false}}}},"segments":{"maxItemsOne":false,"elem":{"fields":{"edge_locations":{"maxItemsOne":false},"shared_segments":{"maxItemsOne":false}}}}}},"aws_networkmanager_core_network_policy_attachment":{"current":"aws:networkmanager/coreNetworkPolicyAttachment:CoreNetworkPolicyAttachment","majorVersion":6},"aws_networkmanager_customer_gateway_association":{"current":"aws:networkmanager/customerGatewayAssociation:CustomerGatewayAssociation","majorVersion":6},"aws_networkmanager_device":{"current":"aws:networkmanager/device:Device","majorVersion":6,"fields":{"aws_location":{"maxItemsOne":true},"location":{"maxItemsOne":true}}},"aws_networkmanager_global_network":{"current":"aws:networkmanager/globalNetwork:GlobalNetwork","majorVersion":6},"aws_networkmanager_link":{"current":"aws:networkmanager/link:Link","majorVersion":6,"fields":{"bandwidth":{"maxItemsOne":true}}},"aws_networkmanager_link_association":{"current":"aws:networkmanager/linkAssociation:LinkAssociation","majorVersion":6},"aws_networkmanager_site":{"current":"aws:networkmanager/site:Site","majorVersion":6,"fields":{"location":{"maxItemsOne":true}}},"aws_networkmanager_site_to_site_vpn_attachment":{"current":"aws:networkmanager/siteToSiteVpnAttachment:SiteToSiteVpnAttachment","majorVersion":6},"aws_networkmanager_transit_gateway_connect_peer_association":{"current":"aws:networkmanager/transitGatewayConnectPeerAssociation:TransitGatewayConnectPeerAssociation","majorVersion":6},"aws_networkmanager_transit_gateway_peering":{"current":"aws:networkmanager/transitGatewayPeering:TransitGatewayPeering","majorVersion":6},"aws_networkmanager_transit_gateway_registration":{"current":"aws:networkmanager/transitGatewayRegistration:TransitGatewayRegistration","majorVersion":6},"aws_networkmanager_transit_gateway_route_table_attachment":{"current":"aws:networkmanager/transitGatewayRouteTableAttachment:TransitGatewayRouteTableAttachment","majorVersion":6},"aws_networkmanager_vpc_attachment":{"current":"aws:networkmanager/vpcAttachment:VpcAttachment","majorVersion":6,"fields":{"options":{"maxItemsOne":true},"subnet_arns":{"maxItemsOne":false}}},"aws_oam_link":{"current":"aws:oam/link:Link","majorVersion":6,"fields":{"resource_types":{"maxItemsOne":false}}},"aws_oam_sink":{"current":"aws:oam/sink:Sink","majorVersion":6},"aws_oam_sink_policy":{"current":"aws:oam/sinkPolicy:SinkPolicy","majorVersion":6},"aws_opensearch_domain":{"current":"aws:opensearch/domain:Domain","majorVersion":6,"fields":{"advanced_security_options":{"maxItemsOne":true,"elem":{"fields":{"master_user_options":{"maxItemsOne":true}}}},"auto_tune_options":{"maxItemsOne":true,"elem":{"fields":{"maintenance_schedule":{"maxItemsOne":false,"elem":{"fields":{"duration":{"maxItemsOne":true}}}}}}},"cluster_config":{"maxItemsOne":true,"elem":{"fields":{"cold_storage_options":{"maxItemsOne":true},"zone_awareness_config":{"maxItemsOne":true}}}},"cognito_options":{"maxItemsOne":true},"domain_endpoint_options":{"maxItemsOne":true},"ebs_options":{"maxItemsOne":true},"encrypt_at_rest":{"maxItemsOne":true},"log_publishing_options":{"maxItemsOne":false},"node_to_node_encryption":{"maxItemsOne":true},"off_peak_window_options":{"maxItemsOne":true,"elem":{"fields":{"off_peak_window":{"maxItemsOne":true,"elem":{"fields":{"window_start_time":{"maxItemsOne":true}}}}}}},"snapshot_options":{"maxItemsOne":true},"software_update_options":{"maxItemsOne":true},"vpc_options":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_opensearch_domain_policy":{"current":"aws:opensearch/domainPolicy:DomainPolicy","majorVersion":6},"aws_opensearch_domain_saml_options":{"current":"aws:opensearch/domainSamlOptions:DomainSamlOptions","majorVersion":6,"fields":{"saml_options":{"maxItemsOne":true,"elem":{"fields":{"idp":{"maxItemsOne":true}}}}}},"aws_opensearch_inbound_connection_accepter":{"current":"aws:opensearch/inboundConnectionAccepter:InboundConnectionAccepter","majorVersion":6},"aws_opensearch_outbound_connection":{"current":"aws:opensearch/outboundConnection:OutboundConnection","majorVersion":6,"fields":{"connection_properties":{"maxItemsOne":true,"elem":{"fields":{"cross_cluster_search":{"maxItemsOne":true}}}},"local_domain_info":{"maxItemsOne":true},"remote_domain_info":{"maxItemsOne":true}}},"aws_opensearch_package":{"current":"aws:opensearch/package:Package","majorVersion":6,"fields":{"package_source":{"maxItemsOne":true}}},"aws_opensearch_package_association":{"current":"aws:opensearch/packageAssociation:PackageAssociation","majorVersion":6},"aws_opensearch_vpc_endpoint":{"current":"aws:opensearch/vpcEndpoint:VpcEndpoint","majorVersion":6,"fields":{"vpc_options":{"maxItemsOne":true,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_opensearchserverless_access_policy":{"current":"aws:opensearch/serverlessAccessPolicy:ServerlessAccessPolicy","majorVersion":6},"aws_opensearchserverless_collection":{"current":"aws:opensearch/serverlessCollection:ServerlessCollection","majorVersion":6},"aws_opensearchserverless_lifecycle_policy":{"current":"aws:opensearch/serverlessLifecyclePolicy:ServerlessLifecyclePolicy","majorVersion":6},"aws_opensearchserverless_security_config":{"current":"aws:opensearch/serverlessSecurityConfig:ServerlessSecurityConfig","majorVersion":6},"aws_opensearchserverless_security_policy":{"current":"aws:opensearch/serverlessSecurityPolicy:ServerlessSecurityPolicy","majorVersion":6},"aws_opensearchserverless_vpc_endpoint":{"current":"aws:opensearch/serverlessVpcEndpoint:ServerlessVpcEndpoint","majorVersion":6,"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_opsworks_application":{"current":"aws:opsworks/application:Application","majorVersion":6,"fields":{"app_source":{"maxItemsOne":false},"domains":{"maxItemsOne":false},"environment":{"maxItemsOne":false},"ssl_configuration":{"maxItemsOne":false}}},"aws_opsworks_custom_layer":{"current":"aws:opsworks/customLayer:CustomLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_ecs_cluster_layer":{"current":"aws:opsworks/ecsClusterLayer:EcsClusterLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_ganglia_layer":{"current":"aws:opsworks/gangliaLayer:GangliaLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_haproxy_layer":{"current":"aws:opsworks/haproxyLayer:HaproxyLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_instance":{"current":"aws:opsworks/instance:Instance","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false},"layer_ids":{"maxItemsOne":false},"root_block_device":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_opsworks_java_app_layer":{"current":"aws:opsworks/javaAppLayer:JavaAppLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_memcached_layer":{"current":"aws:opsworks/memcachedLayer:MemcachedLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_mysql_layer":{"current":"aws:opsworks/mysqlLayer:MysqlLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_nodejs_app_layer":{"current":"aws:opsworks/nodejsAppLayer:NodejsAppLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_permission":{"current":"aws:opsworks/permission:Permission","majorVersion":6},"aws_opsworks_php_app_layer":{"current":"aws:opsworks/phpAppLayer:PhpAppLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_rails_app_layer":{"current":"aws:opsworks/railsAppLayer:RailsAppLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_rds_db_instance":{"current":"aws:opsworks/rdsDbInstance:RdsDbInstance","majorVersion":6},"aws_opsworks_stack":{"current":"aws:opsworks/stack:Stack","majorVersion":6,"fields":{"custom_cookbooks_source":{"maxItemsOne":false}}},"aws_opsworks_static_web_layer":{"current":"aws:opsworks/staticWebLayer:StaticWebLayer","majorVersion":6,"fields":{"cloudwatch_configuration":{"maxItemsOne":true,"elem":{"fields":{"log_streams":{"maxItemsOne":false}}}},"custom_configure_recipes":{"maxItemsOne":false},"custom_deploy_recipes":{"maxItemsOne":false},"custom_security_group_ids":{"maxItemsOne":false},"custom_setup_recipes":{"maxItemsOne":false},"custom_shutdown_recipes":{"maxItemsOne":false},"custom_undeploy_recipes":{"maxItemsOne":false},"ebs_volume":{"maxItemsOne":false},"load_based_auto_scaling":{"maxItemsOne":true,"elem":{"fields":{"downscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"upscaling":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}}}}},"system_packages":{"maxItemsOne":false}}},"aws_opsworks_user_profile":{"current":"aws:opsworks/userProfile:UserProfile","majorVersion":6},"aws_organizations_account":{"current":"aws:organizations/account:Account","majorVersion":6},"aws_organizations_delegated_administrator":{"current":"aws:organizations/delegatedAdministrator:DelegatedAdministrator","majorVersion":6},"aws_organizations_organization":{"current":"aws:organizations/organization:Organization","majorVersion":6,"fields":{"accounts":{"maxItemsOne":false},"aws_service_access_principals":{"maxItemsOne":false},"enabled_policy_types":{"maxItemsOne":false},"non_master_accounts":{"maxItemsOne":false},"roots":{"maxItemsOne":false,"elem":{"fields":{"policy_types":{"maxItemsOne":false}}}}}},"aws_organizations_organizational_unit":{"current":"aws:organizations/organizationalUnit:OrganizationalUnit","majorVersion":6,"fields":{"accounts":{"maxItemsOne":false}}},"aws_organizations_policy":{"current":"aws:organizations/policy:Policy","majorVersion":6},"aws_organizations_policy_attachment":{"current":"aws:organizations/policyAttachment:PolicyAttachment","majorVersion":6},"aws_organizations_resource_policy":{"current":"aws:organizations/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_pinpoint_adm_channel":{"current":"aws:pinpoint/admChannel:AdmChannel","majorVersion":6},"aws_pinpoint_apns_channel":{"current":"aws:pinpoint/apnsChannel:ApnsChannel","majorVersion":6},"aws_pinpoint_apns_sandbox_channel":{"current":"aws:pinpoint/apnsSandboxChannel:ApnsSandboxChannel","majorVersion":6},"aws_pinpoint_apns_voip_channel":{"current":"aws:pinpoint/apnsVoipChannel:ApnsVoipChannel","majorVersion":6},"aws_pinpoint_apns_voip_sandbox_channel":{"current":"aws:pinpoint/apnsVoipSandboxChannel:ApnsVoipSandboxChannel","majorVersion":6},"aws_pinpoint_app":{"current":"aws:pinpoint/app:App","majorVersion":6,"fields":{"campaign_hook":{"maxItemsOne":true},"limits":{"maxItemsOne":true},"quiet_time":{"maxItemsOne":true}}},"aws_pinpoint_baidu_channel":{"current":"aws:pinpoint/baiduChannel:BaiduChannel","majorVersion":6},"aws_pinpoint_email_channel":{"current":"aws:pinpoint/emailChannel:EmailChannel","majorVersion":6},"aws_pinpoint_event_stream":{"current":"aws:pinpoint/eventStream:EventStream","majorVersion":6},"aws_pinpoint_gcm_channel":{"current":"aws:pinpoint/gcmChannel:GcmChannel","majorVersion":6},"aws_pinpoint_sms_channel":{"current":"aws:pinpoint/smsChannel:SmsChannel","majorVersion":6},"aws_pipes_pipe":{"current":"aws:pipes/pipe:Pipe","majorVersion":6,"fields":{"enrichment_parameters":{"maxItemsOne":true,"elem":{"fields":{"http_parameters":{"maxItemsOne":true,"elem":{"fields":{"path_parameter_values":{"maxItemsOne":true}}}}}}},"source_parameters":{"maxItemsOne":true,"elem":{"fields":{"activemq_broker_parameters":{"maxItemsOne":true,"elem":{"fields":{"credentials":{"maxItemsOne":true}}}},"dynamodb_stream_parameters":{"maxItemsOne":true,"elem":{"fields":{"dead_letter_config":{"maxItemsOne":true}}}},"filter_criteria":{"maxItemsOne":true,"elem":{"fields":{"filter":{"maxItemsOne":false}}}},"kinesis_stream_parameters":{"maxItemsOne":true,"elem":{"fields":{"dead_letter_config":{"maxItemsOne":true}}}},"managed_streaming_kafka_parameters":{"maxItemsOne":true,"elem":{"fields":{"credentials":{"maxItemsOne":true}}}},"rabbitmq_broker_parameters":{"maxItemsOne":true,"elem":{"fields":{"credentials":{"maxItemsOne":true}}}},"self_managed_kafka_parameters":{"maxItemsOne":true,"elem":{"fields":{"additional_bootstrap_servers":{"maxItemsOne":false},"credentials":{"maxItemsOne":true},"vpc":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}}},"sqs_queue_parameters":{"maxItemsOne":true}}}},"target_parameters":{"maxItemsOne":true,"elem":{"fields":{"batch_job_parameters":{"maxItemsOne":true,"elem":{"fields":{"array_properties":{"maxItemsOne":true},"container_overrides":{"maxItemsOne":true,"elem":{"fields":{"command":{"maxItemsOne":false},"environment":{"maxItemsOne":false},"resource_requirement":{"maxItemsOne":false}}}},"depends_on":{"maxItemsOne":false},"retry_strategy":{"maxItemsOne":true}}}},"cloudwatch_logs_parameters":{"maxItemsOne":true},"ecs_task_parameters":{"maxItemsOne":true,"elem":{"fields":{"capacity_provider_strategy":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"aws_vpc_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}}},"overrides":{"maxItemsOne":true,"elem":{"fields":{"container_override":{"maxItemsOne":false,"elem":{"fields":{"command":{"maxItemsOne":false},"environment":{"maxItemsOne":false},"environment_file":{"maxItemsOne":false},"resource_requirement":{"maxItemsOne":false}}}},"ephemeral_storage":{"maxItemsOne":true},"inference_accelerator_override":{"maxItemsOne":false}}}},"placement_constraint":{"maxItemsOne":false},"placement_strategy":{"maxItemsOne":false}}}},"eventbridge_event_bus_parameters":{"maxItemsOne":true,"elem":{"fields":{"resources":{"maxItemsOne":false}}}},"http_parameters":{"maxItemsOne":true,"elem":{"fields":{"path_parameter_values":{"maxItemsOne":true}}}},"kinesis_stream_parameters":{"maxItemsOne":true},"lambda_function_parameters":{"maxItemsOne":true},"redshift_data_parameters":{"maxItemsOne":true,"elem":{"fields":{"sqls":{"maxItemsOne":false}}}},"sagemaker_pipeline_parameters":{"maxItemsOne":true,"elem":{"fields":{"pipeline_parameter":{"maxItemsOne":false}}}},"sqs_queue_parameters":{"maxItemsOne":true},"step_function_state_machine_parameters":{"maxItemsOne":true}}}}}},"aws_placement_group":{"current":"aws:ec2/placementGroup:PlacementGroup","majorVersion":6},"aws_prometheus_alert_manager_definition":{"current":"aws:amp/alertManagerDefinition:AlertManagerDefinition","majorVersion":6},"aws_prometheus_rule_group_namespace":{"current":"aws:amp/ruleGroupNamespace:RuleGroupNamespace","majorVersion":6},"aws_prometheus_workspace":{"current":"aws:amp/workspace:Workspace","majorVersion":6,"fields":{"logging_configuration":{"maxItemsOne":true}}},"aws_proxy_protocol_policy":{"current":"aws:ec2/proxyProtocolPolicy:ProxyProtocolPolicy","majorVersion":6,"fields":{"instance_ports":{"maxItemsOne":false}}},"aws_qldb_ledger":{"current":"aws:qldb/ledger:Ledger","majorVersion":6},"aws_qldb_stream":{"current":"aws:qldb/stream:Stream","majorVersion":6,"fields":{"kinesis_configuration":{"maxItemsOne":true}}},"aws_quicksight_account_subscription":{"current":"aws:quicksight/accountSubscription:AccountSubscription","majorVersion":6,"fields":{"admin_group":{"maxItemsOne":false},"author_group":{"maxItemsOne":false},"reader_group":{"maxItemsOne":false}}},"aws_quicksight_analysis":{"current":"aws:quicksight/analysis:Analysis","majorVersion":6,"fields":{"definition":{"maxItemsOne":true,"elem":{"fields":{"analysis_defaults":{"maxItemsOne":true,"elem":{"fields":{"default_new_sheet_configuration":{"maxItemsOne":true,"elem":{"fields":{"interactive_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}},"grid":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}}}}},"paginated_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"section_based":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"calculated_fields":{"maxItemsOne":false},"column_configurations":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"data_set_identifiers_declarations":{"maxItemsOne":false},"filter_groups":{"maxItemsOne":false,"elem":{"fields":{"filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_filter_configuration":{"maxItemsOne":true},"custom_filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}},"filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}}}}}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"numeric_range_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true},"range_maximum":{"maxItemsOne":true},"range_minimum":{"maxItemsOne":true}}}},"relative_dates_filter":{"maxItemsOne":true,"elem":{"fields":{"anchor_date_configuration":{"maxItemsOne":true},"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true}}}},"time_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true},"range_maximum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}},"range_minimum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}}}}},"top_bottom_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_sort_configuration":{"maxItemsOne":false,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true}}}}}}},"scope_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_sheets":{"maxItemsOne":true,"elem":{"fields":{"sheet_visual_scoping_configurations":{"maxItemsOne":false,"elem":{"fields":{"visual_ids":{"maxItemsOne":false}}}}}}}}}}}}},"parameter_declarations":{"maxItemsOne":false,"elem":{"fields":{"date_time_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"rolling_date":{"maxItemsOne":true},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"decimal_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"integer_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"string_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}}}}},"sheets":{"maxItemsOne":false,"elem":{"fields":{"filter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"relative_date_time":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}},"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}},"section_based_layout":{"maxItemsOne":true,"elem":{"fields":{"body_sections":{"maxItemsOne":false,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}}}}},"page_break_configuration":{"maxItemsOne":true,"elem":{"fields":{"after":{"maxItemsOne":true}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}},"footer_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"header_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}}}}}}}}}}},"parameter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"sheet_control_layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}}}}}}}},"text_boxes":{"maxItemsOne":false},"visuals":{"maxItemsOne":false,"elem":{"fields":{"bar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"box_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"box_plot_options":{"maxItemsOne":true,"elem":{"fields":{"style_options":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"box_plot_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"pagination_configuration":{"maxItemsOne":true}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"combo_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bar_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"combo_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"line_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"line_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"custom_content_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"empty_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}}}}},"filled_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"filled_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"shape":{"maxItemsOne":true,"elem":{"fields":{"format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"funnel_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"funnel_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"gauge_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"gauge_chart_options":{"maxItemsOne":true,"elem":{"fields":{"arc":{"maxItemsOne":true},"arc_axis":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}},"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"arc":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"geospatial_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"geospatial":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"point_style_options":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker_configuration":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker":{"maxItemsOne":true,"elem":{"fields":{"simple_cluster_marker":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"heat_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"column_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"heat_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"heat_map_column_items_limit_configuration":{"maxItemsOne":true},"heat_map_column_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"heat_map_row_items_limit_configuration":{"maxItemsOne":true},"heat_map_row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"histogram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bin_options":{"maxItemsOne":true,"elem":{"fields":{"bin_count":{"maxItemsOne":true},"bin_width":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"histogram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"insight_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"insight_configuration":{"maxItemsOne":true,"elem":{"fields":{"computation":{"maxItemsOne":false,"elem":{"fields":{"forecast":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"growth_rate":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"maximum_minimum":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"metric_comparison":{"maxItemsOne":true,"elem":{"fields":{"from_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"target_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_over_period":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_to_date":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_movers":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_ranked":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"total_aggregation":{"maxItemsOne":true,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"unique_values":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"custom_narrative":{"maxItemsOne":true}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"kpi_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"trend_groups":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"kpi_options":{"maxItemsOne":true,"elem":{"fields":{"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"progress_bar":{"maxItemsOne":true},"secondary_value":{"maxItemsOne":true},"secondary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"sparkline":{"maxItemsOne":true},"trend_arrows":{"maxItemsOne":true},"visual_layout_options":{"maxItemsOne":true,"elem":{"fields":{"standard_layout":{"maxItemsOne":true}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"trend_group_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"actual_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"comparison_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"progress_bar":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"line_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"default_series_settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"line_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"forecast_configurations":{"maxItemsOne":false,"elem":{"fields":{"forecast_properties":{"maxItemsOne":true},"scenario":{"maxItemsOne":true,"elem":{"fields":{"what_if_point_scenario":{"maxItemsOne":true},"what_if_range_scenario":{"maxItemsOne":true}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"series":{"maxItemsOne":false,"elem":{"fields":{"data_field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}},"field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit_configuration":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit_configuration":{"maxItemsOne":true},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pie_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"donut_options":{"maxItemsOne":true,"elem":{"fields":{"arc_options":{"maxItemsOne":true},"donut_center_options":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pie_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pivot_table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"data_path_options":{"maxItemsOne":false,"elem":{"fields":{"data_path_list":{"maxItemsOne":false}}}},"selected_field_options":{"maxItemsOne":false}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pivot_table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_sort_options":{"maxItemsOne":false,"elem":{"fields":{"sort_by":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"data_path":{"maxItemsOne":true,"elem":{"fields":{"sort_paths":{"maxItemsOne":false}}}},"field":{"maxItemsOne":true}}}}}}}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"column_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}},"row_field_names_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"column_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"column_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"scope":{"maxItemsOne":true},"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"radar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"base_series_settings":{"maxItemsOne":true,"elem":{"fields":{"area_style_settings":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"radar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"color":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"sankey_diagram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"sankey_diagram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"source":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"weight":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"destination_items_limit":{"maxItemsOne":true},"source_items_limit":{"maxItemsOne":true},"weight_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"scatter_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"scatter_plot_categorically_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"scatter_plot_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"order":{"maxItemsOne":false},"selected_field_options":{"maxItemsOne":false,"elem":{"fields":{"url_styling":{"maxItemsOne":true,"elem":{"fields":{"image_configuration":{"maxItemsOne":true,"elem":{"fields":{"sizing_options":{"maxItemsOne":true}}}},"link_configuration":{"maxItemsOne":true,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"custom_icon_content":{"maxItemsOne":true},"custom_text_content":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"table_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"pagination_configuration":{"maxItemsOne":true},"row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"table_inline_visualizations":{"maxItemsOne":false,"elem":{"fields":{"data_bars":{"maxItemsOne":true}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}},"row":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"tree_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"tree_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"groups":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"sizes":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"group_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"size_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"tree_map_group_items_limit_configuration":{"maxItemsOne":true},"tree_map_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"waterfall_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"waterfall_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"breakdowns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"categories":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"breakdown_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"waterfall_chart_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"word_cloud_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"word_cloud_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"word_cloud_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}}}}}}}}}}},"parameters":{"maxItemsOne":true,"elem":{"fields":{"date_time_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"decimal_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"integer_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"string_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"source_entity":{"maxItemsOne":true,"elem":{"fields":{"source_template":{"maxItemsOne":true,"elem":{"fields":{"data_set_references":{"maxItemsOne":false}}}}}}}}},"aws_quicksight_dashboard":{"current":"aws:quicksight/dashboard:Dashboard","majorVersion":6,"fields":{"dashboard_publish_options":{"maxItemsOne":true,"elem":{"fields":{"ad_hoc_filtering_option":{"maxItemsOne":true},"data_point_drill_up_down_option":{"maxItemsOne":true},"data_point_menu_label_option":{"maxItemsOne":true},"data_point_tooltip_option":{"maxItemsOne":true},"export_to_csv_option":{"maxItemsOne":true},"export_with_hidden_fields_option":{"maxItemsOne":true},"sheet_controls_option":{"maxItemsOne":true},"sheet_layout_element_maximization_option":{"maxItemsOne":true},"visual_axis_sort_option":{"maxItemsOne":true},"visual_menu_option":{"maxItemsOne":true}}}},"definition":{"maxItemsOne":true,"elem":{"fields":{"analysis_defaults":{"maxItemsOne":true,"elem":{"fields":{"default_new_sheet_configuration":{"maxItemsOne":true,"elem":{"fields":{"interactive_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}},"grid":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}}}}},"paginated_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"section_based":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"calculated_fields":{"maxItemsOne":false},"column_configurations":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"data_set_identifiers_declarations":{"maxItemsOne":false},"filter_groups":{"maxItemsOne":false,"elem":{"fields":{"filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_filter_configuration":{"maxItemsOne":true},"custom_filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}},"filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}}}}}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"numeric_range_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true},"range_maximum":{"maxItemsOne":true},"range_minimum":{"maxItemsOne":true}}}},"relative_dates_filter":{"maxItemsOne":true,"elem":{"fields":{"anchor_date_configuration":{"maxItemsOne":true},"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true}}}},"time_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true},"range_maximum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}},"range_minimum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}}}}},"top_bottom_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_sort_configuration":{"maxItemsOne":false,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true}}}}}}},"scope_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_sheets":{"maxItemsOne":true,"elem":{"fields":{"sheet_visual_scoping_configurations":{"maxItemsOne":false,"elem":{"fields":{"visual_ids":{"maxItemsOne":false}}}}}}}}}}}}},"parameter_declarations":{"maxItemsOne":false,"elem":{"fields":{"date_time_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"rolling_date":{"maxItemsOne":true},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"decimal_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"integer_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"string_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}}}}},"sheets":{"maxItemsOne":false,"elem":{"fields":{"filter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"relative_date_time":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}},"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}},"section_based_layout":{"maxItemsOne":true,"elem":{"fields":{"body_sections":{"maxItemsOne":false,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}}}}},"page_break_configuration":{"maxItemsOne":true,"elem":{"fields":{"after":{"maxItemsOne":true}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}},"footer_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"header_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}}}}}}}}}}},"parameter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"sheet_control_layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}}}}}}}},"text_boxes":{"maxItemsOne":false},"visuals":{"maxItemsOne":false,"elem":{"fields":{"bar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"box_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"box_plot_options":{"maxItemsOne":true,"elem":{"fields":{"style_options":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"box_plot_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"pagination_configuration":{"maxItemsOne":true}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"combo_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bar_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"combo_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"line_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"line_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"custom_content_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"empty_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}}}}},"filled_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"filled_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"shape":{"maxItemsOne":true,"elem":{"fields":{"format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"funnel_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"funnel_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"gauge_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"gauge_chart_options":{"maxItemsOne":true,"elem":{"fields":{"arc":{"maxItemsOne":true},"arc_axis":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}},"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"arc":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"geospatial_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"geospatial":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"point_style_options":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker_configuration":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker":{"maxItemsOne":true,"elem":{"fields":{"simple_cluster_marker":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"heat_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"column_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"heat_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"heat_map_column_items_limit_configuration":{"maxItemsOne":true},"heat_map_column_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"heat_map_row_items_limit_configuration":{"maxItemsOne":true},"heat_map_row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"histogram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bin_options":{"maxItemsOne":true,"elem":{"fields":{"bin_count":{"maxItemsOne":true},"bin_width":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"histogram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"insight_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"insight_configuration":{"maxItemsOne":true,"elem":{"fields":{"computation":{"maxItemsOne":false,"elem":{"fields":{"forecast":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"growth_rate":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"maximum_minimum":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"metric_comparison":{"maxItemsOne":true,"elem":{"fields":{"from_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"target_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_over_period":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_to_date":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_movers":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_ranked":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"total_aggregation":{"maxItemsOne":true,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"unique_values":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"custom_narrative":{"maxItemsOne":true}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"kpi_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"trend_groups":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"kpi_options":{"maxItemsOne":true,"elem":{"fields":{"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"progress_bar":{"maxItemsOne":true},"secondary_value":{"maxItemsOne":true},"secondary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"sparkline":{"maxItemsOne":true},"trend_arrows":{"maxItemsOne":true},"visual_layout_options":{"maxItemsOne":true,"elem":{"fields":{"standard_layout":{"maxItemsOne":true}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"trend_group_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"actual_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"comparison_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"progress_bar":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"line_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"default_series_settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"line_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"forecast_configurations":{"maxItemsOne":false,"elem":{"fields":{"forecast_properties":{"maxItemsOne":true},"scenario":{"maxItemsOne":true,"elem":{"fields":{"what_if_point_scenario":{"maxItemsOne":true},"what_if_range_scenario":{"maxItemsOne":true}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"series":{"maxItemsOne":false,"elem":{"fields":{"data_field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}},"field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit_configuration":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit_configuration":{"maxItemsOne":true},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pie_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"donut_options":{"maxItemsOne":true,"elem":{"fields":{"arc_options":{"maxItemsOne":true},"donut_center_options":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pie_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pivot_table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"data_path_options":{"maxItemsOne":false,"elem":{"fields":{"data_path_list":{"maxItemsOne":false}}}},"selected_field_options":{"maxItemsOne":false}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pivot_table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_sort_options":{"maxItemsOne":false,"elem":{"fields":{"sort_by":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"data_path":{"maxItemsOne":true,"elem":{"fields":{"sort_paths":{"maxItemsOne":false}}}},"field":{"maxItemsOne":true}}}}}}}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"column_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}},"row_field_names_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"column_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"column_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"scope":{"maxItemsOne":true},"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"radar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"base_series_settings":{"maxItemsOne":true,"elem":{"fields":{"area_style_settings":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"radar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"color":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"sankey_diagram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"sankey_diagram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"source":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"weight":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"destination_items_limit":{"maxItemsOne":true},"source_items_limit":{"maxItemsOne":true},"weight_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"scatter_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"scatter_plot_categorically_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"scatter_plot_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"order":{"maxItemsOne":false},"selected_field_options":{"maxItemsOne":false,"elem":{"fields":{"url_styling":{"maxItemsOne":true,"elem":{"fields":{"image_configuration":{"maxItemsOne":true,"elem":{"fields":{"sizing_options":{"maxItemsOne":true}}}},"link_configuration":{"maxItemsOne":true,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"custom_icon_content":{"maxItemsOne":true},"custom_text_content":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"table_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"pagination_configuration":{"maxItemsOne":true},"row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"table_inline_visualizations":{"maxItemsOne":false,"elem":{"fields":{"data_bars":{"maxItemsOne":true}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}},"row":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"tree_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"tree_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"groups":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"sizes":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"group_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"size_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"tree_map_group_items_limit_configuration":{"maxItemsOne":true},"tree_map_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"waterfall_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"waterfall_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"breakdowns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"categories":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"breakdown_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"waterfall_chart_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"word_cloud_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"word_cloud_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"word_cloud_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}}}}}}}}}}},"parameters":{"maxItemsOne":true,"elem":{"fields":{"date_time_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"decimal_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"integer_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"string_parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"source_entity":{"maxItemsOne":true,"elem":{"fields":{"source_template":{"maxItemsOne":true,"elem":{"fields":{"data_set_references":{"maxItemsOne":false}}}}}}}}},"aws_quicksight_data_set":{"current":"aws:quicksight/dataSet:DataSet","majorVersion":6,"fields":{"column_groups":{"maxItemsOne":false,"elem":{"fields":{"geo_spatial_column_group":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false}}}}}}},"column_level_permission_rules":{"maxItemsOne":false,"elem":{"fields":{"column_names":{"maxItemsOne":false},"principals":{"maxItemsOne":false}}}},"data_set_usage_configuration":{"maxItemsOne":true},"field_folders":{"maxItemsOne":false,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"logical_table_map":{"maxItemsOne":false,"elem":{"fields":{"data_transforms":{"maxItemsOne":false,"elem":{"fields":{"cast_column_type_operation":{"maxItemsOne":true},"create_columns_operation":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"filter_operation":{"maxItemsOne":true},"project_operation":{"maxItemsOne":true,"elem":{"fields":{"projected_columns":{"maxItemsOne":false}}}},"rename_column_operation":{"maxItemsOne":true},"tag_column_operation":{"maxItemsOne":true,"elem":{"fields":{"tags":{"maxItemsOne":false,"elem":{"fields":{"column_description":{"maxItemsOne":true}}}}}}},"untag_column_operation":{"maxItemsOne":true,"elem":{"fields":{"tag_names":{"maxItemsOne":false}}}}}}},"source":{"maxItemsOne":true,"elem":{"fields":{"join_instruction":{"maxItemsOne":true,"elem":{"fields":{"left_join_key_properties":{"maxItemsOne":true},"right_join_key_properties":{"maxItemsOne":true}}}}}}}}}},"output_columns":{"maxItemsOne":false},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"physical_table_map":{"maxItemsOne":false,"elem":{"fields":{"custom_sql":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"relational_table":{"maxItemsOne":true,"elem":{"fields":{"input_columns":{"maxItemsOne":false}}}},"s3_source":{"maxItemsOne":true,"elem":{"fields":{"input_columns":{"maxItemsOne":false},"upload_settings":{"maxItemsOne":true}}}}}}},"refresh_properties":{"maxItemsOne":true,"elem":{"fields":{"refresh_configuration":{"maxItemsOne":true,"elem":{"fields":{"incremental_refresh":{"maxItemsOne":true,"elem":{"fields":{"lookback_window":{"maxItemsOne":true}}}}}}}}}},"row_level_permission_data_set":{"maxItemsOne":true},"row_level_permission_tag_configuration":{"maxItemsOne":true,"elem":{"fields":{"tag_rules":{"maxItemsOne":false}}}}}},"aws_quicksight_data_source":{"current":"aws:quicksight/dataSource:DataSource","majorVersion":6,"fields":{"credentials":{"maxItemsOne":true,"elem":{"fields":{"credential_pair":{"maxItemsOne":true}}}},"parameters":{"maxItemsOne":true,"elem":{"fields":{"amazon_elasticsearch":{"maxItemsOne":true},"athena":{"maxItemsOne":true},"aurora":{"maxItemsOne":true},"aurora_postgresql":{"maxItemsOne":true},"aws_iot_analytics":{"maxItemsOne":true},"jira":{"maxItemsOne":true},"maria_db":{"maxItemsOne":true},"mysql":{"maxItemsOne":true},"oracle":{"maxItemsOne":true},"postgresql":{"maxItemsOne":true},"presto":{"maxItemsOne":true},"rds":{"maxItemsOne":true},"redshift":{"maxItemsOne":true},"s3":{"maxItemsOne":true,"elem":{"fields":{"manifest_file_location":{"maxItemsOne":true}}}},"service_now":{"maxItemsOne":true},"snowflake":{"maxItemsOne":true},"spark":{"maxItemsOne":true},"sql_server":{"maxItemsOne":true},"teradata":{"maxItemsOne":true},"twitter":{"maxItemsOne":true}}}},"permission":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"ssl_properties":{"maxItemsOne":true},"vpc_connection_properties":{"maxItemsOne":true}}},"aws_quicksight_folder":{"current":"aws:quicksight/folder:Folder","majorVersion":6,"fields":{"folder_path":{"maxItemsOne":false},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}}}},"aws_quicksight_folder_membership":{"current":"aws:quicksight/folderMembership:FolderMembership","majorVersion":6},"aws_quicksight_group":{"current":"aws:quicksight/group:Group","majorVersion":6},"aws_quicksight_group_membership":{"current":"aws:quicksight/groupMembership:GroupMembership","majorVersion":6},"aws_quicksight_iam_policy_assignment":{"current":"aws:quicksight/iamPolicyAssignment:IamPolicyAssignment","majorVersion":6,"fields":{"identities":{"maxItemsOne":true,"elem":{"fields":{"group":{"maxItemsOne":false},"user":{"maxItemsOne":false}}}}}},"aws_quicksight_ingestion":{"current":"aws:quicksight/ingestion:Ingestion","majorVersion":6},"aws_quicksight_namespace":{"current":"aws:quicksight/namespace:Namespace","majorVersion":6},"aws_quicksight_refresh_schedule":{"current":"aws:quicksight/refreshSchedule:RefreshSchedule","majorVersion":6,"fields":{"schedule":{"maxItemsOne":true,"elem":{"fields":{"schedule_frequency":{"maxItemsOne":true,"elem":{"fields":{"refresh_on_day":{"maxItemsOne":true}}}}}}}}},"aws_quicksight_template":{"current":"aws:quicksight/template:Template","majorVersion":6,"fields":{"definition":{"maxItemsOne":true,"elem":{"fields":{"analysis_defaults":{"maxItemsOne":true,"elem":{"fields":{"default_new_sheet_configuration":{"maxItemsOne":true,"elem":{"fields":{"interactive_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}},"grid":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}}}}}}}},"paginated_layout_configuration":{"maxItemsOne":true,"elem":{"fields":{"section_based":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"calculated_fields":{"maxItemsOne":false},"column_configurations":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"data_set_configuration":{"maxItemsOne":false,"elem":{"fields":{"column_group_schema_list":{"maxItemsOne":false,"elem":{"fields":{"column_group_column_schema_list":{"maxItemsOne":false}}}},"data_set_schema":{"maxItemsOne":true,"elem":{"fields":{"column_schema_list":{"maxItemsOne":false}}}}}}},"filter_groups":{"maxItemsOne":false,"elem":{"fields":{"filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_filter_configuration":{"maxItemsOne":true},"custom_filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}},"filter_list_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false}}}}}}}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"numeric_range_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true},"range_maximum":{"maxItemsOne":true},"range_minimum":{"maxItemsOne":true}}}},"relative_dates_filter":{"maxItemsOne":true,"elem":{"fields":{"anchor_date_configuration":{"maxItemsOne":true},"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true}}}},"time_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"exclude_period_configuration":{"maxItemsOne":true},"range_maximum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}},"range_minimum_value":{"maxItemsOne":true,"elem":{"fields":{"rolling_date":{"maxItemsOne":true}}}}}}},"top_bottom_filter":{"maxItemsOne":true,"elem":{"fields":{"aggregation_sort_configuration":{"maxItemsOne":false,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true}}}}}}},"scope_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_sheets":{"maxItemsOne":true,"elem":{"fields":{"sheet_visual_scoping_configurations":{"maxItemsOne":false,"elem":{"fields":{"visual_ids":{"maxItemsOne":false}}}}}}}}}}}}},"parameters_declarations":{"maxItemsOne":false,"elem":{"fields":{"date_time_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"rolling_date":{"maxItemsOne":true},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"decimal_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"integer_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}},"string_parameter_declaration":{"maxItemsOne":true,"elem":{"fields":{"default_values":{"maxItemsOne":true,"elem":{"fields":{"dynamic_value":{"maxItemsOne":true,"elem":{"fields":{"default_value_column":{"maxItemsOne":true},"group_name_column":{"maxItemsOne":true},"user_name_column":{"maxItemsOne":true}}}},"static_values":{"maxItemsOne":false}}}},"values_when_unset":{"maxItemsOne":true}}}}}}},"sheets":{"maxItemsOne":false,"elem":{"fields":{"filter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"relative_date_time":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}},"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}},"section_based_layout":{"maxItemsOne":true,"elem":{"fields":{"body_sections":{"maxItemsOne":false,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}}}}},"page_break_configuration":{"maxItemsOne":true,"elem":{"fields":{"after":{"maxItemsOne":true}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"paper_margin":{"maxItemsOne":true}}}}}}},"footer_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}},"header_sections":{"maxItemsOne":true,"elem":{"fields":{"layout":{"maxItemsOne":true,"elem":{"fields":{"free_form_layout":{"maxItemsOne":true,"elem":{"fields":{"elements":{"maxItemsOne":false,"elem":{"fields":{"background_style":{"maxItemsOne":true},"border_style":{"maxItemsOne":true},"loading_animation":{"maxItemsOne":true},"rendering_rules":{"maxItemsOne":false,"elem":{"fields":{"configuration_overrides":{"maxItemsOne":true}}}},"selected_border_style":{"maxItemsOne":true}}}}}}}}}},"style":{"maxItemsOne":true,"elem":{"fields":{"padding":{"maxItemsOne":true}}}}}}}}}}}}}}}},"parameter_controls":{"maxItemsOne":false,"elem":{"fields":{"date_time_picker":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"dropdown":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"list":{"maxItemsOne":true,"elem":{"fields":{"cascading_control_configuration":{"maxItemsOne":true,"elem":{"fields":{"source_controls":{"maxItemsOne":false,"elem":{"fields":{"column_to_match":{"maxItemsOne":true}}}}}}},"display_options":{"maxItemsOne":true,"elem":{"fields":{"search_options":{"maxItemsOne":true},"select_all_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"selectable_values":{"maxItemsOne":true,"elem":{"fields":{"link_to_data_set_column":{"maxItemsOne":true},"values":{"maxItemsOne":false}}}}}}},"slider":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_area":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"text_field":{"maxItemsOne":true,"elem":{"fields":{"display_options":{"maxItemsOne":true,"elem":{"fields":{"placeholder_options":{"maxItemsOne":true},"title_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"sheet_control_layouts":{"maxItemsOne":true,"elem":{"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"grid_layout":{"maxItemsOne":true,"elem":{"fields":{"canvas_size_options":{"maxItemsOne":true,"elem":{"fields":{"screen_canvas_size_options":{"maxItemsOne":true}}}},"elements":{"maxItemsOne":false}}}}}}}}}},"text_boxes":{"maxItemsOne":false},"visuals":{"maxItemsOne":false,"elem":{"fields":{"bar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"box_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"box_plot_options":{"maxItemsOne":true,"elem":{"fields":{"style_options":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"box_plot_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"pagination_configuration":{"maxItemsOne":true}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"combo_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bar_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"combo_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"bar_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"line_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"line_data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"custom_content_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"empty_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}}}}},"filled_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"filled_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"shape":{"maxItemsOne":true,"elem":{"fields":{"format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"funnel_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"funnel_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"gauge_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"gauge_chart_options":{"maxItemsOne":true,"elem":{"fields":{"arc":{"maxItemsOne":true},"arc_axis":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true}}}},"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"arc":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"geospatial_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"geospatial_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"geospatial":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"map_style_options":{"maxItemsOne":true},"point_style_options":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker_configuration":{"maxItemsOne":true,"elem":{"fields":{"cluster_marker":{"maxItemsOne":true,"elem":{"fields":{"simple_cluster_marker":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"window_options":{"maxItemsOne":true,"elem":{"fields":{"bounds":{"maxItemsOne":true}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"heat_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"column_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"heat_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"heat_map_column_items_limit_configuration":{"maxItemsOne":true},"heat_map_column_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"heat_map_row_items_limit_configuration":{"maxItemsOne":true},"heat_map_row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"histogram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"bin_options":{"maxItemsOne":true,"elem":{"fields":{"bin_count":{"maxItemsOne":true},"bin_width":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"histogram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"insight_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"insight_configuration":{"maxItemsOne":true,"elem":{"fields":{"computation":{"maxItemsOne":false,"elem":{"fields":{"forecast":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"growth_rate":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"maximum_minimum":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"metric_comparison":{"maxItemsOne":true,"elem":{"fields":{"from_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"target_value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_over_period":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"period_to_date":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_movers":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"time":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"top_bottom_ranked":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"total_aggregation":{"maxItemsOne":true,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"unique_values":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"custom_narrative":{"maxItemsOne":true}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"kpi_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_wells":{"maxItemsOne":true,"elem":{"fields":{"target_values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"trend_groups":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"kpi_options":{"maxItemsOne":true,"elem":{"fields":{"comparison":{"maxItemsOne":true,"elem":{"fields":{"comparison_format":{"maxItemsOne":true,"elem":{"fields":{"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"primary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"progress_bar":{"maxItemsOne":true},"secondary_value":{"maxItemsOne":true},"secondary_value_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"sparkline":{"maxItemsOne":true},"trend_arrows":{"maxItemsOne":true},"visual_layout_options":{"maxItemsOne":true,"elem":{"fields":{"standard_layout":{"maxItemsOne":true}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"trend_group_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"actual_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"comparison_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"primary_value":{"maxItemsOne":true,"elem":{"fields":{"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}},"progress_bar":{"maxItemsOne":true,"elem":{"fields":{"foreground_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"line_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"default_series_settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"line_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"colors":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"forecast_configurations":{"maxItemsOne":false,"elem":{"fields":{"forecast_properties":{"maxItemsOne":true},"scenario":{"maxItemsOne":true,"elem":{"fields":{"what_if_point_scenario":{"maxItemsOne":true},"what_if_range_scenario":{"maxItemsOne":true}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"reference_lines":{"maxItemsOne":false,"elem":{"fields":{"data_configuration":{"maxItemsOne":true,"elem":{"fields":{"dynamic_configuration":{"maxItemsOne":true,"elem":{"fields":{"calculation":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"measure_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}}}}},"static_configuration":{"maxItemsOne":true}}}},"label_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_label_configuration":{"maxItemsOne":true},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}},"value_label_configuration":{"maxItemsOne":true,"elem":{"fields":{"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"style_configuration":{"maxItemsOne":true}}}},"secondary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"axis_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"missing_data_configuration":{"maxItemsOne":false}}}},"secondary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"series":{"maxItemsOne":false,"elem":{"fields":{"data_field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}},"field_series_item":{"maxItemsOne":true,"elem":{"fields":{"settings":{"maxItemsOne":true,"elem":{"fields":{"line_style_settings":{"maxItemsOne":true},"marker_style_settings":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit_configuration":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit_configuration":{"maxItemsOne":true},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pie_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"contribution_analysis_defaults":{"maxItemsOne":false,"elem":{"fields":{"contributor_dimensions":{"maxItemsOne":false}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"donut_options":{"maxItemsOne":true,"elem":{"fields":{"arc_options":{"maxItemsOne":true},"donut_center_options":{"maxItemsOne":true}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pie_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"small_multiples":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"small_multiples_options":{"maxItemsOne":true,"elem":{"fields":{"panel_configuration":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"small_multiples_limit_configuration":{"maxItemsOne":true},"small_multiples_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"value_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"pivot_table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"data_path_options":{"maxItemsOne":false,"elem":{"fields":{"data_path_list":{"maxItemsOne":false}}}},"selected_field_options":{"maxItemsOne":false}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"pivot_table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"rows":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_sort_options":{"maxItemsOne":false,"elem":{"fields":{"sort_by":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"data_path":{"maxItemsOne":true,"elem":{"fields":{"sort_paths":{"maxItemsOne":false}}}},"field":{"maxItemsOne":true}}}}}}}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"column_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}},"row_field_names_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"column_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"column_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_subtotal_options":{"maxItemsOne":true,"elem":{"fields":{"field_level_options":{"maxItemsOne":false},"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"row_total_options":{"maxItemsOne":true,"elem":{"fields":{"metric_header_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"value_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"scope":{"maxItemsOne":true},"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"radar_chart_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"base_series_settings":{"maxItemsOne":true,"elem":{"fields":{"area_style_settings":{"maxItemsOne":true}}}},"category_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_axis":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"radar_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"color":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}},"color_items_limit":{"maxItemsOne":true},"color_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"sankey_diagram_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"sankey_diagram_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"source":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"weight":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"destination_items_limit":{"maxItemsOne":true},"source_items_limit":{"maxItemsOne":true},"weight_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"scatter_plot_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"scatter_plot_categorically_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"category":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"scatter_plot_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"size":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"x_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"y_axis":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"x_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"x_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"table_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"field_options":{"maxItemsOne":true,"elem":{"fields":{"order":{"maxItemsOne":false},"selected_field_options":{"maxItemsOne":false,"elem":{"fields":{"url_styling":{"maxItemsOne":true,"elem":{"fields":{"image_configuration":{"maxItemsOne":true,"elem":{"fields":{"sizing_options":{"maxItemsOne":true}}}},"link_configuration":{"maxItemsOne":true,"elem":{"fields":{"content":{"maxItemsOne":true,"elem":{"fields":{"custom_icon_content":{"maxItemsOne":true},"custom_text_content":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"table_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}},"table_unaggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"date_time_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"number_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}},"string_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"paginated_report_options":{"maxItemsOne":true},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"pagination_configuration":{"maxItemsOne":true},"row_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"table_inline_visualizations":{"maxItemsOne":false,"elem":{"fields":{"data_bars":{"maxItemsOne":true}}}},"table_options":{"maxItemsOne":true,"elem":{"fields":{"cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"header_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"row_alternate_color_options":{"maxItemsOne":true,"elem":{"fields":{"row_alternate_colors":{"maxItemsOne":true}}}}}}},"total_options":{"maxItemsOne":true,"elem":{"fields":{"total_cell_style":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true,"elem":{"fields":{"side_specific_border":{"maxItemsOne":true,"elem":{"fields":{"bottom":{"maxItemsOne":true},"inner_horizontal":{"maxItemsOne":true},"inner_vertical":{"maxItemsOne":true},"left":{"maxItemsOne":true},"right":{"maxItemsOne":true},"top":{"maxItemsOne":true}}}},"uniform_border":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"conditional_formatting":{"maxItemsOne":true,"elem":{"fields":{"conditional_formatting_options":{"maxItemsOne":false,"elem":{"fields":{"cell":{"maxItemsOne":true,"elem":{"fields":{"text_format":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"icon":{"maxItemsOne":true,"elem":{"fields":{"custom_condition":{"maxItemsOne":true,"elem":{"fields":{"display_configuration":{"maxItemsOne":true},"icon_options":{"maxItemsOne":true}}}},"icon_set":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}},"row":{"maxItemsOne":true,"elem":{"fields":{"background_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}},"text_color":{"maxItemsOne":true,"elem":{"fields":{"gradient":{"maxItemsOne":true,"elem":{"fields":{"color":{"maxItemsOne":true,"elem":{"fields":{"stops":{"maxItemsOne":false}}}}}}},"solid":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"tree_map_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"color_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"color_scale":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"null_value_color":{"maxItemsOne":true}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"tree_map_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"groups":{"maxItemsOne":true,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"sizes":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"group_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"size_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"tree_map_group_items_limit_configuration":{"maxItemsOne":true},"tree_map_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"tooltip":{"maxItemsOne":true,"elem":{"fields":{"field_base_tooltip":{"maxItemsOne":true,"elem":{"fields":{"tooltip_fields":{"maxItemsOne":false,"elem":{"fields":{"column_tooltip_item":{"maxItemsOne":true,"elem":{"fields":{"aggregation":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"column":{"maxItemsOne":true}}}},"field_tooltip_item":{"maxItemsOne":true}}}}}}}}}}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"waterfall_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"category_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"data_labels":{"maxItemsOne":true,"elem":{"fields":{"data_label_types":{"maxItemsOne":false,"elem":{"fields":{"data_path_label_type":{"maxItemsOne":true},"field_label_type":{"maxItemsOne":true},"maximum_label_type":{"maxItemsOne":true},"minimum_label_type":{"maxItemsOne":true},"range_ends_label_type":{"maxItemsOne":true}}}},"label_font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"waterfall_chart_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"breakdowns":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"categories":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"values":{"maxItemsOne":false,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"legend":{"maxItemsOne":true,"elem":{"fields":{"title":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"primary_y_axis_display_options":{"maxItemsOne":true,"elem":{"fields":{"data_options":{"maxItemsOne":true,"elem":{"fields":{"date_axis_options":{"maxItemsOne":true},"numeric_axis_options":{"maxItemsOne":true,"elem":{"fields":{"range":{"maxItemsOne":true,"elem":{"fields":{"data_driven":{"maxItemsOne":true},"min_max":{"maxItemsOne":true}}}},"scale":{"maxItemsOne":true,"elem":{"fields":{"linear":{"maxItemsOne":true},"logarithmic":{"maxItemsOne":true}}}}}}}}}},"scrollbar_options":{"maxItemsOne":true,"elem":{"fields":{"visible_range":{"maxItemsOne":true,"elem":{"fields":{"percent_range":{"maxItemsOne":true}}}}}}},"tick_label_options":{"maxItemsOne":true,"elem":{"fields":{"label_options":{"maxItemsOne":true,"elem":{"fields":{"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}}}}},"primary_y_axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"breakdown_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"visual_palette":{"maxItemsOne":true,"elem":{"fields":{"color_map":{"maxItemsOne":false,"elem":{"fields":{"element":{"maxItemsOne":true}}}}}}},"waterfall_chart_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}},"word_cloud_visual":{"maxItemsOne":true,"elem":{"fields":{"actions":{"maxItemsOne":false,"elem":{"fields":{"action_operations":{"maxItemsOne":false,"elem":{"fields":{"filter_operation":{"maxItemsOne":true,"elem":{"fields":{"selected_fields_configuration":{"maxItemsOne":true,"elem":{"fields":{"selected_fields":{"maxItemsOne":false}}}},"target_visuals_configuration":{"maxItemsOne":true,"elem":{"fields":{"same_sheet_target_visual_configuration":{"maxItemsOne":true,"elem":{"fields":{"target_visuals":{"maxItemsOne":false}}}}}}}}}},"navigation_operation":{"maxItemsOne":true,"elem":{"fields":{"local_navigation_configuration":{"maxItemsOne":true}}}},"set_parameters_operation":{"maxItemsOne":true,"elem":{"fields":{"parameter_value_configurations":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":true,"elem":{"fields":{"custom_values_configuration":{"maxItemsOne":true,"elem":{"fields":{"custom_values":{"maxItemsOne":true,"elem":{"fields":{"date_time_values":{"maxItemsOne":false},"decimal_values":{"maxItemsOne":false},"integer_values":{"maxItemsOne":false},"string_values":{"maxItemsOne":false}}}}}}}}}}}}}}}},"url_operation":{"maxItemsOne":true}}}}}}},"chart_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_label_options":{"maxItemsOne":true,"elem":{"fields":{"axis_label_options":{"maxItemsOne":true,"elem":{"fields":{"apply_to":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"font_configuration":{"maxItemsOne":true,"elem":{"fields":{"font_size":{"maxItemsOne":true},"font_weight":{"maxItemsOne":true}}}}}}}}}},"field_wells":{"maxItemsOne":true,"elem":{"fields":{"word_cloud_aggregated_field_wells":{"maxItemsOne":true,"elem":{"fields":{"group_by":{"maxItemsOne":false,"elem":{"fields":{"categorical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_dimension_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}},"size":{"maxItemsOne":true,"elem":{"fields":{"calculated_measure_field":{"maxItemsOne":true},"categorical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"date_measure_field":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"null_value_format_configuration":{"maxItemsOne":true},"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}},"numerical_measure_field":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}},"column":{"maxItemsOne":true},"format_configuration":{"maxItemsOne":true,"elem":{"fields":{"numeric_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"currency_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"number_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}},"percentage_display_format_configuration":{"maxItemsOne":true,"elem":{"fields":{"decimal_places_configuration":{"maxItemsOne":true},"negative_value_configuration":{"maxItemsOne":true},"null_value_format_configuration":{"maxItemsOne":true},"separator_configuration":{"maxItemsOne":true,"elem":{"fields":{"thousands_separator":{"maxItemsOne":true}}}}}}}}}}}}}}}}}}}}}}}}},"sort_configuration":{"maxItemsOne":true,"elem":{"fields":{"category_items_limit":{"maxItemsOne":true},"category_sort":{"maxItemsOne":false,"elem":{"fields":{"column_sort":{"maxItemsOne":true,"elem":{"fields":{"aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"numerical_aggregation_function":{"maxItemsOne":true,"elem":{"fields":{"percentile_aggregation":{"maxItemsOne":true}}}}}}},"sort_by":{"maxItemsOne":true}}}},"field_sort":{"maxItemsOne":true}}}}}}},"word_cloud_options":{"maxItemsOne":true}}}},"column_hierarchies":{"maxItemsOne":false,"elem":{"fields":{"date_time_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"explicit_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}},"predefined_hierarchy":{"maxItemsOne":true,"elem":{"fields":{"columns":{"maxItemsOne":false},"drill_down_filters":{"maxItemsOne":false,"elem":{"fields":{"category_filter":{"maxItemsOne":true,"elem":{"fields":{"category_values":{"maxItemsOne":false},"column":{"maxItemsOne":true}}}},"numeric_equality_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}},"time_range_filter":{"maxItemsOne":true,"elem":{"fields":{"column":{"maxItemsOne":true}}}}}}}}}}}}},"subtitle":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}},"title":{"maxItemsOne":true,"elem":{"fields":{"format_text":{"maxItemsOne":true}}}}}}}}}}}}}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"source_entity":{"maxItemsOne":true,"elem":{"fields":{"source_analysis":{"maxItemsOne":true,"elem":{"fields":{"data_set_references":{"maxItemsOne":false}}}},"source_template":{"maxItemsOne":true}}}}}},"aws_quicksight_template_alias":{"current":"aws:quicksight/templateAlias:TemplateAlias","majorVersion":6},"aws_quicksight_theme":{"current":"aws:quicksight/theme:Theme","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"data_color_palette":{"maxItemsOne":true,"elem":{"fields":{"colors":{"maxItemsOne":false},"min_max_gradient":{"maxItemsOne":false}}}},"sheet":{"maxItemsOne":true,"elem":{"fields":{"tile":{"maxItemsOne":true,"elem":{"fields":{"border":{"maxItemsOne":true}}}},"tile_layout":{"maxItemsOne":true,"elem":{"fields":{"gutter":{"maxItemsOne":true},"margin":{"maxItemsOne":true}}}}}}},"typography":{"maxItemsOne":true,"elem":{"fields":{"font_families":{"maxItemsOne":false}}}},"ui_color_palette":{"maxItemsOne":true}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}}}},"aws_quicksight_user":{"current":"aws:quicksight/user:User","majorVersion":6},"aws_quicksight_vpc_connection":{"current":"aws:quicksight/vpcConnection:VpcConnection","majorVersion":6,"fields":{"dns_resolvers":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_ram_principal_association":{"current":"aws:ram/principalAssociation:PrincipalAssociation","majorVersion":6},"aws_ram_resource_association":{"current":"aws:ram/resourceAssociation:ResourceAssociation","majorVersion":6},"aws_ram_resource_share":{"current":"aws:ram/resourceShare:ResourceShare","majorVersion":6,"fields":{"permission_arns":{"maxItemsOne":false}}},"aws_ram_resource_share_accepter":{"current":"aws:ram/resourceShareAccepter:ResourceShareAccepter","majorVersion":6,"fields":{"resources":{"maxItemsOne":false}}},"aws_ram_sharing_with_organization":{"current":"aws:ram/sharingWithOrganization:SharingWithOrganization","majorVersion":6},"aws_rbin_rule":{"current":"aws:rbin/rule:Rule","majorVersion":6,"fields":{"lock_configuration":{"maxItemsOne":true,"elem":{"fields":{"unlock_delay":{"maxItemsOne":true}}}},"resource_tags":{"maxItemsOne":false},"retention_period":{"maxItemsOne":true}}},"aws_rds_cluster":{"current":"aws:rds/cluster:Cluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"cluster_members":{"maxItemsOne":false},"enabled_cloudwatch_logs_exports":{"maxItemsOne":false},"iam_roles":{"maxItemsOne":false},"master_user_secret":{"maxItemsOne":false},"restore_to_point_in_time":{"maxItemsOne":true},"s3_import":{"maxItemsOne":true},"scaling_configuration":{"maxItemsOne":true},"serverlessv2_scaling_configuration":{"maxItemsOne":true},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_rds_cluster_activity_stream":{"current":"aws:rds/clusterActivityStream:ClusterActivityStream","majorVersion":6},"aws_rds_cluster_endpoint":{"current":"aws:rds/clusterEndpoint:ClusterEndpoint","majorVersion":6,"fields":{"excluded_members":{"maxItemsOne":false},"static_members":{"maxItemsOne":false}}},"aws_rds_cluster_instance":{"current":"aws:rds/clusterInstance:ClusterInstance","majorVersion":6},"aws_rds_cluster_parameter_group":{"current":"aws:rds/clusterParameterGroup:ClusterParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_rds_cluster_role_association":{"current":"aws:rds/clusterRoleAssociation:ClusterRoleAssociation","majorVersion":6},"aws_rds_custom_db_engine_version":{"current":"aws:rds/customDbEngineVersion:CustomDbEngineVersion","majorVersion":6},"aws_rds_export_task":{"current":"aws:rds/exportTask:ExportTask","majorVersion":6,"fields":{"export_only":{"maxItemsOne":false}}},"aws_rds_global_cluster":{"current":"aws:rds/globalCluster:GlobalCluster","majorVersion":6,"fields":{"global_cluster_members":{"maxItemsOne":false}}},"aws_rds_reserved_instance":{"current":"aws:rds/reservedInstance:ReservedInstance","majorVersion":6,"fields":{"recurring_charges":{"maxItemsOne":false}}},"aws_redshift_authentication_profile":{"current":"aws:redshift/authenticationProfile:AuthenticationProfile","majorVersion":6},"aws_redshift_cluster":{"current":"aws:redshift/cluster:Cluster","majorVersion":6,"fields":{"cluster_nodes":{"maxItemsOne":false},"iam_roles":{"maxItemsOne":false},"logging":{"maxItemsOne":true,"elem":{"fields":{"log_exports":{"maxItemsOne":false}}}},"snapshot_copy":{"maxItemsOne":true},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_redshift_cluster_iam_roles":{"current":"aws:redshift/clusterIamRoles:ClusterIamRoles","majorVersion":6,"fields":{"iam_role_arns":{"maxItemsOne":false}}},"aws_redshift_cluster_snapshot":{"current":"aws:redshift/clusterSnapshot:ClusterSnapshot","majorVersion":6},"aws_redshift_endpoint_access":{"current":"aws:redshift/endpointAccess:EndpointAccess","majorVersion":6,"fields":{"vpc_endpoint":{"maxItemsOne":false,"elem":{"fields":{"network_interface":{"maxItemsOne":false}}}},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_redshift_endpoint_authorization":{"current":"aws:redshift/endpointAuthorization:EndpointAuthorization","majorVersion":6,"fields":{"vpc_ids":{"maxItemsOne":false}}},"aws_redshift_event_subscription":{"current":"aws:redshift/eventSubscription:EventSubscription","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false},"source_ids":{"maxItemsOne":false}}},"aws_redshift_hsm_client_certificate":{"current":"aws:redshift/hsmClientCertificate:HsmClientCertificate","majorVersion":6},"aws_redshift_hsm_configuration":{"current":"aws:redshift/hsmConfiguration:HsmConfiguration","majorVersion":6},"aws_redshift_parameter_group":{"current":"aws:redshift/parameterGroup:ParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_redshift_partner":{"current":"aws:redshift/partner:Partner","majorVersion":6},"aws_redshift_resource_policy":{"current":"aws:redshift/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_redshift_scheduled_action":{"current":"aws:redshift/scheduledAction:ScheduledAction","majorVersion":6,"fields":{"target_action":{"maxItemsOne":true,"elem":{"fields":{"pause_cluster":{"maxItemsOne":true},"resize_cluster":{"maxItemsOne":true},"resume_cluster":{"maxItemsOne":true}}}}}},"aws_redshift_snapshot_copy_grant":{"current":"aws:redshift/snapshotCopyGrant:SnapshotCopyGrant","majorVersion":6},"aws_redshift_snapshot_schedule":{"current":"aws:redshift/snapshotSchedule:SnapshotSchedule","majorVersion":6,"fields":{"definitions":{"maxItemsOne":false}}},"aws_redshift_snapshot_schedule_association":{"current":"aws:redshift/snapshotScheduleAssociation:SnapshotScheduleAssociation","majorVersion":6},"aws_redshift_subnet_group":{"current":"aws:redshift/subnetGroup:SubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_redshift_usage_limit":{"current":"aws:redshift/usageLimit:UsageLimit","majorVersion":6},"aws_redshiftdata_statement":{"current":"aws:redshiftdata/statement:Statement","majorVersion":6,"fields":{"parameters":{"maxItemsOne":false}}},"aws_redshiftserverless_endpoint_access":{"current":"aws:redshiftserverless/endpointAccess:EndpointAccess","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false},"vpc_endpoint":{"maxItemsOne":false,"elem":{"fields":{"network_interface":{"maxItemsOne":false}}}},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_redshiftserverless_namespace":{"current":"aws:redshiftserverless/namespace:Namespace","majorVersion":6,"fields":{"iam_roles":{"maxItemsOne":false},"log_exports":{"maxItemsOne":false}}},"aws_redshiftserverless_resource_policy":{"current":"aws:redshiftserverless/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_redshiftserverless_snapshot":{"current":"aws:redshiftserverless/snapshot:Snapshot","majorVersion":6,"fields":{"accounts_with_provisioned_restore_access":{"maxItemsOne":false},"accounts_with_restore_access":{"maxItemsOne":false}}},"aws_redshiftserverless_usage_limit":{"current":"aws:redshiftserverless/usageLimit:UsageLimit","majorVersion":6},"aws_redshiftserverless_workgroup":{"current":"aws:redshiftserverless/workgroup:Workgroup","majorVersion":6,"fields":{"config_parameter":{"maxItemsOne":false},"endpoint":{"maxItemsOne":false,"elem":{"fields":{"vpc_endpoint":{"maxItemsOne":false,"elem":{"fields":{"network_interface":{"maxItemsOne":false}}}}}}},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_resourceexplorer2_index":{"current":"aws:resourceexplorer/index:Index","majorVersion":6},"aws_resourceexplorer2_view":{"current":"aws:resourceexplorer/view:View","majorVersion":6,"fields":{"filters":{"maxItemsOne":true},"included_property":{"maxItemsOne":false}}},"aws_resourcegroups_group":{"current":"aws:resourcegroups/group:Group","majorVersion":6,"fields":{"configuration":{"maxItemsOne":false,"elem":{"fields":{"parameters":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"resource_query":{"maxItemsOne":true}}},"aws_resourcegroups_resource":{"current":"aws:resourcegroups/resource:Resource","majorVersion":6},"aws_rolesanywhere_profile":{"current":"aws:rolesanywhere/profile:Profile","majorVersion":6,"fields":{"managed_policy_arns":{"maxItemsOne":false},"role_arns":{"maxItemsOne":false}}},"aws_rolesanywhere_trust_anchor":{"current":"aws:rolesanywhere/trustAnchor:TrustAnchor","majorVersion":6,"fields":{"source":{"maxItemsOne":true,"elem":{"fields":{"source_data":{"maxItemsOne":true}}}}}},"aws_route":{"current":"aws:ec2/route:Route","majorVersion":6},"aws_route53_cidr_collection":{"current":"aws:route53/cidrCollection:CidrCollection","majorVersion":6},"aws_route53_cidr_location":{"current":"aws:route53/cidrLocation:CidrLocation","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false}}},"aws_route53_delegation_set":{"current":"aws:route53/delegationSet:DelegationSet","majorVersion":6,"fields":{"name_servers":{"maxItemsOne":false}}},"aws_route53_health_check":{"current":"aws:route53/healthCheck:HealthCheck","majorVersion":6,"fields":{"child_healthchecks":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}},"aws_route53_hosted_zone_dnssec":{"current":"aws:route53/hostedZoneDnsSec:HostedZoneDnsSec","majorVersion":6},"aws_route53_key_signing_key":{"current":"aws:route53/keySigningKey:KeySigningKey","majorVersion":6},"aws_route53_query_log":{"current":"aws:route53/queryLog:QueryLog","majorVersion":6},"aws_route53_record":{"current":"aws:route53/record:Record","majorVersion":6,"fields":{"alias":{"maxItemsOne":false},"cidr_routing_policy":{"maxItemsOne":true},"failover_routing_policy":{"maxItemsOne":false},"geolocation_routing_policy":{"maxItemsOne":false},"latency_routing_policy":{"maxItemsOne":false},"records":{"maxItemsOne":false},"weighted_routing_policy":{"maxItemsOne":false}}},"aws_route53_resolver_config":{"current":"aws:route53/resolverConfig:ResolverConfig","majorVersion":6},"aws_route53_resolver_dnssec_config":{"current":"aws:route53/resolverDnsSecConfig:ResolverDnsSecConfig","majorVersion":6},"aws_route53_resolver_endpoint":{"current":"aws:route53/resolverEndpoint:ResolverEndpoint","majorVersion":6,"fields":{"ip_address":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_route53_resolver_firewall_config":{"current":"aws:route53/resolverFirewallConfig:ResolverFirewallConfig","majorVersion":6},"aws_route53_resolver_firewall_domain_list":{"current":"aws:route53/resolverFirewallDomainList:ResolverFirewallDomainList","majorVersion":6,"fields":{"domains":{"maxItemsOne":false}}},"aws_route53_resolver_firewall_rule":{"current":"aws:route53/resolverFirewallRule:ResolverFirewallRule","majorVersion":6},"aws_route53_resolver_firewall_rule_group":{"current":"aws:route53/resolverFirewallRuleGroup:ResolverFirewallRuleGroup","majorVersion":6},"aws_route53_resolver_firewall_rule_group_association":{"current":"aws:route53/resolverFirewallRuleGroupAssociation:ResolverFirewallRuleGroupAssociation","majorVersion":6},"aws_route53_resolver_query_log_config":{"current":"aws:route53/resolverQueryLogConfig:ResolverQueryLogConfig","majorVersion":6},"aws_route53_resolver_query_log_config_association":{"current":"aws:route53/resolverQueryLogConfigAssociation:ResolverQueryLogConfigAssociation","majorVersion":6},"aws_route53_resolver_rule":{"current":"aws:route53/resolverRule:ResolverRule","majorVersion":6,"fields":{"target_ip":{"maxItemsOne":false}}},"aws_route53_resolver_rule_association":{"current":"aws:route53/resolverRuleAssociation:ResolverRuleAssociation","majorVersion":6},"aws_route53_traffic_policy":{"current":"aws:route53/trafficPolicy:TrafficPolicy","majorVersion":6},"aws_route53_traffic_policy_instance":{"current":"aws:route53/trafficPolicyInstance:TrafficPolicyInstance","majorVersion":6},"aws_route53_vpc_association_authorization":{"current":"aws:route53/vpcAssociationAuthorization:VpcAssociationAuthorization","majorVersion":6},"aws_route53_zone":{"current":"aws:route53/zone:Zone","majorVersion":6,"fields":{"name_servers":{"maxItemsOne":false},"vpc":{"maxItemsOne":false}}},"aws_route53_zone_association":{"current":"aws:route53/zoneAssociation:ZoneAssociation","majorVersion":6},"aws_route53domains_registered_domain":{"current":"aws:route53domains/registeredDomain:RegisteredDomain","majorVersion":6,"fields":{"admin_contact":{"maxItemsOne":true},"name_server":{"maxItemsOne":false,"elem":{"fields":{"glue_ips":{"maxItemsOne":false}}}},"registrant_contact":{"maxItemsOne":true},"status_list":{"maxItemsOne":false},"tech_contact":{"maxItemsOne":true}}},"aws_route53recoverycontrolconfig_cluster":{"current":"aws:route53recoverycontrol/cluster:Cluster","majorVersion":6,"fields":{"cluster_endpoints":{"maxItemsOne":false}}},"aws_route53recoverycontrolconfig_control_panel":{"current":"aws:route53recoverycontrol/controlPanel:ControlPanel","majorVersion":6},"aws_route53recoverycontrolconfig_routing_control":{"current":"aws:route53recoverycontrol/routingControl:RoutingControl","majorVersion":6},"aws_route53recoverycontrolconfig_safety_rule":{"current":"aws:route53recoverycontrol/safetyRule:SafetyRule","majorVersion":6,"fields":{"asserted_controls":{"maxItemsOne":false},"gating_controls":{"maxItemsOne":false},"rule_config":{"maxItemsOne":true},"target_controls":{"maxItemsOne":false}}},"aws_route53recoveryreadiness_cell":{"current":"aws:route53recoveryreadiness/cell:Cell","majorVersion":6,"fields":{"cells":{"maxItemsOne":false},"parent_readiness_scopes":{"maxItemsOne":false}}},"aws_route53recoveryreadiness_readiness_check":{"current":"aws:route53recoveryreadiness/readinessCheck:ReadinessCheck","majorVersion":6},"aws_route53recoveryreadiness_recovery_group":{"current":"aws:route53recoveryreadiness/recoveryGroup:RecoveryGroup","majorVersion":6,"fields":{"cells":{"maxItemsOne":false}}},"aws_route53recoveryreadiness_resource_set":{"current":"aws:route53recoveryreadiness/resourceSet:ResourceSet","majorVersion":6,"fields":{"resources":{"maxItemsOne":false,"elem":{"fields":{"dns_target_resource":{"maxItemsOne":true,"elem":{"fields":{"target_resource":{"maxItemsOne":true,"elem":{"fields":{"nlb_resource":{"maxItemsOne":true},"r53_resource":{"maxItemsOne":true}}}}}}},"readiness_scopes":{"maxItemsOne":false}}}}}},"aws_route_table":{"current":"aws:ec2/routeTable:RouteTable","majorVersion":6,"fields":{"propagating_vgws":{"maxItemsOne":false},"route":{"maxItemsOne":false}}},"aws_route_table_association":{"current":"aws:ec2/routeTableAssociation:RouteTableAssociation","majorVersion":6},"aws_rum_app_monitor":{"current":"aws:rum/appMonitor:AppMonitor","majorVersion":6,"fields":{"app_monitor_configuration":{"maxItemsOne":true,"elem":{"fields":{"excluded_pages":{"maxItemsOne":false},"favorite_pages":{"maxItemsOne":false},"included_pages":{"maxItemsOne":false},"telemetries":{"maxItemsOne":false}}}},"custom_events":{"maxItemsOne":true}}},"aws_rum_metrics_destination":{"current":"aws:rum/metricsDestination:MetricsDestination","majorVersion":6},"aws_s3_access_point":{"current":"aws:s3/accessPoint:AccessPoint","majorVersion":6,"fields":{"public_access_block_configuration":{"maxItemsOne":true},"vpc_configuration":{"maxItemsOne":true}}},"aws_s3_account_public_access_block":{"current":"aws:s3/accountPublicAccessBlock:AccountPublicAccessBlock","majorVersion":6},"aws_s3_bucket":{"current":"aws:s3/bucketV2:BucketV2","majorVersion":6,"fields":{"cors_rule":{"maxItemsOne":false,"elem":{"fields":{"allowed_headers":{"maxItemsOne":false},"allowed_methods":{"maxItemsOne":false},"allowed_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}},"grant":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"lifecycle_rule":{"maxItemsOne":false,"elem":{"fields":{"expiration":{"maxItemsOne":false},"noncurrent_version_expiration":{"maxItemsOne":false},"noncurrent_version_transition":{"maxItemsOne":false},"transition":{"maxItemsOne":false}}}},"logging":{"maxItemsOne":false},"object_lock_configuration":{"maxItemsOne":true,"elem":{"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"default_retention":{"maxItemsOne":false}}}}}}},"replication_configuration":{"maxItemsOne":false,"elem":{"fields":{"rules":{"maxItemsOne":false,"elem":{"fields":{"destination":{"maxItemsOne":false,"elem":{"fields":{"access_control_translation":{"maxItemsOne":false},"metrics":{"maxItemsOne":false},"replication_time":{"maxItemsOne":false}}}},"filter":{"maxItemsOne":false},"source_selection_criteria":{"maxItemsOne":false,"elem":{"fields":{"sse_kms_encrypted_objects":{"maxItemsOne":false}}}}}}}}}},"server_side_encryption_configuration":{"maxItemsOne":false,"elem":{"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"apply_server_side_encryption_by_default":{"maxItemsOne":false}}}}}}},"versioning":{"maxItemsOne":false},"website":{"maxItemsOne":false}}},"aws_s3_bucket_accelerate_configuration":{"current":"aws:s3/bucketAccelerateConfigurationV2:BucketAccelerateConfigurationV2","majorVersion":6},"aws_s3_bucket_acl":{"current":"aws:s3/bucketAclV2:BucketAclV2","majorVersion":6,"fields":{"access_control_policy":{"maxItemsOne":true,"elem":{"fields":{"grant":{"maxItemsOne":false,"elem":{"fields":{"grantee":{"maxItemsOne":true}}}},"owner":{"maxItemsOne":true}}}}}},"aws_s3_bucket_analytics_configuration":{"current":"aws:s3/analyticsConfiguration:AnalyticsConfiguration","majorVersion":6,"fields":{"filter":{"maxItemsOne":true},"storage_class_analysis":{"maxItemsOne":true,"elem":{"fields":{"data_export":{"maxItemsOne":true,"elem":{"fields":{"destination":{"maxItemsOne":true,"elem":{"fields":{"s3_bucket_destination":{"maxItemsOne":true}}}}}}}}}}}},"aws_s3_bucket_cors_configuration":{"current":"aws:s3/bucketCorsConfigurationV2:BucketCorsConfigurationV2","majorVersion":6,"fields":{"cors_rule":{"maxItemsOne":false,"elem":{"fields":{"allowed_headers":{"maxItemsOne":false},"allowed_methods":{"maxItemsOne":false},"allowed_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}}}},"aws_s3_bucket_intelligent_tiering_configuration":{"current":"aws:s3/bucketIntelligentTieringConfiguration:BucketIntelligentTieringConfiguration","majorVersion":6,"fields":{"filter":{"maxItemsOne":true},"tiering":{"maxItemsOne":false}}},"aws_s3_bucket_inventory":{"current":"aws:s3/inventory:Inventory","majorVersion":6,"fields":{"destination":{"maxItemsOne":true,"elem":{"fields":{"bucket":{"maxItemsOne":true,"elem":{"fields":{"encryption":{"maxItemsOne":true,"elem":{"fields":{"sse_kms":{"maxItemsOne":true},"sse_s3":{"maxItemsOne":true}}}}}}}}}},"filter":{"maxItemsOne":true},"optional_fields":{"maxItemsOne":false},"schedule":{"maxItemsOne":true}}},"aws_s3_bucket_legacy":{"current":"aws:s3/bucket:Bucket","majorVersion":6,"fields":{"cors_rule":{"maxItemsOne":false,"elem":{"fields":{"allowed_headers":{"maxItemsOne":false},"allowed_methods":{"maxItemsOne":false},"allowed_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}},"grant":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"lifecycle_rule":{"maxItemsOne":false,"elem":{"fields":{"expiration":{"maxItemsOne":true},"noncurrent_version_expiration":{"maxItemsOne":true},"noncurrent_version_transition":{"maxItemsOne":false},"transition":{"maxItemsOne":false}}}},"logging":{"maxItemsOne":false},"object_lock_configuration":{"maxItemsOne":true,"elem":{"fields":{"rule":{"maxItemsOne":true,"elem":{"fields":{"default_retention":{"maxItemsOne":true}}}}}}},"replication_configuration":{"maxItemsOne":true,"elem":{"fields":{"rules":{"maxItemsOne":false,"elem":{"fields":{"destination":{"maxItemsOne":true,"elem":{"fields":{"access_control_translation":{"maxItemsOne":true},"metrics":{"maxItemsOne":true},"replication_time":{"maxItemsOne":true}}}},"filter":{"maxItemsOne":true},"source_selection_criteria":{"maxItemsOne":true,"elem":{"fields":{"sse_kms_encrypted_objects":{"maxItemsOne":true}}}}}}}}}},"server_side_encryption_configuration":{"maxItemsOne":true,"elem":{"fields":{"rule":{"maxItemsOne":true,"elem":{"fields":{"apply_server_side_encryption_by_default":{"maxItemsOne":true}}}}}}},"versioning":{"maxItemsOne":true},"website":{"maxItemsOne":true}}},"aws_s3_bucket_lifecycle_configuration":{"current":"aws:s3/bucketLifecycleConfigurationV2:BucketLifecycleConfigurationV2","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"abort_incomplete_multipart_upload":{"maxItemsOne":true},"expiration":{"maxItemsOne":true},"filter":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":true},"tag":{"maxItemsOne":true}}}},"noncurrent_version_expiration":{"maxItemsOne":true},"noncurrent_version_transition":{"maxItemsOne":false},"transition":{"maxItemsOne":false}}}}}},"aws_s3_bucket_logging":{"current":"aws:s3/bucketLoggingV2:BucketLoggingV2","majorVersion":6,"fields":{"target_grant":{"maxItemsOne":false,"elem":{"fields":{"grantee":{"maxItemsOne":true}}}},"target_object_key_format":{"maxItemsOne":true,"elem":{"fields":{"partitioned_prefix":{"maxItemsOne":true},"simple_prefix":{"maxItemsOne":true}}}}}},"aws_s3_bucket_metric":{"current":"aws:s3/bucketMetric:BucketMetric","majorVersion":6,"fields":{"filter":{"maxItemsOne":true}}},"aws_s3_bucket_notification":{"current":"aws:s3/bucketNotification:BucketNotification","majorVersion":6,"fields":{"lambda_function":{"maxItemsOne":false,"elem":{"fields":{"events":{"maxItemsOne":false}}}},"queue":{"maxItemsOne":false,"elem":{"fields":{"events":{"maxItemsOne":false}}}},"topic":{"maxItemsOne":false,"elem":{"fields":{"events":{"maxItemsOne":false}}}}}},"aws_s3_bucket_object":{"current":"aws:s3/bucketObject:BucketObject","majorVersion":6},"aws_s3_bucket_object_lock_configuration":{"current":"aws:s3/bucketObjectLockConfigurationV2:BucketObjectLockConfigurationV2","majorVersion":6,"fields":{"rule":{"maxItemsOne":true,"elem":{"fields":{"default_retention":{"maxItemsOne":true}}}}}},"aws_s3_bucket_ownership_controls":{"current":"aws:s3/bucketOwnershipControls:BucketOwnershipControls","majorVersion":6,"fields":{"rule":{"maxItemsOne":true}}},"aws_s3_bucket_policy":{"current":"aws:s3/bucketPolicy:BucketPolicy","majorVersion":6},"aws_s3_bucket_public_access_block":{"current":"aws:s3/bucketPublicAccessBlock:BucketPublicAccessBlock","majorVersion":6},"aws_s3_bucket_replication_configuration":{"current":"aws:s3/bucketReplicationConfig:BucketReplicationConfig","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"delete_marker_replication":{"maxItemsOne":true},"destination":{"maxItemsOne":true,"elem":{"fields":{"access_control_translation":{"maxItemsOne":true},"encryption_configuration":{"maxItemsOne":true},"metrics":{"maxItemsOne":true,"elem":{"fields":{"event_threshold":{"maxItemsOne":true}}}},"replication_time":{"maxItemsOne":true,"elem":{"fields":{"time":{"maxItemsOne":true}}}}}}},"existing_object_replication":{"maxItemsOne":true},"filter":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":true},"tag":{"maxItemsOne":true}}}},"source_selection_criteria":{"maxItemsOne":true,"elem":{"fields":{"replica_modifications":{"maxItemsOne":true},"sse_kms_encrypted_objects":{"maxItemsOne":true}}}}}}}}},"aws_s3_bucket_request_payment_configuration":{"current":"aws:s3/bucketRequestPaymentConfigurationV2:BucketRequestPaymentConfigurationV2","majorVersion":6},"aws_s3_bucket_server_side_encryption_configuration":{"current":"aws:s3/bucketServerSideEncryptionConfigurationV2:BucketServerSideEncryptionConfigurationV2","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"apply_server_side_encryption_by_default":{"maxItemsOne":true}}}}}},"aws_s3_bucket_versioning":{"current":"aws:s3/bucketVersioningV2:BucketVersioningV2","majorVersion":6,"fields":{"versioning_configuration":{"maxItemsOne":true}}},"aws_s3_bucket_website_configuration":{"current":"aws:s3/bucketWebsiteConfigurationV2:BucketWebsiteConfigurationV2","majorVersion":6,"fields":{"error_document":{"maxItemsOne":true},"index_document":{"maxItemsOne":true},"redirect_all_requests_to":{"maxItemsOne":true},"routing_rule":{"maxItemsOne":false,"elem":{"fields":{"condition":{"maxItemsOne":true},"redirect":{"maxItemsOne":true}}}}}},"aws_s3_object":{"current":"aws:s3/bucketObjectv2:BucketObjectv2","majorVersion":6,"fields":{"override_provider":{"maxItemsOne":true,"elem":{"fields":{"default_tags":{"maxItemsOne":true}}}}}},"aws_s3_object_copy":{"current":"aws:s3/objectCopy:ObjectCopy","majorVersion":6,"fields":{"grant":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}}}},"aws_s3control_access_grants_instance_resource_policy":{"current":"aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy","majorVersion":6},"aws_s3control_access_point_policy":{"current":"aws:s3control/accessPointPolicy:AccessPointPolicy","majorVersion":6},"aws_s3control_bucket":{"current":"aws:s3control/bucket:Bucket","majorVersion":6},"aws_s3control_bucket_lifecycle_configuration":{"current":"aws:s3control/bucketLifecycleConfiguration:BucketLifecycleConfiguration","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"abort_incomplete_multipart_upload":{"maxItemsOne":true},"expiration":{"maxItemsOne":true},"filter":{"maxItemsOne":true}}}}}},"aws_s3control_bucket_policy":{"current":"aws:s3control/bucketPolicy:BucketPolicy","majorVersion":6},"aws_s3control_multi_region_access_point":{"current":"aws:s3control/multiRegionAccessPoint:MultiRegionAccessPoint","majorVersion":6,"fields":{"details":{"maxItemsOne":true,"elem":{"fields":{"public_access_block":{"maxItemsOne":true},"region":{"maxItemsOne":false}}}}}},"aws_s3control_multi_region_access_point_policy":{"current":"aws:s3control/multiRegionAccessPointPolicy:MultiRegionAccessPointPolicy","majorVersion":6,"fields":{"details":{"maxItemsOne":true}}},"aws_s3control_object_lambda_access_point":{"current":"aws:s3control/objectLambdaAccessPoint:ObjectLambdaAccessPoint","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true,"elem":{"fields":{"allowed_features":{"maxItemsOne":false},"transformation_configuration":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false},"content_transformation":{"maxItemsOne":true,"elem":{"fields":{"aws_lambda":{"maxItemsOne":true}}}}}}}}}}}},"aws_s3control_object_lambda_access_point_policy":{"current":"aws:s3control/objectLambdaAccessPointPolicy:ObjectLambdaAccessPointPolicy","majorVersion":6},"aws_s3control_storage_lens_configuration":{"current":"aws:s3control/storageLensConfiguration:StorageLensConfiguration","majorVersion":6,"fields":{"storage_lens_configuration":{"maxItemsOne":true,"elem":{"fields":{"account_level":{"maxItemsOne":true,"elem":{"fields":{"activity_metrics":{"maxItemsOne":true},"advanced_cost_optimization_metrics":{"maxItemsOne":true},"advanced_data_protection_metrics":{"maxItemsOne":true},"bucket_level":{"maxItemsOne":true,"elem":{"fields":{"activity_metrics":{"maxItemsOne":true},"advanced_cost_optimization_metrics":{"maxItemsOne":true},"advanced_data_protection_metrics":{"maxItemsOne":true},"detailed_status_code_metrics":{"maxItemsOne":true},"prefix_level":{"maxItemsOne":true,"elem":{"fields":{"storage_metrics":{"maxItemsOne":true,"elem":{"fields":{"selection_criteria":{"maxItemsOne":true}}}}}}}}}},"detailed_status_code_metrics":{"maxItemsOne":true}}}},"aws_org":{"maxItemsOne":true},"data_export":{"maxItemsOne":true,"elem":{"fields":{"cloud_watch_metrics":{"maxItemsOne":true},"s3_bucket_destination":{"maxItemsOne":true,"elem":{"fields":{"encryption":{"maxItemsOne":true,"elem":{"fields":{"sse_kms":{"maxItemsOne":true},"sse_s3":{"maxItemsOne":false}}}}}}}}}},"exclude":{"maxItemsOne":true,"elem":{"fields":{"buckets":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}},"include":{"maxItemsOne":true,"elem":{"fields":{"buckets":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}}}}}}},"aws_s3outposts_endpoint":{"current":"aws:s3outposts/endpoint:Endpoint","majorVersion":6,"fields":{"network_interfaces":{"maxItemsOne":false}}},"aws_sagemaker_app":{"current":"aws:sagemaker/app:App","majorVersion":6,"fields":{"resource_spec":{"maxItemsOne":true}}},"aws_sagemaker_app_image_config":{"current":"aws:sagemaker/appImageConfig:AppImageConfig","majorVersion":6,"fields":{"kernel_gateway_image_config":{"maxItemsOne":true,"elem":{"fields":{"file_system_config":{"maxItemsOne":true},"kernel_spec":{"maxItemsOne":true}}}}}},"aws_sagemaker_code_repository":{"current":"aws:sagemaker/codeRepository:CodeRepository","majorVersion":6,"fields":{"git_config":{"maxItemsOne":true}}},"aws_sagemaker_data_quality_job_definition":{"current":"aws:sagemaker/dataQualityJobDefinition:DataQualityJobDefinition","majorVersion":6,"fields":{"data_quality_app_specification":{"maxItemsOne":true},"data_quality_baseline_config":{"maxItemsOne":true,"elem":{"fields":{"constraints_resource":{"maxItemsOne":true},"statistics_resource":{"maxItemsOne":true}}}},"data_quality_job_input":{"maxItemsOne":true,"elem":{"fields":{"batch_transform_input":{"maxItemsOne":true,"elem":{"fields":{"dataset_format":{"maxItemsOne":true,"elem":{"fields":{"csv":{"maxItemsOne":true},"json":{"maxItemsOne":true}}}}}}},"endpoint_input":{"maxItemsOne":true}}}},"data_quality_job_output_config":{"maxItemsOne":true,"elem":{"fields":{"monitoring_outputs":{"maxItemsOne":true,"elem":{"fields":{"s3_output":{"maxItemsOne":true}}}}}}},"job_resources":{"maxItemsOne":true,"elem":{"fields":{"cluster_config":{"maxItemsOne":true}}}},"network_config":{"maxItemsOne":true,"elem":{"fields":{"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}}},"stopping_condition":{"maxItemsOne":true}}},"aws_sagemaker_device":{"current":"aws:sagemaker/device:Device","majorVersion":6,"fields":{"device":{"maxItemsOne":true}}},"aws_sagemaker_device_fleet":{"current":"aws:sagemaker/deviceFleet:DeviceFleet","majorVersion":6,"fields":{"output_config":{"maxItemsOne":true}}},"aws_sagemaker_domain":{"current":"aws:sagemaker/domain:Domain","majorVersion":6,"fields":{"default_space_settings":{"maxItemsOne":true,"elem":{"fields":{"jupyter_server_app_settings":{"maxItemsOne":true,"elem":{"fields":{"code_repository":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"kernel_gateway_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"security_groups":{"maxItemsOne":false}}}},"default_user_settings":{"maxItemsOne":true,"elem":{"fields":{"canvas_app_settings":{"maxItemsOne":true,"elem":{"fields":{"direct_deploy_settings":{"maxItemsOne":true},"identity_provider_oauth_settings":{"maxItemsOne":false},"kendra_settings":{"maxItemsOne":true},"model_register_settings":{"maxItemsOne":true},"time_series_forecasting_settings":{"maxItemsOne":true},"workspace_settings":{"maxItemsOne":true}}}},"jupyter_server_app_settings":{"maxItemsOne":true,"elem":{"fields":{"code_repository":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"kernel_gateway_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"r_session_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true}}}},"r_studio_server_pro_app_settings":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"sharing_settings":{"maxItemsOne":true},"tensor_board_app_settings":{"maxItemsOne":true,"elem":{"fields":{"default_resource_spec":{"maxItemsOne":true}}}}}}},"domain_settings":{"maxItemsOne":true,"elem":{"fields":{"r_studio_server_pro_domain_settings":{"maxItemsOne":true,"elem":{"fields":{"default_resource_spec":{"maxItemsOne":true}}}},"security_group_ids":{"maxItemsOne":false}}}},"retention_policy":{"maxItemsOne":true},"subnet_ids":{"maxItemsOne":false}}},"aws_sagemaker_endpoint":{"current":"aws:sagemaker/endpoint:Endpoint","majorVersion":6,"fields":{"deployment_config":{"maxItemsOne":true,"elem":{"fields":{"auto_rollback_configuration":{"maxItemsOne":true,"elem":{"fields":{"alarms":{"maxItemsOne":false}}}},"blue_green_update_policy":{"maxItemsOne":true,"elem":{"fields":{"traffic_routing_configuration":{"maxItemsOne":true,"elem":{"fields":{"canary_size":{"maxItemsOne":true},"linear_step_size":{"maxItemsOne":true}}}}}}},"rolling_update_policy":{"maxItemsOne":true,"elem":{"fields":{"maximum_batch_size":{"maxItemsOne":true},"rollback_maximum_batch_size":{"maxItemsOne":true}}}}}}}}},"aws_sagemaker_endpoint_configuration":{"current":"aws:sagemaker/endpointConfiguration:EndpointConfiguration","majorVersion":6,"fields":{"async_inference_config":{"maxItemsOne":true,"elem":{"fields":{"client_config":{"maxItemsOne":true},"output_config":{"maxItemsOne":true,"elem":{"fields":{"notification_config":{"maxItemsOne":true,"elem":{"fields":{"include_inference_response_in":{"maxItemsOne":false}}}}}}}}}},"data_capture_config":{"maxItemsOne":true,"elem":{"fields":{"capture_content_type_header":{"maxItemsOne":true,"elem":{"fields":{"csv_content_types":{"maxItemsOne":false},"json_content_types":{"maxItemsOne":false}}}},"capture_options":{"maxItemsOne":false}}}},"production_variants":{"maxItemsOne":false,"elem":{"fields":{"core_dump_config":{"maxItemsOne":true},"serverless_config":{"maxItemsOne":true}}}},"shadow_production_variants":{"maxItemsOne":false,"elem":{"fields":{"core_dump_config":{"maxItemsOne":true},"serverless_config":{"maxItemsOne":true}}}}}},"aws_sagemaker_feature_group":{"current":"aws:sagemaker/featureGroup:FeatureGroup","majorVersion":6,"fields":{"feature_definition":{"maxItemsOne":false},"offline_store_config":{"maxItemsOne":true,"elem":{"fields":{"data_catalog_config":{"maxItemsOne":true},"s3_storage_config":{"maxItemsOne":true}}}},"online_store_config":{"maxItemsOne":true,"elem":{"fields":{"security_config":{"maxItemsOne":true},"ttl_duration":{"maxItemsOne":true}}}}}},"aws_sagemaker_flow_definition":{"current":"aws:sagemaker/flowDefinition:FlowDefinition","majorVersion":6,"fields":{"human_loop_activation_config":{"maxItemsOne":true,"elem":{"fields":{"human_loop_activation_conditions_config":{"maxItemsOne":true}}}},"human_loop_config":{"maxItemsOne":true,"elem":{"fields":{"public_workforce_task_price":{"maxItemsOne":true,"elem":{"fields":{"amount_in_usd":{"maxItemsOne":true}}}},"task_keywords":{"maxItemsOne":false}}}},"human_loop_request_source":{"maxItemsOne":true},"output_config":{"maxItemsOne":true}}},"aws_sagemaker_human_task_ui":{"current":"aws:sagemaker/humanTaskUI:HumanTaskUI","majorVersion":6,"fields":{"ui_template":{"maxItemsOne":true}}},"aws_sagemaker_image":{"current":"aws:sagemaker/image:Image","majorVersion":6},"aws_sagemaker_image_version":{"current":"aws:sagemaker/imageVersion:ImageVersion","majorVersion":6},"aws_sagemaker_model":{"current":"aws:sagemaker/model:Model","majorVersion":6,"fields":{"container":{"maxItemsOne":false,"elem":{"fields":{"image_config":{"maxItemsOne":true,"elem":{"fields":{"repository_auth_config":{"maxItemsOne":true}}}},"model_data_source":{"maxItemsOne":true,"elem":{"fields":{"s3_data_source":{"maxItemsOne":false}}}}}}},"inference_execution_config":{"maxItemsOne":true},"primary_container":{"maxItemsOne":true,"elem":{"fields":{"image_config":{"maxItemsOne":true,"elem":{"fields":{"repository_auth_config":{"maxItemsOne":true}}}},"model_data_source":{"maxItemsOne":true,"elem":{"fields":{"s3_data_source":{"maxItemsOne":false}}}}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}},"aws_sagemaker_model_package_group":{"current":"aws:sagemaker/modelPackageGroup:ModelPackageGroup","majorVersion":6},"aws_sagemaker_model_package_group_policy":{"current":"aws:sagemaker/modelPackageGroupPolicy:ModelPackageGroupPolicy","majorVersion":6},"aws_sagemaker_monitoring_schedule":{"current":"aws:sagemaker/monitoringSchedule:MonitoringSchedule","majorVersion":6,"fields":{"monitoring_schedule_config":{"maxItemsOne":true,"elem":{"fields":{"schedule_config":{"maxItemsOne":true}}}}}},"aws_sagemaker_notebook_instance":{"current":"aws:sagemaker/notebookInstance:NotebookInstance","majorVersion":6,"fields":{"accelerator_types":{"maxItemsOne":false},"additional_code_repositories":{"maxItemsOne":false},"instance_metadata_service_configuration":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false}}},"aws_sagemaker_notebook_instance_lifecycle_configuration":{"current":"aws:sagemaker/notebookInstanceLifecycleConfiguration:NotebookInstanceLifecycleConfiguration","majorVersion":6},"aws_sagemaker_pipeline":{"current":"aws:sagemaker/pipeline:Pipeline","majorVersion":6,"fields":{"parallelism_configuration":{"maxItemsOne":true},"pipeline_definition_s3_location":{"maxItemsOne":true}}},"aws_sagemaker_project":{"current":"aws:sagemaker/project:Project","majorVersion":6,"fields":{"service_catalog_provisioning_details":{"maxItemsOne":true,"elem":{"fields":{"provisioning_parameter":{"maxItemsOne":false}}}}}},"aws_sagemaker_servicecatalog_portfolio_status":{"current":"aws:sagemaker/servicecatalogPortfolioStatus:ServicecatalogPortfolioStatus","majorVersion":6},"aws_sagemaker_space":{"current":"aws:sagemaker/space:Space","majorVersion":6,"fields":{"space_settings":{"maxItemsOne":true,"elem":{"fields":{"jupyter_server_app_settings":{"maxItemsOne":true,"elem":{"fields":{"code_repository":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"kernel_gateway_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}}}}}}},"aws_sagemaker_studio_lifecycle_config":{"current":"aws:sagemaker/studioLifecycleConfig:StudioLifecycleConfig","majorVersion":6},"aws_sagemaker_user_profile":{"current":"aws:sagemaker/userProfile:UserProfile","majorVersion":6,"fields":{"user_settings":{"maxItemsOne":true,"elem":{"fields":{"canvas_app_settings":{"maxItemsOne":true,"elem":{"fields":{"direct_deploy_settings":{"maxItemsOne":true},"identity_provider_oauth_settings":{"maxItemsOne":false},"kendra_settings":{"maxItemsOne":true},"model_register_settings":{"maxItemsOne":true},"time_series_forecasting_settings":{"maxItemsOne":true},"workspace_settings":{"maxItemsOne":true}}}},"jupyter_server_app_settings":{"maxItemsOne":true,"elem":{"fields":{"code_repository":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"kernel_gateway_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true},"lifecycle_config_arns":{"maxItemsOne":false}}}},"r_session_app_settings":{"maxItemsOne":true,"elem":{"fields":{"custom_image":{"maxItemsOne":false},"default_resource_spec":{"maxItemsOne":true}}}},"r_studio_server_pro_app_settings":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"sharing_settings":{"maxItemsOne":true},"tensor_board_app_settings":{"maxItemsOne":true,"elem":{"fields":{"default_resource_spec":{"maxItemsOne":true}}}}}}}}},"aws_sagemaker_workforce":{"current":"aws:sagemaker/workforce:Workforce","majorVersion":6,"fields":{"cognito_config":{"maxItemsOne":true},"oidc_config":{"maxItemsOne":true},"source_ip_config":{"maxItemsOne":true,"elem":{"fields":{"cidrs":{"maxItemsOne":false}}}},"workforce_vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}}}},"aws_sagemaker_workteam":{"current":"aws:sagemaker/workteam:Workteam","majorVersion":6,"fields":{"member_definition":{"maxItemsOne":false,"elem":{"fields":{"cognito_member_definition":{"maxItemsOne":true},"oidc_member_definition":{"maxItemsOne":true,"elem":{"fields":{"groups":{"maxItemsOne":false}}}}}}},"notification_configuration":{"maxItemsOne":true}}},"aws_scheduler_schedule":{"current":"aws:scheduler/schedule:Schedule","majorVersion":6,"fields":{"flexible_time_window":{"maxItemsOne":true},"target":{"maxItemsOne":true,"elem":{"fields":{"dead_letter_config":{"maxItemsOne":true},"ecs_parameters":{"maxItemsOne":true,"elem":{"fields":{"capacity_provider_strategy":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"placement_constraints":{"maxItemsOne":false},"placement_strategy":{"maxItemsOne":false}}}},"eventbridge_parameters":{"maxItemsOne":true},"kinesis_parameters":{"maxItemsOne":true},"retry_policy":{"maxItemsOne":true},"sagemaker_pipeline_parameters":{"maxItemsOne":true,"elem":{"fields":{"pipeline_parameter":{"maxItemsOne":false}}}},"sqs_parameters":{"maxItemsOne":true}}}}}},"aws_scheduler_schedule_group":{"current":"aws:scheduler/scheduleGroup:ScheduleGroup","majorVersion":6},"aws_schemas_discoverer":{"current":"aws:schemas/discoverer:Discoverer","majorVersion":6},"aws_schemas_registry":{"current":"aws:schemas/registry:Registry","majorVersion":6},"aws_schemas_registry_policy":{"current":"aws:schemas/registryPolicy:RegistryPolicy","majorVersion":6},"aws_schemas_schema":{"current":"aws:schemas/schema:Schema","majorVersion":6},"aws_secretsmanager_secret":{"current":"aws:secretsmanager/secret:Secret","majorVersion":6,"fields":{"replica":{"maxItemsOne":false}}},"aws_secretsmanager_secret_policy":{"current":"aws:secretsmanager/secretPolicy:SecretPolicy","majorVersion":6},"aws_secretsmanager_secret_rotation":{"current":"aws:secretsmanager/secretRotation:SecretRotation","majorVersion":6,"fields":{"rotation_rules":{"maxItemsOne":true}}},"aws_secretsmanager_secret_version":{"current":"aws:secretsmanager/secretVersion:SecretVersion","majorVersion":6,"fields":{"version_stages":{"maxItemsOne":false}}},"aws_security_group":{"current":"aws:ec2/securityGroup:SecurityGroup","majorVersion":6,"fields":{"egress":{"maxItemsOne":false,"elem":{"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"prefix_list_ids":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}},"ingress":{"maxItemsOne":false,"elem":{"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"prefix_list_ids":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}}}},"aws_security_group_rule":{"current":"aws:ec2/securityGroupRule:SecurityGroupRule","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"prefix_list_ids":{"maxItemsOne":false}}},"aws_securityhub_account":{"current":"aws:securityhub/account:Account","majorVersion":6},"aws_securityhub_action_target":{"current":"aws:securityhub/actionTarget:ActionTarget","majorVersion":6},"aws_securityhub_finding_aggregator":{"current":"aws:securityhub/findingAggregator:FindingAggregator","majorVersion":6,"fields":{"specified_regions":{"maxItemsOne":false}}},"aws_securityhub_insight":{"current":"aws:securityhub/insight:Insight","majorVersion":6,"fields":{"filters":{"maxItemsOne":true,"elem":{"fields":{"aws_account_id":{"maxItemsOne":false},"company_name":{"maxItemsOne":false},"compliance_status":{"maxItemsOne":false},"confidence":{"maxItemsOne":false},"created_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"criticality":{"maxItemsOne":false},"description":{"maxItemsOne":false},"finding_provider_fields_confidence":{"maxItemsOne":false},"finding_provider_fields_criticality":{"maxItemsOne":false},"finding_provider_fields_related_findings_id":{"maxItemsOne":false},"finding_provider_fields_related_findings_product_arn":{"maxItemsOne":false},"finding_provider_fields_severity_label":{"maxItemsOne":false},"finding_provider_fields_severity_original":{"maxItemsOne":false},"finding_provider_fields_types":{"maxItemsOne":false},"first_observed_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"generator_id":{"maxItemsOne":false},"id":{"maxItemsOne":false},"keyword":{"maxItemsOne":false},"last_observed_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"malware_name":{"maxItemsOne":false},"malware_path":{"maxItemsOne":false},"malware_state":{"maxItemsOne":false},"malware_type":{"maxItemsOne":false},"network_destination_domain":{"maxItemsOne":false},"network_destination_ipv4":{"maxItemsOne":false},"network_destination_ipv6":{"maxItemsOne":false},"network_destination_port":{"maxItemsOne":false},"network_direction":{"maxItemsOne":false},"network_protocol":{"maxItemsOne":false},"network_source_domain":{"maxItemsOne":false},"network_source_ipv4":{"maxItemsOne":false},"network_source_ipv6":{"maxItemsOne":false},"network_source_mac":{"maxItemsOne":false},"network_source_port":{"maxItemsOne":false},"note_text":{"maxItemsOne":false},"note_updated_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"note_updated_by":{"maxItemsOne":false},"process_launched_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"process_name":{"maxItemsOne":false},"process_parent_pid":{"maxItemsOne":false},"process_path":{"maxItemsOne":false},"process_pid":{"maxItemsOne":false},"process_terminated_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"product_arn":{"maxItemsOne":false},"product_fields":{"maxItemsOne":false},"product_name":{"maxItemsOne":false},"recommendation_text":{"maxItemsOne":false},"record_state":{"maxItemsOne":false},"related_findings_id":{"maxItemsOne":false},"related_findings_product_arn":{"maxItemsOne":false},"resource_aws_ec2_instance_iam_instance_profile_arn":{"maxItemsOne":false},"resource_aws_ec2_instance_image_id":{"maxItemsOne":false},"resource_aws_ec2_instance_ipv4_addresses":{"maxItemsOne":false},"resource_aws_ec2_instance_ipv6_addresses":{"maxItemsOne":false},"resource_aws_ec2_instance_key_name":{"maxItemsOne":false},"resource_aws_ec2_instance_launched_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"resource_aws_ec2_instance_subnet_id":{"maxItemsOne":false},"resource_aws_ec2_instance_type":{"maxItemsOne":false},"resource_aws_ec2_instance_vpc_id":{"maxItemsOne":false},"resource_aws_iam_access_key_created_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"resource_aws_iam_access_key_status":{"maxItemsOne":false},"resource_aws_iam_access_key_user_name":{"maxItemsOne":false},"resource_aws_s3_bucket_owner_id":{"maxItemsOne":false},"resource_aws_s3_bucket_owner_name":{"maxItemsOne":false},"resource_container_image_id":{"maxItemsOne":false},"resource_container_image_name":{"maxItemsOne":false},"resource_container_launched_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"resource_container_name":{"maxItemsOne":false},"resource_details_other":{"maxItemsOne":false},"resource_id":{"maxItemsOne":false},"resource_partition":{"maxItemsOne":false},"resource_region":{"maxItemsOne":false},"resource_tags":{"maxItemsOne":false},"resource_type":{"maxItemsOne":false},"severity_label":{"maxItemsOne":false},"source_url":{"maxItemsOne":false},"threat_intel_indicator_category":{"maxItemsOne":false},"threat_intel_indicator_last_observed_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"threat_intel_indicator_source":{"maxItemsOne":false},"threat_intel_indicator_source_url":{"maxItemsOne":false},"threat_intel_indicator_type":{"maxItemsOne":false},"threat_intel_indicator_value":{"maxItemsOne":false},"title":{"maxItemsOne":false},"type":{"maxItemsOne":false},"updated_at":{"maxItemsOne":false,"elem":{"fields":{"date_range":{"maxItemsOne":true}}}},"user_defined_values":{"maxItemsOne":false},"verification_state":{"maxItemsOne":false},"workflow_status":{"maxItemsOne":false}}}}}},"aws_securityhub_invite_accepter":{"current":"aws:securityhub/inviteAccepter:InviteAccepter","majorVersion":6},"aws_securityhub_member":{"current":"aws:securityhub/member:Member","majorVersion":6},"aws_securityhub_organization_admin_account":{"current":"aws:securityhub/organizationAdminAccount:OrganizationAdminAccount","majorVersion":6},"aws_securityhub_organization_configuration":{"current":"aws:securityhub/organizationConfiguration:OrganizationConfiguration","majorVersion":6},"aws_securityhub_product_subscription":{"current":"aws:securityhub/productSubscription:ProductSubscription","majorVersion":6},"aws_securityhub_standards_control":{"current":"aws:securityhub/standardsControl:StandardsControl","majorVersion":6,"fields":{"related_requirements":{"maxItemsOne":false}}},"aws_securityhub_standards_subscription":{"current":"aws:securityhub/standardsSubscription:StandardsSubscription","majorVersion":6},"aws_serverlessapplicationrepository_cloudformation_stack":{"current":"aws:serverlessrepository/cloudFormationStack:CloudFormationStack","majorVersion":6,"fields":{"capabilities":{"maxItemsOne":false}}},"aws_service_discovery_http_namespace":{"current":"aws:servicediscovery/httpNamespace:HttpNamespace","majorVersion":6},"aws_service_discovery_instance":{"current":"aws:servicediscovery/instance:Instance","majorVersion":6},"aws_service_discovery_private_dns_namespace":{"current":"aws:servicediscovery/privateDnsNamespace:PrivateDnsNamespace","majorVersion":6},"aws_service_discovery_public_dns_namespace":{"current":"aws:servicediscovery/publicDnsNamespace:PublicDnsNamespace","majorVersion":6},"aws_service_discovery_service":{"current":"aws:servicediscovery/service:Service","majorVersion":6,"fields":{"dns_config":{"maxItemsOne":true,"elem":{"fields":{"dns_records":{"maxItemsOne":false}}}},"health_check_config":{"maxItemsOne":true},"health_check_custom_config":{"maxItemsOne":true}}},"aws_servicecatalog_budget_resource_association":{"current":"aws:servicecatalog/budgetResourceAssociation:BudgetResourceAssociation","majorVersion":6},"aws_servicecatalog_constraint":{"current":"aws:servicecatalog/constraint:Constraint","majorVersion":6},"aws_servicecatalog_organizations_access":{"current":"aws:servicecatalog/organizationsAccess:OrganizationsAccess","majorVersion":6},"aws_servicecatalog_portfolio":{"current":"aws:servicecatalog/portfolio:Portfolio","majorVersion":6},"aws_servicecatalog_portfolio_share":{"current":"aws:servicecatalog/portfolioShare:PortfolioShare","majorVersion":6},"aws_servicecatalog_principal_portfolio_association":{"current":"aws:servicecatalog/principalPortfolioAssociation:PrincipalPortfolioAssociation","majorVersion":6},"aws_servicecatalog_product":{"current":"aws:servicecatalog/product:Product","majorVersion":6,"fields":{"provisioning_artifact_parameters":{"maxItemsOne":true}}},"aws_servicecatalog_product_portfolio_association":{"current":"aws:servicecatalog/productPortfolioAssociation:ProductPortfolioAssociation","majorVersion":6},"aws_servicecatalog_provisioned_product":{"current":"aws:servicecatalog/provisionedProduct:ProvisionedProduct","majorVersion":6,"fields":{"cloudwatch_dashboard_names":{"maxItemsOne":false},"notification_arns":{"maxItemsOne":false},"outputs":{"maxItemsOne":false},"provisioning_parameters":{"maxItemsOne":false},"stack_set_provisioning_preferences":{"maxItemsOne":true,"elem":{"fields":{"accounts":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}}}},"aws_servicecatalog_provisioning_artifact":{"current":"aws:servicecatalog/provisioningArtifact:ProvisioningArtifact","majorVersion":6},"aws_servicecatalog_service_action":{"current":"aws:servicecatalog/serviceAction:ServiceAction","majorVersion":6,"fields":{"definition":{"maxItemsOne":true}}},"aws_servicecatalog_tag_option":{"current":"aws:servicecatalog/tagOption:TagOption","majorVersion":6},"aws_servicecatalog_tag_option_resource_association":{"current":"aws:servicecatalog/tagOptionResourceAssociation:TagOptionResourceAssociation","majorVersion":6},"aws_servicequotas_service_quota":{"current":"aws:servicequotas/serviceQuota:ServiceQuota","majorVersion":6,"fields":{"usage_metric":{"maxItemsOne":false,"elem":{"fields":{"metric_dimensions":{"maxItemsOne":false}}}}}},"aws_servicequotas_template":{"current":"aws:servicequotas/template:Template","majorVersion":6},"aws_servicequotas_template_association":{"current":"aws:servicequotas/templateAssociation:TemplateAssociation","majorVersion":6},"aws_ses_active_receipt_rule_set":{"current":"aws:ses/activeReceiptRuleSet:ActiveReceiptRuleSet","majorVersion":6},"aws_ses_configuration_set":{"current":"aws:ses/configurationSet:ConfigurationSet","majorVersion":6,"fields":{"delivery_options":{"maxItemsOne":true},"tracking_options":{"maxItemsOne":true}}},"aws_ses_domain_dkim":{"current":"aws:ses/domainDkim:DomainDkim","majorVersion":6,"fields":{"dkim_tokens":{"maxItemsOne":false}}},"aws_ses_domain_identity":{"current":"aws:ses/domainIdentity:DomainIdentity","majorVersion":6},"aws_ses_domain_identity_verification":{"current":"aws:ses/domainIdentityVerification:DomainIdentityVerification","majorVersion":6},"aws_ses_domain_mail_from":{"current":"aws:ses/mailFrom:MailFrom","majorVersion":6},"aws_ses_email_identity":{"current":"aws:ses/emailIdentity:EmailIdentity","majorVersion":6},"aws_ses_event_destination":{"current":"aws:ses/eventDestination:EventDestination","majorVersion":6,"fields":{"cloudwatch_destination":{"maxItemsOne":false},"kinesis_destination":{"maxItemsOne":true},"matching_types":{"maxItemsOne":false},"sns_destination":{"maxItemsOne":true}}},"aws_ses_identity_notification_topic":{"current":"aws:ses/identityNotificationTopic:IdentityNotificationTopic","majorVersion":6},"aws_ses_identity_policy":{"current":"aws:ses/identityPolicy:IdentityPolicy","majorVersion":6},"aws_ses_receipt_filter":{"current":"aws:ses/receiptFilter:ReceiptFilter","majorVersion":6},"aws_ses_receipt_rule":{"current":"aws:ses/receiptRule:ReceiptRule","majorVersion":6,"fields":{"add_header_action":{"maxItemsOne":false},"bounce_action":{"maxItemsOne":false},"lambda_action":{"maxItemsOne":false},"recipients":{"maxItemsOne":false},"s3_action":{"maxItemsOne":false},"sns_action":{"maxItemsOne":false},"stop_action":{"maxItemsOne":false},"workmail_action":{"maxItemsOne":false}}},"aws_ses_receipt_rule_set":{"current":"aws:ses/receiptRuleSet:ReceiptRuleSet","majorVersion":6},"aws_ses_template":{"current":"aws:ses/template:Template","majorVersion":6},"aws_sesv2_account_vdm_attributes":{"current":"aws:sesv2/accountVdmAttributes:AccountVdmAttributes","majorVersion":6,"fields":{"dashboard_attributes":{"maxItemsOne":true},"guardian_attributes":{"maxItemsOne":true}}},"aws_sesv2_configuration_set":{"current":"aws:sesv2/configurationSet:ConfigurationSet","majorVersion":6,"fields":{"delivery_options":{"maxItemsOne":true},"reputation_options":{"maxItemsOne":true},"sending_options":{"maxItemsOne":true},"suppression_options":{"maxItemsOne":true,"elem":{"fields":{"suppressed_reasons":{"maxItemsOne":false}}}},"tracking_options":{"maxItemsOne":true},"vdm_options":{"maxItemsOne":true,"elem":{"fields":{"dashboard_options":{"maxItemsOne":true},"guardian_options":{"maxItemsOne":true}}}}}},"aws_sesv2_configuration_set_event_destination":{"current":"aws:sesv2/configurationSetEventDestination:ConfigurationSetEventDestination","majorVersion":6,"fields":{"event_destination":{"maxItemsOne":true,"elem":{"fields":{"cloud_watch_destination":{"maxItemsOne":true,"elem":{"fields":{"dimension_configuration":{"maxItemsOne":false}}}},"kinesis_firehose_destination":{"maxItemsOne":true},"matching_event_types":{"maxItemsOne":false},"pinpoint_destination":{"maxItemsOne":true},"sns_destination":{"maxItemsOne":true}}}}}},"aws_sesv2_contact_list":{"current":"aws:sesv2/contactList:ContactList","majorVersion":6,"fields":{"topic":{"maxItemsOne":false}}},"aws_sesv2_dedicated_ip_assignment":{"current":"aws:sesv2/dedicatedIpAssignment:DedicatedIpAssignment","majorVersion":6},"aws_sesv2_dedicated_ip_pool":{"current":"aws:sesv2/dedicatedIpPool:DedicatedIpPool","majorVersion":6},"aws_sesv2_email_identity":{"current":"aws:sesv2/emailIdentity:EmailIdentity","majorVersion":6,"fields":{"dkim_signing_attributes":{"maxItemsOne":true,"elem":{"fields":{"tokens":{"maxItemsOne":false}}}}}},"aws_sesv2_email_identity_feedback_attributes":{"current":"aws:sesv2/emailIdentityFeedbackAttributes:EmailIdentityFeedbackAttributes","majorVersion":6},"aws_sesv2_email_identity_mail_from_attributes":{"current":"aws:sesv2/emailIdentityMailFromAttributes:EmailIdentityMailFromAttributes","majorVersion":6},"aws_sfn_activity":{"current":"aws:sfn/activity:Activity","majorVersion":6},"aws_sfn_alias":{"current":"aws:sfn/alias:Alias","majorVersion":6,"fields":{"routing_configuration":{"maxItemsOne":false}}},"aws_sfn_state_machine":{"current":"aws:sfn/stateMachine:StateMachine","majorVersion":6,"fields":{"logging_configuration":{"maxItemsOne":true},"tracing_configuration":{"maxItemsOne":true}}},"aws_shield_application_layer_automatic_response":{"current":"aws:shield/applicationLayerAutomaticResponse:ApplicationLayerAutomaticResponse","majorVersion":6},"aws_shield_drt_access_log_bucket_association":{"current":"aws:shield/drtAccessLogBucketAssociation:DrtAccessLogBucketAssociation","majorVersion":6},"aws_shield_drt_access_role_arn_association":{"current":"aws:shield/drtAccessRoleArnAssociation:DrtAccessRoleArnAssociation","majorVersion":6},"aws_shield_protection":{"current":"aws:shield/protection:Protection","majorVersion":6},"aws_shield_protection_group":{"current":"aws:shield/protectionGroup:ProtectionGroup","majorVersion":6,"fields":{"members":{"maxItemsOne":false}}},"aws_shield_protection_health_check_association":{"current":"aws:shield/protectionHealthCheckAssociation:ProtectionHealthCheckAssociation","majorVersion":6},"aws_signer_signing_job":{"current":"aws:signer/signingJob:SigningJob","majorVersion":6,"fields":{"destination":{"maxItemsOne":true,"elem":{"fields":{"s3":{"maxItemsOne":true}}}},"revocation_record":{"maxItemsOne":false},"signed_object":{"maxItemsOne":false,"elem":{"fields":{"s3":{"maxItemsOne":false}}}},"source":{"maxItemsOne":true,"elem":{"fields":{"s3":{"maxItemsOne":true}}}}}},"aws_signer_signing_profile":{"current":"aws:signer/signingProfile:SigningProfile","majorVersion":6,"fields":{"revocation_record":{"maxItemsOne":false},"signature_validity_period":{"maxItemsOne":true},"signing_material":{"maxItemsOne":true}}},"aws_signer_signing_profile_permission":{"current":"aws:signer/signingProfilePermission:SigningProfilePermission","majorVersion":6},"aws_simpledb_domain":{"current":"aws:simpledb/domain:Domain","majorVersion":6},"aws_snapshot_create_volume_permission":{"current":"aws:ec2/snapshotCreateVolumePermission:SnapshotCreateVolumePermission","majorVersion":6},"aws_sns_platform_application":{"current":"aws:sns/platformApplication:PlatformApplication","majorVersion":6},"aws_sns_sms_preferences":{"current":"aws:sns/smsPreferences:SmsPreferences","majorVersion":6},"aws_sns_topic":{"current":"aws:sns/topic:Topic","majorVersion":6},"aws_sns_topic_data_protection_policy":{"current":"aws:sns/dataProtectionPolicy:DataProtectionPolicy","majorVersion":6},"aws_sns_topic_policy":{"current":"aws:sns/topicPolicy:TopicPolicy","majorVersion":6},"aws_sns_topic_subscription":{"current":"aws:sns/topicSubscription:TopicSubscription","majorVersion":6},"aws_spot_datafeed_subscription":{"current":"aws:ec2/spotDatafeedSubscription:SpotDatafeedSubscription","majorVersion":6},"aws_spot_fleet_request":{"current":"aws:ec2/spotFleetRequest:SpotFleetRequest","majorVersion":6,"fields":{"launch_specification":{"maxItemsOne":false,"elem":{"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false},"root_block_device":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}}},"launch_template_config":{"maxItemsOne":false,"elem":{"fields":{"launch_template_specification":{"maxItemsOne":true},"overrides":{"maxItemsOne":false,"elem":{"fields":{"instance_requirements":{"maxItemsOne":true,"elem":{"fields":{"accelerator_count":{"maxItemsOne":true},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":true},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":true},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":true},"memory_mib":{"maxItemsOne":true},"network_bandwidth_gbps":{"maxItemsOne":true},"network_interface_count":{"maxItemsOne":true},"total_local_storage_gb":{"maxItemsOne":true},"vcpu_count":{"maxItemsOne":true}}}}}}}}}},"load_balancers":{"maxItemsOne":false},"spot_maintenance_strategies":{"maxItemsOne":true,"elem":{"fields":{"capacity_rebalance":{"maxItemsOne":true}}}},"target_group_arns":{"maxItemsOne":false}}},"aws_spot_instance_request":{"current":"aws:ec2/spotInstanceRequest:SpotInstanceRequest","majorVersion":6,"fields":{"capacity_reservation_specification":{"maxItemsOne":true,"elem":{"fields":{"capacity_reservation_target":{"maxItemsOne":true}}}},"cpu_options":{"maxItemsOne":true},"credit_specification":{"maxItemsOne":true},"ebs_block_device":{"maxItemsOne":false},"enclave_options":{"maxItemsOne":true},"ephemeral_block_device":{"maxItemsOne":false},"ipv6_addresses":{"maxItemsOne":false},"launch_template":{"maxItemsOne":true},"maintenance_options":{"maxItemsOne":true},"metadata_options":{"maxItemsOne":true},"network_interface":{"maxItemsOne":false},"private_dns_name_options":{"maxItemsOne":true},"root_block_device":{"maxItemsOne":true},"secondary_private_ips":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_sqs_queue":{"current":"aws:sqs/queue:Queue","majorVersion":6},"aws_sqs_queue_policy":{"current":"aws:sqs/queuePolicy:QueuePolicy","majorVersion":6},"aws_sqs_queue_redrive_allow_policy":{"current":"aws:sqs/redriveAllowPolicy:RedriveAllowPolicy","majorVersion":6},"aws_sqs_queue_redrive_policy":{"current":"aws:sqs/redrivePolicy:RedrivePolicy","majorVersion":6},"aws_ssm_activation":{"current":"aws:ssm/activation:Activation","majorVersion":6},"aws_ssm_association":{"current":"aws:ssm/association:Association","majorVersion":6,"fields":{"output_location":{"maxItemsOne":true},"targets":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ssm_default_patch_baseline":{"current":"aws:ssm/defaultPatchBaseline:DefaultPatchBaseline","majorVersion":6},"aws_ssm_document":{"current":"aws:ssm/document:Document","majorVersion":6,"fields":{"attachments_source":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"parameter":{"maxItemsOne":false},"platform_types":{"maxItemsOne":false}}},"aws_ssm_maintenance_window":{"current":"aws:ssm/maintenanceWindow:MaintenanceWindow","majorVersion":6},"aws_ssm_maintenance_window_target":{"current":"aws:ssm/maintenanceWindowTarget:MaintenanceWindowTarget","majorVersion":6,"fields":{"targets":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ssm_maintenance_window_task":{"current":"aws:ssm/maintenanceWindowTask:MaintenanceWindowTask","majorVersion":6,"fields":{"targets":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"task_invocation_parameters":{"maxItemsOne":true,"elem":{"fields":{"automation_parameters":{"maxItemsOne":true,"elem":{"fields":{"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"lambda_parameters":{"maxItemsOne":true},"run_command_parameters":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_config":{"maxItemsOne":true},"notification_config":{"maxItemsOne":true,"elem":{"fields":{"notification_events":{"maxItemsOne":false}}}},"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"step_functions_parameters":{"maxItemsOne":true}}}}}},"aws_ssm_parameter":{"current":"aws:ssm/parameter:Parameter","majorVersion":6},"aws_ssm_patch_baseline":{"current":"aws:ssm/patchBaseline:PatchBaseline","majorVersion":6,"fields":{"approval_rule":{"maxItemsOne":false,"elem":{"fields":{"patch_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"approved_patches":{"maxItemsOne":false},"global_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"rejected_patches":{"maxItemsOne":false},"source":{"maxItemsOne":false,"elem":{"fields":{"products":{"maxItemsOne":false}}}}}},"aws_ssm_patch_group":{"current":"aws:ssm/patchGroup:PatchGroup","majorVersion":6},"aws_ssm_resource_data_sync":{"current":"aws:ssm/resourceDataSync:ResourceDataSync","majorVersion":6,"fields":{"s3_destination":{"maxItemsOne":true}}},"aws_ssm_service_setting":{"current":"aws:ssm/serviceSetting:ServiceSetting","majorVersion":6},"aws_ssmcontacts_contact":{"current":"aws:ssmcontacts/contact:Contact","majorVersion":6},"aws_ssmcontacts_contact_channel":{"current":"aws:ssmcontacts/contactChannel:ContactChannel","majorVersion":6,"fields":{"delivery_address":{"maxItemsOne":true}}},"aws_ssmcontacts_plan":{"current":"aws:ssmcontacts/plan:Plan","majorVersion":6,"fields":{"stage":{"maxItemsOne":false,"elem":{"fields":{"target":{"maxItemsOne":false,"elem":{"fields":{"channel_target_info":{"maxItemsOne":true},"contact_target_info":{"maxItemsOne":true}}}}}}}}},"aws_ssmincidents_replication_set":{"current":"aws:ssmincidents/replicationSet:ReplicationSet","majorVersion":6,"fields":{"region":{"maxItemsOne":false}}},"aws_ssmincidents_response_plan":{"current":"aws:ssmincidents/responsePlan:ResponsePlan","majorVersion":6,"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"ssm_automation":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}}}}},"chat_channel":{"maxItemsOne":false},"engagements":{"maxItemsOne":false},"incident_template":{"maxItemsOne":true,"elem":{"fields":{"notification_target":{"maxItemsOne":false}}}},"integration":{"maxItemsOne":true,"elem":{"fields":{"pagerduty":{"maxItemsOne":false}}}}}},"aws_ssoadmin_account_assignment":{"current":"aws:ssoadmin/accountAssignment:AccountAssignment","majorVersion":6},"aws_ssoadmin_customer_managed_policy_attachment":{"current":"aws:ssoadmin/customerManagedPolicyAttachment:CustomerManagedPolicyAttachment","majorVersion":6,"fields":{"customer_managed_policy_reference":{"maxItemsOne":true}}},"aws_ssoadmin_instance_access_control_attributes":{"current":"aws:ssoadmin/instanceAccessControlAttributes:InstanceAccessControlAttributes","majorVersion":6,"fields":{"attribute":{"maxItemsOne":false,"elem":{"fields":{"value":{"maxItemsOne":false,"elem":{"fields":{"source":{"maxItemsOne":false}}}}}}}}},"aws_ssoadmin_managed_policy_attachment":{"current":"aws:ssoadmin/managedPolicyAttachment:ManagedPolicyAttachment","majorVersion":6},"aws_ssoadmin_permission_set":{"current":"aws:ssoadmin/permissionSet:PermissionSet","majorVersion":6},"aws_ssoadmin_permission_set_inline_policy":{"current":"aws:ssoadmin/permissionSetInlinePolicy:PermissionSetInlinePolicy","majorVersion":6},"aws_ssoadmin_permissions_boundary_attachment":{"current":"aws:ssoadmin/permissionsBoundaryAttachment:PermissionsBoundaryAttachment","majorVersion":6,"fields":{"permissions_boundary":{"maxItemsOne":true,"elem":{"fields":{"customer_managed_policy_reference":{"maxItemsOne":true}}}}}},"aws_storagegateway_cache":{"current":"aws:storagegateway/cache:Cache","majorVersion":6},"aws_storagegateway_cached_iscsi_volume":{"current":"aws:storagegateway/cachesIscsiVolume:CachesIscsiVolume","majorVersion":6},"aws_storagegateway_file_system_association":{"current":"aws:storagegateway/fileSystemAssociation:FileSystemAssociation","majorVersion":6,"fields":{"cache_attributes":{"maxItemsOne":true}}},"aws_storagegateway_gateway":{"current":"aws:storagegateway/gateway:Gateway","majorVersion":6,"fields":{"gateway_network_interface":{"maxItemsOne":false},"maintenance_start_time":{"maxItemsOne":true},"smb_active_directory_settings":{"maxItemsOne":true,"elem":{"fields":{"domain_controllers":{"maxItemsOne":false}}}}}},"aws_storagegateway_nfs_file_share":{"current":"aws:storagegateway/nfsFileShare:NfsFileShare","majorVersion":6,"fields":{"cache_attributes":{"maxItemsOne":true},"client_list":{"maxItemsOne":false},"nfs_file_share_defaults":{"maxItemsOne":true}}},"aws_storagegateway_smb_file_share":{"current":"aws:storagegateway/smbFileShare:SmbFileShare","majorVersion":6,"fields":{"admin_user_list":{"maxItemsOne":false},"cache_attributes":{"maxItemsOne":true},"invalid_user_list":{"maxItemsOne":false},"valid_user_list":{"maxItemsOne":false}}},"aws_storagegateway_stored_iscsi_volume":{"current":"aws:storagegateway/storedIscsiVolume:StoredIscsiVolume","majorVersion":6},"aws_storagegateway_tape_pool":{"current":"aws:storagegateway/tapePool:TapePool","majorVersion":6},"aws_storagegateway_upload_buffer":{"current":"aws:storagegateway/uploadBuffer:UploadBuffer","majorVersion":6},"aws_storagegateway_working_storage":{"current":"aws:storagegateway/workingStorage:WorkingStorage","majorVersion":6},"aws_subnet":{"current":"aws:ec2/subnet:Subnet","majorVersion":6},"aws_swf_domain":{"current":"aws:swf/domain:Domain","majorVersion":6},"aws_synthetics_canary":{"current":"aws:synthetics/canary:Canary","majorVersion":6,"fields":{"artifact_config":{"maxItemsOne":true,"elem":{"fields":{"s3_encryption":{"maxItemsOne":true}}}},"run_config":{"maxItemsOne":true},"schedule":{"maxItemsOne":true},"timeline":{"maxItemsOne":false},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_synthetics_group":{"current":"aws:synthetics/group:Group","majorVersion":6},"aws_synthetics_group_association":{"current":"aws:synthetics/groupAssociation:GroupAssociation","majorVersion":6},"aws_timestreamwrite_database":{"current":"aws:timestreamwrite/database:Database","majorVersion":6},"aws_timestreamwrite_table":{"current":"aws:timestreamwrite/table:Table","majorVersion":6,"fields":{"magnetic_store_write_properties":{"maxItemsOne":true,"elem":{"fields":{"magnetic_store_rejected_data_location":{"maxItemsOne":true,"elem":{"fields":{"s3_configuration":{"maxItemsOne":true}}}}}}},"retention_properties":{"maxItemsOne":true},"schema":{"maxItemsOne":true,"elem":{"fields":{"composite_partition_key":{"maxItemsOne":true}}}}}},"aws_transcribe_language_model":{"current":"aws:transcribe/languageModel:LanguageModel","majorVersion":6,"fields":{"input_data_config":{"maxItemsOne":true}}},"aws_transcribe_medical_vocabulary":{"current":"aws:transcribe/medicalVocabulary:MedicalVocabulary","majorVersion":6},"aws_transcribe_vocabulary":{"current":"aws:transcribe/vocabulary:Vocabulary","majorVersion":6,"fields":{"phrases":{"maxItemsOne":false}}},"aws_transcribe_vocabulary_filter":{"current":"aws:transcribe/vocabularyFilter:VocabularyFilter","majorVersion":6,"fields":{"words":{"maxItemsOne":false}}},"aws_transfer_access":{"current":"aws:transfer/access:Access","majorVersion":6,"fields":{"home_directory_mappings":{"maxItemsOne":false},"posix_profile":{"maxItemsOne":true,"elem":{"fields":{"secondary_gids":{"maxItemsOne":false}}}}}},"aws_transfer_agreement":{"current":"aws:transfer/agreement:Agreement","majorVersion":6},"aws_transfer_certificate":{"current":"aws:transfer/certificate:Certificate","majorVersion":6},"aws_transfer_connector":{"current":"aws:transfer/connector:Connector","majorVersion":6,"fields":{"as2_config":{"maxItemsOne":true},"sftp_config":{"maxItemsOne":true,"elem":{"fields":{"trusted_host_keys":{"maxItemsOne":false}}}}}},"aws_transfer_profile":{"current":"aws:transfer/profile:Profile","majorVersion":6,"fields":{"certificate_ids":{"maxItemsOne":false}}},"aws_transfer_server":{"current":"aws:transfer/server:Server","majorVersion":6,"fields":{"endpoint_details":{"maxItemsOne":true,"elem":{"fields":{"address_allocation_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}},"protocol_details":{"maxItemsOne":true,"elem":{"fields":{"as2_transports":{"maxItemsOne":false}}}},"protocols":{"maxItemsOne":false},"structured_log_destinations":{"maxItemsOne":false},"workflow_details":{"maxItemsOne":true,"elem":{"fields":{"on_partial_upload":{"maxItemsOne":true},"on_upload":{"maxItemsOne":true}}}}}},"aws_transfer_ssh_key":{"current":"aws:transfer/sshKey:SshKey","majorVersion":6},"aws_transfer_tag":{"current":"aws:transfer/tag:Tag","majorVersion":6},"aws_transfer_user":{"current":"aws:transfer/user:User","majorVersion":6,"fields":{"home_directory_mappings":{"maxItemsOne":false},"posix_profile":{"maxItemsOne":true,"elem":{"fields":{"secondary_gids":{"maxItemsOne":false}}}}}},"aws_transfer_workflow":{"current":"aws:transfer/workflow:Workflow","majorVersion":6,"fields":{"on_exception_steps":{"maxItemsOne":false,"elem":{"fields":{"copy_step_details":{"maxItemsOne":true,"elem":{"fields":{"destination_file_location":{"maxItemsOne":true,"elem":{"fields":{"efs_file_location":{"maxItemsOne":true},"s3_file_location":{"maxItemsOne":true}}}}}}},"custom_step_details":{"maxItemsOne":true},"decrypt_step_details":{"maxItemsOne":true,"elem":{"fields":{"destination_file_location":{"maxItemsOne":true,"elem":{"fields":{"efs_file_location":{"maxItemsOne":true},"s3_file_location":{"maxItemsOne":true}}}}}}},"delete_step_details":{"maxItemsOne":true},"tag_step_details":{"maxItemsOne":true,"elem":{"fields":{"tags":{"maxItemsOne":false}}}}}}},"steps":{"maxItemsOne":false,"elem":{"fields":{"copy_step_details":{"maxItemsOne":true,"elem":{"fields":{"destination_file_location":{"maxItemsOne":true,"elem":{"fields":{"efs_file_location":{"maxItemsOne":true},"s3_file_location":{"maxItemsOne":true}}}}}}},"custom_step_details":{"maxItemsOne":true},"decrypt_step_details":{"maxItemsOne":true,"elem":{"fields":{"destination_file_location":{"maxItemsOne":true,"elem":{"fields":{"efs_file_location":{"maxItemsOne":true},"s3_file_location":{"maxItemsOne":true}}}}}}},"delete_step_details":{"maxItemsOne":true},"tag_step_details":{"maxItemsOne":true,"elem":{"fields":{"tags":{"maxItemsOne":false}}}}}}}}},"aws_verifiedaccess_endpoint":{"current":"aws:verifiedaccess/endpoint:Endpoint","majorVersion":6,"fields":{"load_balancer_options":{"maxItemsOne":true,"elem":{"fields":{"subnet_ids":{"maxItemsOne":false}}}},"network_interface_options":{"maxItemsOne":true},"security_group_ids":{"maxItemsOne":false},"sse_specification":{"maxItemsOne":true}}},"aws_verifiedaccess_group":{"current":"aws:verifiedaccess/group:Group","majorVersion":6},"aws_verifiedaccess_instance":{"current":"aws:verifiedaccess/instance:Instance","majorVersion":6,"fields":{"verified_access_trust_providers":{"maxItemsOne":false}}},"aws_verifiedaccess_instance_logging_configuration":{"current":"aws:verifiedaccess/instanceLoggingConfiguration:InstanceLoggingConfiguration","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"kinesis_data_firehose":{"maxItemsOne":true},"s3":{"maxItemsOne":true}}}}}},"aws_verifiedaccess_instance_trust_provider_attachment":{"current":"aws:verifiedaccess/instanceTrustProviderAttachment:InstanceTrustProviderAttachment","majorVersion":6},"aws_verifiedaccess_trust_provider":{"current":"aws:verifiedaccess/trustProvider:TrustProvider","majorVersion":6,"fields":{"device_options":{"maxItemsOne":true},"oidc_options":{"maxItemsOne":true}}},"aws_volume_attachment":{"current":"aws:ec2/volumeAttachment:VolumeAttachment","majorVersion":6},"aws_vpc":{"current":"aws:ec2/vpc:Vpc","majorVersion":6},"aws_vpc_dhcp_options":{"current":"aws:ec2/vpcDhcpOptions:VpcDhcpOptions","majorVersion":6,"fields":{"domain_name_servers":{"maxItemsOne":false},"netbios_name_servers":{"maxItemsOne":false},"ntp_servers":{"maxItemsOne":false}}},"aws_vpc_dhcp_options_association":{"current":"aws:ec2/vpcDhcpOptionsAssociation:VpcDhcpOptionsAssociation","majorVersion":6},"aws_vpc_endpoint":{"current":"aws:ec2/vpcEndpoint:VpcEndpoint","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false},"dns_entry":{"maxItemsOne":false},"dns_options":{"maxItemsOne":true},"network_interface_ids":{"maxItemsOne":false},"route_table_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_vpc_endpoint_connection_accepter":{"current":"aws:ec2/vpcEndpointConnectionAccepter:VpcEndpointConnectionAccepter","majorVersion":6},"aws_vpc_endpoint_connection_notification":{"current":"aws:ec2/vpcEndpointConnectionNotification:VpcEndpointConnectionNotification","majorVersion":6,"fields":{"connection_events":{"maxItemsOne":false}}},"aws_vpc_endpoint_policy":{"current":"aws:ec2/vpcEndpointPolicy:VpcEndpointPolicy","majorVersion":6},"aws_vpc_endpoint_route_table_association":{"current":"aws:ec2/vpcEndpointRouteTableAssociation:VpcEndpointRouteTableAssociation","majorVersion":6},"aws_vpc_endpoint_security_group_association":{"current":"aws:ec2/securityGroupAssociation:SecurityGroupAssociation","majorVersion":6},"aws_vpc_endpoint_service":{"current":"aws:ec2/vpcEndpointService:VpcEndpointService","majorVersion":6,"fields":{"allowed_principals":{"maxItemsOne":false},"availability_zones":{"maxItemsOne":false},"base_endpoint_dns_names":{"maxItemsOne":false},"gateway_load_balancer_arns":{"maxItemsOne":false},"network_load_balancer_arns":{"maxItemsOne":false},"private_dns_name_configuration":{"maxItemsOne":false},"supported_ip_address_types":{"maxItemsOne":false}}},"aws_vpc_endpoint_service_allowed_principal":{"current":"aws:ec2/vpcEndpointServiceAllowedPrinciple:VpcEndpointServiceAllowedPrinciple","majorVersion":6},"aws_vpc_endpoint_subnet_association":{"current":"aws:ec2/vpcEndpointSubnetAssociation:VpcEndpointSubnetAssociation","majorVersion":6},"aws_vpc_ipam":{"current":"aws:ec2/vpcIpam:VpcIpam","majorVersion":6,"fields":{"operating_regions":{"maxItemsOne":false}}},"aws_vpc_ipam_organization_admin_account":{"current":"aws:ec2/vpcIpamOrganizationAdminAccount:VpcIpamOrganizationAdminAccount","majorVersion":6},"aws_vpc_ipam_pool":{"current":"aws:ec2/vpcIpamPool:VpcIpamPool","majorVersion":6},"aws_vpc_ipam_pool_cidr":{"current":"aws:ec2/vpcIpamPoolCidr:VpcIpamPoolCidr","majorVersion":6,"fields":{"cidr_authorization_context":{"maxItemsOne":true}}},"aws_vpc_ipam_pool_cidr_allocation":{"current":"aws:ec2/vpcIpamPoolCidrAllocation:VpcIpamPoolCidrAllocation","majorVersion":6,"fields":{"disallowed_cidrs":{"maxItemsOne":false}}},"aws_vpc_ipam_preview_next_cidr":{"current":"aws:ec2/vpcIpamPreviewNextCidr:VpcIpamPreviewNextCidr","majorVersion":6,"fields":{"disallowed_cidrs":{"maxItemsOne":false}}},"aws_vpc_ipam_resource_discovery":{"current":"aws:ec2/vpcIpamResourceDiscovery:VpcIpamResourceDiscovery","majorVersion":6,"fields":{"operating_regions":{"maxItemsOne":false}}},"aws_vpc_ipam_resource_discovery_association":{"current":"aws:ec2/vpcIpamResourceDiscoveryAssociation:VpcIpamResourceDiscoveryAssociation","majorVersion":6},"aws_vpc_ipam_scope":{"current":"aws:ec2/vpcIpamScope:VpcIpamScope","majorVersion":6},"aws_vpc_ipv4_cidr_block_association":{"current":"aws:ec2/vpcIpv4CidrBlockAssociation:VpcIpv4CidrBlockAssociation","majorVersion":6},"aws_vpc_ipv6_cidr_block_association":{"current":"aws:ec2/vpcIpv6CidrBlockAssociation:VpcIpv6CidrBlockAssociation","majorVersion":6},"aws_vpc_network_performance_metric_subscription":{"current":"aws:ec2/vpcNetworkPerformanceMetricSubscription:VpcNetworkPerformanceMetricSubscription","majorVersion":6},"aws_vpc_peering_connection":{"current":"aws:ec2/vpcPeeringConnection:VpcPeeringConnection","majorVersion":6,"fields":{"accepter":{"maxItemsOne":true},"requester":{"maxItemsOne":true}}},"aws_vpc_peering_connection_accepter":{"current":"aws:ec2/vpcPeeringConnectionAccepter:VpcPeeringConnectionAccepter","majorVersion":6,"fields":{"accepter":{"maxItemsOne":true},"requester":{"maxItemsOne":true}}},"aws_vpc_peering_connection_options":{"current":"aws:ec2/peeringConnectionOptions:PeeringConnectionOptions","majorVersion":6,"fields":{"accepter":{"maxItemsOne":true},"requester":{"maxItemsOne":true}}},"aws_vpc_security_group_egress_rule":{"current":"aws:vpc/securityGroupEgressRule:SecurityGroupEgressRule","majorVersion":6},"aws_vpc_security_group_ingress_rule":{"current":"aws:vpc/securityGroupIngressRule:SecurityGroupIngressRule","majorVersion":6},"aws_vpclattice_access_log_subscription":{"current":"aws:vpclattice/accessLogSubscription:AccessLogSubscription","majorVersion":6},"aws_vpclattice_auth_policy":{"current":"aws:vpclattice/authPolicy:AuthPolicy","majorVersion":6},"aws_vpclattice_listener":{"current":"aws:vpclattice/listener:Listener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":true,"elem":{"fields":{"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":false,"elem":{"fields":{"target_groups":{"maxItemsOne":false}}}}}}}}},"aws_vpclattice_listener_rule":{"current":"aws:vpclattice/listenerRule:ListenerRule","majorVersion":6,"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"fixed_response":{"maxItemsOne":true},"forward":{"maxItemsOne":true,"elem":{"fields":{"target_groups":{"maxItemsOne":false}}}}}}},"match":{"maxItemsOne":true,"elem":{"fields":{"http_match":{"maxItemsOne":true,"elem":{"fields":{"header_matches":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":true}}}},"path_match":{"maxItemsOne":true,"elem":{"fields":{"match":{"maxItemsOne":true}}}}}}}}}}}},"aws_vpclattice_resource_policy":{"current":"aws:vpclattice/resourcePolicy:ResourcePolicy","majorVersion":6},"aws_vpclattice_service":{"current":"aws:vpclattice/service:Service","majorVersion":6,"fields":{"dns_entry":{"maxItemsOne":false}}},"aws_vpclattice_service_network":{"current":"aws:vpclattice/serviceNetwork:ServiceNetwork","majorVersion":6},"aws_vpclattice_service_network_service_association":{"current":"aws:vpclattice/serviceNetworkServiceAssociation:ServiceNetworkServiceAssociation","majorVersion":6,"fields":{"dns_entry":{"maxItemsOne":false}}},"aws_vpclattice_service_network_vpc_association":{"current":"aws:vpclattice/serviceNetworkVpcAssociation:ServiceNetworkVpcAssociation","majorVersion":6,"fields":{"security_group_ids":{"maxItemsOne":false}}},"aws_vpclattice_target_group":{"current":"aws:vpclattice/targetGroup:TargetGroup","majorVersion":6,"fields":{"config":{"maxItemsOne":true,"elem":{"fields":{"health_check":{"maxItemsOne":true,"elem":{"fields":{"matcher":{"maxItemsOne":true}}}}}}}}},"aws_vpclattice_target_group_attachment":{"current":"aws:vpclattice/targetGroupAttachment:TargetGroupAttachment","majorVersion":6,"fields":{"target":{"maxItemsOne":true}}},"aws_vpn_connection":{"current":"aws:ec2/vpnConnection:VpnConnection","majorVersion":6,"fields":{"routes":{"maxItemsOne":false},"tunnel1_ike_versions":{"maxItemsOne":false},"tunnel1_log_options":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_log_options":{"maxItemsOne":true}}}},"tunnel1_phase1_dh_group_numbers":{"maxItemsOne":false},"tunnel1_phase1_encryption_algorithms":{"maxItemsOne":false},"tunnel1_phase1_integrity_algorithms":{"maxItemsOne":false},"tunnel1_phase2_dh_group_numbers":{"maxItemsOne":false},"tunnel1_phase2_encryption_algorithms":{"maxItemsOne":false},"tunnel1_phase2_integrity_algorithms":{"maxItemsOne":false},"tunnel2_ike_versions":{"maxItemsOne":false},"tunnel2_log_options":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_log_options":{"maxItemsOne":true}}}},"tunnel2_phase1_dh_group_numbers":{"maxItemsOne":false},"tunnel2_phase1_encryption_algorithms":{"maxItemsOne":false},"tunnel2_phase1_integrity_algorithms":{"maxItemsOne":false},"tunnel2_phase2_dh_group_numbers":{"maxItemsOne":false},"tunnel2_phase2_encryption_algorithms":{"maxItemsOne":false},"tunnel2_phase2_integrity_algorithms":{"maxItemsOne":false},"vgw_telemetry":{"maxItemsOne":false}}},"aws_vpn_connection_route":{"current":"aws:ec2/vpnConnectionRoute:VpnConnectionRoute","majorVersion":6},"aws_vpn_gateway":{"current":"aws:ec2/vpnGateway:VpnGateway","majorVersion":6},"aws_vpn_gateway_attachment":{"current":"aws:ec2/vpnGatewayAttachment:VpnGatewayAttachment","majorVersion":6},"aws_vpn_gateway_route_propagation":{"current":"aws:ec2/vpnGatewayRoutePropagation:VpnGatewayRoutePropagation","majorVersion":6},"aws_waf_byte_match_set":{"current":"aws:waf/byteMatchSet:ByteMatchSet","majorVersion":6,"fields":{"byte_match_tuples":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_waf_geo_match_set":{"current":"aws:waf/geoMatchSet:GeoMatchSet","majorVersion":6,"fields":{"geo_match_constraint":{"maxItemsOne":false}}},"aws_waf_ipset":{"current":"aws:waf/ipSet:IpSet","majorVersion":6,"fields":{"ip_set_descriptors":{"maxItemsOne":false}}},"aws_waf_rate_based_rule":{"current":"aws:waf/rateBasedRule:RateBasedRule","majorVersion":6,"fields":{"predicates":{"maxItemsOne":false}}},"aws_waf_regex_match_set":{"current":"aws:waf/regexMatchSet:RegexMatchSet","majorVersion":6,"fields":{"regex_match_tuple":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_waf_regex_pattern_set":{"current":"aws:waf/regexPatternSet:RegexPatternSet","majorVersion":6,"fields":{"regex_pattern_strings":{"maxItemsOne":false}}},"aws_waf_rule":{"current":"aws:waf/rule:Rule","majorVersion":6,"fields":{"predicates":{"maxItemsOne":false}}},"aws_waf_rule_group":{"current":"aws:waf/ruleGroup:RuleGroup","majorVersion":6,"fields":{"activated_rule":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true}}}}}},"aws_waf_size_constraint_set":{"current":"aws:waf/sizeConstraintSet:SizeConstraintSet","majorVersion":6,"fields":{"size_constraints":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_waf_sql_injection_match_set":{"current":"aws:waf/sqlInjectionMatchSet:SqlInjectionMatchSet","majorVersion":6,"fields":{"sql_injection_match_tuples":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_waf_web_acl":{"current":"aws:waf/webAcl:WebAcl","majorVersion":6,"fields":{"default_action":{"maxItemsOne":true},"logging_configuration":{"maxItemsOne":true,"elem":{"fields":{"redacted_fields":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":false}}}}}}},"rules":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true},"override_action":{"maxItemsOne":true}}}}}},"aws_waf_xss_match_set":{"current":"aws:waf/xssMatchSet:XssMatchSet","majorVersion":6,"fields":{"xss_match_tuples":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafregional_byte_match_set":{"current":"aws:wafregional/byteMatchSet:ByteMatchSet","majorVersion":6,"fields":{"byte_match_tuples":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafregional_geo_match_set":{"current":"aws:wafregional/geoMatchSet:GeoMatchSet","majorVersion":6,"fields":{"geo_match_constraint":{"maxItemsOne":false}}},"aws_wafregional_ipset":{"current":"aws:wafregional/ipSet:IpSet","majorVersion":6,"fields":{"ip_set_descriptor":{"maxItemsOne":false}}},"aws_wafregional_rate_based_rule":{"current":"aws:wafregional/rateBasedRule:RateBasedRule","majorVersion":6,"fields":{"predicate":{"maxItemsOne":false}}},"aws_wafregional_regex_match_set":{"current":"aws:wafregional/regexMatchSet:RegexMatchSet","majorVersion":6,"fields":{"regex_match_tuple":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafregional_regex_pattern_set":{"current":"aws:wafregional/regexPatternSet:RegexPatternSet","majorVersion":6,"fields":{"regex_pattern_strings":{"maxItemsOne":false}}},"aws_wafregional_rule":{"current":"aws:wafregional/rule:Rule","majorVersion":6,"fields":{"predicate":{"maxItemsOne":false}}},"aws_wafregional_rule_group":{"current":"aws:wafregional/ruleGroup:RuleGroup","majorVersion":6,"fields":{"activated_rule":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true}}}}}},"aws_wafregional_size_constraint_set":{"current":"aws:wafregional/sizeConstraintSet:SizeConstraintSet","majorVersion":6,"fields":{"size_constraints":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafregional_sql_injection_match_set":{"current":"aws:wafregional/sqlInjectionMatchSet:SqlInjectionMatchSet","majorVersion":6,"fields":{"sql_injection_match_tuple":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafregional_web_acl":{"current":"aws:wafregional/webAcl:WebAcl","majorVersion":6,"fields":{"default_action":{"maxItemsOne":true},"logging_configuration":{"maxItemsOne":true,"elem":{"fields":{"redacted_fields":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":false}}}}}}},"rule":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true},"override_action":{"maxItemsOne":true}}}}}},"aws_wafregional_web_acl_association":{"current":"aws:wafregional/webAclAssociation:WebAclAssociation","majorVersion":6},"aws_wafregional_xss_match_set":{"current":"aws:wafregional/xssMatchSet:XssMatchSet","majorVersion":6,"fields":{"xss_match_tuple":{"maxItemsOne":false,"elem":{"fields":{"field_to_match":{"maxItemsOne":true}}}}}},"aws_wafv2_ip_set":{"current":"aws:wafv2/ipSet:IpSet","majorVersion":6,"fields":{"addresses":{"maxItemsOne":false}}},"aws_wafv2_regex_pattern_set":{"current":"aws:wafv2/regexPatternSet:RegexPatternSet","majorVersion":6,"fields":{"regular_expression":{"maxItemsOne":false}}},"aws_wafv2_rule_group":{"current":"aws:wafv2/ruleGroup:RuleGroup","majorVersion":6,"fields":{"custom_response_body":{"maxItemsOne":false},"rule":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"allow":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"block":{"maxItemsOne":true,"elem":{"fields":{"custom_response":{"maxItemsOne":true,"elem":{"fields":{"response_header":{"maxItemsOne":false}}}}}}},"captcha":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"challenge":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"count":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}}}}},"captcha_config":{"maxItemsOne":true,"elem":{"fields":{"immunity_time_property":{"maxItemsOne":true}}}},"rule_label":{"maxItemsOne":false},"statement":{"maxItemsOne":true,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"rate_based_statement":{"maxItemsOne":true,"elem":{"fields":{"custom_key":{"maxItemsOne":false,"elem":{"fields":{"cookie":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"forwarded_ip":{"maxItemsOne":true},"header":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"http_method":{"maxItemsOne":true},"ip":{"maxItemsOne":true},"label_namespace":{"maxItemsOne":true},"query_argument":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"query_string":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"uri_path":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}}}}},"forwarded_ip_config":{"maxItemsOne":true},"scope_down_statement":{"maxItemsOne":true,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}},"visibility_config":{"maxItemsOne":true}}}},"visibility_config":{"maxItemsOne":true}}},"aws_wafv2_web_acl":{"current":"aws:wafv2/webAcl:WebAcl","majorVersion":6,"fields":{"association_config":{"maxItemsOne":true,"elem":{"fields":{"request_body":{"maxItemsOne":false,"elem":{"fields":{"cloudfront":{"maxItemsOne":false}}}}}}},"captcha_config":{"maxItemsOne":true,"elem":{"fields":{"immunity_time_property":{"maxItemsOne":true}}}},"custom_response_body":{"maxItemsOne":false},"default_action":{"maxItemsOne":true,"elem":{"fields":{"allow":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"block":{"maxItemsOne":true,"elem":{"fields":{"custom_response":{"maxItemsOne":true,"elem":{"fields":{"response_header":{"maxItemsOne":false}}}}}}}}}},"rule":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true,"elem":{"fields":{"allow":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"block":{"maxItemsOne":true,"elem":{"fields":{"custom_response":{"maxItemsOne":true,"elem":{"fields":{"response_header":{"maxItemsOne":false}}}}}}},"captcha":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"challenge":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"count":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}}}}},"captcha_config":{"maxItemsOne":true,"elem":{"fields":{"immunity_time_property":{"maxItemsOne":true}}}},"override_action":{"maxItemsOne":true,"elem":{"fields":{"count":{"maxItemsOne":true},"none":{"maxItemsOne":true}}}},"rule_label":{"maxItemsOne":false},"statement":{"maxItemsOne":true,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"managed_rule_group_statement":{"maxItemsOne":true,"elem":{"fields":{"managed_rule_group_configs":{"maxItemsOne":false,"elem":{"fields":{"aws_managed_rules_acfp_rule_set":{"maxItemsOne":true,"elem":{"fields":{"request_inspection":{"maxItemsOne":true,"elem":{"fields":{"email_field":{"maxItemsOne":true},"password_field":{"maxItemsOne":true},"username_field":{"maxItemsOne":true}}}},"response_inspection":{"maxItemsOne":true,"elem":{"fields":{"body_contains":{"maxItemsOne":true,"elem":{"fields":{"failure_strings":{"maxItemsOne":false},"success_strings":{"maxItemsOne":false}}}},"header":{"maxItemsOne":true,"elem":{"fields":{"failure_values":{"maxItemsOne":false},"success_values":{"maxItemsOne":false}}}},"json":{"maxItemsOne":true,"elem":{"fields":{"failure_values":{"maxItemsOne":false},"success_values":{"maxItemsOne":false}}}},"status_code":{"maxItemsOne":true,"elem":{"fields":{"failure_codes":{"maxItemsOne":false},"success_codes":{"maxItemsOne":false}}}}}}}}}},"aws_managed_rules_atp_rule_set":{"maxItemsOne":true,"elem":{"fields":{"request_inspection":{"maxItemsOne":true,"elem":{"fields":{"password_field":{"maxItemsOne":true},"username_field":{"maxItemsOne":true}}}},"response_inspection":{"maxItemsOne":true,"elem":{"fields":{"body_contains":{"maxItemsOne":true,"elem":{"fields":{"failure_strings":{"maxItemsOne":false},"success_strings":{"maxItemsOne":false}}}},"header":{"maxItemsOne":true,"elem":{"fields":{"failure_values":{"maxItemsOne":false},"success_values":{"maxItemsOne":false}}}},"json":{"maxItemsOne":true,"elem":{"fields":{"failure_values":{"maxItemsOne":false},"success_values":{"maxItemsOne":false}}}},"status_code":{"maxItemsOne":true,"elem":{"fields":{"failure_codes":{"maxItemsOne":false},"success_codes":{"maxItemsOne":false}}}}}}}}}},"aws_managed_rules_bot_control_rule_set":{"maxItemsOne":true},"password_field":{"maxItemsOne":true},"username_field":{"maxItemsOne":true}}}},"rule_action_override":{"maxItemsOne":false,"elem":{"fields":{"action_to_use":{"maxItemsOne":true,"elem":{"fields":{"allow":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"block":{"maxItemsOne":true,"elem":{"fields":{"custom_response":{"maxItemsOne":true,"elem":{"fields":{"response_header":{"maxItemsOne":false}}}}}}},"captcha":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"challenge":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"count":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}}}}}}}},"scope_down_statement":{"maxItemsOne":true,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"rate_based_statement":{"maxItemsOne":true,"elem":{"fields":{"custom_key":{"maxItemsOne":false,"elem":{"fields":{"cookie":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"forwarded_ip":{"maxItemsOne":true},"header":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"http_method":{"maxItemsOne":true},"ip":{"maxItemsOne":true},"label_namespace":{"maxItemsOne":true},"query_argument":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"query_string":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}},"uri_path":{"maxItemsOne":true,"elem":{"fields":{"text_transformation":{"maxItemsOne":false}}}}}}},"forwarded_ip_config":{"maxItemsOne":true},"scope_down_statement":{"maxItemsOne":true,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"and_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"not_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"or_statement":{"maxItemsOne":true,"elem":{"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"byte_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"geo_match_statement":{"maxItemsOne":true,"elem":{"fields":{"country_codes":{"maxItemsOne":false},"forwarded_ip_config":{"maxItemsOne":true}}}},"ip_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"ip_set_forwarded_ip_config":{"maxItemsOne":true}}}},"label_match_statement":{"maxItemsOne":true},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}}}}},"regex_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"regex_pattern_set_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"rule_group_reference_statement":{"maxItemsOne":true,"elem":{"fields":{"rule_action_override":{"maxItemsOne":false,"elem":{"fields":{"action_to_use":{"maxItemsOne":true,"elem":{"fields":{"allow":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"block":{"maxItemsOne":true,"elem":{"fields":{"custom_response":{"maxItemsOne":true,"elem":{"fields":{"response_header":{"maxItemsOne":false}}}}}}},"captcha":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"challenge":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}},"count":{"maxItemsOne":true,"elem":{"fields":{"custom_request_handling":{"maxItemsOne":true,"elem":{"fields":{"insert_header":{"maxItemsOne":false}}}}}}}}}}}}}}}},"size_constraint_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"sqli_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}},"xss_match_statement":{"maxItemsOne":true,"elem":{"fields":{"field_to_match":{"maxItemsOne":true,"elem":{"fields":{"all_query_arguments":{"maxItemsOne":true},"body":{"maxItemsOne":true},"cookies":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":false,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_cookies":{"maxItemsOne":false},"included_cookies":{"maxItemsOne":false}}}}}}},"headers":{"maxItemsOne":false,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"excluded_headers":{"maxItemsOne":false},"included_headers":{"maxItemsOne":false}}}}}}},"ja3_fingerprint":{"maxItemsOne":true},"json_body":{"maxItemsOne":true,"elem":{"fields":{"match_pattern":{"maxItemsOne":true,"elem":{"fields":{"all":{"maxItemsOne":true},"included_paths":{"maxItemsOne":false}}}}}}},"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"single_query_argument":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}},"text_transformation":{"maxItemsOne":false}}}}}}},"visibility_config":{"maxItemsOne":true}}}},"token_domains":{"maxItemsOne":false},"visibility_config":{"maxItemsOne":true}}},"aws_wafv2_web_acl_association":{"current":"aws:wafv2/webAclAssociation:WebAclAssociation","majorVersion":6},"aws_wafv2_web_acl_logging_configuration":{"current":"aws:wafv2/webAclLoggingConfiguration:WebAclLoggingConfiguration","majorVersion":6,"fields":{"log_destination_configs":{"maxItemsOne":false},"logging_filter":{"maxItemsOne":true,"elem":{"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"condition":{"maxItemsOne":false,"elem":{"fields":{"action_condition":{"maxItemsOne":true},"label_name_condition":{"maxItemsOne":true}}}}}}}}}},"redacted_fields":{"maxItemsOne":false,"elem":{"fields":{"method":{"maxItemsOne":true},"query_string":{"maxItemsOne":true},"single_header":{"maxItemsOne":true},"uri_path":{"maxItemsOne":true}}}}}},"aws_worklink_fleet":{"current":"aws:worklink/fleet:Fleet","majorVersion":6,"fields":{"identity_provider":{"maxItemsOne":true},"network":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_worklink_website_certificate_authority_association":{"current":"aws:worklink/websiteCertificateAuthorityAssociation:WebsiteCertificateAuthorityAssociation","majorVersion":6},"aws_workspaces_connection_alias":{"current":"aws:workspaces/connectionAlias:ConnectionAlias","majorVersion":6},"aws_workspaces_directory":{"current":"aws:workspaces/directory:Directory","majorVersion":6,"fields":{"dns_ip_addresses":{"maxItemsOne":false},"ip_group_ids":{"maxItemsOne":false},"self_service_permissions":{"maxItemsOne":true},"subnet_ids":{"maxItemsOne":false},"workspace_access_properties":{"maxItemsOne":true},"workspace_creation_properties":{"maxItemsOne":true}}},"aws_workspaces_ip_group":{"current":"aws:workspaces/ipGroup:IpGroup","majorVersion":6,"fields":{"rules":{"maxItemsOne":false}}},"aws_workspaces_workspace":{"current":"aws:workspaces/workspace:Workspace","majorVersion":6,"fields":{"workspace_properties":{"maxItemsOne":true}}},"aws_xray_encryption_config":{"current":"aws:xray/encryptionConfig:EncryptionConfig","majorVersion":6},"aws_xray_group":{"current":"aws:xray/group:Group","majorVersion":6,"fields":{"insights_configuration":{"maxItemsOne":true}}},"aws_xray_sampling_rule":{"current":"aws:xray/samplingRule:SamplingRule","majorVersion":6}},"datasources":{"aws_acm_certificate":{"current":"aws:acm/getCertificate:getCertificate","majorVersion":6,"fields":{"key_types":{"maxItemsOne":false},"statuses":{"maxItemsOne":false},"types":{"maxItemsOne":false}}},"aws_acmpca_certificate":{"current":"aws:acmpca/getCertificate:getCertificate","majorVersion":6},"aws_acmpca_certificate_authority":{"current":"aws:acmpca/getCertificateAuthority:getCertificateAuthority","majorVersion":6,"fields":{"revocation_configuration":{"maxItemsOne":false,"elem":{"fields":{"crl_configuration":{"maxItemsOne":false},"ocsp_configuration":{"maxItemsOne":false}}}}}},"aws_alb":{"current":"aws:alb/getLoadBalancer:getLoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_mapping":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_alb_listener":{"current":"aws:alb/getListener:getListener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":false},"authenticate_oidc":{"maxItemsOne":false},"fixed_response":{"maxItemsOne":false},"forward":{"maxItemsOne":false,"elem":{"fields":{"stickiness":{"maxItemsOne":false},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":false}}}}}},"aws_alb_target_group":{"current":"aws:alb/getTargetGroup:getTargetGroup","majorVersion":6,"fields":{"health_check":{"maxItemsOne":true},"stickiness":{"maxItemsOne":true}}},"aws_ami":{"current":"aws:ec2/getAmi:getAmi","majorVersion":6,"fields":{"block_device_mappings":{"maxItemsOne":false},"executable_users":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"owners":{"maxItemsOne":false},"product_codes":{"maxItemsOne":false}}},"aws_ami_ids":{"current":"aws:ec2/getAmiIds:getAmiIds","majorVersion":6,"fields":{"executable_users":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false},"owners":{"maxItemsOne":false}}},"aws_api_gateway_api_key":{"current":"aws:apigateway/getKey:getKey","majorVersion":6},"aws_api_gateway_authorizer":{"current":"aws:apigateway/getAuthorizer:getAuthorizer","majorVersion":6,"fields":{"provider_arns":{"maxItemsOne":false}}},"aws_api_gateway_authorizers":{"current":"aws:apigateway/getAuthorizers:getAuthorizers","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_api_gateway_domain_name":{"current":"aws:apigateway/getDomainName:getDomainName","majorVersion":6,"fields":{"endpoint_configuration":{"maxItemsOne":false,"elem":{"fields":{"types":{"maxItemsOne":false}}}}}},"aws_api_gateway_export":{"current":"aws:apigateway/getExport:getExport","majorVersion":6},"aws_api_gateway_resource":{"current":"aws:apigateway/getResource:getResource","majorVersion":6},"aws_api_gateway_rest_api":{"current":"aws:apigateway/getRestApi:getRestApi","majorVersion":6,"fields":{"binary_media_types":{"maxItemsOne":false},"endpoint_configuration":{"maxItemsOne":false,"elem":{"fields":{"types":{"maxItemsOne":false},"vpc_endpoint_ids":{"maxItemsOne":false}}}}}},"aws_api_gateway_sdk":{"current":"aws:apigateway/getSdk:getSdk","majorVersion":6},"aws_api_gateway_vpc_link":{"current":"aws:apigateway/getVpcLink:getVpcLink","majorVersion":6,"fields":{"target_arns":{"maxItemsOne":false}}},"aws_apigatewayv2_api":{"current":"aws:apigatewayv2/getApi:getApi","majorVersion":6,"fields":{"cors_configuration":{"maxItemsOne":false,"elem":{"fields":{"allow_headers":{"maxItemsOne":false},"allow_methods":{"maxItemsOne":false},"allow_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}}}},"aws_apigatewayv2_apis":{"current":"aws:apigatewayv2/getApis:getApis","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_apigatewayv2_export":{"current":"aws:apigatewayv2/getExport:getExport","majorVersion":6},"aws_apigatewayv2_vpc_link":{"current":"aws:apigatewayv2/getVpcLink:getVpcLink","majorVersion":6,"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_appconfig_configuration_profile":{"current":"aws:appconfig/getConfigurationProfile:getConfigurationProfile","majorVersion":6,"fields":{"validator":{"maxItemsOne":false}}},"aws_appconfig_configuration_profiles":{"current":"aws:appconfig/getConfigurationProfiles:getConfigurationProfiles","majorVersion":6,"fields":{"configuration_profile_ids":{"maxItemsOne":false}}},"aws_appconfig_environment":{"current":"aws:appconfig/getEnvironment:getEnvironment","majorVersion":6,"fields":{"monitor":{"maxItemsOne":false}}},"aws_appconfig_environments":{"current":"aws:appconfig/getEnvironments:getEnvironments","majorVersion":6,"fields":{"environment_ids":{"maxItemsOne":false}}},"aws_appintegrations_event_integration":{"current":"aws:appintegrations/getEventIntegration:getEventIntegration","majorVersion":6,"fields":{"event_filter":{"maxItemsOne":false}}},"aws_appmesh_gateway_route":{"current":"aws:appmesh/getGatewayRoute:getGatewayRoute","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"grpc_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"target":{"maxItemsOne":false,"elem":{"fields":{"virtual_service":{"maxItemsOne":false}}}}}}},"match":{"maxItemsOne":false}}}},"http2_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"rewrite":{"maxItemsOne":false,"elem":{"fields":{"hostname":{"maxItemsOne":false},"path":{"maxItemsOne":false},"prefix":{"maxItemsOne":false}}}},"target":{"maxItemsOne":false,"elem":{"fields":{"virtual_service":{"maxItemsOne":false}}}}}}},"match":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"range":{"maxItemsOne":false}}}}}}},"hostname":{"maxItemsOne":false},"path":{"maxItemsOne":false},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false}}}}}}}}}},"http_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"rewrite":{"maxItemsOne":false,"elem":{"fields":{"hostname":{"maxItemsOne":false},"path":{"maxItemsOne":false},"prefix":{"maxItemsOne":false}}}},"target":{"maxItemsOne":false,"elem":{"fields":{"virtual_service":{"maxItemsOne":false}}}}}}},"match":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"range":{"maxItemsOne":false}}}}}}},"hostname":{"maxItemsOne":false},"path":{"maxItemsOne":false},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false}}}}}}}}}}}}}}},"aws_appmesh_mesh":{"current":"aws:appmesh/getMesh:getMesh","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"egress_filter":{"maxItemsOne":false}}}}}},"aws_appmesh_route":{"current":"aws:appmesh/getRoute:getRoute","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"grpc_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":false,"elem":{"fields":{"metadata":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"range":{"maxItemsOne":false}}}}}}}}}},"retry_policy":{"maxItemsOne":false,"elem":{"fields":{"grpc_retry_events":{"maxItemsOne":false},"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":false},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}}}}},"http2_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"range":{"maxItemsOne":false}}}}}}},"path":{"maxItemsOne":false},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false}}}}}}},"retry_policy":{"maxItemsOne":false,"elem":{"fields":{"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":false},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}}}}},"http_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":false,"elem":{"fields":{"header":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"range":{"maxItemsOne":false}}}}}}},"path":{"maxItemsOne":false},"query_parameter":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false}}}}}}},"retry_policy":{"maxItemsOne":false,"elem":{"fields":{"http_retry_events":{"maxItemsOne":false},"per_retry_timeout":{"maxItemsOne":false},"tcp_retry_events":{"maxItemsOne":false}}}},"timeout":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}}}}},"tcp_route":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"weighted_target":{"maxItemsOne":false}}}},"match":{"maxItemsOne":false},"timeout":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false}}}}}}}}}}}},"aws_appmesh_virtual_gateway":{"current":"aws:appmesh/getVirtualGateway:getVirtualGateway","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"backend_defaults":{"maxItemsOne":false,"elem":{"fields":{"client_policy":{"maxItemsOne":false,"elem":{"fields":{"tls":{"maxItemsOne":false,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":false,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":false,"elem":{"fields":{"acm":{"maxItemsOne":false,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}}}}}}}}}}}}}},"listener":{"maxItemsOne":false,"elem":{"fields":{"connection_pool":{"maxItemsOne":false,"elem":{"fields":{"grpc":{"maxItemsOne":false},"http":{"maxItemsOne":false},"http2":{"maxItemsOne":false}}}},"health_check":{"maxItemsOne":false},"port_mapping":{"maxItemsOne":false},"tls":{"maxItemsOne":false,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"acm":{"maxItemsOne":false},"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}},"validation":{"maxItemsOne":false,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}}}}}}}}}}},"logging":{"maxItemsOne":false,"elem":{"fields":{"access_log":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false,"elem":{"fields":{"format":{"maxItemsOne":false,"elem":{"fields":{"json":{"maxItemsOne":false}}}}}}}}}}}}}}}}}},"aws_appmesh_virtual_node":{"current":"aws:appmesh/getVirtualNode:getVirtualNode","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"backend":{"maxItemsOne":false,"elem":{"fields":{"virtual_service":{"maxItemsOne":false,"elem":{"fields":{"client_policy":{"maxItemsOne":false,"elem":{"fields":{"tls":{"maxItemsOne":false,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":false,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":false,"elem":{"fields":{"acm":{"maxItemsOne":false,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}}}}}}}}}}}}}}}}},"backend_defaults":{"maxItemsOne":false,"elem":{"fields":{"client_policy":{"maxItemsOne":false,"elem":{"fields":{"tls":{"maxItemsOne":false,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}},"ports":{"maxItemsOne":false},"validation":{"maxItemsOne":false,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":false,"elem":{"fields":{"acm":{"maxItemsOne":false,"elem":{"fields":{"certificate_authority_arns":{"maxItemsOne":false}}}},"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}}}}}}}}}}}}}},"listener":{"maxItemsOne":false,"elem":{"fields":{"connection_pool":{"maxItemsOne":false,"elem":{"fields":{"grpc":{"maxItemsOne":false},"http":{"maxItemsOne":false},"http2":{"maxItemsOne":false},"tcp":{"maxItemsOne":false}}}},"health_check":{"maxItemsOne":false},"outlier_detection":{"maxItemsOne":false,"elem":{"fields":{"base_ejection_duration":{"maxItemsOne":false},"interval":{"maxItemsOne":false}}}},"port_mapping":{"maxItemsOne":false},"timeout":{"maxItemsOne":false,"elem":{"fields":{"grpc":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}},"http":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}},"http2":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false},"per_request":{"maxItemsOne":false}}}},"tcp":{"maxItemsOne":false,"elem":{"fields":{"idle":{"maxItemsOne":false}}}}}}},"tls":{"maxItemsOne":false,"elem":{"fields":{"certificate":{"maxItemsOne":false,"elem":{"fields":{"acm":{"maxItemsOne":false},"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}},"validation":{"maxItemsOne":false,"elem":{"fields":{"subject_alternative_names":{"maxItemsOne":false,"elem":{"fields":{"match":{"maxItemsOne":false,"elem":{"fields":{"exact":{"maxItemsOne":false}}}}}}},"trust":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false},"sds":{"maxItemsOne":false}}}}}}}}}}}}},"logging":{"maxItemsOne":false,"elem":{"fields":{"access_log":{"maxItemsOne":false,"elem":{"fields":{"file":{"maxItemsOne":false,"elem":{"fields":{"format":{"maxItemsOne":false,"elem":{"fields":{"json":{"maxItemsOne":false}}}}}}}}}}}}},"service_discovery":{"maxItemsOne":false,"elem":{"fields":{"aws_cloud_map":{"maxItemsOne":false},"dns":{"maxItemsOne":false}}}}}}}}},"aws_appmesh_virtual_router":{"current":"aws:appmesh/getVirtualRouter:getVirtualRouter","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"listener":{"maxItemsOne":false,"elem":{"fields":{"port_mapping":{"maxItemsOne":false}}}}}}}}},"aws_appmesh_virtual_service":{"current":"aws:appmesh/getVirtualService:getVirtualService","majorVersion":6,"fields":{"spec":{"maxItemsOne":false,"elem":{"fields":{"provider":{"maxItemsOne":false,"elem":{"fields":{"virtual_node":{"maxItemsOne":false},"virtual_router":{"maxItemsOne":false}}}}}}}}},"aws_arn":{"current":"aws:index/getArn:getArn","majorVersion":6},"aws_athena_named_query":{"current":"aws:athena/getNamedQuery:getNamedQuery","majorVersion":6},"aws_auditmanager_control":{"current":"aws:auditmanager/getControl:getControl","majorVersion":6,"fields":{"control_mapping_sources":{"maxItemsOne":false,"elem":{"fields":{"source_keyword":{"maxItemsOne":true}}}}}},"aws_auditmanager_framework":{"current":"aws:auditmanager/getFramework:getFramework","majorVersion":6,"fields":{"control_sets":{"maxItemsOne":false,"elem":{"fields":{"controls":{"maxItemsOne":false}}}}}},"aws_autoscaling_group":{"current":"aws:autoscaling/getGroup:getGroup","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"enabled_metrics":{"maxItemsOne":false},"instance_maintenance_policy":{"maxItemsOne":false},"launch_template":{"maxItemsOne":false},"load_balancers":{"maxItemsOne":false},"mixed_instances_policy":{"maxItemsOne":false,"elem":{"fields":{"instances_distribution":{"maxItemsOne":false},"launch_template":{"maxItemsOne":false,"elem":{"fields":{"launch_template_specification":{"maxItemsOne":false},"override":{"maxItemsOne":false,"elem":{"fields":{"instance_requirements":{"maxItemsOne":false,"elem":{"fields":{"accelerator_count":{"maxItemsOne":false},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":false},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":false},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":false},"memory_mib":{"maxItemsOne":false},"network_bandwidth_gbps":{"maxItemsOne":false},"network_interface_count":{"maxItemsOne":false},"total_local_storage_gb":{"maxItemsOne":false},"vcpu_count":{"maxItemsOne":false}}}},"launch_template_specification":{"maxItemsOne":false}}}}}}}}}},"suspended_processes":{"maxItemsOne":false},"tag":{"maxItemsOne":false},"target_group_arns":{"maxItemsOne":false},"termination_policies":{"maxItemsOne":false},"traffic_source":{"maxItemsOne":false},"warm_pool":{"maxItemsOne":false,"elem":{"fields":{"instance_reuse_policy":{"maxItemsOne":false}}}}}},"aws_autoscaling_groups":{"current":"aws:autoscaling/getAmiIds:getAmiIds","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_availability_zone":{"current":"aws:index/getAvailabilityZone:getAvailabilityZone","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_availability_zones":{"current":"aws:index/getAvailabilityZones:getAvailabilityZones","majorVersion":6,"fields":{"exclude_names":{"maxItemsOne":false},"exclude_zone_ids":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"group_names":{"maxItemsOne":false},"names":{"maxItemsOne":false},"zone_ids":{"maxItemsOne":false}}},"aws_backup_framework":{"current":"aws:backup/getFramework:getFramework","majorVersion":6,"fields":{"control":{"maxItemsOne":false,"elem":{"fields":{"input_parameter":{"maxItemsOne":false},"scope":{"maxItemsOne":false,"elem":{"fields":{"compliance_resource_ids":{"maxItemsOne":false},"compliance_resource_types":{"maxItemsOne":false}}}}}}}}},"aws_backup_plan":{"current":"aws:backup/getPlan:getPlan","majorVersion":6},"aws_backup_report_plan":{"current":"aws:backup/getReportPlan:getReportPlan","majorVersion":6,"fields":{"report_delivery_channel":{"maxItemsOne":false,"elem":{"fields":{"formats":{"maxItemsOne":false}}}},"report_setting":{"maxItemsOne":false,"elem":{"fields":{"accounts":{"maxItemsOne":false},"framework_arns":{"maxItemsOne":false},"organization_units":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}}}}},"aws_backup_selection":{"current":"aws:backup/getSelection:getSelection","majorVersion":6,"fields":{"resources":{"maxItemsOne":false}}},"aws_backup_vault":{"current":"aws:backup/getVault:getVault","majorVersion":6},"aws_batch_compute_environment":{"current":"aws:batch/getComputeEnvironment:getComputeEnvironment","majorVersion":6},"aws_batch_job_queue":{"current":"aws:batch/getJobQueue:getJobQueue","majorVersion":6,"fields":{"compute_environment_order":{"maxItemsOne":false}}},"aws_batch_scheduling_policy":{"current":"aws:batch/getSchedulingPolicy:getSchedulingPolicy","majorVersion":6,"fields":{"fair_share_policy":{"maxItemsOne":false,"elem":{"fields":{"share_distribution":{"maxItemsOne":false}}}}}},"aws_bedrock_foundation_model":{"current":"aws:bedrockfoundation/getModel:getModel","majorVersion":6,"fields":{"customizations_supported":{"maxItemsOne":false},"inference_types_supported":{"maxItemsOne":false},"input_modalities":{"maxItemsOne":false},"output_modalities":{"maxItemsOne":false}}},"aws_bedrock_foundation_models":{"current":"aws:bedrockfoundation/getModels:getModels","majorVersion":6,"fields":{"model_summaries":{"maxItemsOne":false,"elem":{"fields":{"customizations_supported":{"maxItemsOne":false},"inference_types_supported":{"maxItemsOne":false},"input_modalities":{"maxItemsOne":false},"output_modalities":{"maxItemsOne":false}}}}}},"aws_billing_service_account":{"current":"aws:index/getBillingServiceAccount:getBillingServiceAccount","majorVersion":6},"aws_budgets_budget":{"current":"aws:budgets/getBudget:getBudget","majorVersion":6,"fields":{"auto_adjust_data":{"maxItemsOne":false,"elem":{"fields":{"historical_options":{"maxItemsOne":false}}}},"budget_limit":{"maxItemsOne":false},"calculated_spend":{"maxItemsOne":false,"elem":{"fields":{"actual_spend":{"maxItemsOne":false}}}},"cost_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"cost_types":{"maxItemsOne":false},"notification":{"maxItemsOne":false,"elem":{"fields":{"subscriber_email_addresses":{"maxItemsOne":false},"subscriber_sns_topic_arns":{"maxItemsOne":false}}}},"planned_limit":{"maxItemsOne":false}}},"aws_caller_identity":{"current":"aws:index/getCallerIdentity:getCallerIdentity","majorVersion":6},"aws_canonical_user_id":{"current":"aws:s3/getCanonicalUserId:getCanonicalUserId","majorVersion":6},"aws_ce_cost_category":{"current":"aws:costexplorer/getCostCategory:getCostCategory","majorVersion":6,"fields":{"rule":{"maxItemsOne":false,"elem":{"fields":{"inherited_value":{"maxItemsOne":false},"rule":{"maxItemsOne":false,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"cost_category":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"not":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"or":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"tags":{"maxItemsOne":false,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}}}}},"split_charge_rule":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"targets":{"maxItemsOne":false}}}}}},"aws_ce_tags":{"current":"aws:costexplorer/getTags:getTags","majorVersion":6,"fields":{"filter":{"maxItemsOne":true,"elem":{"fields":{"and":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"not":{"maxItemsOne":true,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"or":{"maxItemsOne":false,"elem":{"fields":{"cost_category":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"dimension":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"tags":{"maxItemsOne":true,"elem":{"fields":{"match_options":{"maxItemsOne":false},"values":{"maxItemsOne":false}}}}}}},"sort_by":{"maxItemsOne":false},"tags":{"maxItemsOne":false},"time_period":{"maxItemsOne":true}}},"aws_cloudcontrolapi_resource":{"current":"aws:cloudcontrol/getResource:getResource","majorVersion":6},"aws_cloudformation_export":{"current":"aws:cloudformation/getExport:getExport","majorVersion":6},"aws_cloudformation_stack":{"current":"aws:cloudformation/getStack:getStack","majorVersion":6,"fields":{"capabilities":{"maxItemsOne":false},"notification_arns":{"maxItemsOne":false}}},"aws_cloudformation_type":{"current":"aws:cloudformation/getCloudFormationType:getCloudFormationType","majorVersion":6,"fields":{"logging_config":{"maxItemsOne":false}}},"aws_cloudfront_cache_policy":{"current":"aws:cloudfront/getCachePolicy:getCachePolicy","majorVersion":6,"fields":{"parameters_in_cache_key_and_forwarded_to_origin":{"maxItemsOne":false,"elem":{"fields":{"cookies_config":{"maxItemsOne":false,"elem":{"fields":{"cookies":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"headers_config":{"maxItemsOne":false,"elem":{"fields":{"headers":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"query_strings_config":{"maxItemsOne":false,"elem":{"fields":{"query_strings":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}}}}},"aws_cloudfront_distribution":{"current":"aws:cloudfront/getDistribution:getDistribution","majorVersion":6,"fields":{"aliases":{"maxItemsOne":false}}},"aws_cloudfront_function":{"current":"aws:cloudfront/getFunction:getFunction","majorVersion":6},"aws_cloudfront_log_delivery_canonical_user_id":{"current":"aws:cloudfront/getLogDeliveryCanonicalUserId:getLogDeliveryCanonicalUserId","majorVersion":6},"aws_cloudfront_origin_access_identities":{"current":"aws:cloudfront/getOriginAccessIdentities:getOriginAccessIdentities","majorVersion":6,"fields":{"comments":{"maxItemsOne":false},"iam_arns":{"maxItemsOne":false},"ids":{"maxItemsOne":false},"s3_canonical_user_ids":{"maxItemsOne":false}}},"aws_cloudfront_origin_access_identity":{"current":"aws:cloudfront/getOriginAccessIdentity:getOriginAccessIdentity","majorVersion":6},"aws_cloudfront_origin_request_policy":{"current":"aws:cloudfront/getOriginRequestPolicy:getOriginRequestPolicy","majorVersion":6,"fields":{"cookies_config":{"maxItemsOne":false,"elem":{"fields":{"cookies":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"headers_config":{"maxItemsOne":false,"elem":{"fields":{"headers":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"query_strings_config":{"maxItemsOne":false,"elem":{"fields":{"query_strings":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}}}},"aws_cloudfront_realtime_log_config":{"current":"aws:cloudfront/getRealtimeLogConfig:getRealtimeLogConfig","majorVersion":6,"fields":{"endpoint":{"maxItemsOne":false,"elem":{"fields":{"kinesis_stream_config":{"maxItemsOne":false}}}},"fields":{"maxItemsOne":false}}},"aws_cloudfront_response_headers_policy":{"current":"aws:cloudfront/getResponseHeadersPolicy:getResponseHeadersPolicy","majorVersion":6,"fields":{"cors_config":{"maxItemsOne":false,"elem":{"fields":{"access_control_allow_headers":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_allow_methods":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_allow_origins":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"access_control_expose_headers":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}}}}},"custom_headers_config":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"remove_headers_config":{"maxItemsOne":false,"elem":{"fields":{"items":{"maxItemsOne":false}}}},"security_headers_config":{"maxItemsOne":false,"elem":{"fields":{"content_security_policy":{"maxItemsOne":false},"content_type_options":{"maxItemsOne":false},"frame_options":{"maxItemsOne":false},"referrer_policy":{"maxItemsOne":false},"strict_transport_security":{"maxItemsOne":false},"xss_protection":{"maxItemsOne":false}}}},"server_timing_headers_config":{"maxItemsOne":false}}},"aws_cloudhsm_v2_cluster":{"current":"aws:cloudhsmv2/getCluster:getCluster","majorVersion":6,"fields":{"cluster_certificates":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_cloudtrail_service_account":{"current":"aws:cloudtrail/getServiceAccount:getServiceAccount","majorVersion":6},"aws_cloudwatch_event_bus":{"current":"aws:cloudwatch/getEventBus:getEventBus","majorVersion":6},"aws_cloudwatch_event_connection":{"current":"aws:cloudwatch/getEventConnection:getEventConnection","majorVersion":6},"aws_cloudwatch_event_source":{"current":"aws:cloudwatch/getEventSource:getEventSource","majorVersion":6},"aws_cloudwatch_log_data_protection_policy_document":{"current":"aws:cloudwatch/getLogDataProtectionPolicyDocument:getLogDataProtectionPolicyDocument","majorVersion":6,"fields":{"statement":{"maxItemsOne":false,"elem":{"fields":{"data_identifiers":{"maxItemsOne":false},"operation":{"maxItemsOne":true,"elem":{"fields":{"audit":{"maxItemsOne":true,"elem":{"fields":{"findings_destination":{"maxItemsOne":true,"elem":{"fields":{"cloudwatch_logs":{"maxItemsOne":true},"firehose":{"maxItemsOne":true},"s3":{"maxItemsOne":true}}}}}}},"deidentify":{"maxItemsOne":true,"elem":{"fields":{"mask_config":{"maxItemsOne":true}}}}}}}}}}}},"aws_cloudwatch_log_group":{"current":"aws:cloudwatch/getLogGroup:getLogGroup","majorVersion":6},"aws_cloudwatch_log_groups":{"current":"aws:cloudwatch/getLogGroups:getLogGroups","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"log_group_names":{"maxItemsOne":false}}},"aws_codeartifact_authorization_token":{"current":"aws:codeartifact/getAuthorizationToken:getAuthorizationToken","majorVersion":6},"aws_codeartifact_repository_endpoint":{"current":"aws:codeartifact/getRepositoryEndpoint:getRepositoryEndpoint","majorVersion":6},"aws_codecatalyst_dev_environment":{"current":"aws:codecatalyst/getDevEnvironment:getDevEnvironment","majorVersion":6,"fields":{"ides":{"maxItemsOne":false},"persistent_storage":{"maxItemsOne":false},"repositories":{"maxItemsOne":false}}},"aws_codecommit_approval_rule_template":{"current":"aws:codecommit/getApprovalRuleTemplate:getApprovalRuleTemplate","majorVersion":6},"aws_codecommit_repository":{"current":"aws:codecommit/getRepository:getRepository","majorVersion":6},"aws_codestarconnections_connection":{"current":"aws:codestarconnections/getConnection:getConnection","majorVersion":6},"aws_cognito_identity_pool":{"current":"aws:cognito/getIdentityPool:getIdentityPool","majorVersion":6,"fields":{"cognito_identity_providers":{"maxItemsOne":false},"openid_connect_provider_arns":{"maxItemsOne":false},"saml_provider_arns":{"maxItemsOne":false}}},"aws_cognito_user_pool_client":{"current":"aws:cognito/getUserPoolClient:getUserPoolClient","majorVersion":6,"fields":{"allowed_oauth_flows":{"maxItemsOne":false},"allowed_oauth_scopes":{"maxItemsOne":false},"analytics_configuration":{"maxItemsOne":false},"callback_urls":{"maxItemsOne":false},"explicit_auth_flows":{"maxItemsOne":false},"logout_urls":{"maxItemsOne":false},"read_attributes":{"maxItemsOne":false},"supported_identity_providers":{"maxItemsOne":false},"token_validity_units":{"maxItemsOne":false},"write_attributes":{"maxItemsOne":false}}},"aws_cognito_user_pool_clients":{"current":"aws:cognito/getUserPoolClients:getUserPoolClients","majorVersion":6,"fields":{"client_ids":{"maxItemsOne":false},"client_names":{"maxItemsOne":false}}},"aws_cognito_user_pool_signing_certificate":{"current":"aws:cognito/getUserPoolSigningCertificate:getUserPoolSigningCertificate","majorVersion":6},"aws_cognito_user_pools":{"current":"aws:cognito/getUserPools:getUserPools","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"ids":{"maxItemsOne":false}}},"aws_connect_bot_association":{"current":"aws:connect/getBotAssociation:getBotAssociation","majorVersion":6,"fields":{"lex_bot":{"maxItemsOne":true}}},"aws_connect_contact_flow":{"current":"aws:connect/getContactFlow:getContactFlow","majorVersion":6},"aws_connect_contact_flow_module":{"current":"aws:connect/getContactFlowModule:getContactFlowModule","majorVersion":6},"aws_connect_hours_of_operation":{"current":"aws:connect/getHoursOfOperation:getHoursOfOperation","majorVersion":6,"fields":{"config":{"maxItemsOne":false,"elem":{"fields":{"end_time":{"maxItemsOne":false},"start_time":{"maxItemsOne":false}}}}}},"aws_connect_instance":{"current":"aws:connect/getInstance:getInstance","majorVersion":6},"aws_connect_instance_storage_config":{"current":"aws:connect/getInstanceStorageConfig:getInstanceStorageConfig","majorVersion":6,"fields":{"storage_config":{"maxItemsOne":false,"elem":{"fields":{"kinesis_firehose_config":{"maxItemsOne":false},"kinesis_stream_config":{"maxItemsOne":false},"kinesis_video_stream_config":{"maxItemsOne":false,"elem":{"fields":{"encryption_config":{"maxItemsOne":false}}}},"s3_config":{"maxItemsOne":false,"elem":{"fields":{"encryption_config":{"maxItemsOne":false}}}}}}}}},"aws_connect_lambda_function_association":{"current":"aws:connect/getLambdaFunctionAssociation:getLambdaFunctionAssociation","majorVersion":6},"aws_connect_prompt":{"current":"aws:connect/getPrompt:getPrompt","majorVersion":6},"aws_connect_queue":{"current":"aws:connect/getQueue:getQueue","majorVersion":6,"fields":{"outbound_caller_config":{"maxItemsOne":false}}},"aws_connect_quick_connect":{"current":"aws:connect/getQuickConnect:getQuickConnect","majorVersion":6,"fields":{"quick_connect_config":{"maxItemsOne":false,"elem":{"fields":{"phone_config":{"maxItemsOne":false},"queue_config":{"maxItemsOne":false},"user_config":{"maxItemsOne":false}}}}}},"aws_connect_routing_profile":{"current":"aws:connect/getRoutingProfile:getRoutingProfile","majorVersion":6,"fields":{"media_concurrencies":{"maxItemsOne":false},"queue_configs":{"maxItemsOne":false}}},"aws_connect_security_profile":{"current":"aws:connect/getSecurityProfile:getSecurityProfile","majorVersion":6,"fields":{"permissions":{"maxItemsOne":false}}},"aws_connect_user":{"current":"aws:connect/getUser:getUser","majorVersion":6,"fields":{"identity_info":{"maxItemsOne":false},"phone_config":{"maxItemsOne":false},"security_profile_ids":{"maxItemsOne":false}}},"aws_connect_user_hierarchy_group":{"current":"aws:connect/getUserHierarchyGroup:getUserHierarchyGroup","majorVersion":6,"fields":{"hierarchy_path":{"maxItemsOne":false,"elem":{"fields":{"level_five":{"maxItemsOne":false},"level_four":{"maxItemsOne":false},"level_one":{"maxItemsOne":false},"level_three":{"maxItemsOne":false},"level_two":{"maxItemsOne":false}}}}}},"aws_connect_user_hierarchy_structure":{"current":"aws:connect/getUserHierarchyStructure:getUserHierarchyStructure","majorVersion":6,"fields":{"hierarchy_structure":{"maxItemsOne":false,"elem":{"fields":{"level_five":{"maxItemsOne":false},"level_four":{"maxItemsOne":false},"level_one":{"maxItemsOne":false},"level_three":{"maxItemsOne":false},"level_two":{"maxItemsOne":false}}}}}},"aws_connect_vocabulary":{"current":"aws:connect/getVocabulary:getVocabulary","majorVersion":6},"aws_controltower_controls":{"current":"aws:controltower/getControls:getControls","majorVersion":6,"fields":{"enabled_controls":{"maxItemsOne":false}}},"aws_cur_report_definition":{"current":"aws:cur/getReportDefinition:getReportDefinition","majorVersion":6,"fields":{"additional_artifacts":{"maxItemsOne":false},"additional_schema_elements":{"maxItemsOne":false}}},"aws_customer_gateway":{"current":"aws:ec2/getCustomerGateway:getCustomerGateway","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_datapipeline_pipeline":{"current":"aws:datapipeline/getPipeline:getPipeline","majorVersion":6},"aws_datapipeline_pipeline_definition":{"current":"aws:datapipeline/getPipelineDefinition:getPipelineDefinition","majorVersion":6,"fields":{"parameter_object":{"maxItemsOne":false,"elem":{"fields":{"attribute":{"maxItemsOne":false}}}},"parameter_value":{"maxItemsOne":false},"pipeline_object":{"maxItemsOne":false,"elem":{"fields":{"field":{"maxItemsOne":false}}}}}},"aws_db_cluster_snapshot":{"current":"aws:rds/getClusterSnapshot:getClusterSnapshot","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false}}},"aws_db_event_categories":{"current":"aws:rds/getEventCategories:getEventCategories","majorVersion":6,"fields":{"event_categories":{"maxItemsOne":false}}},"aws_db_instance":{"current":"aws:rds/getInstance:getInstance","majorVersion":6,"fields":{"db_parameter_groups":{"maxItemsOne":false},"enabled_cloudwatch_logs_exports":{"maxItemsOne":false},"master_user_secret":{"maxItemsOne":false},"option_group_memberships":{"maxItemsOne":false},"vpc_security_groups":{"maxItemsOne":false}}},"aws_db_instances":{"current":"aws:rds/getInstances:getInstances","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"instance_arns":{"maxItemsOne":false},"instance_identifiers":{"maxItemsOne":false}}},"aws_db_proxy":{"current":"aws:rds/getProxy:getProxy","majorVersion":6,"fields":{"auth":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false},"vpc_subnet_ids":{"maxItemsOne":false}}},"aws_db_snapshot":{"current":"aws:rds/getSnapshot:getSnapshot","majorVersion":6},"aws_db_subnet_group":{"current":"aws:rds/getSubnetGroup:getSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false},"supported_network_types":{"maxItemsOne":false}}},"aws_default_tags":{"current":"aws:index/getDefaultTags:getDefaultTags","majorVersion":6},"aws_directory_service_directory":{"current":"aws:directoryservice/getDirectory:getDirectory","majorVersion":6,"fields":{"connect_settings":{"maxItemsOne":false,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"connect_ips":{"maxItemsOne":false},"customer_dns_ips":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}},"dns_ip_addresses":{"maxItemsOne":false},"radius_settings":{"maxItemsOne":false,"elem":{"fields":{"radius_servers":{"maxItemsOne":false}}}},"vpc_settings":{"maxItemsOne":false,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_dms_certificate":{"current":"aws:dms/getCertificate:getCertificate","majorVersion":6},"aws_dms_endpoint":{"current":"aws:dms/getEndpoint:getEndpoint","majorVersion":6,"fields":{"elasticsearch_settings":{"maxItemsOne":false},"kafka_settings":{"maxItemsOne":false},"kinesis_settings":{"maxItemsOne":false},"mongodb_settings":{"maxItemsOne":false},"redis_settings":{"maxItemsOne":false},"redshift_settings":{"maxItemsOne":false},"s3_settings":{"maxItemsOne":false}}},"aws_dms_replication_instance":{"current":"aws:dms/getReplicationInstance:getReplicationInstance","majorVersion":6,"fields":{"replication_instance_private_ips":{"maxItemsOne":false},"replication_instance_public_ips":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_dms_replication_subnet_group":{"current":"aws:dms/getReplicationSubnetGroup:getReplicationSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_dms_replication_task":{"current":"aws:dms/getReplicationTask:getReplicationTask","majorVersion":6},"aws_docdb_engine_version":{"current":"aws:docdb/getEngineVersion:getEngineVersion","majorVersion":6,"fields":{"exportable_log_types":{"maxItemsOne":false},"preferred_versions":{"maxItemsOne":false},"valid_upgrade_targets":{"maxItemsOne":false}}},"aws_docdb_orderable_db_instance":{"current":"aws:docdb/getOrderableDbInstance:getOrderableDbInstance","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"preferred_instance_classes":{"maxItemsOne":false}}},"aws_dx_connection":{"current":"aws:directconnect/getConnection:getConnection","majorVersion":6},"aws_dx_gateway":{"current":"aws:directconnect/getGateway:getGateway","majorVersion":6},"aws_dx_location":{"current":"aws:directconnect/getLocation:getLocation","majorVersion":6,"fields":{"available_macsec_port_speeds":{"maxItemsOne":false},"available_port_speeds":{"maxItemsOne":false},"available_providers":{"maxItemsOne":false}}},"aws_dx_locations":{"current":"aws:directconnect/getLocations:getLocations","majorVersion":6,"fields":{"location_codes":{"maxItemsOne":false}}},"aws_dx_router_configuration":{"current":"aws:directconnect/getRouterConfiguration:getRouterConfiguration","majorVersion":6,"fields":{"router":{"maxItemsOne":false}}},"aws_dynamodb_table":{"current":"aws:dynamodb/getTable:getTable","majorVersion":6,"fields":{"attribute":{"maxItemsOne":false},"global_secondary_index":{"maxItemsOne":false,"elem":{"fields":{"non_key_attributes":{"maxItemsOne":false}}}},"local_secondary_index":{"maxItemsOne":false,"elem":{"fields":{"non_key_attributes":{"maxItemsOne":false}}}},"point_in_time_recovery":{"maxItemsOne":true},"replica":{"maxItemsOne":false},"server_side_encryption":{"maxItemsOne":true},"ttl":{"maxItemsOne":true}}},"aws_dynamodb_table_item":{"current":"aws:dynamodb/getTableItem:getTableItem","majorVersion":6},"aws_ebs_default_kms_key":{"current":"aws:ebs/getDefaultKmsKey:getDefaultKmsKey","majorVersion":6},"aws_ebs_encryption_by_default":{"current":"aws:ebs/getEncryptionByDefault:getEncryptionByDefault","majorVersion":6},"aws_ebs_snapshot":{"current":"aws:ebs/getSnapshot:getSnapshot","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"owners":{"maxItemsOne":false},"restorable_by_user_ids":{"maxItemsOne":false},"snapshot_ids":{"maxItemsOne":false}}},"aws_ebs_snapshot_ids":{"current":"aws:ebs/getSnapshotIds:getSnapshotIds","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false},"owners":{"maxItemsOne":false},"restorable_by_user_ids":{"maxItemsOne":false}}},"aws_ebs_volume":{"current":"aws:ebs/getVolume:getVolume","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ebs_volumes":{"current":"aws:ebs/getEbsVolumes:getEbsVolumes","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_client_vpn_endpoint":{"current":"aws:ec2clientvpn/getEndpoint:getEndpoint","majorVersion":6,"fields":{"authentication_options":{"maxItemsOne":false},"client_connect_options":{"maxItemsOne":false},"client_login_banner_options":{"maxItemsOne":false},"connection_log_options":{"maxItemsOne":false},"dns_servers":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"security_group_ids":{"maxItemsOne":false}}},"aws_ec2_coip_pool":{"current":"aws:ec2/getCoipPool:getCoipPool","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"pool_cidrs":{"maxItemsOne":false}}},"aws_ec2_coip_pools":{"current":"aws:ec2/getCoipPools:getCoipPools","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"pool_ids":{"maxItemsOne":false}}},"aws_ec2_host":{"current":"aws:ec2/getDedicatedHost:getDedicatedHost","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_instance_type":{"current":"aws:ec2/getInstanceType:getInstanceType","majorVersion":6,"fields":{"fpgas":{"maxItemsOne":false},"gpus":{"maxItemsOne":false},"inference_accelerators":{"maxItemsOne":false},"instance_disks":{"maxItemsOne":false},"supported_architectures":{"maxItemsOne":false},"supported_placement_strategies":{"maxItemsOne":false},"supported_root_device_types":{"maxItemsOne":false},"supported_usages_classes":{"maxItemsOne":false},"supported_virtualization_types":{"maxItemsOne":false},"valid_cores":{"maxItemsOne":false},"valid_threads_per_core":{"maxItemsOne":false}}},"aws_ec2_instance_type_offering":{"current":"aws:ec2/getInstanceTypeOffering:getInstanceTypeOffering","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"preferred_instance_types":{"maxItemsOne":false}}},"aws_ec2_instance_type_offerings":{"current":"aws:ec2/getInstanceTypeOfferings:getInstanceTypeOfferings","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"instance_types":{"maxItemsOne":false},"location_types":{"maxItemsOne":false},"locations":{"maxItemsOne":false}}},"aws_ec2_instance_types":{"current":"aws:ec2/getInstanceTypes:getInstanceTypes","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"instance_types":{"maxItemsOne":false}}},"aws_ec2_local_gateway":{"current":"aws:ec2/getLocalGateway:getLocalGateway","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_local_gateway_route_table":{"current":"aws:ec2/getLocalGatewayRouteTable:getLocalGatewayRouteTable","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_local_gateway_route_tables":{"current":"aws:ec2/getLocalGatewayRouteTables:getLocalGatewayRouteTables","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_local_gateway_virtual_interface":{"current":"aws:ec2/getLocalGatewayVirtualInterface:getLocalGatewayVirtualInterface","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"local_gateway_virtual_interface_ids":{"maxItemsOne":false}}},"aws_ec2_local_gateway_virtual_interface_group":{"current":"aws:ec2/getLocalGatewayVirtualInterfaceGroup:getLocalGatewayVirtualInterfaceGroup","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"local_gateway_virtual_interface_ids":{"maxItemsOne":false}}},"aws_ec2_local_gateway_virtual_interface_groups":{"current":"aws:ec2/getLocalGatewayVirtualInterfaceGroups:getLocalGatewayVirtualInterfaceGroups","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false},"local_gateway_virtual_interface_ids":{"maxItemsOne":false}}},"aws_ec2_local_gateways":{"current":"aws:ec2/getLocalGateways:getLocalGateways","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_managed_prefix_list":{"current":"aws:ec2/getManagedPrefixList:getManagedPrefixList","majorVersion":6,"fields":{"entries":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_managed_prefix_lists":{"current":"aws:ec2/getManagedPrefixLists:getManagedPrefixLists","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_network_insights_analysis":{"current":"aws:ec2/getNetworkInsightsAnalysis:getNetworkInsightsAnalysis","majorVersion":6,"fields":{"alternate_path_hints":{"maxItemsOne":false},"explanations":{"maxItemsOne":false,"elem":{"fields":{"acl":{"maxItemsOne":false},"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"addresses":{"maxItemsOne":false},"attached_to":{"maxItemsOne":false},"availability_zones":{"maxItemsOne":false},"cidrs":{"maxItemsOne":false},"classic_load_balancer_listener":{"maxItemsOne":false},"component":{"maxItemsOne":false},"customer_gateway":{"maxItemsOne":false},"destination":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"elastic_load_balancer_listener":{"maxItemsOne":false},"ingress_route_table":{"maxItemsOne":false},"internet_gateway":{"maxItemsOne":false},"load_balancer_target_group":{"maxItemsOne":false},"load_balancer_target_groups":{"maxItemsOne":false},"nat_gateway":{"maxItemsOne":false},"network_interface":{"maxItemsOne":false},"port_ranges":{"maxItemsOne":false},"prefix_list":{"maxItemsOne":false},"protocols":{"maxItemsOne":false},"route_table":{"maxItemsOne":false},"route_table_route":{"maxItemsOne":false},"security_group":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"security_groups":{"maxItemsOne":false},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"subnet_route_table":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_attachment":{"maxItemsOne":false},"transit_gateway_route_table":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false},"vpc_endpoint":{"maxItemsOne":false},"vpc_peering_connection":{"maxItemsOne":false},"vpn_connection":{"maxItemsOne":false},"vpn_gateway":{"maxItemsOne":false}}}},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"filter_in_arns":{"maxItemsOne":false},"forward_path_components":{"maxItemsOne":false,"elem":{"fields":{"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"additional_details":{"maxItemsOne":false,"elem":{"fields":{"component":{"maxItemsOne":false}}}},"attached_to":{"maxItemsOne":false},"component":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"inbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"outbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"route_table_route":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false}}}},"return_path_components":{"maxItemsOne":false,"elem":{"fields":{"acl_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"additional_details":{"maxItemsOne":false,"elem":{"fields":{"component":{"maxItemsOne":false}}}},"attached_to":{"maxItemsOne":false},"component":{"maxItemsOne":false},"destination_vpc":{"maxItemsOne":false},"inbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"outbound_header":{"maxItemsOne":false,"elem":{"fields":{"destination_addresses":{"maxItemsOne":false},"destination_port_ranges":{"maxItemsOne":false},"source_addresses":{"maxItemsOne":false},"source_port_ranges":{"maxItemsOne":false}}}},"route_table_route":{"maxItemsOne":false},"security_group_rule":{"maxItemsOne":false,"elem":{"fields":{"port_range":{"maxItemsOne":false}}}},"source_vpc":{"maxItemsOne":false},"subnet":{"maxItemsOne":false},"transit_gateway":{"maxItemsOne":false},"transit_gateway_route_table_route":{"maxItemsOne":false},"vpc":{"maxItemsOne":false}}}}}},"aws_ec2_network_insights_path":{"current":"aws:ec2/getNetworkInsightsPath:getNetworkInsightsPath","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_public_ipv4_pool":{"current":"aws:ec2/getPublicIpv4Pool:getPublicIpv4Pool","majorVersion":6,"fields":{"pool_address_ranges":{"maxItemsOne":false}}},"aws_ec2_public_ipv4_pools":{"current":"aws:ec2/getPublicIpv4Pools:getPublicIpv4Pools","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"pool_ids":{"maxItemsOne":false}}},"aws_ec2_serial_console_access":{"current":"aws:ec2/getSerialConsoleAccess:getSerialConsoleAccess","majorVersion":6},"aws_ec2_spot_price":{"current":"aws:ec2/getSpotPrice:getSpotPrice","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway":{"current":"aws:ec2transitgateway/getTransitGateway:getTransitGateway","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"transit_gateway_cidr_blocks":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_attachment":{"current":"aws:ec2transitgateway/getAttachment:getAttachment","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway_attachments":{"current":"aws:ec2transitgateway/getAttachments:getAttachments","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_connect":{"current":"aws:ec2transitgateway/getConnect:getConnect","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway_connect_peer":{"current":"aws:ec2transitgateway/getConnectPeer:getConnectPeer","majorVersion":6,"fields":{"bgp_transit_gateway_addresses":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"inside_cidr_blocks":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_dx_gateway_attachment":{"current":"aws:ec2transitgateway/getDirectConnectGatewayAttachment:getDirectConnectGatewayAttachment","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway_multicast_domain":{"current":"aws:ec2transitgateway/getMulticastDomain:getMulticastDomain","majorVersion":6,"fields":{"associations":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"members":{"maxItemsOne":false},"sources":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_peering_attachment":{"current":"aws:ec2transitgateway/getPeeringAttachment:getPeeringAttachment","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway_route_table":{"current":"aws:ec2transitgateway/getRouteTable:getRouteTable","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ec2_transit_gateway_route_table_associations":{"current":"aws:ec2transitgateway/getRouteTableAssociations:getRouteTableAssociations","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_route_table_propagations":{"current":"aws:ec2transitgateway/getRouteTablePropagations:getRouteTablePropagations","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_route_table_routes":{"current":"aws:ec2transitgateway/getRouteTableRoutes:getRouteTableRoutes","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"routes":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_route_tables":{"current":"aws:ec2/getTransitGatewayRouteTables:getTransitGatewayRouteTables","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_vpc_attachment":{"current":"aws:ec2transitgateway/getVpcAttachment:getVpcAttachment","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"subnet_ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_vpc_attachments":{"current":"aws:ec2transitgateway/getVpcAttachments:getVpcAttachments","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ec2_transit_gateway_vpn_attachment":{"current":"aws:ec2transitgateway/getVpnAttachment:getVpnAttachment","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_ecr_authorization_token":{"current":"aws:ecr/getAuthorizationToken:getAuthorizationToken","majorVersion":6},"aws_ecr_credentials":{"current":"aws:ecr/getCredentials:getCredentials","majorVersion":6},"aws_ecr_image":{"current":"aws:ecr/getImage:getImage","majorVersion":6,"fields":{"image_tags":{"maxItemsOne":false}}},"aws_ecr_pull_through_cache_rule":{"current":"aws:ecr/getPullThroughCacheRule:getPullThroughCacheRule","majorVersion":6},"aws_ecr_repository":{"current":"aws:ecr/getRepository:getRepository","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":false},"image_scanning_configuration":{"maxItemsOne":false},"most_recent_image_tags":{"maxItemsOne":false}}},"aws_ecrpublic_authorization_token":{"current":"aws:ecrpublic/getAuthorizationToken:getAuthorizationToken","majorVersion":6},"aws_ecs_cluster":{"current":"aws:ecs/getCluster:getCluster","majorVersion":6,"fields":{"service_connect_defaults":{"maxItemsOne":false},"setting":{"maxItemsOne":false}}},"aws_ecs_container_definition":{"current":"aws:ecs/getContainerDefinition:getContainerDefinition","majorVersion":6},"aws_ecs_service":{"current":"aws:ecs/getService:getService","majorVersion":6},"aws_ecs_task_definition":{"current":"aws:ecs/getTaskDefinition:getTaskDefinition","majorVersion":6},"aws_ecs_task_execution":{"current":"aws:ecs/getTaskExecution:getTaskExecution","majorVersion":6,"fields":{"capacity_provider_strategy":{"maxItemsOne":false},"network_configuration":{"maxItemsOne":true,"elem":{"fields":{"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}}},"overrides":{"maxItemsOne":true,"elem":{"fields":{"container_overrides":{"maxItemsOne":false,"elem":{"fields":{"command":{"maxItemsOne":false},"environment":{"maxItemsOne":false},"resource_requirements":{"maxItemsOne":false}}}},"inference_accelerator_overrides":{"maxItemsOne":false}}}},"placement_constraints":{"maxItemsOne":false},"placement_strategy":{"maxItemsOne":false},"task_arns":{"maxItemsOne":false}}},"aws_efs_access_point":{"current":"aws:efs/getAccessPoint:getAccessPoint","majorVersion":6,"fields":{"posix_user":{"maxItemsOne":false,"elem":{"fields":{"secondary_gids":{"maxItemsOne":false}}}},"root_directory":{"maxItemsOne":false,"elem":{"fields":{"creation_info":{"maxItemsOne":false}}}}}},"aws_efs_access_points":{"current":"aws:efs/getAccessPoints:getAccessPoints","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"ids":{"maxItemsOne":false}}},"aws_efs_file_system":{"current":"aws:efs/getFileSystem:getFileSystem","majorVersion":6,"fields":{"lifecycle_policy":{"maxItemsOne":true}}},"aws_efs_mount_target":{"current":"aws:efs/getMountTarget:getMountTarget","majorVersion":6,"fields":{"security_groups":{"maxItemsOne":false}}},"aws_eip":{"current":"aws:ec2/getElasticIp:getElasticIp","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_eips":{"current":"aws:ec2/getEips:getEips","majorVersion":6,"fields":{"allocation_ids":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"public_ips":{"maxItemsOne":false}}},"aws_eks_addon":{"current":"aws:eks/getAddon:getAddon","majorVersion":6},"aws_eks_addon_version":{"current":"aws:eks/getAddonVersion:getAddonVersion","majorVersion":6},"aws_eks_cluster":{"current":"aws:eks/getCluster:getCluster","majorVersion":6,"fields":{"certificate_authority":{"maxItemsOne":false},"enabled_cluster_log_types":{"maxItemsOne":false},"identity":{"maxItemsOne":false,"elem":{"fields":{"oidc":{"maxItemsOne":false}}}},"kubernetes_network_config":{"maxItemsOne":false},"outpost_config":{"maxItemsOne":false,"elem":{"fields":{"control_plane_placement":{"maxItemsOne":false},"outpost_arns":{"maxItemsOne":false}}}},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"public_access_cidrs":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_eks_cluster_auth":{"current":"aws:eks/getClusterAuth:getClusterAuth","majorVersion":6},"aws_eks_clusters":{"current":"aws:eks/getClusters:getClusters","majorVersion":6,"fields":{"names":{"maxItemsOne":false}}},"aws_eks_node_group":{"current":"aws:eks/getNodeGroup:getNodeGroup","majorVersion":6,"fields":{"instance_types":{"maxItemsOne":false},"launch_template":{"maxItemsOne":false},"remote_access":{"maxItemsOne":false,"elem":{"fields":{"source_security_group_ids":{"maxItemsOne":false}}}},"resources":{"maxItemsOne":false,"elem":{"fields":{"autoscaling_groups":{"maxItemsOne":false}}}},"scaling_config":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false},"taints":{"maxItemsOne":false}}},"aws_eks_node_groups":{"current":"aws:eks/getNodeGroups:getNodeGroups","majorVersion":6,"fields":{"names":{"maxItemsOne":false}}},"aws_elastic_beanstalk_application":{"current":"aws:elasticbeanstalk/getApplication:getApplication","majorVersion":6,"fields":{"appversion_lifecycle":{"maxItemsOne":true}}},"aws_elastic_beanstalk_hosted_zone":{"current":"aws:elasticbeanstalk/getHostedZone:getHostedZone","majorVersion":6},"aws_elastic_beanstalk_solution_stack":{"current":"aws:elasticbeanstalk/getSolutionStack:getSolutionStack","majorVersion":6},"aws_elasticache_cluster":{"current":"aws:elasticache/getCluster:getCluster","majorVersion":6,"fields":{"cache_nodes":{"maxItemsOne":false},"log_delivery_configuration":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false}}},"aws_elasticache_replication_group":{"current":"aws:elasticache/getReplicationGroup:getReplicationGroup","majorVersion":6,"fields":{"log_delivery_configuration":{"maxItemsOne":false},"member_clusters":{"maxItemsOne":false}}},"aws_elasticache_subnet_group":{"current":"aws:elasticache/getSubnetGroup:getSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_elasticache_user":{"current":"aws:elasticache/getUser:getUser","majorVersion":6,"fields":{"authentication_mode":{"maxItemsOne":false},"passwords":{"maxItemsOne":false}}},"aws_elasticsearch_domain":{"current":"aws:elasticsearch/getDomain:getDomain","majorVersion":6,"fields":{"advanced_security_options":{"maxItemsOne":false},"auto_tune_options":{"maxItemsOne":false,"elem":{"fields":{"maintenance_schedule":{"maxItemsOne":false,"elem":{"fields":{"duration":{"maxItemsOne":false}}}}}}},"cluster_config":{"maxItemsOne":false,"elem":{"fields":{"cold_storage_options":{"maxItemsOne":false},"zone_awareness_config":{"maxItemsOne":false}}}},"cognito_options":{"maxItemsOne":false},"ebs_options":{"maxItemsOne":false},"encryption_at_rest":{"maxItemsOne":false},"log_publishing_options":{"maxItemsOne":false},"node_to_node_encryption":{"maxItemsOne":false},"snapshot_options":{"maxItemsOne":false},"vpc_options":{"maxItemsOne":false,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_elb":{"current":"aws:elb/getLoadBalancer:getLoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"availability_zones":{"maxItemsOne":false},"health_check":{"maxItemsOne":true},"instances":{"maxItemsOne":false},"listener":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_elb_hosted_zone_id":{"current":"aws:elb/getHostedZoneId:getHostedZoneId","majorVersion":6},"aws_elb_service_account":{"current":"aws:elb/getServiceAccount:getServiceAccount","majorVersion":6},"aws_emr_release_labels":{"current":"aws:emr/getReleaseLabels:getReleaseLabels","majorVersion":6,"fields":{"filters":{"maxItemsOne":true},"release_labels":{"maxItemsOne":false}}},"aws_emr_supported_instance_types":{"current":"aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes","majorVersion":6,"fields":{"supported_instance_types":{"maxItemsOne":false}}},"aws_emrcontainers_virtual_cluster":{"current":"aws:emrcontainers/getVirtualCluster:getVirtualCluster","majorVersion":6,"fields":{"container_provider":{"maxItemsOne":false,"elem":{"fields":{"info":{"maxItemsOne":false,"elem":{"fields":{"eks_info":{"maxItemsOne":false}}}}}}}}},"aws_fsx_ontap_file_system":{"current":"aws:fsx/getOntapFileSystem:getOntapFileSystem","majorVersion":6,"fields":{"disk_iops_configuration":{"maxItemsOne":false},"endpoints":{"maxItemsOne":false,"elem":{"fields":{"intercluster":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"management":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}}},"network_interface_ids":{"maxItemsOne":false},"route_table_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_fsx_ontap_storage_virtual_machine":{"current":"aws:fsx/getOntapStorageVirtualMachine:getOntapStorageVirtualMachine","majorVersion":6,"fields":{"active_directory_configuration":{"maxItemsOne":false,"elem":{"fields":{"self_managed_active_directory_configuration":{"maxItemsOne":false,"elem":{"fields":{"dns_ips":{"maxItemsOne":false}}}}}}},"endpoints":{"maxItemsOne":false,"elem":{"fields":{"iscsi":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"management":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"nfs":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}},"smb":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}}},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"lifecycle_transition_reason":{"maxItemsOne":false}}},"aws_fsx_ontap_storage_virtual_machines":{"current":"aws:fsx/getOntapStorageVirtualMachines:getOntapStorageVirtualMachines","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_fsx_openzfs_snapshot":{"current":"aws:fsx/getOpenZfsSnapshot:getOpenZfsSnapshot","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"snapshot_ids":{"maxItemsOne":false}}},"aws_fsx_windows_file_system":{"current":"aws:fsx/getWindowsFileSystem:getWindowsFileSystem","majorVersion":6,"fields":{"aliases":{"maxItemsOne":false},"audit_log_configuration":{"maxItemsOne":false},"disk_iops_configuration":{"maxItemsOne":false},"network_interface_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_globalaccelerator_accelerator":{"current":"aws:globalaccelerator/getAccelerator:getAccelerator","majorVersion":6,"fields":{"attributes":{"maxItemsOne":false},"ip_sets":{"maxItemsOne":false,"elem":{"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}}},"aws_globalaccelerator_custom_routing_accelerator":{"current":"aws:globalaccelerator/getCustomRoutingAccelerator:getCustomRoutingAccelerator","majorVersion":6,"fields":{"attributes":{"maxItemsOne":false},"ip_sets":{"maxItemsOne":false,"elem":{"fields":{"ip_addresses":{"maxItemsOne":false}}}}}},"aws_glue_catalog_table":{"current":"aws:glue/getCatalogTable:getCatalogTable","majorVersion":6,"fields":{"partition_index":{"maxItemsOne":false,"elem":{"fields":{"keys":{"maxItemsOne":false}}}},"partition_keys":{"maxItemsOne":false},"storage_descriptor":{"maxItemsOne":false,"elem":{"fields":{"bucket_columns":{"maxItemsOne":false},"columns":{"maxItemsOne":false},"schema_reference":{"maxItemsOne":false,"elem":{"fields":{"schema_id":{"maxItemsOne":false}}}},"ser_de_info":{"maxItemsOne":false},"skewed_info":{"maxItemsOne":false,"elem":{"fields":{"skewed_column_names":{"maxItemsOne":false},"skewed_column_values":{"maxItemsOne":false}}}},"sort_columns":{"maxItemsOne":false}}}},"target_table":{"maxItemsOne":false}}},"aws_glue_connection":{"current":"aws:glue/getConnection:getConnection","majorVersion":6,"fields":{"match_criteria":{"maxItemsOne":false},"physical_connection_requirements":{"maxItemsOne":false,"elem":{"fields":{"security_group_id_list":{"maxItemsOne":false}}}}}},"aws_glue_data_catalog_encryption_settings":{"current":"aws:glue/getDataCatalogEncryptionSettings:getDataCatalogEncryptionSettings","majorVersion":6,"fields":{"data_catalog_encryption_settings":{"maxItemsOne":false,"elem":{"fields":{"connection_password_encryption":{"maxItemsOne":false},"encryption_at_rest":{"maxItemsOne":false}}}}}},"aws_glue_script":{"current":"aws:glue/getScript:getScript","majorVersion":6,"fields":{"dag_edge":{"maxItemsOne":false},"dag_node":{"maxItemsOne":false,"elem":{"fields":{"args":{"maxItemsOne":false}}}}}},"aws_grafana_workspace":{"current":"aws:grafana/getWorkspace:getWorkspace","majorVersion":6,"fields":{"authentication_providers":{"maxItemsOne":false},"data_sources":{"maxItemsOne":false},"notification_destinations":{"maxItemsOne":false},"organizational_units":{"maxItemsOne":false}}},"aws_guardduty_detector":{"current":"aws:guardduty/getDetector:getDetector","majorVersion":6,"fields":{"features":{"maxItemsOne":false,"elem":{"fields":{"additional_configuration":{"maxItemsOne":false}}}}}},"aws_guardduty_finding_ids":{"current":"aws:guardduty/getFindingIds:getFindingIds","majorVersion":6,"fields":{"finding_ids":{"maxItemsOne":false}}},"aws_iam_access_keys":{"current":"aws:iam/getAccessKeys:getAccessKeys","majorVersion":6,"fields":{"access_keys":{"maxItemsOne":false}}},"aws_iam_account_alias":{"current":"aws:iam/getAccountAlias:getAccountAlias","majorVersion":6},"aws_iam_group":{"current":"aws:iam/getGroup:getGroup","majorVersion":6,"fields":{"users":{"maxItemsOne":false}}},"aws_iam_instance_profile":{"current":"aws:iam/getInstanceProfile:getInstanceProfile","majorVersion":6},"aws_iam_instance_profiles":{"current":"aws:iam/getInstanceProfiles:getInstanceProfiles","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"names":{"maxItemsOne":false},"paths":{"maxItemsOne":false}}},"aws_iam_openid_connect_provider":{"current":"aws:iam/getOpenIdConnectProvider:getOpenIdConnectProvider","majorVersion":6,"fields":{"client_id_list":{"maxItemsOne":false},"thumbprint_list":{"maxItemsOne":false}}},"aws_iam_policy":{"current":"aws:iam/getPolicy:getPolicy","majorVersion":6},"aws_iam_policy_document":{"current":"aws:iam/getPolicyDocument:getPolicyDocument","majorVersion":6,"fields":{"override_policy_documents":{"maxItemsOne":false},"source_policy_documents":{"maxItemsOne":false},"statement":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false},"condition":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"not_actions":{"maxItemsOne":false},"not_principals":{"maxItemsOne":false,"elem":{"fields":{"identifiers":{"maxItemsOne":false}}}},"not_resources":{"maxItemsOne":false},"principals":{"maxItemsOne":false,"elem":{"fields":{"identifiers":{"maxItemsOne":false}}}},"resources":{"maxItemsOne":false}}}}}},"aws_iam_principal_policy_simulation":{"current":"aws:iam/getPrincipalPolicySimulation:getPrincipalPolicySimulation","majorVersion":6,"fields":{"action_names":{"maxItemsOne":false},"additional_policies_json":{"maxItemsOne":false},"context":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"permissions_boundary_policies_json":{"maxItemsOne":false},"resource_arns":{"maxItemsOne":false},"results":{"maxItemsOne":false,"elem":{"fields":{"matched_statements":{"maxItemsOne":false},"missing_context_keys":{"maxItemsOne":false}}}}}},"aws_iam_role":{"current":"aws:iam/getRole:getRole","majorVersion":6,"fields":{"role_last_used":{"maxItemsOne":false}}},"aws_iam_roles":{"current":"aws:iam/getRoles:getRoles","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"names":{"maxItemsOne":false}}},"aws_iam_saml_provider":{"current":"aws:iam/getSamlProvider:getSamlProvider","majorVersion":6},"aws_iam_server_certificate":{"current":"aws:iam/getServerCertificate:getServerCertificate","majorVersion":6},"aws_iam_session_context":{"current":"aws:iam/getSessionContext:getSessionContext","majorVersion":6},"aws_iam_user":{"current":"aws:iam/getUser:getUser","majorVersion":6},"aws_iam_user_ssh_key":{"current":"aws:iam/getUserSshKey:getUserSshKey","majorVersion":6},"aws_iam_users":{"current":"aws:iam/getUsers:getUsers","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"names":{"maxItemsOne":false}}},"aws_identitystore_group":{"current":"aws:identitystore/getGroup:getGroup","majorVersion":6,"fields":{"alternate_identifier":{"maxItemsOne":true,"elem":{"fields":{"external_id":{"maxItemsOne":true},"unique_attribute":{"maxItemsOne":true}}}},"external_ids":{"maxItemsOne":false},"filter":{"maxItemsOne":true}}},"aws_identitystore_user":{"current":"aws:identitystore/getUser:getUser","majorVersion":6,"fields":{"addresses":{"maxItemsOne":false},"alternate_identifier":{"maxItemsOne":true,"elem":{"fields":{"external_id":{"maxItemsOne":true},"unique_attribute":{"maxItemsOne":true}}}},"emails":{"maxItemsOne":false},"external_ids":{"maxItemsOne":false},"filter":{"maxItemsOne":true},"name":{"maxItemsOne":false},"phone_numbers":{"maxItemsOne":false}}},"aws_imagebuilder_component":{"current":"aws:imagebuilder/getComponent:getComponent","majorVersion":6,"fields":{"supported_os_versions":{"maxItemsOne":false}}},"aws_imagebuilder_components":{"current":"aws:imagebuilder/getComponents:getComponents","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_imagebuilder_container_recipe":{"current":"aws:imagebuilder/getContainerRecipe:getContainerRecipe","majorVersion":6,"fields":{"component":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false}}}},"instance_configuration":{"maxItemsOne":false,"elem":{"fields":{"block_device_mapping":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":false}}}}}}},"target_repository":{"maxItemsOne":false}}},"aws_imagebuilder_container_recipes":{"current":"aws:imagebuilder/getContainerRecipes:getContainerRecipes","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_imagebuilder_distribution_configuration":{"current":"aws:imagebuilder/getDistributionConfiguration:getDistributionConfiguration","majorVersion":6,"fields":{"distribution":{"maxItemsOne":false,"elem":{"fields":{"ami_distribution_configuration":{"maxItemsOne":false,"elem":{"fields":{"launch_permission":{"maxItemsOne":false,"elem":{"fields":{"organization_arns":{"maxItemsOne":false},"organizational_unit_arns":{"maxItemsOne":false},"user_groups":{"maxItemsOne":false},"user_ids":{"maxItemsOne":false}}}},"target_account_ids":{"maxItemsOne":false}}}},"container_distribution_configuration":{"maxItemsOne":false,"elem":{"fields":{"container_tags":{"maxItemsOne":false},"target_repository":{"maxItemsOne":false}}}},"fast_launch_configuration":{"maxItemsOne":false,"elem":{"fields":{"launch_template":{"maxItemsOne":false},"snapshot_configuration":{"maxItemsOne":false}}}},"launch_template_configuration":{"maxItemsOne":false},"license_configuration_arns":{"maxItemsOne":false}}}}}},"aws_imagebuilder_distribution_configurations":{"current":"aws:imagebuilder/getDistributionConfigurations:getDistributionConfigurations","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_imagebuilder_image":{"current":"aws:imagebuilder/getImage:getImage","majorVersion":6,"fields":{"image_scanning_configuration":{"maxItemsOne":false,"elem":{"fields":{"ecr_configuration":{"maxItemsOne":false,"elem":{"fields":{"container_tags":{"maxItemsOne":false}}}}}}},"image_tests_configuration":{"maxItemsOne":false},"output_resources":{"maxItemsOne":false,"elem":{"fields":{"amis":{"maxItemsOne":false},"containers":{"maxItemsOne":false,"elem":{"fields":{"image_uris":{"maxItemsOne":false}}}}}}}}},"aws_imagebuilder_image_pipeline":{"current":"aws:imagebuilder/getImagePipeline:getImagePipeline","majorVersion":6,"fields":{"image_scanning_configuration":{"maxItemsOne":false,"elem":{"fields":{"ecr_configuration":{"maxItemsOne":false,"elem":{"fields":{"container_tags":{"maxItemsOne":false}}}}}}},"image_tests_configuration":{"maxItemsOne":false},"schedule":{"maxItemsOne":false}}},"aws_imagebuilder_image_pipelines":{"current":"aws:imagebuilder/getImagePipelines:getImagePipelines","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_imagebuilder_image_recipe":{"current":"aws:imagebuilder/getImageRecipe:getImageRecipe","majorVersion":6,"fields":{"block_device_mapping":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":false}}}},"component":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false}}}}}},"aws_imagebuilder_image_recipes":{"current":"aws:imagebuilder/getImageRecipes:getImageRecipes","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_imagebuilder_infrastructure_configuration":{"current":"aws:imagebuilder/getInfrastructureConfiguration:getInfrastructureConfiguration","majorVersion":6,"fields":{"instance_metadata_options":{"maxItemsOne":false},"instance_types":{"maxItemsOne":false},"logging":{"maxItemsOne":false,"elem":{"fields":{"s3_logs":{"maxItemsOne":false}}}},"security_group_ids":{"maxItemsOne":false}}},"aws_imagebuilder_infrastructure_configurations":{"current":"aws:imagebuilder/getInfrastructureConfigurations:getInfrastructureConfigurations","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_inspector_rules_packages":{"current":"aws:inspector/getRulesPackages:getRulesPackages","majorVersion":6,"fields":{"arns":{"maxItemsOne":false}}},"aws_instance":{"current":"aws:ec2/getInstance:getInstance","majorVersion":6,"fields":{"credit_specification":{"maxItemsOne":false},"ebs_block_device":{"maxItemsOne":false},"enclave_options":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ipv6_addresses":{"maxItemsOne":false},"maintenance_options":{"maxItemsOne":false},"metadata_options":{"maxItemsOne":false},"private_dns_name_options":{"maxItemsOne":false},"root_block_device":{"maxItemsOne":false},"secondary_private_ips":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_instances":{"current":"aws:ec2/getInstances:getInstances","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false},"instance_state_names":{"maxItemsOne":false},"ipv6_addresses":{"maxItemsOne":false},"private_ips":{"maxItemsOne":false},"public_ips":{"maxItemsOne":false}}},"aws_internet_gateway":{"current":"aws:ec2/getInternetGateway:getInternetGateway","majorVersion":6,"fields":{"attachments":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_iot_endpoint":{"current":"aws:iot/getEndpoint:getEndpoint","majorVersion":6},"aws_iot_registration_code":{"current":"aws:iot/getRegistrationCode:getRegistrationCode","majorVersion":6},"aws_ip_ranges":{"current":"aws:index/getIpRanges:getIpRanges","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false},"ipv6_cidr_blocks":{"maxItemsOne":false},"regions":{"maxItemsOne":false},"services":{"maxItemsOne":false}}},"aws_ivs_stream_key":{"current":"aws:ivs/getStreamKey:getStreamKey","majorVersion":6},"aws_kendra_experience":{"current":"aws:kendra/getExperience:getExperience","majorVersion":6,"fields":{"configuration":{"maxItemsOne":false,"elem":{"fields":{"content_source_configuration":{"maxItemsOne":false,"elem":{"fields":{"data_source_ids":{"maxItemsOne":false},"faq_ids":{"maxItemsOne":false}}}},"user_identity_configuration":{"maxItemsOne":false}}}},"endpoints":{"maxItemsOne":false}}},"aws_kendra_faq":{"current":"aws:kendra/getFaq:getFaq","majorVersion":6,"fields":{"s3_path":{"maxItemsOne":false}}},"aws_kendra_index":{"current":"aws:kendra/getIndex:getIndex","majorVersion":6,"fields":{"capacity_units":{"maxItemsOne":false},"document_metadata_configuration_updates":{"maxItemsOne":false,"elem":{"fields":{"relevance":{"maxItemsOne":false},"search":{"maxItemsOne":false}}}},"index_statistics":{"maxItemsOne":false,"elem":{"fields":{"faq_statistics":{"maxItemsOne":false},"text_document_statistics":{"maxItemsOne":false}}}},"server_side_encryption_configuration":{"maxItemsOne":false},"user_group_resolution_configuration":{"maxItemsOne":false},"user_token_configurations":{"maxItemsOne":false,"elem":{"fields":{"json_token_type_configuration":{"maxItemsOne":false},"jwt_token_type_configuration":{"maxItemsOne":false}}}}}},"aws_kendra_query_suggestions_block_list":{"current":"aws:kendra/getQuerySuggestionsBlockList:getQuerySuggestionsBlockList","majorVersion":6,"fields":{"source_s3_path":{"maxItemsOne":false}}},"aws_kendra_thesaurus":{"current":"aws:kendra/getThesaurus:getThesaurus","majorVersion":6,"fields":{"source_s3_path":{"maxItemsOne":false}}},"aws_key_pair":{"current":"aws:ec2/getKeyPair:getKeyPair","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_kinesis_firehose_delivery_stream":{"current":"aws:kinesis/getFirehoseDeliveryStream:getFirehoseDeliveryStream","majorVersion":6},"aws_kinesis_stream":{"current":"aws:kinesis/getStream:getStream","majorVersion":6,"fields":{"closed_shards":{"maxItemsOne":false},"open_shards":{"maxItemsOne":false},"shard_level_metrics":{"maxItemsOne":false},"stream_mode_details":{"maxItemsOne":false}}},"aws_kinesis_stream_consumer":{"current":"aws:kinesis/getStreamConsumer:getStreamConsumer","majorVersion":6},"aws_kms_alias":{"current":"aws:kms/getAlias:getAlias","majorVersion":6},"aws_kms_ciphertext":{"current":"aws:kms/getCipherText:getCipherText","majorVersion":6},"aws_kms_custom_key_store":{"current":"aws:kms/getCustomKeyStore:getCustomKeyStore","majorVersion":6},"aws_kms_key":{"current":"aws:kms/getKey:getKey","majorVersion":6,"fields":{"grant_tokens":{"maxItemsOne":false},"multi_region_configuration":{"maxItemsOne":false,"elem":{"fields":{"primary_key":{"maxItemsOne":false},"replica_keys":{"maxItemsOne":false}}}},"xks_key_configuration":{"maxItemsOne":false}}},"aws_kms_public_key":{"current":"aws:kms/getPublicKey:getPublicKey","majorVersion":6,"fields":{"encryption_algorithms":{"maxItemsOne":false},"grant_tokens":{"maxItemsOne":false},"signing_algorithms":{"maxItemsOne":false}}},"aws_kms_secret":{"current":"aws:kms/getSecret:getSecret","majorVersion":6,"fields":{"secret":{"maxItemsOne":false,"elem":{"fields":{"grant_tokens":{"maxItemsOne":false}}}}}},"aws_kms_secrets":{"current":"aws:kms/getSecrets:getSecrets","majorVersion":6,"fields":{"secret":{"maxItemsOne":false,"elem":{"fields":{"grant_tokens":{"maxItemsOne":false}}}}}},"aws_lakeformation_data_lake_settings":{"current":"aws:lakeformation/getDataLakeSettings:getDataLakeSettings","majorVersion":6,"fields":{"admins":{"maxItemsOne":false},"authorized_session_tag_value_list":{"maxItemsOne":false},"create_database_default_permissions":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"create_table_default_permissions":{"maxItemsOne":false,"elem":{"fields":{"permissions":{"maxItemsOne":false}}}},"external_data_filtering_allow_list":{"maxItemsOne":false},"read_only_admins":{"maxItemsOne":false},"trusted_resource_owners":{"maxItemsOne":false}}},"aws_lakeformation_permissions":{"current":"aws:lakeformation/getPermissions:getPermissions","majorVersion":6,"fields":{"data_location":{"maxItemsOne":true},"database":{"maxItemsOne":true},"lf_tag":{"maxItemsOne":true,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"lf_tag_policy":{"maxItemsOne":true,"elem":{"fields":{"expression":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"permissions":{"maxItemsOne":false},"permissions_with_grant_option":{"maxItemsOne":false},"table":{"maxItemsOne":true},"table_with_columns":{"maxItemsOne":true,"elem":{"fields":{"column_names":{"maxItemsOne":false},"excluded_column_names":{"maxItemsOne":false}}}}}},"aws_lakeformation_resource":{"current":"aws:lakeformation/getResource:getResource","majorVersion":6},"aws_lambda_alias":{"current":"aws:lambda/getAlias:getAlias","majorVersion":6},"aws_lambda_code_signing_config":{"current":"aws:lambda/getCodeSigningConfig:getCodeSigningConfig","majorVersion":6,"fields":{"allowed_publishers":{"maxItemsOne":false,"elem":{"fields":{"signing_profile_version_arns":{"maxItemsOne":false}}}},"policies":{"maxItemsOne":false}}},"aws_lambda_function":{"current":"aws:lambda/getFunction:getFunction","majorVersion":6,"fields":{"architectures":{"maxItemsOne":false},"dead_letter_config":{"maxItemsOne":true},"environment":{"maxItemsOne":true},"ephemeral_storage":{"maxItemsOne":false},"file_system_config":{"maxItemsOne":false},"layers":{"maxItemsOne":false},"tracing_config":{"maxItemsOne":true},"vpc_config":{"maxItemsOne":true,"elem":{"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_lambda_function_url":{"current":"aws:lambda/getFunctionUrl:getFunctionUrl","majorVersion":6,"fields":{"cors":{"maxItemsOne":false,"elem":{"fields":{"allow_headers":{"maxItemsOne":false},"allow_methods":{"maxItemsOne":false},"allow_origins":{"maxItemsOne":false},"expose_headers":{"maxItemsOne":false}}}}}},"aws_lambda_functions":{"current":"aws:lambda/getFunctions:getFunctions","majorVersion":6,"fields":{"function_arns":{"maxItemsOne":false},"function_names":{"maxItemsOne":false}}},"aws_lambda_invocation":{"current":"aws:lambda/getInvocation:getInvocation","majorVersion":6},"aws_lambda_layer_version":{"current":"aws:lambda/getLayerVersion:getLayerVersion","majorVersion":6,"fields":{"compatible_architectures":{"maxItemsOne":false},"compatible_runtimes":{"maxItemsOne":false}}},"aws_launch_configuration":{"current":"aws:ec2/getLaunchConfiguration:getLaunchConfiguration","majorVersion":6,"fields":{"ebs_block_device":{"maxItemsOne":false},"ephemeral_block_device":{"maxItemsOne":false},"metadata_options":{"maxItemsOne":false},"root_block_device":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}},"aws_launch_template":{"current":"aws:ec2/getLaunchTemplate:getLaunchTemplate","majorVersion":6,"fields":{"block_device_mappings":{"maxItemsOne":false,"elem":{"fields":{"ebs":{"maxItemsOne":false}}}},"capacity_reservation_specification":{"maxItemsOne":false,"elem":{"fields":{"capacity_reservation_target":{"maxItemsOne":false}}}},"cpu_options":{"maxItemsOne":false},"credit_specification":{"maxItemsOne":false},"elastic_gpu_specifications":{"maxItemsOne":false},"elastic_inference_accelerator":{"maxItemsOne":false},"enclave_options":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"hibernation_options":{"maxItemsOne":false},"iam_instance_profile":{"maxItemsOne":false},"instance_market_options":{"maxItemsOne":false,"elem":{"fields":{"spot_options":{"maxItemsOne":false}}}},"instance_requirements":{"maxItemsOne":false,"elem":{"fields":{"accelerator_count":{"maxItemsOne":false},"accelerator_manufacturers":{"maxItemsOne":false},"accelerator_names":{"maxItemsOne":false},"accelerator_total_memory_mib":{"maxItemsOne":false},"accelerator_types":{"maxItemsOne":false},"allowed_instance_types":{"maxItemsOne":false},"baseline_ebs_bandwidth_mbps":{"maxItemsOne":false},"cpu_manufacturers":{"maxItemsOne":false},"excluded_instance_types":{"maxItemsOne":false},"instance_generations":{"maxItemsOne":false},"local_storage_types":{"maxItemsOne":false},"memory_gib_per_vcpu":{"maxItemsOne":false},"memory_mib":{"maxItemsOne":false},"network_bandwidth_gbps":{"maxItemsOne":false},"network_interface_count":{"maxItemsOne":false},"total_local_storage_gb":{"maxItemsOne":false},"vcpu_count":{"maxItemsOne":false}}}},"license_specification":{"maxItemsOne":false},"maintenance_options":{"maxItemsOne":false},"metadata_options":{"maxItemsOne":false},"monitoring":{"maxItemsOne":false},"network_interfaces":{"maxItemsOne":false,"elem":{"fields":{"ipv4_addresses":{"maxItemsOne":false},"ipv4_prefixes":{"maxItemsOne":false},"ipv6_addresses":{"maxItemsOne":false},"ipv6_prefixes":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}}},"placement":{"maxItemsOne":false},"private_dns_name_options":{"maxItemsOne":false},"security_group_names":{"maxItemsOne":false},"tag_specifications":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_lb":{"current":"aws:lb/getLoadBalancer:getLoadBalancer","majorVersion":6,"fields":{"access_logs":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_mapping":{"maxItemsOne":false},"subnets":{"maxItemsOne":false}}},"aws_lb_hosted_zone_id":{"current":"aws:lb/getHostedZoneId:getHostedZoneId","majorVersion":6},"aws_lb_listener":{"current":"aws:lb/getListener:getListener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":false,"elem":{"fields":{"authenticate_cognito":{"maxItemsOne":false},"authenticate_oidc":{"maxItemsOne":false},"fixed_response":{"maxItemsOne":false},"forward":{"maxItemsOne":false,"elem":{"fields":{"stickiness":{"maxItemsOne":false},"target_group":{"maxItemsOne":false}}}},"redirect":{"maxItemsOne":false}}}}}},"aws_lb_target_group":{"current":"aws:lb/getTargetGroup:getTargetGroup","majorVersion":6,"fields":{"health_check":{"maxItemsOne":true},"stickiness":{"maxItemsOne":true}}},"aws_lbs":{"current":"aws:lb/getLbs:getLbs","majorVersion":6,"fields":{"arns":{"maxItemsOne":false}}},"aws_lex_bot":{"current":"aws:lex/getBot:getBot","majorVersion":6},"aws_lex_bot_alias":{"current":"aws:lex/getBotAlias:getBotAlias","majorVersion":6},"aws_lex_intent":{"current":"aws:lex/getIntent:getIntent","majorVersion":6},"aws_lex_slot_type":{"current":"aws:lex/getSlotType:getSlotType","majorVersion":6,"fields":{"enumeration_value":{"maxItemsOne":false,"elem":{"fields":{"synonyms":{"maxItemsOne":false}}}}}},"aws_licensemanager_grants":{"current":"aws:licensemanager/getLicenseGrants:getLicenseGrants","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_licensemanager_received_license":{"current":"aws:licensemanager/getReceivedLicense:getReceivedLicense","majorVersion":6,"fields":{"consumption_configuration":{"maxItemsOne":false,"elem":{"fields":{"borrow_configuration":{"maxItemsOne":false},"provisional_configuration":{"maxItemsOne":false}}}},"entitlements":{"maxItemsOne":false},"issuer":{"maxItemsOne":false},"license_metadata":{"maxItemsOne":false},"received_metadata":{"maxItemsOne":false,"elem":{"fields":{"allowed_operations":{"maxItemsOne":false}}}},"validity":{"maxItemsOne":false}}},"aws_licensemanager_received_licenses":{"current":"aws:licensemanager/getReceivedLicenses:getReceivedLicenses","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_location_geofence_collection":{"current":"aws:location/getGeofenceCollection:getGeofenceCollection","majorVersion":6},"aws_location_map":{"current":"aws:location/getMap:getMap","majorVersion":6,"fields":{"configuration":{"maxItemsOne":false}}},"aws_location_place_index":{"current":"aws:location/getPlaceIndex:getPlaceIndex","majorVersion":6,"fields":{"data_source_configuration":{"maxItemsOne":false}}},"aws_location_route_calculator":{"current":"aws:location/getRouteCalculator:getRouteCalculator","majorVersion":6},"aws_location_tracker":{"current":"aws:location/getTracker:getTracker","majorVersion":6},"aws_location_tracker_association":{"current":"aws:location/getTrackerAssociation:getTrackerAssociation","majorVersion":6},"aws_location_tracker_associations":{"current":"aws:location/getTrackerAssociations:getTrackerAssociations","majorVersion":6,"fields":{"consumer_arns":{"maxItemsOne":false}}},"aws_media_convert_queue":{"current":"aws:mediaconvert/getQueue:getQueue","majorVersion":6},"aws_memorydb_acl":{"current":"aws:memorydb/getAcl:getAcl","majorVersion":6,"fields":{"user_names":{"maxItemsOne":false}}},"aws_memorydb_cluster":{"current":"aws:memorydb/getCluster:getCluster","majorVersion":6,"fields":{"cluster_endpoint":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"shards":{"maxItemsOne":false,"elem":{"fields":{"nodes":{"maxItemsOne":false,"elem":{"fields":{"endpoint":{"maxItemsOne":false}}}}}}}}},"aws_memorydb_parameter_group":{"current":"aws:memorydb/getParameterGroup:getParameterGroup","majorVersion":6,"fields":{"parameter":{"maxItemsOne":false}}},"aws_memorydb_snapshot":{"current":"aws:memorydb/getSnapshot:getSnapshot","majorVersion":6,"fields":{"cluster_configuration":{"maxItemsOne":false}}},"aws_memorydb_subnet_group":{"current":"aws:memorydb/getSubnetGroup:getSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_memorydb_user":{"current":"aws:memorydb/getUser:getUser","majorVersion":6,"fields":{"authentication_mode":{"maxItemsOne":false}}},"aws_mq_broker":{"current":"aws:mq/getBroker:getBroker","majorVersion":6,"fields":{"configuration":{"maxItemsOne":true},"encryption_options":{"maxItemsOne":false},"instances":{"maxItemsOne":false,"elem":{"fields":{"endpoints":{"maxItemsOne":false}}}},"ldap_server_metadata":{"maxItemsOne":false,"elem":{"fields":{"hosts":{"maxItemsOne":false}}}},"logs":{"maxItemsOne":true},"maintenance_window_start_time":{"maxItemsOne":true},"security_groups":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false},"user":{"maxItemsOne":false,"elem":{"fields":{"groups":{"maxItemsOne":false}}}}}},"aws_mq_broker_instance_type_offerings":{"current":"aws:mq/getInstanceTypeOfferings:getInstanceTypeOfferings","majorVersion":6,"fields":{"broker_instance_options":{"maxItemsOne":false,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"supported_deployment_modes":{"maxItemsOne":false},"supported_engine_versions":{"maxItemsOne":false}}}}}},"aws_msk_broker_nodes":{"current":"aws:msk/getBrokerNodes:getBrokerNodes","majorVersion":6,"fields":{"node_info_list":{"maxItemsOne":false,"elem":{"fields":{"endpoints":{"maxItemsOne":false}}}}}},"aws_msk_cluster":{"current":"aws:msk/getCluster:getCluster","majorVersion":6},"aws_msk_configuration":{"current":"aws:msk/getConfiguration:getConfiguration","majorVersion":6,"fields":{"kafka_versions":{"maxItemsOne":false}}},"aws_msk_kafka_version":{"current":"aws:msk/getKafkaVersion:getKafkaVersion","majorVersion":6,"fields":{"preferred_versions":{"maxItemsOne":false}}},"aws_msk_vpc_connection":{"current":"aws:msk/getVpcConnection:getVpcConnection","majorVersion":6,"fields":{"client_subnets":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}},"aws_mskconnect_connector":{"current":"aws:mskconnect/getConnector:getConnector","majorVersion":6},"aws_mskconnect_custom_plugin":{"current":"aws:mskconnect/getCustomPlugin:getCustomPlugin","majorVersion":6},"aws_mskconnect_worker_configuration":{"current":"aws:mskconnect/getWorkerConfiguration:getWorkerConfiguration","majorVersion":6},"aws_nat_gateway":{"current":"aws:ec2/getNatGateway:getNatGateway","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"secondary_allocation_ids":{"maxItemsOne":false},"secondary_private_ip_addresses":{"maxItemsOne":false}}},"aws_nat_gateways":{"current":"aws:ec2/getNatGateways:getNatGateways","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_neptune_engine_version":{"current":"aws:neptune/getEngineVersion:getEngineVersion","majorVersion":6,"fields":{"exportable_log_types":{"maxItemsOne":false},"preferred_versions":{"maxItemsOne":false},"supported_timezones":{"maxItemsOne":false},"valid_upgrade_targets":{"maxItemsOne":false}}},"aws_neptune_orderable_db_instance":{"current":"aws:neptune/getOrderableDbInstance:getOrderableDbInstance","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"preferred_instance_classes":{"maxItemsOne":false}}},"aws_network_acls":{"current":"aws:ec2/getNetworkAcls:getNetworkAcls","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_network_interface":{"current":"aws:ec2/getNetworkInterface:getNetworkInterface","majorVersion":6,"fields":{"association":{"maxItemsOne":false},"attachment":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ipv6_addresses":{"maxItemsOne":false},"private_ips":{"maxItemsOne":false},"security_groups":{"maxItemsOne":false}}},"aws_network_interfaces":{"current":"aws:ec2/getNetworkInterfaces:getNetworkInterfaces","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_networkfirewall_firewall":{"current":"aws:networkfirewall/getFirewall:getFirewall","majorVersion":6,"fields":{"encryption_configuration":{"maxItemsOne":false},"firewall_status":{"maxItemsOne":false,"elem":{"fields":{"capacity_usage_summary":{"maxItemsOne":false,"elem":{"fields":{"cidrs":{"maxItemsOne":false,"elem":{"fields":{"ip_set_references":{"maxItemsOne":false}}}}}}},"sync_states":{"maxItemsOne":false,"elem":{"fields":{"attachment":{"maxItemsOne":false}}}}}}},"subnet_mapping":{"maxItemsOne":false}}},"aws_networkfirewall_firewall_policy":{"current":"aws:networkfirewall/getFirewallPolicy:getFirewallPolicy","majorVersion":6,"fields":{"firewall_policy":{"maxItemsOne":false,"elem":{"fields":{"stateful_default_actions":{"maxItemsOne":false},"stateful_engine_options":{"maxItemsOne":false},"stateful_rule_group_reference":{"maxItemsOne":false,"elem":{"fields":{"override":{"maxItemsOne":false}}}},"stateless_custom_action":{"maxItemsOne":false,"elem":{"fields":{"action_definition":{"maxItemsOne":false,"elem":{"fields":{"publish_metric_action":{"maxItemsOne":false,"elem":{"fields":{"dimension":{"maxItemsOne":false}}}}}}}}}},"stateless_default_actions":{"maxItemsOne":false},"stateless_fragment_default_actions":{"maxItemsOne":false},"stateless_rule_group_reference":{"maxItemsOne":false}}}}}},"aws_networkfirewall_resource_policy":{"current":"aws:networkfirewall/getResourcePolicy:getResourcePolicy","majorVersion":6},"aws_networkmanager_connection":{"current":"aws:networkmanager/getConnection:getConnection","majorVersion":6},"aws_networkmanager_connections":{"current":"aws:networkmanager/getConnections:getConnections","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_networkmanager_core_network_policy_document":{"current":"aws:networkmanager/getCoreNetworkPolicyDocument:getCoreNetworkPolicyDocument","majorVersion":6,"fields":{"attachment_policies":{"maxItemsOne":false,"elem":{"fields":{"action":{"maxItemsOne":true},"conditions":{"maxItemsOne":false}}}},"core_network_configuration":{"maxItemsOne":false,"elem":{"fields":{"asn_ranges":{"maxItemsOne":false},"edge_locations":{"maxItemsOne":false,"elem":{"fields":{"inside_cidr_blocks":{"maxItemsOne":false}}}},"inside_cidr_blocks":{"maxItemsOne":false}}}},"segment_actions":{"maxItemsOne":false,"elem":{"fields":{"destination_cidr_blocks":{"maxItemsOne":false},"destinations":{"maxItemsOne":false},"share_with":{"maxItemsOne":false},"share_with_except":{"maxItemsOne":false}}}},"segments":{"maxItemsOne":false,"elem":{"fields":{"allow_filter":{"maxItemsOne":false},"deny_filter":{"maxItemsOne":false},"edge_locations":{"maxItemsOne":false}}}}}},"aws_networkmanager_device":{"current":"aws:networkmanager/getDevice:getDevice","majorVersion":6,"fields":{"aws_location":{"maxItemsOne":false},"location":{"maxItemsOne":false}}},"aws_networkmanager_devices":{"current":"aws:networkmanager/getDevices:getDevices","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_networkmanager_global_network":{"current":"aws:networkmanager/getGlobalNetwork:getGlobalNetwork","majorVersion":6},"aws_networkmanager_global_networks":{"current":"aws:networkmanager/getGlobalNetworks:getGlobalNetworks","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_networkmanager_link":{"current":"aws:networkmanager/getLink:getLink","majorVersion":6,"fields":{"bandwidth":{"maxItemsOne":false}}},"aws_networkmanager_links":{"current":"aws:networkmanager/getLinks:getLinks","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_networkmanager_site":{"current":"aws:networkmanager/getSite:getSite","majorVersion":6,"fields":{"location":{"maxItemsOne":false}}},"aws_networkmanager_sites":{"current":"aws:networkmanager/getSites:getSites","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_oam_link":{"current":"aws:oam/getLink:getLink","majorVersion":6,"fields":{"resource_types":{"maxItemsOne":false}}},"aws_oam_links":{"current":"aws:oam/getLinks:getLinks","majorVersion":6,"fields":{"arns":{"maxItemsOne":false}}},"aws_oam_sink":{"current":"aws:oam/getSink:getSink","majorVersion":6},"aws_oam_sinks":{"current":"aws:oam/getSinks:getSinks","majorVersion":6,"fields":{"arns":{"maxItemsOne":false}}},"aws_opensearch_domain":{"current":"aws:opensearch/getDomain:getDomain","majorVersion":6,"fields":{"advanced_security_options":{"maxItemsOne":false},"auto_tune_options":{"maxItemsOne":false,"elem":{"fields":{"maintenance_schedule":{"maxItemsOne":false,"elem":{"fields":{"duration":{"maxItemsOne":false}}}}}}},"cluster_config":{"maxItemsOne":false,"elem":{"fields":{"cold_storage_options":{"maxItemsOne":false},"zone_awareness_config":{"maxItemsOne":false}}}},"cognito_options":{"maxItemsOne":false},"ebs_options":{"maxItemsOne":false},"encryption_at_rest":{"maxItemsOne":false},"log_publishing_options":{"maxItemsOne":false},"node_to_node_encryption":{"maxItemsOne":false},"off_peak_window_options":{"maxItemsOne":true,"elem":{"fields":{"off_peak_window":{"maxItemsOne":false,"elem":{"fields":{"window_start_time":{"maxItemsOne":false}}}}}}},"snapshot_options":{"maxItemsOne":false},"software_update_options":{"maxItemsOne":false},"vpc_options":{"maxItemsOne":false,"elem":{"fields":{"availability_zones":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}}}}},"aws_opensearchserverless_access_policy":{"current":"aws:opensearch/getServerlessAccessPolicy:getServerlessAccessPolicy","majorVersion":6},"aws_opensearchserverless_collection":{"current":"aws:opensearch/getServerlessCollection:getServerlessCollection","majorVersion":6},"aws_opensearchserverless_lifecycle_policy":{"current":"aws:opensearch/getServerlessLifecyclePolicy:getServerlessLifecyclePolicy","majorVersion":6},"aws_opensearchserverless_security_config":{"current":"aws:opensearch/getServerlessSecurityConfig:getServerlessSecurityConfig","majorVersion":6},"aws_opensearchserverless_security_policy":{"current":"aws:opensearch/getServerlessSecurityPolicy:getServerlessSecurityPolicy","majorVersion":6},"aws_opensearchserverless_vpc_endpoint":{"current":"aws:opensearch/getServerlessVpcEndpoint:getServerlessVpcEndpoint","majorVersion":6,"fields":{"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_organizations_delegated_administrators":{"current":"aws:organizations/getDelegatedAdministrators:getDelegatedAdministrators","majorVersion":6,"fields":{"delegated_administrators":{"maxItemsOne":false}}},"aws_organizations_delegated_services":{"current":"aws:organizations/getDelegatedServices:getDelegatedServices","majorVersion":6,"fields":{"delegated_services":{"maxItemsOne":false}}},"aws_organizations_organization":{"current":"aws:organizations/getOrganization:getOrganization","majorVersion":6,"fields":{"accounts":{"maxItemsOne":false},"aws_service_access_principals":{"maxItemsOne":false},"enabled_policy_types":{"maxItemsOne":false},"non_master_accounts":{"maxItemsOne":false},"roots":{"maxItemsOne":false,"elem":{"fields":{"policy_types":{"maxItemsOne":false}}}}}},"aws_organizations_organizational_unit":{"current":"aws:organizations/getOrganizationalUnit:getOrganizationalUnit","majorVersion":6},"aws_organizations_organizational_unit_child_accounts":{"current":"aws:organizations/getOrganizationalUnitChildAccounts:getOrganizationalUnitChildAccounts","majorVersion":6,"fields":{"accounts":{"maxItemsOne":false}}},"aws_organizations_organizational_unit_descendant_accounts":{"current":"aws:organizations/getOrganizationalUnitDescendantAccounts:getOrganizationalUnitDescendantAccounts","majorVersion":6,"fields":{"accounts":{"maxItemsOne":false}}},"aws_organizations_organizational_units":{"current":"aws:organizations/getOrganizationalUnits:getOrganizationalUnits","majorVersion":6,"fields":{"children":{"maxItemsOne":false}}},"aws_organizations_policies":{"current":"aws:organizations/getPolicies:getPolicies","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_organizations_policies_for_target":{"current":"aws:organizations/getPoliciesForTarget:getPoliciesForTarget","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_organizations_policy":{"current":"aws:organizations/getPolicy:getPolicy","majorVersion":6},"aws_organizations_resource_tags":{"current":"aws:organizations/getResourceTags:getResourceTags","majorVersion":6},"aws_outposts_asset":{"current":"aws:outposts/getAsset:getAsset","majorVersion":6},"aws_outposts_assets":{"current":"aws:outposts/getAssets:getAssets","majorVersion":6,"fields":{"asset_ids":{"maxItemsOne":false},"host_id_filter":{"maxItemsOne":false},"status_id_filter":{"maxItemsOne":false}}},"aws_outposts_outpost":{"current":"aws:outposts/getOutpost:getOutpost","majorVersion":6},"aws_outposts_outpost_instance_type":{"current":"aws:outposts/getOutpostInstanceType:getOutpostInstanceType","majorVersion":6,"fields":{"preferred_instance_types":{"maxItemsOne":false}}},"aws_outposts_outpost_instance_types":{"current":"aws:outposts/getOutpostInstanceTypes:getOutpostInstanceTypes","majorVersion":6,"fields":{"instance_types":{"maxItemsOne":false}}},"aws_outposts_outposts":{"current":"aws:outposts/getOutposts:getOutposts","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"ids":{"maxItemsOne":false}}},"aws_outposts_site":{"current":"aws:outposts/getSite:getSite","majorVersion":6},"aws_outposts_sites":{"current":"aws:outposts/getSites:getSites","majorVersion":6,"fields":{"ids":{"maxItemsOne":false}}},"aws_partition":{"current":"aws:index/getPartition:getPartition","majorVersion":6},"aws_prefix_list":{"current":"aws:ec2/getPrefixList:getPrefixList","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_pricing_product":{"current":"aws:pricing/getProduct:getProduct","majorVersion":6,"fields":{"filters":{"maxItemsOne":false}}},"aws_prometheus_workspace":{"current":"aws:amp/getWorkspace:getWorkspace","majorVersion":6},"aws_prometheus_workspaces":{"current":"aws:amp/getWorkspaces:getWorkspaces","majorVersion":6,"fields":{"aliases":{"maxItemsOne":false},"arns":{"maxItemsOne":false},"workspace_ids":{"maxItemsOne":false}}},"aws_qldb_ledger":{"current":"aws:qldb/getLedger:getLedger","majorVersion":6},"aws_quicksight_data_set":{"current":"aws:quicksight/getDataSet:getDataSet","majorVersion":6,"fields":{"column_groups":{"maxItemsOne":false,"elem":{"fields":{"geo_spatial_column_group":{"maxItemsOne":false,"elem":{"fields":{"columns":{"maxItemsOne":false}}}}}}},"column_level_permission_rules":{"maxItemsOne":false,"elem":{"fields":{"column_names":{"maxItemsOne":false},"principals":{"maxItemsOne":false}}}},"data_set_usage_configuration":{"maxItemsOne":false},"field_folders":{"maxItemsOne":false,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"logical_table_map":{"maxItemsOne":false,"elem":{"fields":{"data_transforms":{"maxItemsOne":false,"elem":{"fields":{"cast_column_type_operation":{"maxItemsOne":false},"create_columns_operation":{"maxItemsOne":false,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"filter_operation":{"maxItemsOne":false},"project_operation":{"maxItemsOne":false,"elem":{"fields":{"projected_columns":{"maxItemsOne":false}}}},"rename_column_operation":{"maxItemsOne":false},"tag_column_operation":{"maxItemsOne":false,"elem":{"fields":{"tags":{"maxItemsOne":false,"elem":{"fields":{"column_description":{"maxItemsOne":false}}}}}}},"untag_column_operation":{"maxItemsOne":false,"elem":{"fields":{"tag_names":{"maxItemsOne":false}}}}}}},"source":{"maxItemsOne":false,"elem":{"fields":{"join_instruction":{"maxItemsOne":false,"elem":{"fields":{"left_join_key_properties":{"maxItemsOne":false},"right_join_key_properties":{"maxItemsOne":false}}}}}}}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}},"physical_table_map":{"maxItemsOne":false,"elem":{"fields":{"custom_sql":{"maxItemsOne":false,"elem":{"fields":{"columns":{"maxItemsOne":false}}}},"relational_table":{"maxItemsOne":false,"elem":{"fields":{"input_columns":{"maxItemsOne":false}}}},"s3_source":{"maxItemsOne":false,"elem":{"fields":{"input_columns":{"maxItemsOne":false},"upload_settings":{"maxItemsOne":false}}}}}}},"row_level_permission_data_set":{"maxItemsOne":false},"row_level_permission_tag_configuration":{"maxItemsOne":false,"elem":{"fields":{"tag_rules":{"maxItemsOne":false}}}}}},"aws_quicksight_group":{"current":"aws:quicksight/getQuicksightGroup:getQuicksightGroup","majorVersion":6},"aws_quicksight_theme":{"current":"aws:quicksight/getTheme:getTheme","majorVersion":6,"fields":{"configuration":{"maxItemsOne":false,"elem":{"fields":{"data_color_palette":{"maxItemsOne":false,"elem":{"fields":{"colors":{"maxItemsOne":false},"min_max_gradient":{"maxItemsOne":false}}}},"sheet":{"maxItemsOne":false,"elem":{"fields":{"tile":{"maxItemsOne":false,"elem":{"fields":{"border":{"maxItemsOne":false}}}},"tile_layout":{"maxItemsOne":false,"elem":{"fields":{"gutter":{"maxItemsOne":false},"margin":{"maxItemsOne":false}}}}}}},"typography":{"maxItemsOne":false,"elem":{"fields":{"font_families":{"maxItemsOne":false}}}},"ui_color_palette":{"maxItemsOne":false}}}},"permissions":{"maxItemsOne":false,"elem":{"fields":{"actions":{"maxItemsOne":false}}}}}},"aws_quicksight_user":{"current":"aws:quicksight/getQuicksightUser:getQuicksightUser","majorVersion":6},"aws_ram_resource_share":{"current":"aws:ram/getResourceShare:getResourceShare","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"resource_arns":{"maxItemsOne":false}}},"aws_rds_certificate":{"current":"aws:rds/getCertificate:getCertificate","majorVersion":6},"aws_rds_cluster":{"current":"aws:rds/getCluster:getCluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"cluster_members":{"maxItemsOne":false},"enabled_cloudwatch_logs_exports":{"maxItemsOne":false},"iam_roles":{"maxItemsOne":false},"master_user_secret":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_rds_clusters":{"current":"aws:rds/getClusters:getClusters","majorVersion":6,"fields":{"cluster_arns":{"maxItemsOne":false},"cluster_identifiers":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_rds_engine_version":{"current":"aws:rds/getEngineVersion:getEngineVersion","majorVersion":6,"fields":{"exportable_log_types":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"preferred_versions":{"maxItemsOne":false},"supported_character_sets":{"maxItemsOne":false},"supported_feature_names":{"maxItemsOne":false},"supported_modes":{"maxItemsOne":false},"supported_timezones":{"maxItemsOne":false},"valid_upgrade_targets":{"maxItemsOne":false}}},"aws_rds_orderable_db_instance":{"current":"aws:rds/getOrderableDbInstance:getOrderableDbInstance","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"preferred_engine_versions":{"maxItemsOne":false},"preferred_instance_classes":{"maxItemsOne":false},"supported_engine_modes":{"maxItemsOne":false},"supported_network_types":{"maxItemsOne":false}}},"aws_rds_reserved_instance_offering":{"current":"aws:rds/getReservedInstanceOffering:getReservedInstanceOffering","majorVersion":6},"aws_redshift_cluster":{"current":"aws:redshift/getCluster:getCluster","majorVersion":6,"fields":{"cluster_nodes":{"maxItemsOne":false},"iam_roles":{"maxItemsOne":false},"log_exports":{"maxItemsOne":false},"vpc_security_group_ids":{"maxItemsOne":false}}},"aws_redshift_cluster_credentials":{"current":"aws:redshift/getClusterCredentials:getClusterCredentials","majorVersion":6,"fields":{"db_groups":{"maxItemsOne":false}}},"aws_redshift_orderable_cluster":{"current":"aws:redshift/getOrderableCluster:getOrderableCluster","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"preferred_node_types":{"maxItemsOne":false}}},"aws_redshift_service_account":{"current":"aws:redshift/getServiceAccount:getServiceAccount","majorVersion":6},"aws_redshift_subnet_group":{"current":"aws:redshift/getSubnetGroup:getSubnetGroup","majorVersion":6,"fields":{"subnet_ids":{"maxItemsOne":false}}},"aws_redshiftserverless_credentials":{"current":"aws:redshiftserverless/getCredentials:getCredentials","majorVersion":6},"aws_redshiftserverless_namespace":{"current":"aws:redshiftserverless/getNamespace:getNamespace","majorVersion":6,"fields":{"iam_roles":{"maxItemsOne":false},"log_exports":{"maxItemsOne":false}}},"aws_redshiftserverless_workgroup":{"current":"aws:redshiftserverless/getWorkgroup:getWorkgroup","majorVersion":6,"fields":{"endpoint":{"maxItemsOne":false,"elem":{"fields":{"vpc_endpoint":{"maxItemsOne":false,"elem":{"fields":{"network_interface":{"maxItemsOne":false}}}}}}},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_region":{"current":"aws:index/getRegion:getRegion","majorVersion":6},"aws_regions":{"current":"aws:index/getRegions:getRegions","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_resourcegroupstaggingapi_resources":{"current":"aws:resourcegroupstaggingapi/getResources:getResources","majorVersion":6,"fields":{"resource_arn_list":{"maxItemsOne":false},"resource_tag_mapping_list":{"maxItemsOne":false,"elem":{"fields":{"compliance_details":{"maxItemsOne":false,"elem":{"fields":{"keys_with_noncompliant_values":{"maxItemsOne":false},"non_compliant_keys":{"maxItemsOne":false}}}}}}},"resource_type_filters":{"maxItemsOne":false},"tag_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_route":{"current":"aws:ec2/getRoute:getRoute","majorVersion":6},"aws_route53_delegation_set":{"current":"aws:route53/getDelegationSet:getDelegationSet","majorVersion":6,"fields":{"name_servers":{"maxItemsOne":false}}},"aws_route53_resolver_endpoint":{"current":"aws:route53/getResolverEndpoint:getResolverEndpoint","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ip_addresses":{"maxItemsOne":false}}},"aws_route53_resolver_firewall_config":{"current":"aws:route53/getResolverFirewallConfig:getResolverFirewallConfig","majorVersion":6},"aws_route53_resolver_firewall_domain_list":{"current":"aws:route53/getResolverFirewallDomainList:getResolverFirewallDomainList","majorVersion":6},"aws_route53_resolver_firewall_rule_group":{"current":"aws:route53/getResolverFirewallRuleGroup:getResolverFirewallRuleGroup","majorVersion":6},"aws_route53_resolver_firewall_rule_group_association":{"current":"aws:route53/getResolverFirewallRuleGroupAssociation:getResolverFirewallRuleGroupAssociation","majorVersion":6},"aws_route53_resolver_firewall_rules":{"current":"aws:route53/getResolverFirewallRules:getResolverFirewallRules","majorVersion":6,"fields":{"firewall_rules":{"maxItemsOne":false}}},"aws_route53_resolver_query_log_config":{"current":"aws:route53/getQueryLogConfig:getQueryLogConfig","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_route53_resolver_rule":{"current":"aws:route53/getResolverRule:getResolverRule","majorVersion":6},"aws_route53_resolver_rules":{"current":"aws:route53/getResolverRules:getResolverRules","majorVersion":6,"fields":{"resolver_rule_ids":{"maxItemsOne":false}}},"aws_route53_traffic_policy_document":{"current":"aws:route53/getTrafficPolicyDocument:getTrafficPolicyDocument","majorVersion":6,"fields":{"endpoint":{"maxItemsOne":false},"rule":{"maxItemsOne":false,"elem":{"fields":{"geo_proximity_location":{"maxItemsOne":false},"items":{"maxItemsOne":false},"location":{"maxItemsOne":false},"primary":{"maxItemsOne":true},"region":{"maxItemsOne":false},"secondary":{"maxItemsOne":true}}}}}},"aws_route53_zone":{"current":"aws:route53/getZone:getZone","majorVersion":6,"fields":{"name_servers":{"maxItemsOne":false}}},"aws_route_table":{"current":"aws:ec2/getRouteTable:getRouteTable","majorVersion":6,"fields":{"associations":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"routes":{"maxItemsOne":false}}},"aws_route_tables":{"current":"aws:ec2/getRouteTables:getRouteTables","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_s3_account_public_access_block":{"current":"aws:s3/getAccountPublicAccessBlock:getAccountPublicAccessBlock","majorVersion":6},"aws_s3_bucket":{"current":"aws:s3/getBucket:getBucket","majorVersion":6},"aws_s3_bucket_object":{"current":"aws:s3/getBucketObject:getBucketObject","majorVersion":6},"aws_s3_bucket_objects":{"current":"aws:s3/getBucketObjects:getBucketObjects","majorVersion":6,"fields":{"common_prefixes":{"maxItemsOne":false},"keys":{"maxItemsOne":false},"owners":{"maxItemsOne":false}}},"aws_s3_bucket_policy":{"current":"aws:s3/getBucketPolicy:getBucketPolicy","majorVersion":6},"aws_s3_object":{"current":"aws:s3/getObject:getObject","majorVersion":6},"aws_s3_objects":{"current":"aws:s3/getObjects:getObjects","majorVersion":6,"fields":{"common_prefixes":{"maxItemsOne":false},"keys":{"maxItemsOne":false},"owners":{"maxItemsOne":false}}},"aws_s3control_multi_region_access_point":{"current":"aws:s3control/getMultiRegionAccessPoint:getMultiRegionAccessPoint","majorVersion":6,"fields":{"public_access_block":{"maxItemsOne":false},"regions":{"maxItemsOne":false}}},"aws_sagemaker_prebuilt_ecr_image":{"current":"aws:sagemaker/getPrebuiltEcrImage:getPrebuiltEcrImage","majorVersion":6},"aws_secretsmanager_random_password":{"current":"aws:secretsmanager/getRandomPassword:getRandomPassword","majorVersion":6},"aws_secretsmanager_secret":{"current":"aws:secretsmanager/getSecret:getSecret","majorVersion":6},"aws_secretsmanager_secret_rotation":{"current":"aws:secretsmanager/getSecretRotation:getSecretRotation","majorVersion":6,"fields":{"rotation_rules":{"maxItemsOne":false}}},"aws_secretsmanager_secret_version":{"current":"aws:secretsmanager/getSecretVersion:getSecretVersion","majorVersion":6,"fields":{"version_stages":{"maxItemsOne":false}}},"aws_secretsmanager_secrets":{"current":"aws:secretsmanager/getSecrets:getSecrets","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"names":{"maxItemsOne":false}}},"aws_security_group":{"current":"aws:ec2/getSecurityGroup:getSecurityGroup","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_security_groups":{"current":"aws:ec2/getSecurityGroups:getSecurityGroups","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false},"vpc_ids":{"maxItemsOne":false}}},"aws_serverlessapplicationrepository_application":{"current":"aws:serverlessrepository/getApplication:getApplication","majorVersion":6,"fields":{"required_capabilities":{"maxItemsOne":false}}},"aws_service":{"current":"aws:index/getService:getService","majorVersion":6},"aws_service_discovery_dns_namespace":{"current":"aws:servicediscovery/getDnsNamespace:getDnsNamespace","majorVersion":6},"aws_service_discovery_http_namespace":{"current":"aws:servicediscovery/getHttpNamespace:getHttpNamespace","majorVersion":6},"aws_service_discovery_service":{"current":"aws:servicediscovery/getService:getService","majorVersion":6,"fields":{"dns_config":{"maxItemsOne":false,"elem":{"fields":{"dns_records":{"maxItemsOne":false}}}},"health_check_config":{"maxItemsOne":false},"health_check_custom_config":{"maxItemsOne":false}}},"aws_servicecatalog_constraint":{"current":"aws:servicecatalog/getConstraint:getConstraint","majorVersion":6},"aws_servicecatalog_launch_paths":{"current":"aws:servicecatalog/getLaunchPaths:getLaunchPaths","majorVersion":6,"fields":{"summaries":{"maxItemsOne":false,"elem":{"fields":{"constraint_summaries":{"maxItemsOne":false}}}}}},"aws_servicecatalog_portfolio":{"current":"aws:servicecatalog/getPortfolio:getPortfolio","majorVersion":6},"aws_servicecatalog_portfolio_constraints":{"current":"aws:servicecatalog/getPortfolioConstraints:getPortfolioConstraints","majorVersion":6,"fields":{"details":{"maxItemsOne":false}}},"aws_servicecatalog_product":{"current":"aws:servicecatalog/getProduct:getProduct","majorVersion":6},"aws_servicecatalog_provisioning_artifacts":{"current":"aws:servicecatalog/getProvisioningArtifacts:getProvisioningArtifacts","majorVersion":6,"fields":{"provisioning_artifact_details":{"maxItemsOne":false}}},"aws_servicequotas_service":{"current":"aws:servicequotas/getService:getService","majorVersion":6},"aws_servicequotas_service_quota":{"current":"aws:servicequotas/getServiceQuota:getServiceQuota","majorVersion":6,"fields":{"usage_metric":{"maxItemsOne":false,"elem":{"fields":{"metric_dimensions":{"maxItemsOne":false}}}}}},"aws_servicequotas_templates":{"current":"aws:servicequotas/getTemplates:getTemplates","majorVersion":6,"fields":{"templates":{"maxItemsOne":false}}},"aws_ses_active_receipt_rule_set":{"current":"aws:ses/getActiveReceiptRuleSet:getActiveReceiptRuleSet","majorVersion":6},"aws_ses_domain_identity":{"current":"aws:ses/getDomainIdentity:getDomainIdentity","majorVersion":6},"aws_ses_email_identity":{"current":"aws:ses/getEmailIdentity:getEmailIdentity","majorVersion":6},"aws_sesv2_configuration_set":{"current":"aws:sesv2/getConfigurationSet:getConfigurationSet","majorVersion":6,"fields":{"delivery_options":{"maxItemsOne":false},"reputation_options":{"maxItemsOne":false},"sending_options":{"maxItemsOne":false},"suppression_options":{"maxItemsOne":false,"elem":{"fields":{"suppressed_reasons":{"maxItemsOne":false}}}},"tracking_options":{"maxItemsOne":false},"vdm_options":{"maxItemsOne":false,"elem":{"fields":{"dashboard_options":{"maxItemsOne":false},"guardian_options":{"maxItemsOne":false}}}}}},"aws_sesv2_dedicated_ip_pool":{"current":"aws:sesv2/getDedicatedIpPool:getDedicatedIpPool","majorVersion":6,"fields":{"dedicated_ips":{"maxItemsOne":false}}},"aws_sesv2_email_identity":{"current":"aws:sesv2/getEmailIdentity:getEmailIdentity","majorVersion":6,"fields":{"dkim_signing_attributes":{"maxItemsOne":false,"elem":{"fields":{"tokens":{"maxItemsOne":false}}}}}},"aws_sesv2_email_identity_mail_from_attributes":{"current":"aws:sesv2/getEmailIdentityMailFromAttributes:getEmailIdentityMailFromAttributes","majorVersion":6},"aws_sfn_activity":{"current":"aws:sfn/getActivity:getActivity","majorVersion":6},"aws_sfn_alias":{"current":"aws:sfn/getAlias:getAlias","majorVersion":6,"fields":{"routing_configuration":{"maxItemsOne":false}}},"aws_sfn_state_machine":{"current":"aws:sfn/getStateMachine:getStateMachine","majorVersion":6},"aws_sfn_state_machine_versions":{"current":"aws:sfn/getStateMachineVersions:getStateMachineVersions","majorVersion":6,"fields":{"statemachine_versions":{"maxItemsOne":false}}},"aws_signer_signing_job":{"current":"aws:signer/getSigningJob:getSigningJob","majorVersion":6,"fields":{"revocation_record":{"maxItemsOne":false},"signed_object":{"maxItemsOne":false,"elem":{"fields":{"s3":{"maxItemsOne":false}}}},"source":{"maxItemsOne":false,"elem":{"fields":{"s3":{"maxItemsOne":false}}}}}},"aws_signer_signing_profile":{"current":"aws:signer/getSigningProfile:getSigningProfile","majorVersion":6,"fields":{"revocation_record":{"maxItemsOne":false},"signature_validity_period":{"maxItemsOne":false}}},"aws_sns_topic":{"current":"aws:sns/getTopic:getTopic","majorVersion":6},"aws_sqs_queue":{"current":"aws:sqs/getQueue:getQueue","majorVersion":6},"aws_sqs_queues":{"current":"aws:sqs/getQueues:getQueues","majorVersion":6,"fields":{"queue_urls":{"maxItemsOne":false}}},"aws_ssm_document":{"current":"aws:ssm/getDocument:getDocument","majorVersion":6},"aws_ssm_instances":{"current":"aws:ssm/getInstances:getInstances","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ssm_maintenance_windows":{"current":"aws:ssm/getMaintenanceWindows:getMaintenanceWindows","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_ssm_parameter":{"current":"aws:ssm/getParameter:getParameter","majorVersion":6},"aws_ssm_parameters_by_path":{"current":"aws:ssm/getParametersByPath:getParametersByPath","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"names":{"maxItemsOne":false},"types":{"maxItemsOne":false},"values":{"maxItemsOne":false}}},"aws_ssm_patch_baseline":{"current":"aws:ssm/getPatchBaseline:getPatchBaseline","majorVersion":6,"fields":{"approval_rule":{"maxItemsOne":false,"elem":{"fields":{"patch_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}},"approved_patches":{"maxItemsOne":false},"global_filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"rejected_patches":{"maxItemsOne":false},"source":{"maxItemsOne":false,"elem":{"fields":{"products":{"maxItemsOne":false}}}}}},"aws_ssmcontacts_contact":{"current":"aws:ssmcontacts/getContact:getContact","majorVersion":6},"aws_ssmcontacts_contact_channel":{"current":"aws:ssmcontacts/getContactChannel:getContactChannel","majorVersion":6,"fields":{"delivery_address":{"maxItemsOne":false}}},"aws_ssmcontacts_plan":{"current":"aws:ssmcontacts/getPlan:getPlan","majorVersion":6,"fields":{"stage":{"maxItemsOne":false,"elem":{"fields":{"target":{"maxItemsOne":false,"elem":{"fields":{"channel_target_info":{"maxItemsOne":false},"contact_target_info":{"maxItemsOne":false}}}}}}}}},"aws_ssmincidents_replication_set":{"current":"aws:ssmincidents/getReplicationSet:getReplicationSet","majorVersion":6,"fields":{"region":{"maxItemsOne":false}}},"aws_ssmincidents_response_plan":{"current":"aws:ssmincidents/getResponsePlan:getResponsePlan","majorVersion":6,"fields":{"action":{"maxItemsOne":false,"elem":{"fields":{"ssm_automation":{"maxItemsOne":false,"elem":{"fields":{"parameter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}}}}}},"chat_channel":{"maxItemsOne":false},"engagements":{"maxItemsOne":false},"incident_template":{"maxItemsOne":false,"elem":{"fields":{"notification_target":{"maxItemsOne":false}}}},"integration":{"maxItemsOne":false,"elem":{"fields":{"pagerduty":{"maxItemsOne":false}}}}}},"aws_ssoadmin_instances":{"current":"aws:ssoadmin/getInstances:getInstances","majorVersion":6,"fields":{"arns":{"maxItemsOne":false},"identity_store_ids":{"maxItemsOne":false}}},"aws_ssoadmin_permission_set":{"current":"aws:ssoadmin/getPermissionSet:getPermissionSet","majorVersion":6},"aws_storagegateway_local_disk":{"current":"aws:storagegateway/getLocalDisk:getLocalDisk","majorVersion":6},"aws_subnet":{"current":"aws:ec2/getSubnet:getSubnet","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_subnets":{"current":"aws:ec2/getSubnets:getSubnets","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_transfer_server":{"current":"aws:transfer/getServer:getServer","majorVersion":6,"fields":{"protocols":{"maxItemsOne":false},"structured_log_destinations":{"maxItemsOne":false}}},"aws_vpc":{"current":"aws:ec2/getVpc:getVpc","majorVersion":6,"fields":{"cidr_block_associations":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_vpc_dhcp_options":{"current":"aws:ec2/getVpcDhcpOptions:getVpcDhcpOptions","majorVersion":6,"fields":{"domain_name_servers":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"netbios_name_servers":{"maxItemsOne":false},"ntp_servers":{"maxItemsOne":false}}},"aws_vpc_endpoint":{"current":"aws:ec2/getVpcEndpoint:getVpcEndpoint","majorVersion":6,"fields":{"cidr_blocks":{"maxItemsOne":false},"dns_entry":{"maxItemsOne":false},"dns_options":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"network_interface_ids":{"maxItemsOne":false},"route_table_ids":{"maxItemsOne":false},"security_group_ids":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false}}},"aws_vpc_endpoint_service":{"current":"aws:ec2/getVpcEndpointService:getVpcEndpointService","majorVersion":6,"fields":{"availability_zones":{"maxItemsOne":false},"base_endpoint_dns_names":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"supported_ip_address_types":{"maxItemsOne":false}}},"aws_vpc_ipam_pool":{"current":"aws:ec2/getVpcIpamPool:getVpcIpamPool","past":[{"name":"aws:ec2/getVpcIamPool:getVpcIamPool","inCodegen":false,"majorVersion":6},{"name":"aws:ec2/getVpcIamPool:getVpcIamPool","inCodegen":false,"majorVersion":6}],"majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_vpc_ipam_pool_cidrs":{"current":"aws:ec2/getVpcIpamPoolCidrs:getVpcIpamPoolCidrs","past":[{"name":"aws:ec2/getVpcIamPoolCidrs:getVpcIamPoolCidrs","inCodegen":false,"majorVersion":6},{"name":"aws:ec2/getVpcIamPoolCidrs:getVpcIamPoolCidrs","inCodegen":false,"majorVersion":6}],"majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ipam_pool_cidrs":{"maxItemsOne":false}}},"aws_vpc_ipam_pools":{"current":"aws:ec2/getVpcIpamPools:getVpcIpamPools","past":[{"name":"aws:ec2/getVpcIamPools:getVpcIamPools","inCodegen":false,"majorVersion":6},{"name":"aws:ec2/getVpcIamPools:getVpcIamPools","inCodegen":false,"majorVersion":6}],"majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ipam_pools":{"maxItemsOne":false}}},"aws_vpc_ipam_preview_next_cidr":{"current":"aws:ec2/getIpamPreviewNextCidr:getIpamPreviewNextCidr","majorVersion":6,"fields":{"disallowed_cidrs":{"maxItemsOne":false}}},"aws_vpc_peering_connection":{"current":"aws:ec2/getVpcPeeringConnection:getVpcPeeringConnection","majorVersion":6,"fields":{"cidr_block_set":{"maxItemsOne":false},"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"peer_cidr_block_set":{"maxItemsOne":false}}},"aws_vpc_peering_connections":{"current":"aws:ec2/getVpcPeeringConnections:getVpcPeeringConnections","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_vpc_security_group_rule":{"current":"aws:vpc/getSecurityGroupRule:getSecurityGroupRule","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_vpc_security_group_rules":{"current":"aws:vpc/getSecurityGroupRules:getSecurityGroupRules","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_vpclattice_auth_policy":{"current":"aws:vpclattice/getAuthPolicy:getAuthPolicy","majorVersion":6},"aws_vpclattice_listener":{"current":"aws:vpclattice/getListener:getListener","majorVersion":6,"fields":{"default_action":{"maxItemsOne":false,"elem":{"fields":{"fixed_response":{"maxItemsOne":false},"forward":{"maxItemsOne":false,"elem":{"fields":{"target_groups":{"maxItemsOne":false}}}}}}}}},"aws_vpclattice_resource_policy":{"current":"aws:vpclattice/getResourcePolicy:getResourcePolicy","majorVersion":6},"aws_vpclattice_service":{"current":"aws:vpclattice/getService:getService","majorVersion":6,"fields":{"dns_entry":{"maxItemsOne":false}}},"aws_vpclattice_service_network":{"current":"aws:vpclattice/getServiceNetwork:getServiceNetwork","majorVersion":6},"aws_vpcs":{"current":"aws:ec2/getVpcs:getVpcs","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}},"ids":{"maxItemsOne":false}}},"aws_vpn_gateway":{"current":"aws:ec2/getVpnGateway:getVpnGateway","majorVersion":6,"fields":{"filter":{"maxItemsOne":false,"elem":{"fields":{"values":{"maxItemsOne":false}}}}}},"aws_waf_ipset":{"current":"aws:waf/getIpset:getIpset","majorVersion":6},"aws_waf_rate_based_rule":{"current":"aws:waf/getRateBasedRule:getRateBasedRule","majorVersion":6},"aws_waf_rule":{"current":"aws:waf/getRule:getRule","majorVersion":6},"aws_waf_subscribed_rule_group":{"current":"aws:waf/getSubscribedRuleGroup:getSubscribedRuleGroup","majorVersion":6},"aws_waf_web_acl":{"current":"aws:waf/getWebAcl:getWebAcl","majorVersion":6},"aws_wafregional_ipset":{"current":"aws:wafregional/getIpset:getIpset","majorVersion":6},"aws_wafregional_rate_based_rule":{"current":"aws:wafregional/getRateBasedMod:getRateBasedMod","majorVersion":6},"aws_wafregional_rule":{"current":"aws:wafregional/getRule:getRule","majorVersion":6},"aws_wafregional_subscribed_rule_group":{"current":"aws:wafregional/getSubscribedRuleGroup:getSubscribedRuleGroup","majorVersion":6},"aws_wafregional_web_acl":{"current":"aws:wafregional/getWebAcl:getWebAcl","majorVersion":6},"aws_wafv2_ip_set":{"current":"aws:wafv2/getIpSet:getIpSet","majorVersion":6,"fields":{"addresses":{"maxItemsOne":false}}},"aws_wafv2_regex_pattern_set":{"current":"aws:wafv2/getRegexPatternSet:getRegexPatternSet","majorVersion":6,"fields":{"regular_expression":{"maxItemsOne":false}}},"aws_wafv2_rule_group":{"current":"aws:wafv2/getRuleGroup:getRuleGroup","majorVersion":6},"aws_wafv2_web_acl":{"current":"aws:wafv2/getWebAcl:getWebAcl","majorVersion":6},"aws_workspaces_bundle":{"current":"aws:workspaces/getBundle:getBundle","majorVersion":6,"fields":{"compute_type":{"maxItemsOne":false},"root_storage":{"maxItemsOne":false},"user_storage":{"maxItemsOne":false}}},"aws_workspaces_directory":{"current":"aws:workspaces/getDirectory:getDirectory","majorVersion":6,"fields":{"dns_ip_addresses":{"maxItemsOne":false},"ip_group_ids":{"maxItemsOne":false},"self_service_permissions":{"maxItemsOne":false},"subnet_ids":{"maxItemsOne":false},"workspace_access_properties":{"maxItemsOne":false},"workspace_creation_properties":{"maxItemsOne":false}}},"aws_workspaces_image":{"current":"aws:workspaces/getImage:getImage","majorVersion":6},"aws_workspaces_workspace":{"current":"aws:workspaces/getWorkspace:getWorkspace","majorVersion":6,"fields":{"workspace_properties":{"maxItemsOne":false}}}}},"mux":{"resources":{"aws:accessanalyzer/analyzer:Analyzer":0,"aws:accessanalyzer/archiveRule:ArchiveRule":0,"aws:account/alternativeContact:AlternativeContact":0,"aws:account/primaryContact:PrimaryContact":0,"aws:acm/certificate:Certificate":0,"aws:acm/certificateValidation:CertificateValidation":0,"aws:acmpca/certificate:Certificate":0,"aws:acmpca/certificateAuthority:CertificateAuthority":0,"aws:acmpca/certificateAuthorityCertificate:CertificateAuthorityCertificate":0,"aws:acmpca/permission:Permission":0,"aws:acmpca/policy:Policy":0,"aws:alb/listener:Listener":0,"aws:alb/listenerCertificate:ListenerCertificate":0,"aws:alb/listenerRule:ListenerRule":0,"aws:alb/loadBalancer:LoadBalancer":0,"aws:alb/targetGroup:TargetGroup":0,"aws:alb/targetGroupAttachment:TargetGroupAttachment":0,"aws:amp/alertManagerDefinition:AlertManagerDefinition":0,"aws:amp/ruleGroupNamespace:RuleGroupNamespace":0,"aws:amp/workspace:Workspace":0,"aws:amplify/app:App":0,"aws:amplify/backendEnvironment:BackendEnvironment":0,"aws:amplify/branch:Branch":0,"aws:amplify/domainAssociation:DomainAssociation":0,"aws:amplify/webhook:Webhook":0,"aws:apigateway/account:Account":0,"aws:apigateway/apiKey:ApiKey":0,"aws:apigateway/authorizer:Authorizer":0,"aws:apigateway/basePathMapping:BasePathMapping":0,"aws:apigateway/clientCertificate:ClientCertificate":0,"aws:apigateway/deployment:Deployment":0,"aws:apigateway/documentationPart:DocumentationPart":0,"aws:apigateway/documentationVersion:DocumentationVersion":0,"aws:apigateway/domainName:DomainName":0,"aws:apigateway/integration:Integration":0,"aws:apigateway/integrationResponse:IntegrationResponse":0,"aws:apigateway/method:Method":0,"aws:apigateway/methodResponse:MethodResponse":0,"aws:apigateway/methodSettings:MethodSettings":0,"aws:apigateway/model:Model":0,"aws:apigateway/requestValidator:RequestValidator":0,"aws:apigateway/resource:Resource":0,"aws:apigateway/response:Response":0,"aws:apigateway/restApi:RestApi":0,"aws:apigateway/restApiPolicy:RestApiPolicy":0,"aws:apigateway/stage:Stage":0,"aws:apigateway/usagePlan:UsagePlan":0,"aws:apigateway/usagePlanKey:UsagePlanKey":0,"aws:apigateway/vpcLink:VpcLink":0,"aws:apigatewayv2/api:Api":0,"aws:apigatewayv2/apiMapping:ApiMapping":0,"aws:apigatewayv2/authorizer:Authorizer":0,"aws:apigatewayv2/deployment:Deployment":0,"aws:apigatewayv2/domainName:DomainName":0,"aws:apigatewayv2/integration:Integration":0,"aws:apigatewayv2/integrationResponse:IntegrationResponse":0,"aws:apigatewayv2/model:Model":0,"aws:apigatewayv2/route:Route":0,"aws:apigatewayv2/routeResponse:RouteResponse":0,"aws:apigatewayv2/stage:Stage":0,"aws:apigatewayv2/vpcLink:VpcLink":0,"aws:appautoscaling/policy:Policy":0,"aws:appautoscaling/scheduledAction:ScheduledAction":0,"aws:appautoscaling/target:Target":0,"aws:appconfig/application:Application":0,"aws:appconfig/configurationProfile:ConfigurationProfile":0,"aws:appconfig/deployment:Deployment":0,"aws:appconfig/deploymentStrategy:DeploymentStrategy":0,"aws:appconfig/environment:Environment":1,"aws:appconfig/eventIntegration:EventIntegration":0,"aws:appconfig/extension:Extension":0,"aws:appconfig/extensionAssociation:ExtensionAssociation":0,"aws:appconfig/hostedConfigurationVersion:HostedConfigurationVersion":0,"aws:appflow/connectorProfile:ConnectorProfile":0,"aws:appflow/flow:Flow":0,"aws:appintegrations/dataIntegration:DataIntegration":0,"aws:applicationinsights/application:Application":0,"aws:appmesh/gatewayRoute:GatewayRoute":0,"aws:appmesh/mesh:Mesh":0,"aws:appmesh/route:Route":0,"aws:appmesh/virtualGateway:VirtualGateway":0,"aws:appmesh/virtualNode:VirtualNode":0,"aws:appmesh/virtualRouter:VirtualRouter":0,"aws:appmesh/virtualService:VirtualService":0,"aws:apprunner/autoScalingConfigurationVersion:AutoScalingConfigurationVersion":0,"aws:apprunner/connection:Connection":0,"aws:apprunner/customDomainAssociation:CustomDomainAssociation":0,"aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion":1,"aws:apprunner/observabilityConfiguration:ObservabilityConfiguration":0,"aws:apprunner/service:Service":0,"aws:apprunner/vpcConnector:VpcConnector":0,"aws:apprunner/vpcIngressConnection:VpcIngressConnection":0,"aws:appstream/directoryConfig:DirectoryConfig":0,"aws:appstream/fleet:Fleet":0,"aws:appstream/fleetStackAssociation:FleetStackAssociation":0,"aws:appstream/imageBuilder:ImageBuilder":0,"aws:appstream/stack:Stack":0,"aws:appstream/user:User":0,"aws:appstream/userStackAssociation:UserStackAssociation":0,"aws:appsync/apiCache:ApiCache":0,"aws:appsync/apiKey:ApiKey":0,"aws:appsync/dataSource:DataSource":0,"aws:appsync/domainName:DomainName":0,"aws:appsync/domainNameApiAssociation:DomainNameApiAssociation":0,"aws:appsync/function:Function":0,"aws:appsync/graphQLApi:GraphQLApi":0,"aws:appsync/resolver:Resolver":0,"aws:appsync/type:Type":0,"aws:athena/dataCatalog:DataCatalog":0,"aws:athena/database:Database":0,"aws:athena/namedQuery:NamedQuery":0,"aws:athena/preparedStatement:PreparedStatement":0,"aws:athena/workgroup:Workgroup":0,"aws:auditmanager/accountRegistration:AccountRegistration":1,"aws:auditmanager/assessment:Assessment":1,"aws:auditmanager/assessmentDelegation:AssessmentDelegation":1,"aws:auditmanager/assessmentReport:AssessmentReport":1,"aws:auditmanager/control:Control":1,"aws:auditmanager/framework:Framework":1,"aws:auditmanager/frameworkShare:FrameworkShare":1,"aws:auditmanager/organizationAdminAccountRegistration:OrganizationAdminAccountRegistration":1,"aws:autoscaling/attachment:Attachment":0,"aws:autoscaling/group:Group":0,"aws:autoscaling/lifecycleHook:LifecycleHook":0,"aws:autoscaling/notification:Notification":0,"aws:autoscaling/policy:Policy":0,"aws:autoscaling/schedule:Schedule":0,"aws:autoscaling/tag:Tag":0,"aws:autoscaling/trafficSourceAttachment:TrafficSourceAttachment":0,"aws:autoscalingplans/scalingPlan:ScalingPlan":0,"aws:backup/framework:Framework":0,"aws:backup/globalSettings:GlobalSettings":0,"aws:backup/plan:Plan":0,"aws:backup/regionSettings:RegionSettings":0,"aws:backup/reportPlan:ReportPlan":0,"aws:backup/selection:Selection":0,"aws:backup/vault:Vault":0,"aws:backup/vaultLockConfiguration:VaultLockConfiguration":0,"aws:backup/vaultNotifications:VaultNotifications":0,"aws:backup/vaultPolicy:VaultPolicy":0,"aws:batch/computeEnvironment:ComputeEnvironment":0,"aws:batch/jobDefinition:JobDefinition":0,"aws:batch/jobQueue:JobQueue":1,"aws:batch/schedulingPolicy:SchedulingPolicy":0,"aws:bedrockmodel/invocationLoggingConfiguration:InvocationLoggingConfiguration":1,"aws:budgets/budget:Budget":0,"aws:budgets/budgetAction:BudgetAction":0,"aws:cfg/aggregateAuthorization:AggregateAuthorization":0,"aws:cfg/configurationAggregator:ConfigurationAggregator":0,"aws:cfg/conformancePack:ConformancePack":0,"aws:cfg/deliveryChannel:DeliveryChannel":0,"aws:cfg/organizationConformancePack:OrganizationConformancePack":0,"aws:cfg/organizationCustomPolicyRule:OrganizationCustomPolicyRule":0,"aws:cfg/organizationCustomRule:OrganizationCustomRule":0,"aws:cfg/organizationManagedRule:OrganizationManagedRule":0,"aws:cfg/recorder:Recorder":0,"aws:cfg/recorderStatus:RecorderStatus":0,"aws:cfg/remediationConfiguration:RemediationConfiguration":0,"aws:cfg/rule:Rule":0,"aws:chime/sdkvoiceGlobalSettings:SdkvoiceGlobalSettings":0,"aws:chime/sdkvoiceSipMediaApplication:SdkvoiceSipMediaApplication":0,"aws:chime/sdkvoiceSipRule:SdkvoiceSipRule":0,"aws:chime/sdkvoiceVoiceProfileDomain:SdkvoiceVoiceProfileDomain":0,"aws:chime/voiceConnector:VoiceConnector":0,"aws:chime/voiceConnectorGroup:VoiceConnectorGroup":0,"aws:chime/voiceConnectorLogging:VoiceConnectorLogging":0,"aws:chime/voiceConnectorOrganization:VoiceConnectorOrganization":0,"aws:chime/voiceConnectorStreaming:VoiceConnectorStreaming":0,"aws:chime/voiceConnectorTermination:VoiceConnectorTermination":0,"aws:chime/voiceConnectorTerminationCredentials:VoiceConnectorTerminationCredentials":0,"aws:chimesdkmediapipelines/mediaInsightsPipelineConfiguration:MediaInsightsPipelineConfiguration":0,"aws:cleanrooms/collaboration:Collaboration":0,"aws:cleanrooms/configuredTable:ConfiguredTable":0,"aws:cloud9/environmentEC2:EnvironmentEC2":0,"aws:cloud9/environmentMembership:EnvironmentMembership":0,"aws:cloudcontrol/resource:Resource":0,"aws:cloudformation/cloudFormationType:CloudFormationType":0,"aws:cloudformation/stack:Stack":0,"aws:cloudformation/stackSet:StackSet":0,"aws:cloudformation/stackSetInstance:StackSetInstance":0,"aws:cloudfront/cachePolicy:CachePolicy":0,"aws:cloudfront/continuousDeploymentPolicy:ContinuousDeploymentPolicy":1,"aws:cloudfront/distribution:Distribution":0,"aws:cloudfront/fieldLevelEncryptionConfig:FieldLevelEncryptionConfig":0,"aws:cloudfront/fieldLevelEncryptionProfile:FieldLevelEncryptionProfile":0,"aws:cloudfront/function:Function":0,"aws:cloudfront/keyGroup:KeyGroup":0,"aws:cloudfront/monitoringSubscription:MonitoringSubscription":0,"aws:cloudfront/originAccessControl:OriginAccessControl":0,"aws:cloudfront/originAccessIdentity:OriginAccessIdentity":0,"aws:cloudfront/originRequestPolicy:OriginRequestPolicy":0,"aws:cloudfront/publicKey:PublicKey":0,"aws:cloudfront/realtimeLogConfig:RealtimeLogConfig":0,"aws:cloudfront/responseHeadersPolicy:ResponseHeadersPolicy":0,"aws:cloudhsmv2/cluster:Cluster":0,"aws:cloudhsmv2/hsm:Hsm":0,"aws:cloudsearch/domain:Domain":0,"aws:cloudsearch/domainServiceAccessPolicy:DomainServiceAccessPolicy":0,"aws:cloudtrail/eventDataStore:EventDataStore":0,"aws:cloudtrail/trail:Trail":0,"aws:cloudwatch/compositeAlarm:CompositeAlarm":0,"aws:cloudwatch/dashboard:Dashboard":0,"aws:cloudwatch/eventApiDestination:EventApiDestination":0,"aws:cloudwatch/eventArchive:EventArchive":0,"aws:cloudwatch/eventBus:EventBus":0,"aws:cloudwatch/eventBusPolicy:EventBusPolicy":0,"aws:cloudwatch/eventConnection:EventConnection":0,"aws:cloudwatch/eventEndpoint:EventEndpoint":0,"aws:cloudwatch/eventPermission:EventPermission":0,"aws:cloudwatch/eventRule:EventRule":0,"aws:cloudwatch/eventTarget:EventTarget":0,"aws:cloudwatch/internetMonitor:InternetMonitor":0,"aws:cloudwatch/logDataProtectionPolicy:LogDataProtectionPolicy":0,"aws:cloudwatch/logDestination:LogDestination":0,"aws:cloudwatch/logDestinationPolicy:LogDestinationPolicy":0,"aws:cloudwatch/logGroup:LogGroup":0,"aws:cloudwatch/logMetricFilter:LogMetricFilter":0,"aws:cloudwatch/logResourcePolicy:LogResourcePolicy":0,"aws:cloudwatch/logStream:LogStream":0,"aws:cloudwatch/logSubscriptionFilter:LogSubscriptionFilter":0,"aws:cloudwatch/metricAlarm:MetricAlarm":0,"aws:cloudwatch/metricStream:MetricStream":0,"aws:cloudwatch/queryDefinition:QueryDefinition":0,"aws:codeartifact/domain:Domain":0,"aws:codeartifact/domainPermissions:DomainPermissions":0,"aws:codeartifact/repository:Repository":0,"aws:codeartifact/repositoryPermissionsPolicy:RepositoryPermissionsPolicy":0,"aws:codebuild/project:Project":0,"aws:codebuild/reportGroup:ReportGroup":0,"aws:codebuild/resourcePolicy:ResourcePolicy":0,"aws:codebuild/sourceCredential:SourceCredential":0,"aws:codebuild/webhook:Webhook":0,"aws:codecatalyst/devEnvironment:DevEnvironment":0,"aws:codecatalyst/project:Project":0,"aws:codecatalyst/sourceRepository:SourceRepository":0,"aws:codecommit/approvalRuleTemplate:ApprovalRuleTemplate":0,"aws:codecommit/approvalRuleTemplateAssociation:ApprovalRuleTemplateAssociation":0,"aws:codecommit/repository:Repository":0,"aws:codecommit/trigger:Trigger":0,"aws:codedeploy/application:Application":0,"aws:codedeploy/deploymentConfig:DeploymentConfig":0,"aws:codedeploy/deploymentGroup:DeploymentGroup":0,"aws:codegurureviewer/repositoryAssociation:RepositoryAssociation":0,"aws:codepipeline/customActionType:CustomActionType":0,"aws:codepipeline/pipeline:Pipeline":0,"aws:codepipeline/webhook:Webhook":0,"aws:codestarconnections/connection:Connection":0,"aws:codestarconnections/host:Host":0,"aws:codestarnotifications/notificationRule:NotificationRule":0,"aws:cognito/identityPool:IdentityPool":0,"aws:cognito/identityPoolProviderPrincipalTag:IdentityPoolProviderPrincipalTag":0,"aws:cognito/identityPoolRoleAttachment:IdentityPoolRoleAttachment":0,"aws:cognito/identityProvider:IdentityProvider":0,"aws:cognito/managedUserPoolClient:ManagedUserPoolClient":1,"aws:cognito/resourceServer:ResourceServer":0,"aws:cognito/riskConfiguration:RiskConfiguration":0,"aws:cognito/user:User":0,"aws:cognito/userGroup:UserGroup":0,"aws:cognito/userInGroup:UserInGroup":0,"aws:cognito/userPool:UserPool":0,"aws:cognito/userPoolClient:UserPoolClient":1,"aws:cognito/userPoolDomain:UserPoolDomain":0,"aws:cognito/userPoolUICustomization:UserPoolUICustomization":0,"aws:comprehend/documentClassifier:DocumentClassifier":0,"aws:comprehend/entityRecognizer:EntityRecognizer":0,"aws:connect/botAssociation:BotAssociation":0,"aws:connect/contactFlow:ContactFlow":0,"aws:connect/contactFlowModule:ContactFlowModule":0,"aws:connect/hoursOfOperation:HoursOfOperation":0,"aws:connect/instance:Instance":0,"aws:connect/instanceStorageConfig:InstanceStorageConfig":0,"aws:connect/lambdaFunctionAssociation:LambdaFunctionAssociation":0,"aws:connect/phoneNumber:PhoneNumber":0,"aws:connect/queue:Queue":0,"aws:connect/quickConnect:QuickConnect":0,"aws:connect/routingProfile:RoutingProfile":0,"aws:connect/securityProfile:SecurityProfile":0,"aws:connect/user:User":0,"aws:connect/userHierarchyGroup:UserHierarchyGroup":0,"aws:connect/userHierarchyStructure:UserHierarchyStructure":0,"aws:connect/vocabulary:Vocabulary":0,"aws:controltower/controlTowerControl:ControlTowerControl":0,"aws:costexplorer/anomalyMonitor:AnomalyMonitor":0,"aws:costexplorer/anomalySubscription:AnomalySubscription":0,"aws:costexplorer/costAllocationTag:CostAllocationTag":0,"aws:costexplorer/costCategory:CostCategory":0,"aws:cur/reportDefinition:ReportDefinition":0,"aws:dataexchange/dataSet:DataSet":0,"aws:dataexchange/revision:Revision":0,"aws:datapipeline/pipeline:Pipeline":0,"aws:datapipeline/pipelineDefinition:PipelineDefinition":0,"aws:datasync/agent:Agent":0,"aws:datasync/efsLocation:EfsLocation":0,"aws:datasync/fsxOpenZfsFileSystem:FsxOpenZfsFileSystem":0,"aws:datasync/locationAzureBlob:LocationAzureBlob":0,"aws:datasync/locationFsxLustre:LocationFsxLustre":0,"aws:datasync/locationFsxOntapFileSystem:LocationFsxOntapFileSystem":0,"aws:datasync/locationFsxWindows:LocationFsxWindows":0,"aws:datasync/locationHdfs:LocationHdfs":0,"aws:datasync/locationObjectStorage:LocationObjectStorage":0,"aws:datasync/locationSmb:LocationSmb":0,"aws:datasync/nfsLocation:NfsLocation":0,"aws:datasync/s3Location:S3Location":0,"aws:datasync/task:Task":0,"aws:dax/cluster:Cluster":0,"aws:dax/parameterGroup:ParameterGroup":0,"aws:dax/subnetGroup:SubnetGroup":0,"aws:detective/graph:Graph":0,"aws:detective/invitationAccepter:InvitationAccepter":0,"aws:detective/member:Member":0,"aws:detective/organizationAdminAccount:OrganizationAdminAccount":0,"aws:detective/organizationConfiguration:OrganizationConfiguration":0,"aws:devicefarm/devicePool:DevicePool":0,"aws:devicefarm/instanceProfile:InstanceProfile":0,"aws:devicefarm/networkProfile:NetworkProfile":0,"aws:devicefarm/project:Project":0,"aws:devicefarm/testGridProject:TestGridProject":0,"aws:devicefarm/upload:Upload":0,"aws:directconnect/bgpPeer:BgpPeer":0,"aws:directconnect/connection:Connection":0,"aws:directconnect/connectionAssociation:ConnectionAssociation":0,"aws:directconnect/connectionConfirmation:ConnectionConfirmation":0,"aws:directconnect/gateway:Gateway":0,"aws:directconnect/gatewayAssociation:GatewayAssociation":0,"aws:directconnect/gatewayAssociationProposal:GatewayAssociationProposal":0,"aws:directconnect/hostedConnection:HostedConnection":0,"aws:directconnect/hostedPrivateVirtualInterface:HostedPrivateVirtualInterface":0,"aws:directconnect/hostedPrivateVirtualInterfaceAccepter:HostedPrivateVirtualInterfaceAccepter":0,"aws:directconnect/hostedPublicVirtualInterface:HostedPublicVirtualInterface":0,"aws:directconnect/hostedPublicVirtualInterfaceAccepter:HostedPublicVirtualInterfaceAccepter":0,"aws:directconnect/hostedTransitVirtualInterface:HostedTransitVirtualInterface":0,"aws:directconnect/hostedTransitVirtualInterfaceAcceptor:HostedTransitVirtualInterfaceAcceptor":0,"aws:directconnect/linkAggregationGroup:LinkAggregationGroup":0,"aws:directconnect/macsecKeyAssociation:MacsecKeyAssociation":0,"aws:directconnect/privateVirtualInterface:PrivateVirtualInterface":0,"aws:directconnect/publicVirtualInterface:PublicVirtualInterface":0,"aws:directconnect/transitVirtualInterface:TransitVirtualInterface":0,"aws:directoryservice/conditionalForwader:ConditionalForwader":0,"aws:directoryservice/directory:Directory":0,"aws:directoryservice/logService:LogService":0,"aws:directoryservice/radiusSettings:RadiusSettings":0,"aws:directoryservice/serviceRegion:ServiceRegion":0,"aws:directoryservice/sharedDirectory:SharedDirectory":0,"aws:directoryservice/sharedDirectoryAccepter:SharedDirectoryAccepter":0,"aws:directoryservice/trust:Trust":1,"aws:dlm/lifecyclePolicy:LifecyclePolicy":0,"aws:dms/certificate:Certificate":0,"aws:dms/endpoint:Endpoint":0,"aws:dms/eventSubscription:EventSubscription":0,"aws:dms/replicationConfig:ReplicationConfig":0,"aws:dms/replicationInstance:ReplicationInstance":0,"aws:dms/replicationSubnetGroup:ReplicationSubnetGroup":0,"aws:dms/replicationTask:ReplicationTask":0,"aws:dms/s3Endpoint:S3Endpoint":0,"aws:docdb/cluster:Cluster":0,"aws:docdb/clusterInstance:ClusterInstance":0,"aws:docdb/clusterParameterGroup:ClusterParameterGroup":0,"aws:docdb/clusterSnapshot:ClusterSnapshot":0,"aws:docdb/eventSubscription:EventSubscription":0,"aws:docdb/globalCluster:GlobalCluster":0,"aws:docdb/subnetGroup:SubnetGroup":0,"aws:dynamodb/contributorInsights:ContributorInsights":0,"aws:dynamodb/globalTable:GlobalTable":0,"aws:dynamodb/kinesisStreamingDestination:KinesisStreamingDestination":0,"aws:dynamodb/table:Table":0,"aws:dynamodb/tableItem:TableItem":0,"aws:dynamodb/tableReplica:TableReplica":0,"aws:dynamodb/tag:Tag":0,"aws:ebs/defaultKmsKey:DefaultKmsKey":0,"aws:ebs/encryptionByDefault:EncryptionByDefault":0,"aws:ebs/snapshot:Snapshot":0,"aws:ebs/snapshotCopy:SnapshotCopy":0,"aws:ebs/snapshotImport:SnapshotImport":0,"aws:ebs/volume:Volume":0,"aws:ec2/ami:Ami":0,"aws:ec2/amiCopy:AmiCopy":0,"aws:ec2/amiFromInstance:AmiFromInstance":0,"aws:ec2/amiLaunchPermission:AmiLaunchPermission":0,"aws:ec2/availabilityZoneGroup:AvailabilityZoneGroup":0,"aws:ec2/capacityReservation:CapacityReservation":0,"aws:ec2/carrierGateway:CarrierGateway":0,"aws:ec2/customerGateway:CustomerGateway":0,"aws:ec2/dedicatedHost:DedicatedHost":0,"aws:ec2/defaultNetworkAcl:DefaultNetworkAcl":0,"aws:ec2/defaultRouteTable:DefaultRouteTable":0,"aws:ec2/defaultSecurityGroup:DefaultSecurityGroup":0,"aws:ec2/defaultSubnet:DefaultSubnet":0,"aws:ec2/defaultVpc:DefaultVpc":0,"aws:ec2/defaultVpcDhcpOptions:DefaultVpcDhcpOptions":0,"aws:ec2/egressOnlyInternetGateway:EgressOnlyInternetGateway":0,"aws:ec2/eip:Eip":0,"aws:ec2/eipAssociation:EipAssociation":0,"aws:ec2/fleet:Fleet":0,"aws:ec2/flowLog:FlowLog":0,"aws:ec2/imageBlockPublicAccess:ImageBlockPublicAccess":0,"aws:ec2/instance:Instance":0,"aws:ec2/internetGateway:InternetGateway":0,"aws:ec2/internetGatewayAttachment:InternetGatewayAttachment":0,"aws:ec2/keyPair:KeyPair":0,"aws:ec2/launchConfiguration:LaunchConfiguration":0,"aws:ec2/launchTemplate:LaunchTemplate":0,"aws:ec2/localGatewayRoute:LocalGatewayRoute":0,"aws:ec2/localGatewayRouteTableVpcAssociation:LocalGatewayRouteTableVpcAssociation":0,"aws:ec2/mainRouteTableAssociation:MainRouteTableAssociation":0,"aws:ec2/managedPrefixList:ManagedPrefixList":0,"aws:ec2/managedPrefixListEntry:ManagedPrefixListEntry":0,"aws:ec2/natGateway:NatGateway":0,"aws:ec2/networkAcl:NetworkAcl":0,"aws:ec2/networkAclAssociation:NetworkAclAssociation":0,"aws:ec2/networkAclRule:NetworkAclRule":0,"aws:ec2/networkInsightsAnalysis:NetworkInsightsAnalysis":0,"aws:ec2/networkInsightsPath:NetworkInsightsPath":0,"aws:ec2/networkInterface:NetworkInterface":0,"aws:ec2/networkInterfaceAttachment:NetworkInterfaceAttachment":0,"aws:ec2/networkInterfaceSecurityGroupAttachment:NetworkInterfaceSecurityGroupAttachment":0,"aws:ec2/peeringConnectionOptions:PeeringConnectionOptions":0,"aws:ec2/placementGroup:PlacementGroup":0,"aws:ec2/proxyProtocolPolicy:ProxyProtocolPolicy":0,"aws:ec2/route:Route":0,"aws:ec2/routeTable:RouteTable":0,"aws:ec2/routeTableAssociation:RouteTableAssociation":0,"aws:ec2/securityGroup:SecurityGroup":0,"aws:ec2/securityGroupAssociation:SecurityGroupAssociation":0,"aws:ec2/securityGroupRule:SecurityGroupRule":0,"aws:ec2/serialConsoleAccess:SerialConsoleAccess":0,"aws:ec2/snapshotCreateVolumePermission:SnapshotCreateVolumePermission":0,"aws:ec2/spotDatafeedSubscription:SpotDatafeedSubscription":0,"aws:ec2/spotFleetRequest:SpotFleetRequest":0,"aws:ec2/spotInstanceRequest:SpotInstanceRequest":0,"aws:ec2/subnet:Subnet":0,"aws:ec2/subnetCidrReservation:SubnetCidrReservation":0,"aws:ec2/tag:Tag":0,"aws:ec2/trafficMirrorFilter:TrafficMirrorFilter":0,"aws:ec2/trafficMirrorFilterRule:TrafficMirrorFilterRule":0,"aws:ec2/trafficMirrorSession:TrafficMirrorSession":0,"aws:ec2/trafficMirrorTarget:TrafficMirrorTarget":0,"aws:ec2/volumeAttachment:VolumeAttachment":0,"aws:ec2/vpc:Vpc":0,"aws:ec2/vpcDhcpOptions:VpcDhcpOptions":0,"aws:ec2/vpcDhcpOptionsAssociation:VpcDhcpOptionsAssociation":0,"aws:ec2/vpcEndpoint:VpcEndpoint":0,"aws:ec2/vpcEndpointConnectionAccepter:VpcEndpointConnectionAccepter":0,"aws:ec2/vpcEndpointConnectionNotification:VpcEndpointConnectionNotification":0,"aws:ec2/vpcEndpointPolicy:VpcEndpointPolicy":0,"aws:ec2/vpcEndpointRouteTableAssociation:VpcEndpointRouteTableAssociation":0,"aws:ec2/vpcEndpointService:VpcEndpointService":0,"aws:ec2/vpcEndpointServiceAllowedPrinciple:VpcEndpointServiceAllowedPrinciple":0,"aws:ec2/vpcEndpointSubnetAssociation:VpcEndpointSubnetAssociation":0,"aws:ec2/vpcIpam:VpcIpam":0,"aws:ec2/vpcIpamOrganizationAdminAccount:VpcIpamOrganizationAdminAccount":0,"aws:ec2/vpcIpamPool:VpcIpamPool":0,"aws:ec2/vpcIpamPoolCidr:VpcIpamPoolCidr":0,"aws:ec2/vpcIpamPoolCidrAllocation:VpcIpamPoolCidrAllocation":0,"aws:ec2/vpcIpamPreviewNextCidr:VpcIpamPreviewNextCidr":0,"aws:ec2/vpcIpamResourceDiscovery:VpcIpamResourceDiscovery":0,"aws:ec2/vpcIpamResourceDiscoveryAssociation:VpcIpamResourceDiscoveryAssociation":0,"aws:ec2/vpcIpamScope:VpcIpamScope":0,"aws:ec2/vpcIpv4CidrBlockAssociation:VpcIpv4CidrBlockAssociation":0,"aws:ec2/vpcIpv6CidrBlockAssociation:VpcIpv6CidrBlockAssociation":0,"aws:ec2/vpcNetworkPerformanceMetricSubscription:VpcNetworkPerformanceMetricSubscription":0,"aws:ec2/vpcPeeringConnection:VpcPeeringConnection":0,"aws:ec2/vpcPeeringConnectionAccepter:VpcPeeringConnectionAccepter":0,"aws:ec2/vpnConnection:VpnConnection":0,"aws:ec2/vpnConnectionRoute:VpnConnectionRoute":0,"aws:ec2/vpnGateway:VpnGateway":0,"aws:ec2/vpnGatewayAttachment:VpnGatewayAttachment":0,"aws:ec2/vpnGatewayRoutePropagation:VpnGatewayRoutePropagation":0,"aws:ec2clientvpn/authorizationRule:AuthorizationRule":0,"aws:ec2clientvpn/endpoint:Endpoint":0,"aws:ec2clientvpn/networkAssociation:NetworkAssociation":0,"aws:ec2clientvpn/route:Route":0,"aws:ec2transitgateway/connect:Connect":0,"aws:ec2transitgateway/connectPeer:ConnectPeer":0,"aws:ec2transitgateway/instanceConnectEndpoint:InstanceConnectEndpoint":1,"aws:ec2transitgateway/instanceState:InstanceState":0,"aws:ec2transitgateway/multicastDomain:MulticastDomain":0,"aws:ec2transitgateway/multicastDomainAssociation:MulticastDomainAssociation":0,"aws:ec2transitgateway/multicastGroupMember:MulticastGroupMember":0,"aws:ec2transitgateway/multicastGroupSource:MulticastGroupSource":0,"aws:ec2transitgateway/peeringAttachment:PeeringAttachment":0,"aws:ec2transitgateway/peeringAttachmentAccepter:PeeringAttachmentAccepter":0,"aws:ec2transitgateway/policyTable:PolicyTable":0,"aws:ec2transitgateway/policyTableAssociation:PolicyTableAssociation":0,"aws:ec2transitgateway/prefixListReference:PrefixListReference":0,"aws:ec2transitgateway/route:Route":0,"aws:ec2transitgateway/routeTable:RouteTable":0,"aws:ec2transitgateway/routeTableAssociation:RouteTableAssociation":0,"aws:ec2transitgateway/routeTablePropagation:RouteTablePropagation":0,"aws:ec2transitgateway/transitGateway:TransitGateway":0,"aws:ec2transitgateway/vpcAttachment:VpcAttachment":0,"aws:ec2transitgateway/vpcAttachmentAccepter:VpcAttachmentAccepter":0,"aws:ecr/lifecyclePolicy:LifecyclePolicy":0,"aws:ecr/pullThroughCacheRule:PullThroughCacheRule":0,"aws:ecr/registryPolicy:RegistryPolicy":0,"aws:ecr/registryScanningConfiguration:RegistryScanningConfiguration":0,"aws:ecr/replicationConfiguration:ReplicationConfiguration":0,"aws:ecr/repository:Repository":0,"aws:ecr/repositoryPolicy:RepositoryPolicy":0,"aws:ecrpublic/repository:Repository":0,"aws:ecrpublic/repositoryPolicy:RepositoryPolicy":0,"aws:ecs/accountSettingDefault:AccountSettingDefault":0,"aws:ecs/capacityProvider:CapacityProvider":0,"aws:ecs/cluster:Cluster":0,"aws:ecs/clusterCapacityProviders:ClusterCapacityProviders":0,"aws:ecs/service:Service":0,"aws:ecs/tag:Tag":0,"aws:ecs/taskDefinition:TaskDefinition":0,"aws:ecs/taskSet:TaskSet":0,"aws:efs/accessPoint:AccessPoint":0,"aws:efs/backupPolicy:BackupPolicy":0,"aws:efs/fileSystem:FileSystem":0,"aws:efs/fileSystemPolicy:FileSystemPolicy":0,"aws:efs/mountTarget:MountTarget":0,"aws:efs/replicationConfiguration:ReplicationConfiguration":0,"aws:eks/addon:Addon":0,"aws:eks/cluster:Cluster":0,"aws:eks/fargateProfile:FargateProfile":0,"aws:eks/identityProviderConfig:IdentityProviderConfig":0,"aws:eks/nodeGroup:NodeGroup":0,"aws:elasticache/cluster:Cluster":0,"aws:elasticache/globalReplicationGroup:GlobalReplicationGroup":0,"aws:elasticache/parameterGroup:ParameterGroup":0,"aws:elasticache/replicationGroup:ReplicationGroup":0,"aws:elasticache/subnetGroup:SubnetGroup":0,"aws:elasticache/user:User":0,"aws:elasticache/userGroup:UserGroup":0,"aws:elasticache/userGroupAssociation:UserGroupAssociation":0,"aws:elasticbeanstalk/application:Application":0,"aws:elasticbeanstalk/applicationVersion:ApplicationVersion":0,"aws:elasticbeanstalk/configurationTemplate:ConfigurationTemplate":0,"aws:elasticbeanstalk/environment:Environment":0,"aws:elasticsearch/domain:Domain":0,"aws:elasticsearch/domainPolicy:DomainPolicy":0,"aws:elasticsearch/domainSamlOptions:DomainSamlOptions":0,"aws:elasticsearch/vpcEndpoint:VpcEndpoint":0,"aws:elastictranscoder/pipeline:Pipeline":0,"aws:elastictranscoder/preset:Preset":0,"aws:elb/appCookieStickinessPolicy:AppCookieStickinessPolicy":0,"aws:elb/attachment:Attachment":0,"aws:elb/listenerPolicy:ListenerPolicy":0,"aws:elb/loadBalancer:LoadBalancer":0,"aws:elb/loadBalancerBackendServerPolicy:LoadBalancerBackendServerPolicy":0,"aws:elb/loadBalancerCookieStickinessPolicy:LoadBalancerCookieStickinessPolicy":0,"aws:elb/loadBalancerPolicy:LoadBalancerPolicy":0,"aws:elb/sslNegotiationPolicy:SslNegotiationPolicy":0,"aws:emr/blockPublicAccessConfiguration:BlockPublicAccessConfiguration":0,"aws:emr/cluster:Cluster":0,"aws:emr/instanceFleet:InstanceFleet":0,"aws:emr/instanceGroup:InstanceGroup":0,"aws:emr/managedScalingPolicy:ManagedScalingPolicy":0,"aws:emr/securityConfiguration:SecurityConfiguration":0,"aws:emr/studio:Studio":0,"aws:emr/studioSessionMapping:StudioSessionMapping":0,"aws:emrcontainers/jobTemplate:JobTemplate":0,"aws:emrcontainers/virtualCluster:VirtualCluster":0,"aws:emrserverless/application:Application":0,"aws:evidently/feature:Feature":0,"aws:evidently/launch:Launch":0,"aws:evidently/project:Project":0,"aws:evidently/segment:Segment":0,"aws:finspace/kxCluster:KxCluster":0,"aws:finspace/kxDatabase:KxDatabase":0,"aws:finspace/kxEnvironment:KxEnvironment":0,"aws:finspace/kxUser:KxUser":0,"aws:fis/experimentTemplate:ExperimentTemplate":0,"aws:fms/adminAccount:AdminAccount":0,"aws:fms/policy:Policy":0,"aws:fsx/backup:Backup":0,"aws:fsx/dataRepositoryAssociation:DataRepositoryAssociation":0,"aws:fsx/fileCache:FileCache":0,"aws:fsx/lustreFileSystem:LustreFileSystem":0,"aws:fsx/ontapFileSystem:OntapFileSystem":0,"aws:fsx/ontapStorageVirtualMachine:OntapStorageVirtualMachine":0,"aws:fsx/ontapVolume:OntapVolume":0,"aws:fsx/openZfsFileSystem:OpenZfsFileSystem":0,"aws:fsx/openZfsSnapshot:OpenZfsSnapshot":0,"aws:fsx/openZfsVolume:OpenZfsVolume":0,"aws:fsx/windowsFileSystem:WindowsFileSystem":0,"aws:gamelift/alias:Alias":0,"aws:gamelift/build:Build":0,"aws:gamelift/fleet:Fleet":0,"aws:gamelift/gameServerGroup:GameServerGroup":0,"aws:gamelift/gameSessionQueue:GameSessionQueue":0,"aws:gamelift/matchmakingConfiguration:MatchmakingConfiguration":0,"aws:gamelift/matchmakingRuleSet:MatchmakingRuleSet":0,"aws:gamelift/script:Script":0,"aws:glacier/vault:Vault":0,"aws:glacier/vaultLock:VaultLock":0,"aws:globalaccelerator/accelerator:Accelerator":0,"aws:globalaccelerator/customRoutingAccelerator:CustomRoutingAccelerator":0,"aws:globalaccelerator/customRoutingEndpointGroup:CustomRoutingEndpointGroup":0,"aws:globalaccelerator/customRoutingListener:CustomRoutingListener":0,"aws:globalaccelerator/endpointGroup:EndpointGroup":0,"aws:globalaccelerator/listener:Listener":0,"aws:glue/catalogDatabase:CatalogDatabase":0,"aws:glue/catalogTable:CatalogTable":0,"aws:glue/classifier:Classifier":0,"aws:glue/connection:Connection":0,"aws:glue/crawler:Crawler":0,"aws:glue/dataCatalogEncryptionSettings:DataCatalogEncryptionSettings":0,"aws:glue/dataQualityRuleset:DataQualityRuleset":0,"aws:glue/devEndpoint:DevEndpoint":0,"aws:glue/job:Job":0,"aws:glue/mLTransform:MLTransform":0,"aws:glue/partition:Partition":0,"aws:glue/partitionIndex:PartitionIndex":0,"aws:glue/registry:Registry":0,"aws:glue/resourcePolicy:ResourcePolicy":0,"aws:glue/schema:Schema":0,"aws:glue/securityConfiguration:SecurityConfiguration":0,"aws:glue/trigger:Trigger":0,"aws:glue/userDefinedFunction:UserDefinedFunction":0,"aws:glue/workflow:Workflow":0,"aws:grafana/licenseAssociation:LicenseAssociation":0,"aws:grafana/roleAssociation:RoleAssociation":0,"aws:grafana/workspace:Workspace":0,"aws:grafana/workspaceApiKey:WorkspaceApiKey":0,"aws:grafana/workspaceSamlConfiguration:WorkspaceSamlConfiguration":0,"aws:guardduty/detector:Detector":0,"aws:guardduty/detectorFeature:DetectorFeature":0,"aws:guardduty/filter:Filter":0,"aws:guardduty/iPSet:IPSet":0,"aws:guardduty/inviteAccepter:InviteAccepter":0,"aws:guardduty/member:Member":0,"aws:guardduty/organizationAdminAccount:OrganizationAdminAccount":0,"aws:guardduty/organizationConfiguration:OrganizationConfiguration":0,"aws:guardduty/organizationConfigurationFeature:OrganizationConfigurationFeature":0,"aws:guardduty/publishingDestination:PublishingDestination":0,"aws:guardduty/threatIntelSet:ThreatIntelSet":0,"aws:iam/accessKey:AccessKey":0,"aws:iam/accountAlias:AccountAlias":0,"aws:iam/accountPasswordPolicy:AccountPasswordPolicy":0,"aws:iam/group:Group":0,"aws:iam/groupMembership:GroupMembership":0,"aws:iam/groupPolicy:GroupPolicy":0,"aws:iam/groupPolicyAttachment:GroupPolicyAttachment":0,"aws:iam/instanceProfile:InstanceProfile":0,"aws:iam/openIdConnectProvider:OpenIdConnectProvider":0,"aws:iam/policy:Policy":0,"aws:iam/policyAttachment:PolicyAttachment":0,"aws:iam/role:Role":0,"aws:iam/rolePolicy:RolePolicy":0,"aws:iam/rolePolicyAttachment:RolePolicyAttachment":0,"aws:iam/samlProvider:SamlProvider":0,"aws:iam/securityTokenServicePreferences:SecurityTokenServicePreferences":0,"aws:iam/serverCertificate:ServerCertificate":0,"aws:iam/serviceLinkedRole:ServiceLinkedRole":0,"aws:iam/serviceSpecificCredential:ServiceSpecificCredential":0,"aws:iam/signingCertificate:SigningCertificate":0,"aws:iam/sshKey:SshKey":0,"aws:iam/user:User":0,"aws:iam/userGroupMembership:UserGroupMembership":0,"aws:iam/userLoginProfile:UserLoginProfile":0,"aws:iam/userPolicy:UserPolicy":0,"aws:iam/userPolicyAttachment:UserPolicyAttachment":0,"aws:iam/virtualMfaDevice:VirtualMfaDevice":0,"aws:identitystore/group:Group":0,"aws:identitystore/groupMembership:GroupMembership":0,"aws:identitystore/user:User":0,"aws:imagebuilder/component:Component":0,"aws:imagebuilder/containerRecipe:ContainerRecipe":0,"aws:imagebuilder/distributionConfiguration:DistributionConfiguration":0,"aws:imagebuilder/image:Image":0,"aws:imagebuilder/imagePipeline:ImagePipeline":0,"aws:imagebuilder/imageRecipe:ImageRecipe":0,"aws:imagebuilder/infrastructureConfiguration:InfrastructureConfiguration":0,"aws:inspector/assessmentTarget:AssessmentTarget":0,"aws:inspector/assessmentTemplate:AssessmentTemplate":0,"aws:inspector/resourceGroup:ResourceGroup":0,"aws:inspector2/delegatedAdminAccount:DelegatedAdminAccount":0,"aws:inspector2/enabler:Enabler":0,"aws:inspector2/memberAssociation:MemberAssociation":0,"aws:inspector2/organizationConfiguration:OrganizationConfiguration":0,"aws:iot/authorizer:Authorizer":0,"aws:iot/billingGroup:BillingGroup":0,"aws:iot/caCertificate:CaCertificate":0,"aws:iot/certificate:Certificate":0,"aws:iot/domainConfiguration:DomainConfiguration":0,"aws:iot/eventConfigurations:EventConfigurations":0,"aws:iot/indexingConfiguration:IndexingConfiguration":0,"aws:iot/loggingOptions:LoggingOptions":0,"aws:iot/policy:Policy":0,"aws:iot/policyAttachment:PolicyAttachment":0,"aws:iot/provisioningTemplate:ProvisioningTemplate":0,"aws:iot/roleAlias:RoleAlias":0,"aws:iot/thing:Thing":0,"aws:iot/thingGroup:ThingGroup":0,"aws:iot/thingGroupMembership:ThingGroupMembership":0,"aws:iot/thingPrincipalAttachment:ThingPrincipalAttachment":0,"aws:iot/thingType:ThingType":0,"aws:iot/topicRule:TopicRule":0,"aws:iot/topicRuleDestination:TopicRuleDestination":0,"aws:ivs/channel:Channel":0,"aws:ivs/playbackKeyPair:PlaybackKeyPair":0,"aws:ivs/recordingConfiguration:RecordingConfiguration":0,"aws:ivschat/loggingConfiguration:LoggingConfiguration":0,"aws:ivschat/room:Room":0,"aws:kendra/dataSource:DataSource":0,"aws:kendra/experience:Experience":0,"aws:kendra/faq:Faq":0,"aws:kendra/index:Index":0,"aws:kendra/querySuggestionsBlockList:QuerySuggestionsBlockList":0,"aws:kendra/thesaurus:Thesaurus":0,"aws:keyspaces/keyspace:Keyspace":0,"aws:keyspaces/table:Table":0,"aws:kinesis/analyticsApplication:AnalyticsApplication":0,"aws:kinesis/firehoseDeliveryStream:FirehoseDeliveryStream":0,"aws:kinesis/stream:Stream":0,"aws:kinesis/streamConsumer:StreamConsumer":0,"aws:kinesis/videoStream:VideoStream":0,"aws:kinesisanalyticsv2/application:Application":0,"aws:kinesisanalyticsv2/applicationSnapshot:ApplicationSnapshot":0,"aws:kms/alias:Alias":0,"aws:kms/ciphertext:Ciphertext":0,"aws:kms/customKeyStore:CustomKeyStore":0,"aws:kms/externalKey:ExternalKey":0,"aws:kms/grant:Grant":0,"aws:kms/key:Key":0,"aws:kms/keyPolicy:KeyPolicy":0,"aws:kms/replicaExternalKey:ReplicaExternalKey":0,"aws:kms/replicaKey:ReplicaKey":0,"aws:lakeformation/dataLakeSettings:DataLakeSettings":0,"aws:lakeformation/lfTag:LfTag":0,"aws:lakeformation/permissions:Permissions":0,"aws:lakeformation/resource:Resource":0,"aws:lakeformation/resourceLfTags:ResourceLfTags":0,"aws:lambda/alias:Alias":0,"aws:lambda/codeSigningConfig:CodeSigningConfig":0,"aws:lambda/eventSourceMapping:EventSourceMapping":0,"aws:lambda/function:Function":0,"aws:lambda/functionEventInvokeConfig:FunctionEventInvokeConfig":0,"aws:lambda/functionUrl:FunctionUrl":0,"aws:lambda/invocation:Invocation":0,"aws:lambda/layerVersion:LayerVersion":0,"aws:lambda/layerVersionPermission:LayerVersionPermission":0,"aws:lambda/permission:Permission":0,"aws:lambda/provisionedConcurrencyConfig:ProvisionedConcurrencyConfig":0,"aws:lb/listener:Listener":0,"aws:lb/listenerCertificate:ListenerCertificate":0,"aws:lb/listenerRule:ListenerRule":0,"aws:lb/loadBalancer:LoadBalancer":0,"aws:lb/targetGroup:TargetGroup":0,"aws:lb/targetGroupAttachment:TargetGroupAttachment":0,"aws:lex/bot:Bot":0,"aws:lex/botAlias:BotAlias":0,"aws:lex/intent:Intent":0,"aws:lex/slotType:SlotType":0,"aws:lex/v2modelsBot:V2modelsBot":1,"aws:lex/v2modelsBotLocale:V2modelsBotLocale":1,"aws:lex/v2modelsBotVersion:V2modelsBotVersion":1,"aws:licensemanager/association:Association":0,"aws:licensemanager/licenseConfiguration:LicenseConfiguration":0,"aws:licensemanager/licenseGrant:LicenseGrant":0,"aws:licensemanager/licenseGrantAccepter:LicenseGrantAccepter":0,"aws:lightsail/bucket:Bucket":0,"aws:lightsail/bucketAccessKey:BucketAccessKey":0,"aws:lightsail/bucketResourceAccess:BucketResourceAccess":0,"aws:lightsail/certificate:Certificate":0,"aws:lightsail/containerService:ContainerService":0,"aws:lightsail/containerServiceDeploymentVersion:ContainerServiceDeploymentVersion":0,"aws:lightsail/database:Database":0,"aws:lightsail/disk:Disk":0,"aws:lightsail/disk_attachment:Disk_attachment":0,"aws:lightsail/distribution:Distribution":0,"aws:lightsail/domain:Domain":0,"aws:lightsail/domainEntry:DomainEntry":0,"aws:lightsail/instance:Instance":0,"aws:lightsail/instancePublicPorts:InstancePublicPorts":0,"aws:lightsail/keyPair:KeyPair":0,"aws:lightsail/lb:Lb":0,"aws:lightsail/lbAttachment:LbAttachment":0,"aws:lightsail/lbCertificate:LbCertificate":0,"aws:lightsail/lbCertificateAttachment:LbCertificateAttachment":0,"aws:lightsail/lbHttpsRedirectionPolicy:LbHttpsRedirectionPolicy":0,"aws:lightsail/lbStickinessPolicy:LbStickinessPolicy":0,"aws:lightsail/staticIp:StaticIp":0,"aws:lightsail/staticIpAttachment:StaticIpAttachment":0,"aws:location/geofenceCollection:GeofenceCollection":0,"aws:location/map:Map":0,"aws:location/placeIndex:PlaceIndex":0,"aws:location/routeCalculation:RouteCalculation":0,"aws:location/tracker:Tracker":0,"aws:location/trackerAssociation:TrackerAssociation":0,"aws:macie/customDataIdentifier:CustomDataIdentifier":0,"aws:macie/findingsFilter:FindingsFilter":0,"aws:macie2/account:Account":0,"aws:macie2/classificationExportConfiguration:ClassificationExportConfiguration":0,"aws:macie2/classificationJob:ClassificationJob":0,"aws:macie2/invitationAccepter:InvitationAccepter":0,"aws:macie2/member:Member":0,"aws:macie2/organizationAdminAccount:OrganizationAdminAccount":0,"aws:mediaconvert/queue:Queue":0,"aws:medialive/channel:Channel":0,"aws:medialive/input:Input":0,"aws:medialive/inputSecurityGroup:InputSecurityGroup":0,"aws:medialive/multiplex:Multiplex":0,"aws:medialive/multiplexProgram:MultiplexProgram":1,"aws:mediapackage/channel:Channel":0,"aws:mediastore/container:Container":0,"aws:mediastore/containerPolicy:ContainerPolicy":0,"aws:memorydb/acl:Acl":0,"aws:memorydb/cluster:Cluster":0,"aws:memorydb/parameterGroup:ParameterGroup":0,"aws:memorydb/snapshot:Snapshot":0,"aws:memorydb/subnetGroup:SubnetGroup":0,"aws:memorydb/user:User":0,"aws:mq/broker:Broker":0,"aws:mq/configuration:Configuration":0,"aws:msk/cluster:Cluster":0,"aws:msk/clusterPolicy:ClusterPolicy":0,"aws:msk/configuration:Configuration":0,"aws:msk/replicator:Replicator":0,"aws:msk/scramSecretAssociation:ScramSecretAssociation":0,"aws:msk/serverlessCluster:ServerlessCluster":0,"aws:msk/vpcConnection:VpcConnection":0,"aws:mskconnect/connector:Connector":0,"aws:mskconnect/customPlugin:CustomPlugin":0,"aws:mskconnect/workerConfiguration:WorkerConfiguration":0,"aws:mwaa/environment:Environment":0,"aws:neptune/cluster:Cluster":0,"aws:neptune/clusterEndpoint:ClusterEndpoint":0,"aws:neptune/clusterInstance:ClusterInstance":0,"aws:neptune/clusterParameterGroup:ClusterParameterGroup":0,"aws:neptune/clusterSnapshot:ClusterSnapshot":0,"aws:neptune/eventSubscription:EventSubscription":0,"aws:neptune/globalCluster:GlobalCluster":0,"aws:neptune/parameterGroup:ParameterGroup":0,"aws:neptune/subnetGroup:SubnetGroup":0,"aws:networkfirewall/firewall:Firewall":0,"aws:networkfirewall/firewallPolicy:FirewallPolicy":0,"aws:networkfirewall/loggingConfiguration:LoggingConfiguration":0,"aws:networkfirewall/resourcePolicy:ResourcePolicy":0,"aws:networkfirewall/ruleGroup:RuleGroup":0,"aws:networkmanager/attachmentAccepter:AttachmentAccepter":0,"aws:networkmanager/connectAttachment:ConnectAttachment":0,"aws:networkmanager/connectPeer:ConnectPeer":0,"aws:networkmanager/connection:Connection":0,"aws:networkmanager/coreNetwork:CoreNetwork":0,"aws:networkmanager/coreNetworkPolicyAttachment:CoreNetworkPolicyAttachment":0,"aws:networkmanager/customerGatewayAssociation:CustomerGatewayAssociation":0,"aws:networkmanager/device:Device":0,"aws:networkmanager/globalNetwork:GlobalNetwork":0,"aws:networkmanager/link:Link":0,"aws:networkmanager/linkAssociation:LinkAssociation":0,"aws:networkmanager/site:Site":0,"aws:networkmanager/siteToSiteVpnAttachment:SiteToSiteVpnAttachment":0,"aws:networkmanager/transitGatewayConnectPeerAssociation:TransitGatewayConnectPeerAssociation":0,"aws:networkmanager/transitGatewayPeering:TransitGatewayPeering":0,"aws:networkmanager/transitGatewayRegistration:TransitGatewayRegistration":0,"aws:networkmanager/transitGatewayRouteTableAttachment:TransitGatewayRouteTableAttachment":0,"aws:networkmanager/vpcAttachment:VpcAttachment":0,"aws:oam/link:Link":0,"aws:oam/sink:Sink":0,"aws:oam/sinkPolicy:SinkPolicy":0,"aws:opensearch/domain:Domain":0,"aws:opensearch/domainPolicy:DomainPolicy":0,"aws:opensearch/domainSamlOptions:DomainSamlOptions":0,"aws:opensearch/inboundConnectionAccepter:InboundConnectionAccepter":0,"aws:opensearch/outboundConnection:OutboundConnection":0,"aws:opensearch/package:Package":0,"aws:opensearch/packageAssociation:PackageAssociation":0,"aws:opensearch/serverlessAccessPolicy:ServerlessAccessPolicy":1,"aws:opensearch/serverlessCollection:ServerlessCollection":1,"aws:opensearch/serverlessLifecyclePolicy:ServerlessLifecyclePolicy":1,"aws:opensearch/serverlessSecurityConfig:ServerlessSecurityConfig":1,"aws:opensearch/serverlessSecurityPolicy:ServerlessSecurityPolicy":1,"aws:opensearch/serverlessVpcEndpoint:ServerlessVpcEndpoint":1,"aws:opensearch/vpcEndpoint:VpcEndpoint":0,"aws:opsworks/application:Application":0,"aws:opsworks/customLayer:CustomLayer":0,"aws:opsworks/ecsClusterLayer:EcsClusterLayer":0,"aws:opsworks/gangliaLayer:GangliaLayer":0,"aws:opsworks/haproxyLayer:HaproxyLayer":0,"aws:opsworks/instance:Instance":0,"aws:opsworks/javaAppLayer:JavaAppLayer":0,"aws:opsworks/memcachedLayer:MemcachedLayer":0,"aws:opsworks/mysqlLayer:MysqlLayer":0,"aws:opsworks/nodejsAppLayer:NodejsAppLayer":0,"aws:opsworks/permission:Permission":0,"aws:opsworks/phpAppLayer:PhpAppLayer":0,"aws:opsworks/railsAppLayer:RailsAppLayer":0,"aws:opsworks/rdsDbInstance:RdsDbInstance":0,"aws:opsworks/stack:Stack":0,"aws:opsworks/staticWebLayer:StaticWebLayer":0,"aws:opsworks/userProfile:UserProfile":0,"aws:organizations/account:Account":0,"aws:organizations/delegatedAdministrator:DelegatedAdministrator":0,"aws:organizations/organization:Organization":0,"aws:organizations/organizationalUnit:OrganizationalUnit":0,"aws:organizations/policy:Policy":0,"aws:organizations/policyAttachment:PolicyAttachment":0,"aws:organizations/resourcePolicy:ResourcePolicy":0,"aws:pinpoint/admChannel:AdmChannel":0,"aws:pinpoint/apnsChannel:ApnsChannel":0,"aws:pinpoint/apnsSandboxChannel:ApnsSandboxChannel":0,"aws:pinpoint/apnsVoipChannel:ApnsVoipChannel":0,"aws:pinpoint/apnsVoipSandboxChannel:ApnsVoipSandboxChannel":0,"aws:pinpoint/app:App":0,"aws:pinpoint/baiduChannel:BaiduChannel":0,"aws:pinpoint/emailChannel:EmailChannel":0,"aws:pinpoint/eventStream:EventStream":0,"aws:pinpoint/gcmChannel:GcmChannel":0,"aws:pinpoint/smsChannel:SmsChannel":0,"aws:pipes/pipe:Pipe":0,"aws:qldb/ledger:Ledger":0,"aws:qldb/stream:Stream":0,"aws:quicksight/accountSubscription:AccountSubscription":0,"aws:quicksight/analysis:Analysis":0,"aws:quicksight/dashboard:Dashboard":0,"aws:quicksight/dataSet:DataSet":0,"aws:quicksight/dataSource:DataSource":0,"aws:quicksight/folder:Folder":0,"aws:quicksight/folderMembership:FolderMembership":1,"aws:quicksight/group:Group":0,"aws:quicksight/groupMembership:GroupMembership":0,"aws:quicksight/iamPolicyAssignment:IamPolicyAssignment":1,"aws:quicksight/ingestion:Ingestion":1,"aws:quicksight/namespace:Namespace":1,"aws:quicksight/refreshSchedule:RefreshSchedule":1,"aws:quicksight/template:Template":0,"aws:quicksight/templateAlias:TemplateAlias":1,"aws:quicksight/theme:Theme":0,"aws:quicksight/user:User":0,"aws:quicksight/vpcConnection:VpcConnection":1,"aws:ram/principalAssociation:PrincipalAssociation":0,"aws:ram/resourceAssociation:ResourceAssociation":0,"aws:ram/resourceShare:ResourceShare":0,"aws:ram/resourceShareAccepter:ResourceShareAccepter":0,"aws:ram/sharingWithOrganization:SharingWithOrganization":0,"aws:rbin/rule:Rule":0,"aws:rds/cluster:Cluster":0,"aws:rds/clusterActivityStream:ClusterActivityStream":0,"aws:rds/clusterEndpoint:ClusterEndpoint":0,"aws:rds/clusterInstance:ClusterInstance":0,"aws:rds/clusterParameterGroup:ClusterParameterGroup":0,"aws:rds/clusterRoleAssociation:ClusterRoleAssociation":0,"aws:rds/clusterSnapshot:ClusterSnapshot":0,"aws:rds/customDbEngineVersion:CustomDbEngineVersion":0,"aws:rds/eventSubscription:EventSubscription":0,"aws:rds/exportTask:ExportTask":1,"aws:rds/globalCluster:GlobalCluster":0,"aws:rds/instance:Instance":0,"aws:rds/instanceAutomatedBackupsReplication:InstanceAutomatedBackupsReplication":0,"aws:rds/optionGroup:OptionGroup":0,"aws:rds/parameterGroup:ParameterGroup":0,"aws:rds/proxy:Proxy":0,"aws:rds/proxyDefaultTargetGroup:ProxyDefaultTargetGroup":0,"aws:rds/proxyEndpoint:ProxyEndpoint":0,"aws:rds/proxyTarget:ProxyTarget":0,"aws:rds/reservedInstance:ReservedInstance":0,"aws:rds/roleAssociation:RoleAssociation":0,"aws:rds/snapshot:Snapshot":0,"aws:rds/snapshotCopy:SnapshotCopy":0,"aws:rds/subnetGroup:SubnetGroup":0,"aws:redshift/authenticationProfile:AuthenticationProfile":0,"aws:redshift/cluster:Cluster":0,"aws:redshift/clusterIamRoles:ClusterIamRoles":0,"aws:redshift/clusterSnapshot:ClusterSnapshot":0,"aws:redshift/endpointAccess:EndpointAccess":0,"aws:redshift/endpointAuthorization:EndpointAuthorization":0,"aws:redshift/eventSubscription:EventSubscription":0,"aws:redshift/hsmClientCertificate:HsmClientCertificate":0,"aws:redshift/hsmConfiguration:HsmConfiguration":0,"aws:redshift/parameterGroup:ParameterGroup":0,"aws:redshift/partner:Partner":0,"aws:redshift/resourcePolicy:ResourcePolicy":0,"aws:redshift/scheduledAction:ScheduledAction":0,"aws:redshift/snapshotCopyGrant:SnapshotCopyGrant":0,"aws:redshift/snapshotSchedule:SnapshotSchedule":0,"aws:redshift/snapshotScheduleAssociation:SnapshotScheduleAssociation":0,"aws:redshift/subnetGroup:SubnetGroup":0,"aws:redshift/usageLimit:UsageLimit":0,"aws:redshiftdata/statement:Statement":0,"aws:redshiftserverless/endpointAccess:EndpointAccess":0,"aws:redshiftserverless/namespace:Namespace":0,"aws:redshiftserverless/resourcePolicy:ResourcePolicy":0,"aws:redshiftserverless/snapshot:Snapshot":0,"aws:redshiftserverless/usageLimit:UsageLimit":0,"aws:redshiftserverless/workgroup:Workgroup":0,"aws:resourceexplorer/index:Index":1,"aws:resourceexplorer/view:View":1,"aws:resourcegroups/group:Group":0,"aws:resourcegroups/resource:Resource":0,"aws:rolesanywhere/profile:Profile":0,"aws:rolesanywhere/trustAnchor:TrustAnchor":0,"aws:route53/cidrCollection:CidrCollection":1,"aws:route53/cidrLocation:CidrLocation":1,"aws:route53/delegationSet:DelegationSet":0,"aws:route53/healthCheck:HealthCheck":0,"aws:route53/hostedZoneDnsSec:HostedZoneDnsSec":0,"aws:route53/keySigningKey:KeySigningKey":0,"aws:route53/queryLog:QueryLog":0,"aws:route53/record:Record":0,"aws:route53/resolverConfig:ResolverConfig":0,"aws:route53/resolverDnsSecConfig:ResolverDnsSecConfig":0,"aws:route53/resolverEndpoint:ResolverEndpoint":0,"aws:route53/resolverFirewallConfig:ResolverFirewallConfig":0,"aws:route53/resolverFirewallDomainList:ResolverFirewallDomainList":0,"aws:route53/resolverFirewallRule:ResolverFirewallRule":0,"aws:route53/resolverFirewallRuleGroup:ResolverFirewallRuleGroup":0,"aws:route53/resolverFirewallRuleGroupAssociation:ResolverFirewallRuleGroupAssociation":0,"aws:route53/resolverQueryLogConfig:ResolverQueryLogConfig":0,"aws:route53/resolverQueryLogConfigAssociation:ResolverQueryLogConfigAssociation":0,"aws:route53/resolverRule:ResolverRule":0,"aws:route53/resolverRuleAssociation:ResolverRuleAssociation":0,"aws:route53/trafficPolicy:TrafficPolicy":0,"aws:route53/trafficPolicyInstance:TrafficPolicyInstance":0,"aws:route53/vpcAssociationAuthorization:VpcAssociationAuthorization":0,"aws:route53/zone:Zone":0,"aws:route53/zoneAssociation:ZoneAssociation":0,"aws:route53domains/registeredDomain:RegisteredDomain":0,"aws:route53recoverycontrol/cluster:Cluster":0,"aws:route53recoverycontrol/controlPanel:ControlPanel":0,"aws:route53recoverycontrol/routingControl:RoutingControl":0,"aws:route53recoverycontrol/safetyRule:SafetyRule":0,"aws:route53recoveryreadiness/cell:Cell":0,"aws:route53recoveryreadiness/readinessCheck:ReadinessCheck":0,"aws:route53recoveryreadiness/recoveryGroup:RecoveryGroup":0,"aws:route53recoveryreadiness/resourceSet:ResourceSet":0,"aws:rum/appMonitor:AppMonitor":0,"aws:rum/metricsDestination:MetricsDestination":0,"aws:s3/accessPoint:AccessPoint":0,"aws:s3/accountPublicAccessBlock:AccountPublicAccessBlock":0,"aws:s3/analyticsConfiguration:AnalyticsConfiguration":0,"aws:s3/bucket:Bucket":0,"aws:s3/bucketAccelerateConfigurationV2:BucketAccelerateConfigurationV2":0,"aws:s3/bucketAclV2:BucketAclV2":0,"aws:s3/bucketCorsConfigurationV2:BucketCorsConfigurationV2":0,"aws:s3/bucketIntelligentTieringConfiguration:BucketIntelligentTieringConfiguration":0,"aws:s3/bucketLifecycleConfigurationV2:BucketLifecycleConfigurationV2":0,"aws:s3/bucketLoggingV2:BucketLoggingV2":0,"aws:s3/bucketMetric:BucketMetric":0,"aws:s3/bucketNotification:BucketNotification":0,"aws:s3/bucketObject:BucketObject":0,"aws:s3/bucketObjectLockConfigurationV2:BucketObjectLockConfigurationV2":0,"aws:s3/bucketObjectv2:BucketObjectv2":0,"aws:s3/bucketOwnershipControls:BucketOwnershipControls":0,"aws:s3/bucketPolicy:BucketPolicy":0,"aws:s3/bucketPublicAccessBlock:BucketPublicAccessBlock":0,"aws:s3/bucketReplicationConfig:BucketReplicationConfig":0,"aws:s3/bucketRequestPaymentConfigurationV2:BucketRequestPaymentConfigurationV2":0,"aws:s3/bucketServerSideEncryptionConfigurationV2:BucketServerSideEncryptionConfigurationV2":0,"aws:s3/bucketV2:BucketV2":0,"aws:s3/bucketVersioningV2:BucketVersioningV2":0,"aws:s3/bucketWebsiteConfigurationV2:BucketWebsiteConfigurationV2":0,"aws:s3/inventory:Inventory":0,"aws:s3/objectCopy:ObjectCopy":0,"aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy":1,"aws:s3control/accessPointPolicy:AccessPointPolicy":0,"aws:s3control/bucket:Bucket":0,"aws:s3control/bucketLifecycleConfiguration:BucketLifecycleConfiguration":0,"aws:s3control/bucketPolicy:BucketPolicy":0,"aws:s3control/multiRegionAccessPoint:MultiRegionAccessPoint":0,"aws:s3control/multiRegionAccessPointPolicy:MultiRegionAccessPointPolicy":0,"aws:s3control/objectLambdaAccessPoint:ObjectLambdaAccessPoint":0,"aws:s3control/objectLambdaAccessPointPolicy:ObjectLambdaAccessPointPolicy":0,"aws:s3control/storageLensConfiguration:StorageLensConfiguration":0,"aws:s3outposts/endpoint:Endpoint":0,"aws:sagemaker/app:App":0,"aws:sagemaker/appImageConfig:AppImageConfig":0,"aws:sagemaker/codeRepository:CodeRepository":0,"aws:sagemaker/dataQualityJobDefinition:DataQualityJobDefinition":0,"aws:sagemaker/device:Device":0,"aws:sagemaker/deviceFleet:DeviceFleet":0,"aws:sagemaker/domain:Domain":0,"aws:sagemaker/endpoint:Endpoint":0,"aws:sagemaker/endpointConfiguration:EndpointConfiguration":0,"aws:sagemaker/featureGroup:FeatureGroup":0,"aws:sagemaker/flowDefinition:FlowDefinition":0,"aws:sagemaker/humanTaskUI:HumanTaskUI":0,"aws:sagemaker/image:Image":0,"aws:sagemaker/imageVersion:ImageVersion":0,"aws:sagemaker/model:Model":0,"aws:sagemaker/modelPackageGroup:ModelPackageGroup":0,"aws:sagemaker/modelPackageGroupPolicy:ModelPackageGroupPolicy":0,"aws:sagemaker/monitoringSchedule:MonitoringSchedule":0,"aws:sagemaker/notebookInstance:NotebookInstance":0,"aws:sagemaker/notebookInstanceLifecycleConfiguration:NotebookInstanceLifecycleConfiguration":0,"aws:sagemaker/pipeline:Pipeline":0,"aws:sagemaker/project:Project":0,"aws:sagemaker/servicecatalogPortfolioStatus:ServicecatalogPortfolioStatus":0,"aws:sagemaker/space:Space":0,"aws:sagemaker/studioLifecycleConfig:StudioLifecycleConfig":0,"aws:sagemaker/userProfile:UserProfile":0,"aws:sagemaker/workforce:Workforce":0,"aws:sagemaker/workteam:Workteam":0,"aws:scheduler/schedule:Schedule":0,"aws:scheduler/scheduleGroup:ScheduleGroup":0,"aws:schemas/discoverer:Discoverer":0,"aws:schemas/registry:Registry":0,"aws:schemas/registryPolicy:RegistryPolicy":0,"aws:schemas/schema:Schema":0,"aws:secretsmanager/secret:Secret":0,"aws:secretsmanager/secretPolicy:SecretPolicy":0,"aws:secretsmanager/secretRotation:SecretRotation":0,"aws:secretsmanager/secretVersion:SecretVersion":0,"aws:securityhub/account:Account":0,"aws:securityhub/actionTarget:ActionTarget":0,"aws:securityhub/findingAggregator:FindingAggregator":0,"aws:securityhub/insight:Insight":0,"aws:securityhub/inviteAccepter:InviteAccepter":0,"aws:securityhub/member:Member":0,"aws:securityhub/organizationAdminAccount:OrganizationAdminAccount":0,"aws:securityhub/organizationConfiguration:OrganizationConfiguration":0,"aws:securityhub/productSubscription:ProductSubscription":0,"aws:securityhub/standardsControl:StandardsControl":0,"aws:securityhub/standardsSubscription:StandardsSubscription":0,"aws:serverlessrepository/cloudFormationStack:CloudFormationStack":0,"aws:servicecatalog/budgetResourceAssociation:BudgetResourceAssociation":0,"aws:servicecatalog/constraint:Constraint":0,"aws:servicecatalog/organizationsAccess:OrganizationsAccess":0,"aws:servicecatalog/portfolio:Portfolio":0,"aws:servicecatalog/portfolioShare:PortfolioShare":0,"aws:servicecatalog/principalPortfolioAssociation:PrincipalPortfolioAssociation":0,"aws:servicecatalog/product:Product":0,"aws:servicecatalog/productPortfolioAssociation:ProductPortfolioAssociation":0,"aws:servicecatalog/provisionedProduct:ProvisionedProduct":0,"aws:servicecatalog/provisioningArtifact:ProvisioningArtifact":0,"aws:servicecatalog/serviceAction:ServiceAction":0,"aws:servicecatalog/tagOption:TagOption":0,"aws:servicecatalog/tagOptionResourceAssociation:TagOptionResourceAssociation":0,"aws:servicediscovery/httpNamespace:HttpNamespace":0,"aws:servicediscovery/instance:Instance":0,"aws:servicediscovery/privateDnsNamespace:PrivateDnsNamespace":0,"aws:servicediscovery/publicDnsNamespace:PublicDnsNamespace":0,"aws:servicediscovery/service:Service":0,"aws:servicequotas/serviceQuota:ServiceQuota":0,"aws:servicequotas/template:Template":1,"aws:servicequotas/templateAssociation:TemplateAssociation":1,"aws:ses/activeReceiptRuleSet:ActiveReceiptRuleSet":0,"aws:ses/configurationSet:ConfigurationSet":0,"aws:ses/domainDkim:DomainDkim":0,"aws:ses/domainIdentity:DomainIdentity":0,"aws:ses/domainIdentityVerification:DomainIdentityVerification":0,"aws:ses/emailIdentity:EmailIdentity":0,"aws:ses/eventDestination:EventDestination":0,"aws:ses/identityNotificationTopic:IdentityNotificationTopic":0,"aws:ses/identityPolicy:IdentityPolicy":0,"aws:ses/mailFrom:MailFrom":0,"aws:ses/receiptFilter:ReceiptFilter":0,"aws:ses/receiptRule:ReceiptRule":0,"aws:ses/receiptRuleSet:ReceiptRuleSet":0,"aws:ses/template:Template":0,"aws:sesv2/accountVdmAttributes:AccountVdmAttributes":0,"aws:sesv2/configurationSet:ConfigurationSet":0,"aws:sesv2/configurationSetEventDestination:ConfigurationSetEventDestination":0,"aws:sesv2/contactList:ContactList":0,"aws:sesv2/dedicatedIpAssignment:DedicatedIpAssignment":0,"aws:sesv2/dedicatedIpPool:DedicatedIpPool":0,"aws:sesv2/emailIdentity:EmailIdentity":0,"aws:sesv2/emailIdentityFeedbackAttributes:EmailIdentityFeedbackAttributes":0,"aws:sesv2/emailIdentityMailFromAttributes:EmailIdentityMailFromAttributes":0,"aws:sfn/activity:Activity":0,"aws:sfn/alias:Alias":0,"aws:sfn/stateMachine:StateMachine":0,"aws:shield/applicationLayerAutomaticResponse:ApplicationLayerAutomaticResponse":1,"aws:shield/drtAccessLogBucketAssociation:DrtAccessLogBucketAssociation":1,"aws:shield/drtAccessRoleArnAssociation:DrtAccessRoleArnAssociation":1,"aws:shield/protection:Protection":0,"aws:shield/protectionGroup:ProtectionGroup":0,"aws:shield/protectionHealthCheckAssociation:ProtectionHealthCheckAssociation":0,"aws:signer/signingJob:SigningJob":0,"aws:signer/signingProfile:SigningProfile":0,"aws:signer/signingProfilePermission:SigningProfilePermission":0,"aws:simpledb/domain:Domain":1,"aws:sns/dataProtectionPolicy:DataProtectionPolicy":0,"aws:sns/platformApplication:PlatformApplication":0,"aws:sns/smsPreferences:SmsPreferences":0,"aws:sns/topic:Topic":0,"aws:sns/topicPolicy:TopicPolicy":0,"aws:sns/topicSubscription:TopicSubscription":0,"aws:sqs/queue:Queue":0,"aws:sqs/queuePolicy:QueuePolicy":0,"aws:sqs/redriveAllowPolicy:RedriveAllowPolicy":0,"aws:sqs/redrivePolicy:RedrivePolicy":0,"aws:ssm/activation:Activation":0,"aws:ssm/association:Association":0,"aws:ssm/defaultPatchBaseline:DefaultPatchBaseline":0,"aws:ssm/document:Document":0,"aws:ssm/maintenanceWindow:MaintenanceWindow":0,"aws:ssm/maintenanceWindowTarget:MaintenanceWindowTarget":0,"aws:ssm/maintenanceWindowTask:MaintenanceWindowTask":0,"aws:ssm/parameter:Parameter":0,"aws:ssm/patchBaseline:PatchBaseline":0,"aws:ssm/patchGroup:PatchGroup":0,"aws:ssm/resourceDataSync:ResourceDataSync":0,"aws:ssm/serviceSetting:ServiceSetting":0,"aws:ssmcontacts/contact:Contact":0,"aws:ssmcontacts/contactChannel:ContactChannel":0,"aws:ssmcontacts/plan:Plan":0,"aws:ssmincidents/replicationSet:ReplicationSet":0,"aws:ssmincidents/responsePlan:ResponsePlan":0,"aws:ssoadmin/accountAssignment:AccountAssignment":0,"aws:ssoadmin/customerManagedPolicyAttachment:CustomerManagedPolicyAttachment":0,"aws:ssoadmin/instanceAccessControlAttributes:InstanceAccessControlAttributes":0,"aws:ssoadmin/managedPolicyAttachment:ManagedPolicyAttachment":0,"aws:ssoadmin/permissionSet:PermissionSet":0,"aws:ssoadmin/permissionSetInlinePolicy:PermissionSetInlinePolicy":0,"aws:ssoadmin/permissionsBoundaryAttachment:PermissionsBoundaryAttachment":0,"aws:storagegateway/cache:Cache":0,"aws:storagegateway/cachesIscsiVolume:CachesIscsiVolume":0,"aws:storagegateway/fileSystemAssociation:FileSystemAssociation":0,"aws:storagegateway/gateway:Gateway":0,"aws:storagegateway/nfsFileShare:NfsFileShare":0,"aws:storagegateway/smbFileShare:SmbFileShare":0,"aws:storagegateway/storedIscsiVolume:StoredIscsiVolume":0,"aws:storagegateway/tapePool:TapePool":0,"aws:storagegateway/uploadBuffer:UploadBuffer":0,"aws:storagegateway/workingStorage:WorkingStorage":0,"aws:swf/domain:Domain":0,"aws:synthetics/canary:Canary":0,"aws:synthetics/group:Group":0,"aws:synthetics/groupAssociation:GroupAssociation":0,"aws:timestreamwrite/database:Database":0,"aws:timestreamwrite/table:Table":0,"aws:transcribe/languageModel:LanguageModel":0,"aws:transcribe/medicalVocabulary:MedicalVocabulary":0,"aws:transcribe/vocabulary:Vocabulary":0,"aws:transcribe/vocabularyFilter:VocabularyFilter":0,"aws:transfer/access:Access":0,"aws:transfer/agreement:Agreement":0,"aws:transfer/certificate:Certificate":0,"aws:transfer/connector:Connector":0,"aws:transfer/profile:Profile":0,"aws:transfer/server:Server":0,"aws:transfer/sshKey:SshKey":0,"aws:transfer/tag:Tag":0,"aws:transfer/user:User":0,"aws:transfer/workflow:Workflow":0,"aws:verifiedaccess/endpoint:Endpoint":0,"aws:verifiedaccess/group:Group":0,"aws:verifiedaccess/instance:Instance":0,"aws:verifiedaccess/instanceLoggingConfiguration:InstanceLoggingConfiguration":0,"aws:verifiedaccess/instanceTrustProviderAttachment:InstanceTrustProviderAttachment":0,"aws:verifiedaccess/trustProvider:TrustProvider":0,"aws:vpc/securityGroupEgressRule:SecurityGroupEgressRule":1,"aws:vpc/securityGroupIngressRule:SecurityGroupIngressRule":1,"aws:vpclattice/accessLogSubscription:AccessLogSubscription":0,"aws:vpclattice/authPolicy:AuthPolicy":0,"aws:vpclattice/listener:Listener":0,"aws:vpclattice/listenerRule:ListenerRule":0,"aws:vpclattice/resourcePolicy:ResourcePolicy":0,"aws:vpclattice/service:Service":0,"aws:vpclattice/serviceNetwork:ServiceNetwork":0,"aws:vpclattice/serviceNetworkServiceAssociation:ServiceNetworkServiceAssociation":0,"aws:vpclattice/serviceNetworkVpcAssociation:ServiceNetworkVpcAssociation":0,"aws:vpclattice/targetGroup:TargetGroup":0,"aws:vpclattice/targetGroupAttachment:TargetGroupAttachment":0,"aws:waf/byteMatchSet:ByteMatchSet":0,"aws:waf/geoMatchSet:GeoMatchSet":0,"aws:waf/ipSet:IpSet":0,"aws:waf/rateBasedRule:RateBasedRule":0,"aws:waf/regexMatchSet:RegexMatchSet":0,"aws:waf/regexPatternSet:RegexPatternSet":0,"aws:waf/rule:Rule":0,"aws:waf/ruleGroup:RuleGroup":0,"aws:waf/sizeConstraintSet:SizeConstraintSet":0,"aws:waf/sqlInjectionMatchSet:SqlInjectionMatchSet":0,"aws:waf/webAcl:WebAcl":0,"aws:waf/xssMatchSet:XssMatchSet":0,"aws:wafregional/byteMatchSet:ByteMatchSet":0,"aws:wafregional/geoMatchSet:GeoMatchSet":0,"aws:wafregional/ipSet:IpSet":0,"aws:wafregional/rateBasedRule:RateBasedRule":0,"aws:wafregional/regexMatchSet:RegexMatchSet":0,"aws:wafregional/regexPatternSet:RegexPatternSet":0,"aws:wafregional/rule:Rule":0,"aws:wafregional/ruleGroup:RuleGroup":0,"aws:wafregional/sizeConstraintSet:SizeConstraintSet":0,"aws:wafregional/sqlInjectionMatchSet:SqlInjectionMatchSet":0,"aws:wafregional/webAcl:WebAcl":0,"aws:wafregional/webAclAssociation:WebAclAssociation":0,"aws:wafregional/xssMatchSet:XssMatchSet":0,"aws:wafv2/ipSet:IpSet":0,"aws:wafv2/regexPatternSet:RegexPatternSet":0,"aws:wafv2/ruleGroup:RuleGroup":0,"aws:wafv2/webAcl:WebAcl":0,"aws:wafv2/webAclAssociation:WebAclAssociation":0,"aws:wafv2/webAclLoggingConfiguration:WebAclLoggingConfiguration":0,"aws:worklink/fleet:Fleet":0,"aws:worklink/websiteCertificateAuthorityAssociation:WebsiteCertificateAuthorityAssociation":0,"aws:workspaces/connectionAlias:ConnectionAlias":1,"aws:workspaces/directory:Directory":0,"aws:workspaces/ipGroup:IpGroup":0,"aws:workspaces/workspace:Workspace":0,"aws:xray/encryptionConfig:EncryptionConfig":0,"aws:xray/group:Group":0,"aws:xray/samplingRule:SamplingRule":0},"functions":{"aws:acm/getCertificate:getCertificate":0,"aws:acmpca/getCertificate:getCertificate":0,"aws:acmpca/getCertificateAuthority:getCertificateAuthority":0,"aws:alb/getListener:getListener":0,"aws:alb/getLoadBalancer:getLoadBalancer":0,"aws:alb/getTargetGroup:getTargetGroup":0,"aws:amp/getWorkspace:getWorkspace":0,"aws:amp/getWorkspaces:getWorkspaces":0,"aws:apigateway/getAuthorizer:getAuthorizer":0,"aws:apigateway/getAuthorizers:getAuthorizers":0,"aws:apigateway/getDomainName:getDomainName":0,"aws:apigateway/getExport:getExport":0,"aws:apigateway/getKey:getKey":0,"aws:apigateway/getResource:getResource":0,"aws:apigateway/getRestApi:getRestApi":0,"aws:apigateway/getSdk:getSdk":0,"aws:apigateway/getVpcLink:getVpcLink":0,"aws:apigatewayv2/getApi:getApi":0,"aws:apigatewayv2/getApis:getApis":0,"aws:apigatewayv2/getExport:getExport":0,"aws:apigatewayv2/getVpcLink:getVpcLink":0,"aws:appconfig/getConfigurationProfile:getConfigurationProfile":0,"aws:appconfig/getConfigurationProfiles:getConfigurationProfiles":0,"aws:appconfig/getEnvironment:getEnvironment":0,"aws:appconfig/getEnvironments:getEnvironments":0,"aws:appintegrations/getEventIntegration:getEventIntegration":0,"aws:appmesh/getGatewayRoute:getGatewayRoute":0,"aws:appmesh/getMesh:getMesh":0,"aws:appmesh/getRoute:getRoute":0,"aws:appmesh/getVirtualGateway:getVirtualGateway":0,"aws:appmesh/getVirtualNode:getVirtualNode":0,"aws:appmesh/getVirtualRouter:getVirtualRouter":0,"aws:appmesh/getVirtualService:getVirtualService":0,"aws:athena/getNamedQuery:getNamedQuery":0,"aws:auditmanager/getControl:getControl":1,"aws:auditmanager/getFramework:getFramework":1,"aws:autoscaling/getAmiIds:getAmiIds":0,"aws:autoscaling/getGroup:getGroup":0,"aws:backup/getFramework:getFramework":0,"aws:backup/getPlan:getPlan":0,"aws:backup/getReportPlan:getReportPlan":0,"aws:backup/getSelection:getSelection":0,"aws:backup/getVault:getVault":0,"aws:batch/getComputeEnvironment:getComputeEnvironment":0,"aws:batch/getJobQueue:getJobQueue":0,"aws:batch/getSchedulingPolicy:getSchedulingPolicy":0,"aws:bedrockfoundation/getModel:getModel":1,"aws:bedrockfoundation/getModels:getModels":1,"aws:budgets/getBudget:getBudget":0,"aws:cloudcontrol/getResource:getResource":0,"aws:cloudformation/getCloudFormationType:getCloudFormationType":0,"aws:cloudformation/getExport:getExport":0,"aws:cloudformation/getStack:getStack":0,"aws:cloudfront/getCachePolicy:getCachePolicy":0,"aws:cloudfront/getDistribution:getDistribution":0,"aws:cloudfront/getFunction:getFunction":0,"aws:cloudfront/getLogDeliveryCanonicalUserId:getLogDeliveryCanonicalUserId":0,"aws:cloudfront/getOriginAccessIdentities:getOriginAccessIdentities":0,"aws:cloudfront/getOriginAccessIdentity:getOriginAccessIdentity":0,"aws:cloudfront/getOriginRequestPolicy:getOriginRequestPolicy":0,"aws:cloudfront/getRealtimeLogConfig:getRealtimeLogConfig":0,"aws:cloudfront/getResponseHeadersPolicy:getResponseHeadersPolicy":0,"aws:cloudhsmv2/getCluster:getCluster":0,"aws:cloudtrail/getServiceAccount:getServiceAccount":0,"aws:cloudwatch/getEventBus:getEventBus":0,"aws:cloudwatch/getEventConnection:getEventConnection":0,"aws:cloudwatch/getEventSource:getEventSource":0,"aws:cloudwatch/getLogDataProtectionPolicyDocument:getLogDataProtectionPolicyDocument":0,"aws:cloudwatch/getLogGroup:getLogGroup":0,"aws:cloudwatch/getLogGroups:getLogGroups":0,"aws:codeartifact/getAuthorizationToken:getAuthorizationToken":0,"aws:codeartifact/getRepositoryEndpoint:getRepositoryEndpoint":0,"aws:codecatalyst/getDevEnvironment:getDevEnvironment":0,"aws:codecommit/getApprovalRuleTemplate:getApprovalRuleTemplate":0,"aws:codecommit/getRepository:getRepository":0,"aws:codestarconnections/getConnection:getConnection":0,"aws:cognito/getIdentityPool:getIdentityPool":0,"aws:cognito/getUserPoolClient:getUserPoolClient":0,"aws:cognito/getUserPoolClients:getUserPoolClients":0,"aws:cognito/getUserPoolSigningCertificate:getUserPoolSigningCertificate":0,"aws:cognito/getUserPools:getUserPools":0,"aws:connect/getBotAssociation:getBotAssociation":0,"aws:connect/getContactFlow:getContactFlow":0,"aws:connect/getContactFlowModule:getContactFlowModule":0,"aws:connect/getHoursOfOperation:getHoursOfOperation":0,"aws:connect/getInstance:getInstance":0,"aws:connect/getInstanceStorageConfig:getInstanceStorageConfig":0,"aws:connect/getLambdaFunctionAssociation:getLambdaFunctionAssociation":0,"aws:connect/getPrompt:getPrompt":0,"aws:connect/getQueue:getQueue":0,"aws:connect/getQuickConnect:getQuickConnect":0,"aws:connect/getRoutingProfile:getRoutingProfile":0,"aws:connect/getSecurityProfile:getSecurityProfile":0,"aws:connect/getUser:getUser":0,"aws:connect/getUserHierarchyGroup:getUserHierarchyGroup":0,"aws:connect/getUserHierarchyStructure:getUserHierarchyStructure":0,"aws:connect/getVocabulary:getVocabulary":0,"aws:controltower/getControls:getControls":0,"aws:costexplorer/getCostCategory:getCostCategory":0,"aws:costexplorer/getTags:getTags":0,"aws:cur/getReportDefinition:getReportDefinition":0,"aws:datapipeline/getPipeline:getPipeline":0,"aws:datapipeline/getPipelineDefinition:getPipelineDefinition":0,"aws:directconnect/getConnection:getConnection":0,"aws:directconnect/getGateway:getGateway":0,"aws:directconnect/getLocation:getLocation":0,"aws:directconnect/getLocations:getLocations":0,"aws:directconnect/getRouterConfiguration:getRouterConfiguration":0,"aws:directoryservice/getDirectory:getDirectory":0,"aws:dms/getCertificate:getCertificate":0,"aws:dms/getEndpoint:getEndpoint":0,"aws:dms/getReplicationInstance:getReplicationInstance":0,"aws:dms/getReplicationSubnetGroup:getReplicationSubnetGroup":0,"aws:dms/getReplicationTask:getReplicationTask":0,"aws:docdb/getEngineVersion:getEngineVersion":0,"aws:docdb/getOrderableDbInstance:getOrderableDbInstance":0,"aws:dynamodb/getTable:getTable":0,"aws:dynamodb/getTableItem:getTableItem":0,"aws:ebs/getDefaultKmsKey:getDefaultKmsKey":0,"aws:ebs/getEbsVolumes:getEbsVolumes":0,"aws:ebs/getEncryptionByDefault:getEncryptionByDefault":0,"aws:ebs/getSnapshot:getSnapshot":0,"aws:ebs/getSnapshotIds:getSnapshotIds":0,"aws:ebs/getVolume:getVolume":0,"aws:ec2/getAmi:getAmi":0,"aws:ec2/getAmiIds:getAmiIds":0,"aws:ec2/getCoipPool:getCoipPool":0,"aws:ec2/getCoipPools:getCoipPools":0,"aws:ec2/getCustomerGateway:getCustomerGateway":0,"aws:ec2/getDedicatedHost:getDedicatedHost":0,"aws:ec2/getEips:getEips":0,"aws:ec2/getElasticIp:getElasticIp":0,"aws:ec2/getInstance:getInstance":0,"aws:ec2/getInstanceType:getInstanceType":0,"aws:ec2/getInstanceTypeOffering:getInstanceTypeOffering":0,"aws:ec2/getInstanceTypeOfferings:getInstanceTypeOfferings":0,"aws:ec2/getInstanceTypes:getInstanceTypes":0,"aws:ec2/getInstances:getInstances":0,"aws:ec2/getInternetGateway:getInternetGateway":0,"aws:ec2/getIpamPreviewNextCidr:getIpamPreviewNextCidr":0,"aws:ec2/getKeyPair:getKeyPair":0,"aws:ec2/getLaunchConfiguration:getLaunchConfiguration":0,"aws:ec2/getLaunchTemplate:getLaunchTemplate":0,"aws:ec2/getLocalGateway:getLocalGateway":0,"aws:ec2/getLocalGatewayRouteTable:getLocalGatewayRouteTable":0,"aws:ec2/getLocalGatewayRouteTables:getLocalGatewayRouteTables":0,"aws:ec2/getLocalGatewayVirtualInterface:getLocalGatewayVirtualInterface":0,"aws:ec2/getLocalGatewayVirtualInterfaceGroup:getLocalGatewayVirtualInterfaceGroup":0,"aws:ec2/getLocalGatewayVirtualInterfaceGroups:getLocalGatewayVirtualInterfaceGroups":0,"aws:ec2/getLocalGateways:getLocalGateways":0,"aws:ec2/getManagedPrefixList:getManagedPrefixList":0,"aws:ec2/getManagedPrefixLists:getManagedPrefixLists":0,"aws:ec2/getNatGateway:getNatGateway":0,"aws:ec2/getNatGateways:getNatGateways":0,"aws:ec2/getNetworkAcls:getNetworkAcls":0,"aws:ec2/getNetworkInsightsAnalysis:getNetworkInsightsAnalysis":0,"aws:ec2/getNetworkInsightsPath:getNetworkInsightsPath":0,"aws:ec2/getNetworkInterface:getNetworkInterface":0,"aws:ec2/getNetworkInterfaces:getNetworkInterfaces":0,"aws:ec2/getPrefixList:getPrefixList":0,"aws:ec2/getPublicIpv4Pool:getPublicIpv4Pool":0,"aws:ec2/getPublicIpv4Pools:getPublicIpv4Pools":0,"aws:ec2/getRoute:getRoute":0,"aws:ec2/getRouteTable:getRouteTable":0,"aws:ec2/getRouteTables:getRouteTables":0,"aws:ec2/getSecurityGroup:getSecurityGroup":0,"aws:ec2/getSecurityGroups:getSecurityGroups":0,"aws:ec2/getSerialConsoleAccess:getSerialConsoleAccess":0,"aws:ec2/getSpotPrice:getSpotPrice":0,"aws:ec2/getSubnet:getSubnet":0,"aws:ec2/getSubnets:getSubnets":0,"aws:ec2/getTransitGatewayRouteTables:getTransitGatewayRouteTables":0,"aws:ec2/getVpc:getVpc":0,"aws:ec2/getVpcDhcpOptions:getVpcDhcpOptions":0,"aws:ec2/getVpcEndpoint:getVpcEndpoint":0,"aws:ec2/getVpcEndpointService:getVpcEndpointService":0,"aws:ec2/getVpcIamPool:getVpcIamPool":0,"aws:ec2/getVpcIamPoolCidrs:getVpcIamPoolCidrs":0,"aws:ec2/getVpcIamPools:getVpcIamPools":0,"aws:ec2/getVpcIpamPool:getVpcIpamPool":0,"aws:ec2/getVpcIpamPoolCidrs:getVpcIpamPoolCidrs":0,"aws:ec2/getVpcIpamPools:getVpcIpamPools":0,"aws:ec2/getVpcPeeringConnection:getVpcPeeringConnection":0,"aws:ec2/getVpcPeeringConnections:getVpcPeeringConnections":0,"aws:ec2/getVpcs:getVpcs":0,"aws:ec2/getVpnGateway:getVpnGateway":0,"aws:ec2clientvpn/getEndpoint:getEndpoint":0,"aws:ec2transitgateway/getAttachment:getAttachment":0,"aws:ec2transitgateway/getAttachments:getAttachments":0,"aws:ec2transitgateway/getConnect:getConnect":0,"aws:ec2transitgateway/getConnectPeer:getConnectPeer":0,"aws:ec2transitgateway/getDirectConnectGatewayAttachment:getDirectConnectGatewayAttachment":0,"aws:ec2transitgateway/getMulticastDomain:getMulticastDomain":0,"aws:ec2transitgateway/getPeeringAttachment:getPeeringAttachment":0,"aws:ec2transitgateway/getRouteTable:getRouteTable":0,"aws:ec2transitgateway/getRouteTableAssociations:getRouteTableAssociations":0,"aws:ec2transitgateway/getRouteTablePropagations:getRouteTablePropagations":0,"aws:ec2transitgateway/getRouteTableRoutes:getRouteTableRoutes":0,"aws:ec2transitgateway/getTransitGateway:getTransitGateway":0,"aws:ec2transitgateway/getVpcAttachment:getVpcAttachment":0,"aws:ec2transitgateway/getVpcAttachments:getVpcAttachments":0,"aws:ec2transitgateway/getVpnAttachment:getVpnAttachment":0,"aws:ecr/getAuthorizationToken:getAuthorizationToken":0,"aws:ecr/getCredentials:getCredentials":0,"aws:ecr/getImage:getImage":0,"aws:ecr/getPullThroughCacheRule:getPullThroughCacheRule":0,"aws:ecr/getRepository:getRepository":0,"aws:ecrpublic/getAuthorizationToken:getAuthorizationToken":0,"aws:ecs/getCluster:getCluster":0,"aws:ecs/getContainerDefinition:getContainerDefinition":0,"aws:ecs/getService:getService":0,"aws:ecs/getTaskDefinition:getTaskDefinition":0,"aws:ecs/getTaskExecution:getTaskExecution":0,"aws:efs/getAccessPoint:getAccessPoint":0,"aws:efs/getAccessPoints:getAccessPoints":0,"aws:efs/getFileSystem:getFileSystem":0,"aws:efs/getMountTarget:getMountTarget":0,"aws:eks/getAddon:getAddon":0,"aws:eks/getAddonVersion:getAddonVersion":0,"aws:eks/getCluster:getCluster":0,"aws:eks/getClusterAuth:getClusterAuth":0,"aws:eks/getClusters:getClusters":0,"aws:eks/getNodeGroup:getNodeGroup":0,"aws:eks/getNodeGroups:getNodeGroups":0,"aws:elasticache/getCluster:getCluster":0,"aws:elasticache/getReplicationGroup:getReplicationGroup":0,"aws:elasticache/getSubnetGroup:getSubnetGroup":0,"aws:elasticache/getUser:getUser":0,"aws:elasticbeanstalk/getApplication:getApplication":0,"aws:elasticbeanstalk/getHostedZone:getHostedZone":0,"aws:elasticbeanstalk/getSolutionStack:getSolutionStack":0,"aws:elasticsearch/getDomain:getDomain":0,"aws:elb/getHostedZoneId:getHostedZoneId":0,"aws:elb/getLoadBalancer:getLoadBalancer":0,"aws:elb/getServiceAccount:getServiceAccount":0,"aws:emr/getReleaseLabels:getReleaseLabels":0,"aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes":1,"aws:emrcontainers/getVirtualCluster:getVirtualCluster":0,"aws:fsx/getOntapFileSystem:getOntapFileSystem":0,"aws:fsx/getOntapStorageVirtualMachine:getOntapStorageVirtualMachine":0,"aws:fsx/getOntapStorageVirtualMachines:getOntapStorageVirtualMachines":0,"aws:fsx/getOpenZfsSnapshot:getOpenZfsSnapshot":0,"aws:fsx/getWindowsFileSystem:getWindowsFileSystem":0,"aws:globalaccelerator/getAccelerator:getAccelerator":1,"aws:globalaccelerator/getCustomRoutingAccelerator:getCustomRoutingAccelerator":0,"aws:glue/getCatalogTable:getCatalogTable":0,"aws:glue/getConnection:getConnection":0,"aws:glue/getDataCatalogEncryptionSettings:getDataCatalogEncryptionSettings":0,"aws:glue/getScript:getScript":0,"aws:grafana/getWorkspace:getWorkspace":0,"aws:guardduty/getDetector:getDetector":0,"aws:guardduty/getFindingIds:getFindingIds":1,"aws:iam/getAccessKeys:getAccessKeys":0,"aws:iam/getAccountAlias:getAccountAlias":0,"aws:iam/getGroup:getGroup":0,"aws:iam/getInstanceProfile:getInstanceProfile":0,"aws:iam/getInstanceProfiles:getInstanceProfiles":0,"aws:iam/getOpenIdConnectProvider:getOpenIdConnectProvider":0,"aws:iam/getPolicy:getPolicy":0,"aws:iam/getPolicyDocument:getPolicyDocument":0,"aws:iam/getPrincipalPolicySimulation:getPrincipalPolicySimulation":0,"aws:iam/getRole:getRole":0,"aws:iam/getRoles:getRoles":0,"aws:iam/getSamlProvider:getSamlProvider":0,"aws:iam/getServerCertificate:getServerCertificate":0,"aws:iam/getSessionContext:getSessionContext":0,"aws:iam/getUser:getUser":0,"aws:iam/getUserSshKey:getUserSshKey":0,"aws:iam/getUsers:getUsers":0,"aws:identitystore/getGroup:getGroup":0,"aws:identitystore/getUser:getUser":0,"aws:imagebuilder/getComponent:getComponent":0,"aws:imagebuilder/getComponents:getComponents":0,"aws:imagebuilder/getContainerRecipe:getContainerRecipe":0,"aws:imagebuilder/getContainerRecipes:getContainerRecipes":0,"aws:imagebuilder/getDistributionConfiguration:getDistributionConfiguration":0,"aws:imagebuilder/getDistributionConfigurations:getDistributionConfigurations":0,"aws:imagebuilder/getImage:getImage":0,"aws:imagebuilder/getImagePipeline:getImagePipeline":0,"aws:imagebuilder/getImagePipelines:getImagePipelines":0,"aws:imagebuilder/getImageRecipe:getImageRecipe":0,"aws:imagebuilder/getImageRecipes:getImageRecipes":0,"aws:imagebuilder/getInfrastructureConfiguration:getInfrastructureConfiguration":0,"aws:imagebuilder/getInfrastructureConfigurations:getInfrastructureConfigurations":0,"aws:index/getArn:getArn":1,"aws:index/getAvailabilityZone:getAvailabilityZone":0,"aws:index/getAvailabilityZones:getAvailabilityZones":0,"aws:index/getBillingServiceAccount:getBillingServiceAccount":1,"aws:index/getCallerIdentity:getCallerIdentity":1,"aws:index/getDefaultTags:getDefaultTags":1,"aws:index/getIpRanges:getIpRanges":1,"aws:index/getPartition:getPartition":1,"aws:index/getRegion:getRegion":1,"aws:index/getRegions:getRegions":1,"aws:index/getService:getService":1,"aws:inspector/getRulesPackages:getRulesPackages":0,"aws:iot/getEndpoint:getEndpoint":0,"aws:iot/getRegistrationCode:getRegistrationCode":0,"aws:ivs/getStreamKey:getStreamKey":0,"aws:kendra/getExperience:getExperience":0,"aws:kendra/getFaq:getFaq":0,"aws:kendra/getIndex:getIndex":0,"aws:kendra/getQuerySuggestionsBlockList:getQuerySuggestionsBlockList":0,"aws:kendra/getThesaurus:getThesaurus":0,"aws:kinesis/getFirehoseDeliveryStream:getFirehoseDeliveryStream":0,"aws:kinesis/getStream:getStream":0,"aws:kinesis/getStreamConsumer:getStreamConsumer":0,"aws:kms/getAlias:getAlias":0,"aws:kms/getCipherText:getCipherText":0,"aws:kms/getCustomKeyStore:getCustomKeyStore":0,"aws:kms/getKey:getKey":0,"aws:kms/getPublicKey:getPublicKey":0,"aws:kms/getSecret:getSecret":0,"aws:kms/getSecrets:getSecrets":0,"aws:lakeformation/getDataLakeSettings:getDataLakeSettings":0,"aws:lakeformation/getPermissions:getPermissions":0,"aws:lakeformation/getResource:getResource":0,"aws:lambda/getAlias:getAlias":0,"aws:lambda/getCodeSigningConfig:getCodeSigningConfig":0,"aws:lambda/getFunction:getFunction":0,"aws:lambda/getFunctionUrl:getFunctionUrl":0,"aws:lambda/getFunctions:getFunctions":0,"aws:lambda/getInvocation:getInvocation":0,"aws:lambda/getLayerVersion:getLayerVersion":0,"aws:lb/getHostedZoneId:getHostedZoneId":0,"aws:lb/getLbs:getLbs":0,"aws:lb/getListener:getListener":0,"aws:lb/getLoadBalancer:getLoadBalancer":0,"aws:lb/getTargetGroup:getTargetGroup":0,"aws:lex/getBot:getBot":0,"aws:lex/getBotAlias:getBotAlias":0,"aws:lex/getIntent:getIntent":0,"aws:lex/getSlotType:getSlotType":0,"aws:licensemanager/getLicenseGrants:getLicenseGrants":0,"aws:licensemanager/getReceivedLicense:getReceivedLicense":0,"aws:licensemanager/getReceivedLicenses:getReceivedLicenses":0,"aws:location/getGeofenceCollection:getGeofenceCollection":0,"aws:location/getMap:getMap":0,"aws:location/getPlaceIndex:getPlaceIndex":0,"aws:location/getRouteCalculator:getRouteCalculator":0,"aws:location/getTracker:getTracker":0,"aws:location/getTrackerAssociation:getTrackerAssociation":0,"aws:location/getTrackerAssociations:getTrackerAssociations":0,"aws:mediaconvert/getQueue:getQueue":0,"aws:memorydb/getAcl:getAcl":0,"aws:memorydb/getCluster:getCluster":0,"aws:memorydb/getParameterGroup:getParameterGroup":0,"aws:memorydb/getSnapshot:getSnapshot":0,"aws:memorydb/getSubnetGroup:getSubnetGroup":0,"aws:memorydb/getUser:getUser":0,"aws:mq/getBroker:getBroker":0,"aws:mq/getInstanceTypeOfferings:getInstanceTypeOfferings":0,"aws:msk/getBrokerNodes:getBrokerNodes":0,"aws:msk/getCluster:getCluster":0,"aws:msk/getConfiguration:getConfiguration":0,"aws:msk/getKafkaVersion:getKafkaVersion":0,"aws:msk/getVpcConnection:getVpcConnection":0,"aws:mskconnect/getConnector:getConnector":0,"aws:mskconnect/getCustomPlugin:getCustomPlugin":0,"aws:mskconnect/getWorkerConfiguration:getWorkerConfiguration":0,"aws:neptune/getEngineVersion:getEngineVersion":0,"aws:neptune/getOrderableDbInstance:getOrderableDbInstance":0,"aws:networkfirewall/getFirewall:getFirewall":0,"aws:networkfirewall/getFirewallPolicy:getFirewallPolicy":0,"aws:networkfirewall/getResourcePolicy:getResourcePolicy":0,"aws:networkmanager/getConnection:getConnection":0,"aws:networkmanager/getConnections:getConnections":0,"aws:networkmanager/getCoreNetworkPolicyDocument:getCoreNetworkPolicyDocument":0,"aws:networkmanager/getDevice:getDevice":0,"aws:networkmanager/getDevices:getDevices":0,"aws:networkmanager/getGlobalNetwork:getGlobalNetwork":0,"aws:networkmanager/getGlobalNetworks:getGlobalNetworks":0,"aws:networkmanager/getLink:getLink":0,"aws:networkmanager/getLinks:getLinks":0,"aws:networkmanager/getSite:getSite":0,"aws:networkmanager/getSites:getSites":0,"aws:oam/getLink:getLink":0,"aws:oam/getLinks:getLinks":0,"aws:oam/getSink:getSink":0,"aws:oam/getSinks:getSinks":0,"aws:opensearch/getDomain:getDomain":0,"aws:opensearch/getServerlessAccessPolicy:getServerlessAccessPolicy":1,"aws:opensearch/getServerlessCollection:getServerlessCollection":1,"aws:opensearch/getServerlessLifecyclePolicy:getServerlessLifecyclePolicy":1,"aws:opensearch/getServerlessSecurityConfig:getServerlessSecurityConfig":1,"aws:opensearch/getServerlessSecurityPolicy:getServerlessSecurityPolicy":0,"aws:opensearch/getServerlessVpcEndpoint:getServerlessVpcEndpoint":0,"aws:organizations/getDelegatedAdministrators:getDelegatedAdministrators":0,"aws:organizations/getDelegatedServices:getDelegatedServices":0,"aws:organizations/getOrganization:getOrganization":0,"aws:organizations/getOrganizationalUnit:getOrganizationalUnit":0,"aws:organizations/getOrganizationalUnitChildAccounts:getOrganizationalUnitChildAccounts":0,"aws:organizations/getOrganizationalUnitDescendantAccounts:getOrganizationalUnitDescendantAccounts":0,"aws:organizations/getOrganizationalUnits:getOrganizationalUnits":0,"aws:organizations/getPolicies:getPolicies":0,"aws:organizations/getPoliciesForTarget:getPoliciesForTarget":0,"aws:organizations/getPolicy:getPolicy":0,"aws:organizations/getResourceTags:getResourceTags":0,"aws:outposts/getAsset:getAsset":0,"aws:outposts/getAssets:getAssets":0,"aws:outposts/getOutpost:getOutpost":0,"aws:outposts/getOutpostInstanceType:getOutpostInstanceType":0,"aws:outposts/getOutpostInstanceTypes:getOutpostInstanceTypes":0,"aws:outposts/getOutposts:getOutposts":0,"aws:outposts/getSite:getSite":0,"aws:outposts/getSites:getSites":0,"aws:pricing/getProduct:getProduct":0,"aws:qldb/getLedger:getLedger":0,"aws:quicksight/getDataSet:getDataSet":0,"aws:quicksight/getQuicksightGroup:getQuicksightGroup":0,"aws:quicksight/getQuicksightUser:getQuicksightUser":0,"aws:quicksight/getTheme:getTheme":0,"aws:ram/getResourceShare:getResourceShare":0,"aws:rds/getCertificate:getCertificate":0,"aws:rds/getCluster:getCluster":0,"aws:rds/getClusterSnapshot:getClusterSnapshot":0,"aws:rds/getClusters:getClusters":0,"aws:rds/getEngineVersion:getEngineVersion":0,"aws:rds/getEventCategories:getEventCategories":0,"aws:rds/getInstance:getInstance":0,"aws:rds/getInstances:getInstances":0,"aws:rds/getOrderableDbInstance:getOrderableDbInstance":0,"aws:rds/getProxy:getProxy":0,"aws:rds/getReservedInstanceOffering:getReservedInstanceOffering":0,"aws:rds/getSnapshot:getSnapshot":0,"aws:rds/getSubnetGroup:getSubnetGroup":0,"aws:redshift/getCluster:getCluster":0,"aws:redshift/getClusterCredentials:getClusterCredentials":0,"aws:redshift/getOrderableCluster:getOrderableCluster":0,"aws:redshift/getServiceAccount:getServiceAccount":0,"aws:redshift/getSubnetGroup:getSubnetGroup":0,"aws:redshiftserverless/getCredentials:getCredentials":0,"aws:redshiftserverless/getNamespace:getNamespace":0,"aws:redshiftserverless/getWorkgroup:getWorkgroup":0,"aws:resourcegroupstaggingapi/getResources:getResources":0,"aws:route53/getDelegationSet:getDelegationSet":0,"aws:route53/getQueryLogConfig:getQueryLogConfig":0,"aws:route53/getResolverEndpoint:getResolverEndpoint":0,"aws:route53/getResolverFirewallConfig:getResolverFirewallConfig":0,"aws:route53/getResolverFirewallDomainList:getResolverFirewallDomainList":0,"aws:route53/getResolverFirewallRuleGroup:getResolverFirewallRuleGroup":0,"aws:route53/getResolverFirewallRuleGroupAssociation:getResolverFirewallRuleGroupAssociation":0,"aws:route53/getResolverFirewallRules:getResolverFirewallRules":0,"aws:route53/getResolverRule:getResolverRule":0,"aws:route53/getResolverRules:getResolverRules":0,"aws:route53/getTrafficPolicyDocument:getTrafficPolicyDocument":0,"aws:route53/getZone:getZone":0,"aws:s3/getAccountPublicAccessBlock:getAccountPublicAccessBlock":0,"aws:s3/getBucket:getBucket":0,"aws:s3/getBucketObject:getBucketObject":0,"aws:s3/getBucketObjects:getBucketObjects":0,"aws:s3/getBucketPolicy:getBucketPolicy":0,"aws:s3/getCanonicalUserId:getCanonicalUserId":0,"aws:s3/getObject:getObject":0,"aws:s3/getObjects:getObjects":0,"aws:s3control/getMultiRegionAccessPoint:getMultiRegionAccessPoint":0,"aws:sagemaker/getPrebuiltEcrImage:getPrebuiltEcrImage":0,"aws:secretsmanager/getRandomPassword:getRandomPassword":0,"aws:secretsmanager/getSecret:getSecret":0,"aws:secretsmanager/getSecretRotation:getSecretRotation":0,"aws:secretsmanager/getSecretVersion:getSecretVersion":0,"aws:secretsmanager/getSecrets:getSecrets":0,"aws:serverlessrepository/getApplication:getApplication":0,"aws:servicecatalog/getConstraint:getConstraint":0,"aws:servicecatalog/getLaunchPaths:getLaunchPaths":0,"aws:servicecatalog/getPortfolio:getPortfolio":0,"aws:servicecatalog/getPortfolioConstraints:getPortfolioConstraints":0,"aws:servicecatalog/getProduct:getProduct":0,"aws:servicecatalog/getProvisioningArtifacts:getProvisioningArtifacts":0,"aws:servicediscovery/getDnsNamespace:getDnsNamespace":0,"aws:servicediscovery/getHttpNamespace:getHttpNamespace":0,"aws:servicediscovery/getService:getService":0,"aws:servicequotas/getService:getService":0,"aws:servicequotas/getServiceQuota:getServiceQuota":0,"aws:servicequotas/getTemplates:getTemplates":1,"aws:ses/getActiveReceiptRuleSet:getActiveReceiptRuleSet":0,"aws:ses/getDomainIdentity:getDomainIdentity":0,"aws:ses/getEmailIdentity:getEmailIdentity":0,"aws:sesv2/getConfigurationSet:getConfigurationSet":0,"aws:sesv2/getDedicatedIpPool:getDedicatedIpPool":0,"aws:sesv2/getEmailIdentity:getEmailIdentity":0,"aws:sesv2/getEmailIdentityMailFromAttributes:getEmailIdentityMailFromAttributes":0,"aws:sfn/getActivity:getActivity":0,"aws:sfn/getAlias:getAlias":0,"aws:sfn/getStateMachine:getStateMachine":0,"aws:sfn/getStateMachineVersions:getStateMachineVersions":0,"aws:signer/getSigningJob:getSigningJob":0,"aws:signer/getSigningProfile:getSigningProfile":0,"aws:sns/getTopic:getTopic":0,"aws:sqs/getQueue:getQueue":0,"aws:sqs/getQueues:getQueues":0,"aws:ssm/getDocument:getDocument":0,"aws:ssm/getInstances:getInstances":0,"aws:ssm/getMaintenanceWindows:getMaintenanceWindows":0,"aws:ssm/getParameter:getParameter":0,"aws:ssm/getParametersByPath:getParametersByPath":0,"aws:ssm/getPatchBaseline:getPatchBaseline":0,"aws:ssmcontacts/getContact:getContact":0,"aws:ssmcontacts/getContactChannel:getContactChannel":0,"aws:ssmcontacts/getPlan:getPlan":0,"aws:ssmincidents/getReplicationSet:getReplicationSet":0,"aws:ssmincidents/getResponsePlan:getResponsePlan":0,"aws:ssoadmin/getInstances:getInstances":0,"aws:ssoadmin/getPermissionSet:getPermissionSet":0,"aws:storagegateway/getLocalDisk:getLocalDisk":0,"aws:transfer/getServer:getServer":0,"aws:vpc/getSecurityGroupRule:getSecurityGroupRule":1,"aws:vpc/getSecurityGroupRules:getSecurityGroupRules":1,"aws:vpclattice/getAuthPolicy:getAuthPolicy":0,"aws:vpclattice/getListener:getListener":0,"aws:vpclattice/getResourcePolicy:getResourcePolicy":0,"aws:vpclattice/getService:getService":0,"aws:vpclattice/getServiceNetwork:getServiceNetwork":0,"aws:waf/getIpset:getIpset":0,"aws:waf/getRateBasedRule:getRateBasedRule":0,"aws:waf/getRule:getRule":0,"aws:waf/getSubscribedRuleGroup:getSubscribedRuleGroup":0,"aws:waf/getWebAcl:getWebAcl":0,"aws:wafregional/getIpset:getIpset":0,"aws:wafregional/getRateBasedMod:getRateBasedMod":0,"aws:wafregional/getRule:getRule":0,"aws:wafregional/getSubscribedRuleGroup:getSubscribedRuleGroup":0,"aws:wafregional/getWebAcl:getWebAcl":0,"aws:wafv2/getIpSet:getIpSet":0,"aws:wafv2/getRegexPatternSet:getRegexPatternSet":0,"aws:wafv2/getRuleGroup:getRuleGroup":0,"aws:wafv2/getWebAcl:getWebAcl":0,"aws:workspaces/getBundle:getBundle":0,"aws:workspaces/getDirectory:getDirectory":0,"aws:workspaces/getImage:getImage":0,"aws:workspaces/getWorkspace:getWorkspace":0}}} \ No newline at end of file diff --git a/provider/cmd/pulumi-resource-aws/schema.json b/provider/cmd/pulumi-resource-aws/schema.json index dc62cd355fa..233c5e191b3 100644 --- a/provider/cmd/pulumi-resource-aws/schema.json +++ b/provider/cmd/pulumi-resource-aws/schema.json @@ -1599,19 +1599,19 @@ }, "matcher": { "type": "string", - "description": "Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, \"200,202\" for HTTP(s) or \"0,12\" for GRPC) or a range of values (for example, \"200-299\" or \"0-99\"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP).\n" + "description": "The HTTP or gRPC codes to use when checking for a successful response from a target.\nThe `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`.\nValues can be comma-separated individual values (e.g., \"200,202\") or a range of values (e.g., \"200-299\").\n* For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`.\n* When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`.\n* When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`.\n* When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`.\n" }, "path": { "type": "string", - "description": "Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS.\n" + "description": "Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS.\n* For HTTP and HTTPS health checks, the default is `/`.\n* For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`.\n" }, "port": { "type": "string", - "description": "The port the load balancer uses when performing health checks on targets. Default is traffic-port.\n" + "description": "The port the load balancer uses when performing health checks on targets.\nValid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`.\nDefault is `traffic-port`.\n" }, "protocol": { "type": "string", - "description": "Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP.\n" + "description": "Protocol the load balancer uses when performing health checks on targets.\nMust be one of `TCP`, `HTTP`, or `HTTPS`.\nThe `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`.\nDefault is `HTTP`.\nCannot be specified when the `target_type` is `lambda`.\n" }, "timeout": { "type": "integer", @@ -13924,33 +13924,27 @@ "properties": { "healthyThreshold": { "type": "integer", - "description": "Number of consecutive checks that must succeed before App Runner decides that the service is healthy. Defaults to 1. Minimum value of 1. Maximum value of 20.\n", - "willReplaceOnChanges": true + "description": "Number of consecutive checks that must succeed before App Runner decides that the service is healthy. Defaults to 1. Minimum value of 1. Maximum value of 20.\n" }, "interval": { "type": "integer", - "description": "Time interval, in seconds, between health checks. Defaults to 5. Minimum value of 1. Maximum value of 20.\n", - "willReplaceOnChanges": true + "description": "Time interval, in seconds, between health checks. Defaults to 5. Minimum value of 1. Maximum value of 20.\n" }, "path": { "type": "string", - "description": "URL to send requests to for health checks. Defaults to `/`. Minimum length of 0. Maximum length of 51200.\n", - "willReplaceOnChanges": true + "description": "URL to send requests to for health checks. Defaults to `/`. Minimum length of 0. Maximum length of 51200.\n" }, "protocol": { "type": "string", - "description": "IP protocol that App Runner uses to perform health checks for your service. Valid values: `TCP`, `HTTP`. Defaults to `TCP`. If you set protocol to `HTTP`, App Runner sends health check requests to the HTTP path specified by `path`.\n", - "willReplaceOnChanges": true + "description": "IP protocol that App Runner uses to perform health checks for your service. Valid values: `TCP`, `HTTP`. Defaults to `TCP`. If you set protocol to `HTTP`, App Runner sends health check requests to the HTTP path specified by `path`.\n" }, "timeout": { "type": "integer", - "description": "Time, in seconds, to wait for a health check response before deciding it failed. Defaults to 2. Minimum value of 1. Maximum value of 20.\n", - "willReplaceOnChanges": true + "description": "Time, in seconds, to wait for a health check response before deciding it failed. Defaults to 2. Minimum value of 1. Maximum value of 20.\n" }, "unhealthyThreshold": { "type": "integer", - "description": "Number of consecutive checks that must fail before App Runner decides that the service is unhealthy. Defaults to 5. Minimum value of 1. Maximum value of 20.\n", - "willReplaceOnChanges": true + "description": "Number of consecutive checks that must fail before App Runner decides that the service is unhealthy. Defaults to 5. Minimum value of 1. Maximum value of 20.\n" } }, "type": "object" @@ -13981,6 +13975,10 @@ "ingressConfiguration": { "$ref": "#/types/aws:apprunner/ServiceNetworkConfigurationIngressConfiguration:ServiceNetworkConfigurationIngressConfiguration", "description": "Network configuration settings for inbound network traffic. See Ingress Configuration below for more details.\n" + }, + "ipAddressType": { + "type": "string", + "description": "App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`.\n" } }, "type": "object", @@ -14085,13 +14083,26 @@ "sourceCodeVersion": { "$ref": "#/types/aws:apprunner/ServiceSourceConfigurationCodeRepositorySourceCodeVersion:ServiceSourceConfigurationCodeRepositorySourceCodeVersion", "description": "Version that should be used within the source code repository. See Source Code Version below for more details.\n" + }, + "sourceDirectory": { + "type": "string", + "description": "The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.\n" } }, "type": "object", "required": [ "repositoryUrl", "sourceCodeVersion" - ] + ], + "language": { + "nodejs": { + "requiredOutputs": [ + "repositoryUrl", + "sourceCodeVersion", + "sourceDirectory" + ] + } + } }, "aws:apprunner/ServiceSourceConfigurationCodeRepositoryCodeConfiguration:ServiceSourceConfigurationCodeRepositoryCodeConfiguration": { "properties": { @@ -34188,19 +34199,19 @@ "properties": { "inputCompressionType": { "type": "string", - "description": "Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`.\n" + "description": "Type of compression to be used on the input coming from the imported table.\nValid values are `GZIP`, `ZSTD` and `NONE`.\n" }, "inputFormat": { "type": "string", - "description": "The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`.\n" + "description": "The format of the source data.\nValid values are `CSV`, `DYNAMODB_JSON`, and `ION`.\n" }, "inputFormatOptions": { "$ref": "#/types/aws:dynamodb/TableImportTableInputFormatOptions:TableImportTableInputFormatOptions", - "description": "Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below.\n" + "description": "Describe the format options for the data that was imported into the target table.\nThere is one value, `csv`.\nSee below.\n" }, "s3BucketSource": { "$ref": "#/types/aws:dynamodb/TableImportTableS3BucketSource:TableImportTableS3BucketSource", - "description": "Values for the S3 bucket the source file is imported from. See below.\n", + "description": "Values for the S3 bucket the source file is imported from.\nSee below.\n", "willReplaceOnChanges": true } }, @@ -55013,6 +55024,73 @@ }, "type": "object" }, + "aws:emr/getSupportedInstanceTypesSupportedInstanceType:getSupportedInstanceTypesSupportedInstanceType": { + "properties": { + "architecture": { + "type": "string", + "description": "CPU architecture.\n" + }, + "ebsOptimizedAvailable": { + "type": "boolean", + "description": "Indicates whether the instance type supports Amazon EBS optimization.\n" + }, + "ebsOptimizedByDefault": { + "type": "boolean", + "description": "Indicates whether the instance type uses Amazon EBS optimization by default.\n" + }, + "ebsStorageOnly": { + "type": "boolean", + "description": "Indicates whether the instance type only supports Amazon EBS.\n" + }, + "instanceFamilyId": { + "type": "string", + "description": "The Amazon EC2 family and generation for the instance type.\n" + }, + "is64BitsOnly": { + "type": "boolean", + "description": "Indicates whether the instance type only supports 64-bit architecture.\n" + }, + "memoryGb": { + "type": "number", + "description": "Memory that is available to Amazon EMR from the instance type.\n" + }, + "numberOfDisks": { + "type": "integer", + "description": "Number of disks for the instance type.\n" + }, + "storageGb": { + "type": "integer", + "description": "Storage capacity of the instance type.\n" + }, + "type": { + "type": "string", + "description": "Amazon EC2 instance type. For example, `m5.xlarge`.\n" + }, + "vcpu": { + "type": "integer", + "description": "The number of vCPUs available for the instance type.\n" + } + }, + "type": "object", + "required": [ + "architecture", + "ebsOptimizedAvailable", + "ebsOptimizedByDefault", + "ebsStorageOnly", + "instanceFamilyId", + "is64BitsOnly", + "memoryGb", + "numberOfDisks", + "storageGb", + "type", + "vcpu" + ], + "language": { + "nodejs": { + "requiredInputs": [] + } + } + }, "aws:emrcontainers/JobTemplateJobTemplateData:JobTemplateJobTemplateData": { "properties": { "configurationOverrides": { @@ -77845,19 +77923,19 @@ }, "matcher": { "type": "string", - "description": "Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, \"200,202\" for HTTP(s) or \"0,12\" for GRPC) or a range of values (for example, \"200-299\" or \"0-99\"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP).\n" + "description": "The HTTP or gRPC codes to use when checking for a successful response from a target.\nThe `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`.\nValues can be comma-separated individual values (e.g., \"200,202\") or a range of values (e.g., \"200-299\").\n* For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`.\n* When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`.\n* When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`.\n* When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`.\n" }, "path": { "type": "string", - "description": "Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS.\n" + "description": "Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS.\n* For HTTP and HTTPS health checks, the default is `/`.\n* For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`.\n" }, "port": { "type": "string", - "description": "The port the load balancer uses when performing health checks on targets. Default is traffic-port.\n" + "description": "The port the load balancer uses when performing health checks on targets.\nValid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`.\nDefault is `traffic-port`.\n" }, "protocol": { "type": "string", - "description": "Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP.\n" + "description": "Protocol the load balancer uses when performing health checks on targets.\nMust be one of `TCP`, `HTTP`, or `HTTPS`.\nThe `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`.\nDefault is `HTTP`.\nCannot be specified when the `target_type` is `lambda`.\n" }, "timeout": { "type": "integer", @@ -78938,10 +79016,12 @@ "aws:lex/V2modelsBotLocaleVoiceSettings:V2modelsBotLocaleVoiceSettings": { "properties": { "engine": { - "type": "string" + "type": "string", + "description": "Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`.\n" }, "voiceId": { - "type": "string" + "type": "string", + "description": "Identifier of the Amazon Polly voice to use.\n" } }, "type": "object", @@ -79003,6 +79083,28 @@ }, "type": "object" }, + "aws:lex/V2modelsBotVersionLocaleSpecification:V2modelsBotVersionLocaleSpecification": { + "properties": { + "sourceBotVersion": { + "type": "string" + } + }, + "type": "object", + "required": [ + "sourceBotVersion" + ] + }, + "aws:lex/V2modelsBotVersionTimeouts:V2modelsBotVersionTimeouts": { + "properties": { + "create": { + "type": "string" + }, + "delete": { + "type": "string" + } + }, + "type": "object" + }, "aws:lex/getSlotTypeEnumerationValue:getSlotTypeEnumerationValue": { "properties": { "synonyms": { @@ -101437,6 +101539,34 @@ } } }, + "aws:s3/BucketLoggingV2TargetObjectKeyFormat:BucketLoggingV2TargetObjectKeyFormat": { + "properties": { + "partitionedPrefix": { + "$ref": "#/types/aws:s3/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix:BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix", + "description": "Partitioned S3 key for log objects. See below.\n" + }, + "simplePrefix": { + "$ref": "#/types/aws:s3/BucketLoggingV2TargetObjectKeyFormatSimplePrefix:BucketLoggingV2TargetObjectKeyFormatSimplePrefix", + "description": "Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`.\n" + } + }, + "type": "object" + }, + "aws:s3/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix:BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix": { + "properties": { + "partitionDateSource": { + "type": "string", + "description": "Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`.\n" + } + }, + "type": "object", + "required": [ + "partitionDateSource" + ] + }, + "aws:s3/BucketLoggingV2TargetObjectKeyFormatSimplePrefix:BucketLoggingV2TargetObjectKeyFormatSimplePrefix": { + "type": "object" + }, "aws:s3/BucketMetricFilter:BucketMetricFilter": { "properties": { "prefix": { @@ -130919,7 +131049,7 @@ }, "protocol": { "type": "string", - "description": "Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.\n" + "description": "Protocol to use for routing traffic to the targets.\nShould be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`.\nRequired when `target_type` is `instance`, `ip`, or `alb`.\nDoes not apply when `target_type` is `lambda`.\n" }, "protocolVersion": { "type": "string", @@ -130969,7 +131099,7 @@ }, "targetType": { "type": "string", - "description": "Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n" + "description": "Type of target that you must specify when registering targets with this target group.\nSee [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values.\nThe default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n" }, "vpcId": { "type": "string", @@ -131044,7 +131174,7 @@ }, "protocol": { "type": "string", - "description": "Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.\n", + "description": "Protocol to use for routing traffic to the targets.\nShould be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`.\nRequired when `target_type` is `instance`, `ip`, or `alb`.\nDoes not apply when `target_type` is `lambda`.\n", "willReplaceOnChanges": true }, "protocolVersion": { @@ -131087,7 +131217,7 @@ }, "targetType": { "type": "string", - "description": "Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n", + "description": "Type of target that you must specify when registering targets with this target group.\nSee [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values.\nThe default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n", "willReplaceOnChanges": true }, "vpcId": { @@ -131157,7 +131287,7 @@ }, "protocol": { "type": "string", - "description": "Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.\n", + "description": "Protocol to use for routing traffic to the targets.\nShould be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`.\nRequired when `target_type` is `instance`, `ip`, or `alb`.\nDoes not apply when `target_type` is `lambda`.\n", "willReplaceOnChanges": true }, "protocolVersion": { @@ -131209,7 +131339,7 @@ }, "targetType": { "type": "string", - "description": "Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n", + "description": "Type of target that you must specify when registering targets with this target group.\nSee [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values.\nThe default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n", "willReplaceOnChanges": true }, "vpcId": { @@ -141007,6 +141137,12 @@ "type": "integer", "description": "The revision of this auto scaling configuration.\n" }, + "hasAssociatedService": { + "type": "boolean" + }, + "isDefault": { + "type": "boolean" + }, "latest": { "type": "boolean", "description": "Whether the auto scaling configuration has the highest `auto_scaling_configuration_revision` among all configurations that share the same `auto_scaling_configuration_name`.\n" @@ -141048,6 +141184,8 @@ "arn", "autoScalingConfigurationName", "autoScalingConfigurationRevision", + "hasAssociatedService", + "isDefault", "latest", "status", "tagsAll" @@ -141100,6 +141238,12 @@ "type": "integer", "description": "The revision of this auto scaling configuration.\n" }, + "hasAssociatedService": { + "type": "boolean" + }, + "isDefault": { + "type": "boolean" + }, "latest": { "type": "boolean", "description": "Whether the auto scaling configuration has the highest `auto_scaling_configuration_revision` among all configurations that share the same `auto_scaling_configuration_name`.\n" @@ -141346,6 +141490,37 @@ "type": "object" } }, + "aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion": { + "description": "Manages the default App Runner auto scaling configuration.\nWhen creating or updating this resource the existing default auto scaling configuration will be set to non-default automatically.\nWhen creating or updating this resource the configuration is automatically assigned as the default to the new services you create in the future. The new default designation doesn't affect the associations that were previously set for existing services.\nEach account can have only one default auto scaling configuration per Region.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst exampleAutoScalingConfigurationVersion = new aws.apprunner.AutoScalingConfigurationVersion(\"exampleAutoScalingConfigurationVersion\", {\n autoScalingConfigurationName: \"example\",\n maxConcurrency: 50,\n maxSize: 10,\n minSize: 2,\n});\nconst exampleDefaultAutoScalingConfigurationVersion = new aws.apprunner.DefaultAutoScalingConfigurationVersion(\"exampleDefaultAutoScalingConfigurationVersion\", {autoScalingConfigurationArn: exampleAutoScalingConfigurationVersion.arn});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample_auto_scaling_configuration_version = aws.apprunner.AutoScalingConfigurationVersion(\"exampleAutoScalingConfigurationVersion\",\n auto_scaling_configuration_name=\"example\",\n max_concurrency=50,\n max_size=10,\n min_size=2)\nexample_default_auto_scaling_configuration_version = aws.apprunner.DefaultAutoScalingConfigurationVersion(\"exampleDefaultAutoScalingConfigurationVersion\", auto_scaling_configuration_arn=example_auto_scaling_configuration_version.arn)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var exampleAutoScalingConfigurationVersion = new Aws.AppRunner.AutoScalingConfigurationVersion(\"exampleAutoScalingConfigurationVersion\", new()\n {\n AutoScalingConfigurationName = \"example\",\n MaxConcurrency = 50,\n MaxSize = 10,\n MinSize = 2,\n });\n\n var exampleDefaultAutoScalingConfigurationVersion = new Aws.AppRunner.DefaultAutoScalingConfigurationVersion(\"exampleDefaultAutoScalingConfigurationVersion\", new()\n {\n AutoScalingConfigurationArn = exampleAutoScalingConfigurationVersion.Arn,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/apprunner\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\texampleAutoScalingConfigurationVersion, err := apprunner.NewAutoScalingConfigurationVersion(ctx, \"exampleAutoScalingConfigurationVersion\", \u0026apprunner.AutoScalingConfigurationVersionArgs{\n\t\t\tAutoScalingConfigurationName: pulumi.String(\"example\"),\n\t\t\tMaxConcurrency: pulumi.Int(50),\n\t\t\tMaxSize: pulumi.Int(10),\n\t\t\tMinSize: pulumi.Int(2),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = apprunner.NewDefaultAutoScalingConfigurationVersion(ctx, \"exampleDefaultAutoScalingConfigurationVersion\", \u0026apprunner.DefaultAutoScalingConfigurationVersionArgs{\n\t\t\tAutoScalingConfigurationArn: exampleAutoScalingConfigurationVersion.Arn,\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.apprunner.AutoScalingConfigurationVersion;\nimport com.pulumi.aws.apprunner.AutoScalingConfigurationVersionArgs;\nimport com.pulumi.aws.apprunner.DefaultAutoScalingConfigurationVersion;\nimport com.pulumi.aws.apprunner.DefaultAutoScalingConfigurationVersionArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var exampleAutoScalingConfigurationVersion = new AutoScalingConfigurationVersion(\"exampleAutoScalingConfigurationVersion\", AutoScalingConfigurationVersionArgs.builder() \n .autoScalingConfigurationName(\"example\")\n .maxConcurrency(50)\n .maxSize(10)\n .minSize(2)\n .build());\n\n var exampleDefaultAutoScalingConfigurationVersion = new DefaultAutoScalingConfigurationVersion(\"exampleDefaultAutoScalingConfigurationVersion\", DefaultAutoScalingConfigurationVersionArgs.builder() \n .autoScalingConfigurationArn(exampleAutoScalingConfigurationVersion.arn())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n exampleAutoScalingConfigurationVersion:\n type: aws:apprunner:AutoScalingConfigurationVersion\n properties:\n autoScalingConfigurationName: example\n maxConcurrency: 50\n maxSize: 10\n minSize: 2\n exampleDefaultAutoScalingConfigurationVersion:\n type: aws:apprunner:DefaultAutoScalingConfigurationVersion\n properties:\n autoScalingConfigurationArn: ${exampleAutoScalingConfigurationVersion.arn}\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import App Runner default auto scaling configurations using the current Region. For example:\n\n```sh\n $ pulumi import aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion example us-west-2\n```\n ", + "properties": { + "autoScalingConfigurationArn": { + "type": "string", + "description": "The ARN of the App Runner auto scaling configuration that you want to set as the default.\n" + } + }, + "required": [ + "autoScalingConfigurationArn" + ], + "inputProperties": { + "autoScalingConfigurationArn": { + "type": "string", + "description": "The ARN of the App Runner auto scaling configuration that you want to set as the default.\n" + } + }, + "requiredInputs": [ + "autoScalingConfigurationArn" + ], + "stateInputs": { + "description": "Input properties used for looking up and filtering DefaultAutoScalingConfigurationVersion resources.\n", + "properties": { + "autoScalingConfigurationArn": { + "type": "string", + "description": "The ARN of the App Runner auto scaling configuration that you want to set as the default.\n" + } + }, + "type": "object" + } + }, "aws:apprunner/observabilityConfiguration:ObservabilityConfiguration": { "description": "Manages an App Runner Observability Configuration.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.apprunner.ObservabilityConfiguration(\"example\", {\n observabilityConfigurationName: \"example\",\n tags: {\n Name: \"example-apprunner-observability-configuration\",\n },\n traceConfiguration: {\n vendor: \"AWSXRAY\",\n },\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.apprunner.ObservabilityConfiguration(\"example\",\n observability_configuration_name=\"example\",\n tags={\n \"Name\": \"example-apprunner-observability-configuration\",\n },\n trace_configuration=aws.apprunner.ObservabilityConfigurationTraceConfigurationArgs(\n vendor=\"AWSXRAY\",\n ))\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.AppRunner.ObservabilityConfiguration(\"example\", new()\n {\n ObservabilityConfigurationName = \"example\",\n Tags = \n {\n { \"Name\", \"example-apprunner-observability-configuration\" },\n },\n TraceConfiguration = new Aws.AppRunner.Inputs.ObservabilityConfigurationTraceConfigurationArgs\n {\n Vendor = \"AWSXRAY\",\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/apprunner\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := apprunner.NewObservabilityConfiguration(ctx, \"example\", \u0026apprunner.ObservabilityConfigurationArgs{\n\t\t\tObservabilityConfigurationName: pulumi.String(\"example\"),\n\t\t\tTags: pulumi.StringMap{\n\t\t\t\t\"Name\": pulumi.String(\"example-apprunner-observability-configuration\"),\n\t\t\t},\n\t\t\tTraceConfiguration: \u0026apprunner.ObservabilityConfigurationTraceConfigurationArgs{\n\t\t\t\tVendor: pulumi.String(\"AWSXRAY\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.apprunner.ObservabilityConfiguration;\nimport com.pulumi.aws.apprunner.ObservabilityConfigurationArgs;\nimport com.pulumi.aws.apprunner.inputs.ObservabilityConfigurationTraceConfigurationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new ObservabilityConfiguration(\"example\", ObservabilityConfigurationArgs.builder() \n .observabilityConfigurationName(\"example\")\n .tags(Map.of(\"Name\", \"example-apprunner-observability-configuration\"))\n .traceConfiguration(ObservabilityConfigurationTraceConfigurationArgs.builder()\n .vendor(\"AWSXRAY\")\n .build())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:apprunner:ObservabilityConfiguration\n properties:\n observabilityConfigurationName: example\n tags:\n Name: example-apprunner-observability-configuration\n traceConfiguration:\n vendor: AWSXRAY\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import App Runner Observability Configuration using the `arn`. For example:\n\n```sh\n $ pulumi import aws:apprunner/observabilityConfiguration:ObservabilityConfiguration example arn:aws:apprunner:us-east-1:1234567890:observabilityconfiguration/example/1/d75bc7ea55b71e724fe5c23452fe22a1\n```\n ", "properties": { @@ -141560,8 +141735,7 @@ }, "healthCheckConfiguration": { "$ref": "#/types/aws:apprunner/ServiceHealthCheckConfiguration:ServiceHealthCheckConfiguration", - "description": "Settings of the health check that AWS App Runner performs to monitor the health of your service. See Health Check Configuration below for more details.\n", - "willReplaceOnChanges": true + "description": "Settings of the health check that AWS App Runner performs to monitor the health of your service. See Health Check Configuration below for more details.\n" }, "instanceConfiguration": { "$ref": "#/types/aws:apprunner/ServiceInstanceConfiguration:ServiceInstanceConfiguration", @@ -141614,8 +141788,7 @@ }, "healthCheckConfiguration": { "$ref": "#/types/aws:apprunner/ServiceHealthCheckConfiguration:ServiceHealthCheckConfiguration", - "description": "Settings of the health check that AWS App Runner performs to monitor the health of your service. See Health Check Configuration below for more details.\n", - "willReplaceOnChanges": true + "description": "Settings of the health check that AWS App Runner performs to monitor the health of your service. See Health Check Configuration below for more details.\n" }, "instanceConfiguration": { "$ref": "#/types/aws:apprunner/ServiceInstanceConfiguration:ServiceInstanceConfiguration", @@ -156801,7 +156974,8 @@ }, "isEnabled": { "type": "boolean", - "description": "Whether the rule should be enabled (defaults to `true`).\n" + "description": "Whether the rule should be enabled.\nDefaults to `true`.\nConflicts with `state`.\n", + "deprecationMessage": "Use \"state\" instead" }, "name": { "type": "string", @@ -156819,6 +156993,10 @@ "type": "string", "description": "The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `schedule_expression` or `event_pattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html).\n" }, + "state": { + "type": "string", + "description": "State of the rule.\nValid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.\nWhen state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail.\nTo also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.\nDefaults to `ENABLED`.\nConflicts with `is_enabled`.\n" + }, "tags": { "type": "object", "additionalProperties": { @@ -156858,7 +157036,8 @@ }, "isEnabled": { "type": "boolean", - "description": "Whether the rule should be enabled (defaults to `true`).\n" + "description": "Whether the rule should be enabled.\nDefaults to `true`.\nConflicts with `state`.\n", + "deprecationMessage": "Use \"state\" instead" }, "name": { "type": "string", @@ -156878,6 +157057,10 @@ "type": "string", "description": "The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `schedule_expression` or `event_pattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html).\n" }, + "state": { + "type": "string", + "description": "State of the rule.\nValid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.\nWhen state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail.\nTo also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.\nDefaults to `ENABLED`.\nConflicts with `is_enabled`.\n" + }, "tags": { "type": "object", "additionalProperties": { @@ -156908,7 +157091,8 @@ }, "isEnabled": { "type": "boolean", - "description": "Whether the rule should be enabled (defaults to `true`).\n" + "description": "Whether the rule should be enabled.\nDefaults to `true`.\nConflicts with `state`.\n", + "deprecationMessage": "Use \"state\" instead" }, "name": { "type": "string", @@ -156928,6 +157112,10 @@ "type": "string", "description": "The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `schedule_expression` or `event_pattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html).\n" }, + "state": { + "type": "string", + "description": "State of the rule.\nValid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.\nWhen state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail.\nTo also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.\nDefaults to `ENABLED`.\nConflicts with `is_enabled`.\n" + }, "tags": { "type": "object", "additionalProperties": { @@ -176966,7 +177154,7 @@ } }, "aws:dms/replicationConfig:ReplicationConfig": { - "description": "Provides a DMS Serverless replication config resource.\n\n\u003e **NOTE:** Changing most arguments will stop the replication if it is running. You can set `start_replication` to resume the replication afterwards.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst name = new aws.dms.ReplicationConfig(\"name\", {\n replicationConfigIdentifier: \"test-dms-serverless-replication-tf\",\n resourceIdentifier: \"test-dms-serverless-replication-tf\",\n replicationType: \"cdc\",\n sourceEndpointArn: aws_dms_endpoint.source.endpoint_arn,\n targetEndpointArn: aws_dms_endpoint.target.endpoint_arn,\n tableMappings: ` {\n \"rules\":[{\"rule-type\":\"selection\",\"rule-id\":\"1\",\"rule-name\":\"1\",\"object-locator\":{\"schema-name\":\"%%\",\"table-name\":\"%%\", \"rule-action\":\"include\"}]\n }\n`,\n startReplication: true,\n computeConfig: {\n replicationSubnetGroupId: aws_dms_replication_subnet_group[\"default\"].replication_subnet_group_id,\n maxCapacityUnits: 64,\n minCapacityUnits: 2,\n preferredMaintenanceWindow: \"sun:23:45-mon:00:30\",\n },\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nname = aws.dms.ReplicationConfig(\"name\",\n replication_config_identifier=\"test-dms-serverless-replication-tf\",\n resource_identifier=\"test-dms-serverless-replication-tf\",\n replication_type=\"cdc\",\n source_endpoint_arn=aws_dms_endpoint[\"source\"][\"endpoint_arn\"],\n target_endpoint_arn=aws_dms_endpoint[\"target\"][\"endpoint_arn\"],\n table_mappings=\"\"\" {\n \"rules\":[{\"rule-type\":\"selection\",\"rule-id\":\"1\",\"rule-name\":\"1\",\"object-locator\":{\"schema-name\":\"%%\",\"table-name\":\"%%\", \"rule-action\":\"include\"}]\n }\n\"\"\",\n start_replication=True,\n compute_config=aws.dms.ReplicationConfigComputeConfigArgs(\n replication_subnet_group_id=aws_dms_replication_subnet_group[\"default\"][\"replication_subnet_group_id\"],\n max_capacity_units=64,\n min_capacity_units=2,\n preferred_maintenance_window=\"sun:23:45-mon:00:30\",\n ))\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var name = new Aws.Dms.ReplicationConfig(\"name\", new()\n {\n ReplicationConfigIdentifier = \"test-dms-serverless-replication-tf\",\n ResourceIdentifier = \"test-dms-serverless-replication-tf\",\n ReplicationType = \"cdc\",\n SourceEndpointArn = aws_dms_endpoint.Source.Endpoint_arn,\n TargetEndpointArn = aws_dms_endpoint.Target.Endpoint_arn,\n TableMappings = @\" {\n \"\"rules\"\":[{\"\"rule-type\"\":\"\"selection\"\",\"\"rule-id\"\":\"\"1\"\",\"\"rule-name\"\":\"\"1\"\",\"\"object-locator\"\":{\"\"schema-name\"\":\"\"%%\"\",\"\"table-name\"\":\"\"%%\"\", \"\"rule-action\"\":\"\"include\"\"}]\n }\n\",\n StartReplication = true,\n ComputeConfig = new Aws.Dms.Inputs.ReplicationConfigComputeConfigArgs\n {\n ReplicationSubnetGroupId = aws_dms_replication_subnet_group.Default.Replication_subnet_group_id,\n MaxCapacityUnits = 64,\n MinCapacityUnits = 2,\n PreferredMaintenanceWindow = \"sun:23:45-mon:00:30\",\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/dms\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := dms.NewReplicationConfig(ctx, \"name\", \u0026dms.ReplicationConfigArgs{\n\t\t\tReplicationConfigIdentifier: pulumi.String(\"test-dms-serverless-replication-tf\"),\n\t\t\tResourceIdentifier: pulumi.String(\"test-dms-serverless-replication-tf\"),\n\t\t\tReplicationType: pulumi.String(\"cdc\"),\n\t\t\tSourceEndpointArn: pulumi.Any(aws_dms_endpoint.Source.Endpoint_arn),\n\t\t\tTargetEndpointArn: pulumi.Any(aws_dms_endpoint.Target.Endpoint_arn),\n\t\t\tTableMappings: pulumi.String(\" {\\n \\\"rules\\\":[{\\\"rule-type\\\":\\\"selection\\\",\\\"rule-id\\\":\\\"1\\\",\\\"rule-name\\\":\\\"1\\\",\\\"object-locator\\\":{\\\"schema-name\\\":\\\"%%\\\",\\\"table-name\\\":\\\"%%\\\", \\\"rule-action\\\":\\\"include\\\"}]\\n }\\n\"),\n\t\t\tStartReplication: pulumi.Bool(true),\n\t\t\tComputeConfig: \u0026dms.ReplicationConfigComputeConfigArgs{\n\t\t\t\tReplicationSubnetGroupId: pulumi.Any(aws_dms_replication_subnet_group.Default.Replication_subnet_group_id),\n\t\t\t\tMaxCapacityUnits: pulumi.Int(64),\n\t\t\t\tMinCapacityUnits: pulumi.Int(2),\n\t\t\t\tPreferredMaintenanceWindow: pulumi.String(\"sun:23:45-mon:00:30\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.dms.ReplicationConfig;\nimport com.pulumi.aws.dms.ReplicationConfigArgs;\nimport com.pulumi.aws.dms.inputs.ReplicationConfigComputeConfigArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var name = new ReplicationConfig(\"name\", ReplicationConfigArgs.builder() \n .replicationConfigIdentifier(\"test-dms-serverless-replication-tf\")\n .resourceIdentifier(\"test-dms-serverless-replication-tf\")\n .replicationType(\"cdc\")\n .sourceEndpointArn(aws_dms_endpoint.source().endpoint_arn())\n .targetEndpointArn(aws_dms_endpoint.target().endpoint_arn())\n .tableMappings(\"\"\"\n {\n \"rules\":[{\"rule-type\":\"selection\",\"rule-id\":\"1\",\"rule-name\":\"1\",\"object-locator\":{\"schema-name\":\"%%\",\"table-name\":\"%%\", \"rule-action\":\"include\"}]\n }\n \"\"\")\n .startReplication(true)\n .computeConfig(ReplicationConfigComputeConfigArgs.builder()\n .replicationSubnetGroupId(aws_dms_replication_subnet_group.default().replication_subnet_group_id())\n .maxCapacityUnits(\"64\")\n .minCapacityUnits(\"2\")\n .preferredMaintenanceWindow(\"sun:23:45-mon:00:30\")\n .build())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n name:\n type: aws:dms:ReplicationConfig\n properties:\n replicationConfigIdentifier: test-dms-serverless-replication-tf\n resourceIdentifier: test-dms-serverless-replication-tf\n replicationType: cdc\n sourceEndpointArn: ${aws_dms_endpoint.source.endpoint_arn}\n targetEndpointArn: ${aws_dms_endpoint.target.endpoint_arn}\n tableMappings: |2\n {\n \"rules\":[{\"rule-type\":\"selection\",\"rule-id\":\"1\",\"rule-name\":\"1\",\"object-locator\":{\"schema-name\":\"%%\",\"table-name\":\"%%\", \"rule-action\":\"include\"}]\n }\n startReplication: true\n computeConfig:\n replicationSubnetGroupId: ${aws_dms_replication_subnet_group.default.replication_subnet_group_id}\n maxCapacityUnits: '64'\n minCapacityUnits: '2'\n preferredMaintenanceWindow: sun:23:45-mon:00:30\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import a replication config using the `arn`. For example:\n\n```sh\n $ pulumi import aws:dms/replicationConfig:ReplicationConfig example arn:aws:dms:us-east-1:123456789012:replication-config:UX6OL6MHMMJKFFOXE3H7LLJCMEKBDUG4ZV7DRSI\n```\n ", + "description": "Provides a DMS Serverless replication config resource.\n\n\u003e **NOTE:** Changing most arguments will stop the replication if it is running. You can set `start_replication` to resume the replication afterwards.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst name = new aws.dms.ReplicationConfig(\"name\", {\n replicationConfigIdentifier: \"test-dms-serverless-replication-tf\",\n resourceIdentifier: \"test-dms-serverless-replication-tf\",\n replicationType: \"cdc\",\n sourceEndpointArn: aws_dms_endpoint.source.endpoint_arn,\n targetEndpointArn: aws_dms_endpoint.target.endpoint_arn,\n tableMappings: ` {\n \"rules\":[{\"rule-type\":\"selection\",\"rule-id\":\"1\",\"rule-name\":\"1\",\"rule-action\":\"include\",\"object-locator\":{\"schema-name\":\"%%\",\"table-name\":\"%%\"}}]\n }\n`,\n startReplication: true,\n computeConfig: {\n replicationSubnetGroupId: aws_dms_replication_subnet_group[\"default\"].replication_subnet_group_id,\n maxCapacityUnits: 64,\n minCapacityUnits: 2,\n preferredMaintenanceWindow: \"sun:23:45-mon:00:30\",\n },\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nname = aws.dms.ReplicationConfig(\"name\",\n replication_config_identifier=\"test-dms-serverless-replication-tf\",\n resource_identifier=\"test-dms-serverless-replication-tf\",\n replication_type=\"cdc\",\n source_endpoint_arn=aws_dms_endpoint[\"source\"][\"endpoint_arn\"],\n target_endpoint_arn=aws_dms_endpoint[\"target\"][\"endpoint_arn\"],\n table_mappings=\"\"\" {\n \"rules\":[{\"rule-type\":\"selection\",\"rule-id\":\"1\",\"rule-name\":\"1\",\"rule-action\":\"include\",\"object-locator\":{\"schema-name\":\"%%\",\"table-name\":\"%%\"}}]\n }\n\"\"\",\n start_replication=True,\n compute_config=aws.dms.ReplicationConfigComputeConfigArgs(\n replication_subnet_group_id=aws_dms_replication_subnet_group[\"default\"][\"replication_subnet_group_id\"],\n max_capacity_units=64,\n min_capacity_units=2,\n preferred_maintenance_window=\"sun:23:45-mon:00:30\",\n ))\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var name = new Aws.Dms.ReplicationConfig(\"name\", new()\n {\n ReplicationConfigIdentifier = \"test-dms-serverless-replication-tf\",\n ResourceIdentifier = \"test-dms-serverless-replication-tf\",\n ReplicationType = \"cdc\",\n SourceEndpointArn = aws_dms_endpoint.Source.Endpoint_arn,\n TargetEndpointArn = aws_dms_endpoint.Target.Endpoint_arn,\n TableMappings = @\" {\n \"\"rules\"\":[{\"\"rule-type\"\":\"\"selection\"\",\"\"rule-id\"\":\"\"1\"\",\"\"rule-name\"\":\"\"1\"\",\"\"rule-action\"\":\"\"include\"\",\"\"object-locator\"\":{\"\"schema-name\"\":\"\"%%\"\",\"\"table-name\"\":\"\"%%\"\"}}]\n }\n\",\n StartReplication = true,\n ComputeConfig = new Aws.Dms.Inputs.ReplicationConfigComputeConfigArgs\n {\n ReplicationSubnetGroupId = aws_dms_replication_subnet_group.Default.Replication_subnet_group_id,\n MaxCapacityUnits = 64,\n MinCapacityUnits = 2,\n PreferredMaintenanceWindow = \"sun:23:45-mon:00:30\",\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/dms\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := dms.NewReplicationConfig(ctx, \"name\", \u0026dms.ReplicationConfigArgs{\n\t\t\tReplicationConfigIdentifier: pulumi.String(\"test-dms-serverless-replication-tf\"),\n\t\t\tResourceIdentifier: pulumi.String(\"test-dms-serverless-replication-tf\"),\n\t\t\tReplicationType: pulumi.String(\"cdc\"),\n\t\t\tSourceEndpointArn: pulumi.Any(aws_dms_endpoint.Source.Endpoint_arn),\n\t\t\tTargetEndpointArn: pulumi.Any(aws_dms_endpoint.Target.Endpoint_arn),\n\t\t\tTableMappings: pulumi.String(\" {\\n \\\"rules\\\":[{\\\"rule-type\\\":\\\"selection\\\",\\\"rule-id\\\":\\\"1\\\",\\\"rule-name\\\":\\\"1\\\",\\\"rule-action\\\":\\\"include\\\",\\\"object-locator\\\":{\\\"schema-name\\\":\\\"%%\\\",\\\"table-name\\\":\\\"%%\\\"}}]\\n }\\n\"),\n\t\t\tStartReplication: pulumi.Bool(true),\n\t\t\tComputeConfig: \u0026dms.ReplicationConfigComputeConfigArgs{\n\t\t\t\tReplicationSubnetGroupId: pulumi.Any(aws_dms_replication_subnet_group.Default.Replication_subnet_group_id),\n\t\t\t\tMaxCapacityUnits: pulumi.Int(64),\n\t\t\t\tMinCapacityUnits: pulumi.Int(2),\n\t\t\t\tPreferredMaintenanceWindow: pulumi.String(\"sun:23:45-mon:00:30\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.dms.ReplicationConfig;\nimport com.pulumi.aws.dms.ReplicationConfigArgs;\nimport com.pulumi.aws.dms.inputs.ReplicationConfigComputeConfigArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var name = new ReplicationConfig(\"name\", ReplicationConfigArgs.builder() \n .replicationConfigIdentifier(\"test-dms-serverless-replication-tf\")\n .resourceIdentifier(\"test-dms-serverless-replication-tf\")\n .replicationType(\"cdc\")\n .sourceEndpointArn(aws_dms_endpoint.source().endpoint_arn())\n .targetEndpointArn(aws_dms_endpoint.target().endpoint_arn())\n .tableMappings(\"\"\"\n {\n \"rules\":[{\"rule-type\":\"selection\",\"rule-id\":\"1\",\"rule-name\":\"1\",\"rule-action\":\"include\",\"object-locator\":{\"schema-name\":\"%%\",\"table-name\":\"%%\"}}]\n }\n \"\"\")\n .startReplication(true)\n .computeConfig(ReplicationConfigComputeConfigArgs.builder()\n .replicationSubnetGroupId(aws_dms_replication_subnet_group.default().replication_subnet_group_id())\n .maxCapacityUnits(\"64\")\n .minCapacityUnits(\"2\")\n .preferredMaintenanceWindow(\"sun:23:45-mon:00:30\")\n .build())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n name:\n type: aws:dms:ReplicationConfig\n properties:\n replicationConfigIdentifier: test-dms-serverless-replication-tf\n resourceIdentifier: test-dms-serverless-replication-tf\n replicationType: cdc\n sourceEndpointArn: ${aws_dms_endpoint.source.endpoint_arn}\n targetEndpointArn: ${aws_dms_endpoint.target.endpoint_arn}\n tableMappings: |2\n {\n \"rules\":[{\"rule-type\":\"selection\",\"rule-id\":\"1\",\"rule-name\":\"1\",\"rule-action\":\"include\",\"object-locator\":{\"schema-name\":\"%%\",\"table-name\":\"%%\"}}]\n }\n startReplication: true\n computeConfig:\n replicationSubnetGroupId: ${aws_dms_replication_subnet_group.default.replication_subnet_group_id}\n maxCapacityUnits: '64'\n minCapacityUnits: '2'\n preferredMaintenanceWindow: sun:23:45-mon:00:30\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import a replication config using the `arn`. For example:\n\n```sh\n $ pulumi import aws:dms/replicationConfig:ReplicationConfig example arn:aws:dms:us-east-1:123456789012:replication-config:UX6OL6MHMMJKFFOXE3H7LLJCMEKBDUG4ZV7DRSI\n```\n ", "properties": { "arn": { "type": "string", @@ -205958,7 +206146,7 @@ } }, "aws:elasticache/replicationGroup:ReplicationGroup": { - "description": "Provides an ElastiCache Replication Group resource.\n\nFor working with a [Memcached cluster](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/WhatIs.html) or a\n[single-node Redis instance (Cluster Mode Disabled)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.html),\nsee the `aws.elasticache.Cluster` resource.\n\n\u003e **Note:** When you change an attribute, such as `engine_version`, by\ndefault the ElastiCache API applies it in the next maintenance window. Because\nof this, this provider may report a difference in its planning phase because the\nactual modification has not yet taken place. You can use the\n`apply_immediately` flag to instruct the service to apply the change\nimmediately. Using `apply_immediately` can result in a brief downtime as\nservers reboots.\nSee the AWS Documentation on\n[Modifying an ElastiCache Cache Cluster](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.Modify.html)\nfor more information.\n\n\u003e **Note:** Any attribute changes that re-create the resource will be applied immediately, regardless of the value of `apply_immediately`.\n\n\u003e **Note:** Be aware of the terminology collision around \"cluster\" for `aws.elasticache.ReplicationGroup`. For example, it is possible to create a [\"Cluster Mode Disabled [Redis] Cluster\"](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.Create.CON.Redis.html). With \"Cluster Mode Enabled\", the data will be stored in shards (called \"node groups\"). See [Redis Cluster Configuration](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/cluster-create-determine-requirements.html#redis-cluster-configuration) for a diagram of the differences. To enable cluster mode, use a parameter group that has cluster mode enabled. The default parameter groups provided by AWS end with \".cluster.on\", for example `default.redis6.x.cluster.on`.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n### Redis Cluster Mode Disabled\n\nTo create a single shard primary with single read replica:\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.elasticache.ReplicationGroup(\"example\", {\n automaticFailoverEnabled: true,\n description: \"example description\",\n nodeType: \"cache.m4.large\",\n numCacheClusters: 2,\n parameterGroupName: \"default.redis3.2\",\n port: 6379,\n preferredCacheClusterAzs: [\n \"us-west-2a\",\n \"us-west-2b\",\n ],\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.elasticache.ReplicationGroup(\"example\",\n automatic_failover_enabled=True,\n description=\"example description\",\n node_type=\"cache.m4.large\",\n num_cache_clusters=2,\n parameter_group_name=\"default.redis3.2\",\n port=6379,\n preferred_cache_cluster_azs=[\n \"us-west-2a\",\n \"us-west-2b\",\n ])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.ElastiCache.ReplicationGroup(\"example\", new()\n {\n AutomaticFailoverEnabled = true,\n Description = \"example description\",\n NodeType = \"cache.m4.large\",\n NumCacheClusters = 2,\n ParameterGroupName = \"default.redis3.2\",\n Port = 6379,\n PreferredCacheClusterAzs = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := elasticache.NewReplicationGroup(ctx, \"example\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tAutomaticFailoverEnabled: pulumi.Bool(true),\n\t\t\tDescription: pulumi.String(\"example description\"),\n\t\t\tNodeType: pulumi.String(\"cache.m4.large\"),\n\t\t\tNumCacheClusters: pulumi.Int(2),\n\t\t\tParameterGroupName: pulumi.String(\"default.redis3.2\"),\n\t\t\tPort: pulumi.Int(6379),\n\t\t\tPreferredCacheClusterAzs: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.elasticache.ReplicationGroup;\nimport com.pulumi.aws.elasticache.ReplicationGroupArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new ReplicationGroup(\"example\", ReplicationGroupArgs.builder() \n .automaticFailoverEnabled(true)\n .description(\"example description\")\n .nodeType(\"cache.m4.large\")\n .numCacheClusters(2)\n .parameterGroupName(\"default.redis3.2\")\n .port(6379)\n .preferredCacheClusterAzs( \n \"us-west-2a\",\n \"us-west-2b\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:elasticache:ReplicationGroup\n properties:\n automaticFailoverEnabled: true\n description: example description\n nodeType: cache.m4.large\n numCacheClusters: 2\n parameterGroupName: default.redis3.2\n port: 6379\n preferredCacheClusterAzs:\n - us-west-2a\n - us-west-2b\n```\n\nYou have two options for adjusting the number of replicas:\n\n* Adjusting `num_cache_clusters` directly. This will attempt to automatically add or remove replicas, but provides no granular control (e.g., preferred availability zone, cache cluster ID) for the added or removed replicas. This also currently expects cache cluster IDs in the form of `replication_group_id-00#`.\n* Otherwise for fine grained control of the underlying cache clusters, they can be added or removed with the `aws.elasticache.Cluster` resource and its `replication_group_id` attribute. In this situation, you will need to utilize [`ignoreChanges`](https://www.pulumi.com/docs/intro/concepts/programming-model/#ignorechanges) to prevent perpetual differences with the `number_cache_cluster` attribute.\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.elasticache.ReplicationGroup(\"example\", {\n automaticFailoverEnabled: true,\n preferredCacheClusterAzs: [\n \"us-west-2a\",\n \"us-west-2b\",\n ],\n description: \"example description\",\n nodeType: \"cache.m4.large\",\n numCacheClusters: 2,\n parameterGroupName: \"default.redis3.2\",\n port: 6379,\n});\nlet replica: aws.elasticache.Cluster | undefined;\nif (1 == true) {\n replica = new aws.elasticache.Cluster(\"replica\", {replicationGroupId: example.id});\n}\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.elasticache.ReplicationGroup(\"example\",\n automatic_failover_enabled=True,\n preferred_cache_cluster_azs=[\n \"us-west-2a\",\n \"us-west-2b\",\n ],\n description=\"example description\",\n node_type=\"cache.m4.large\",\n num_cache_clusters=2,\n parameter_group_name=\"default.redis3.2\",\n port=6379)\nreplica = None\nif 1 == True:\n replica = aws.elasticache.Cluster(\"replica\", replication_group_id=example.id)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.ElastiCache.ReplicationGroup(\"example\", new()\n {\n AutomaticFailoverEnabled = true,\n PreferredCacheClusterAzs = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n },\n Description = \"example description\",\n NodeType = \"cache.m4.large\",\n NumCacheClusters = 2,\n ParameterGroupName = \"default.redis3.2\",\n Port = 6379,\n });\n\n var replica = new List\u003cAws.ElastiCache.Cluster\u003e();\n for (var rangeIndex = 0; rangeIndex \u003c (1 == true); rangeIndex++)\n {\n var range = new { Value = rangeIndex };\n replica.Add(new Aws.ElastiCache.Cluster($\"replica-{range.Value}\", new()\n {\n ReplicationGroupId = example.Id,\n }));\n }\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\texample, err := elasticache.NewReplicationGroup(ctx, \"example\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tAutomaticFailoverEnabled: pulumi.Bool(true),\n\t\t\tPreferredCacheClusterAzs: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t},\n\t\t\tDescription: pulumi.String(\"example description\"),\n\t\t\tNodeType: pulumi.String(\"cache.m4.large\"),\n\t\t\tNumCacheClusters: pulumi.Int(2),\n\t\t\tParameterGroupName: pulumi.String(\"default.redis3.2\"),\n\t\t\tPort: pulumi.Int(6379),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\tvar replica []*elasticache.Cluster\n\t\tfor index := 0; index \u003c 1 == true; index++ {\n\t\t\tkey0 := index\n\t\t\t_ := index\n\t\t\t__res, err := elasticache.NewCluster(ctx, fmt.Sprintf(\"replica-%v\", key0), \u0026elasticache.ClusterArgs{\n\t\t\t\tReplicationGroupId: example.ID(),\n\t\t\t})\n\t\t\tif err != nil {\n\t\t\t\treturn err\n\t\t\t}\n\t\t\treplica = append(replica, __res)\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.elasticache.ReplicationGroup;\nimport com.pulumi.aws.elasticache.ReplicationGroupArgs;\nimport com.pulumi.aws.elasticache.Cluster;\nimport com.pulumi.aws.elasticache.ClusterArgs;\nimport com.pulumi.codegen.internal.KeyedValue;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new ReplicationGroup(\"example\", ReplicationGroupArgs.builder() \n .automaticFailoverEnabled(true)\n .preferredCacheClusterAzs( \n \"us-west-2a\",\n \"us-west-2b\")\n .description(\"example description\")\n .nodeType(\"cache.m4.large\")\n .numCacheClusters(2)\n .parameterGroupName(\"default.redis3.2\")\n .port(6379)\n .build());\n\n for (var i = 0; i \u003c (1 == true); i++) {\n new Cluster(\"replica-\" + i, ClusterArgs.builder() \n .replicationGroupId(example.id())\n .build());\n\n \n}\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:elasticache:ReplicationGroup\n properties:\n automaticFailoverEnabled: true\n preferredCacheClusterAzs:\n - us-west-2a\n - us-west-2b\n description: example description\n nodeType: cache.m4.large\n numCacheClusters: 2\n parameterGroupName: default.redis3.2\n port: 6379\n replica:\n type: aws:elasticache:Cluster\n properties:\n replicationGroupId: ${example.id}\n options: {}\n```\n{{% /example %}}\n{{% example %}}\n### Redis Cluster Mode Enabled\n\nTo create two shards with a primary and a single read replica each:\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst baz = new aws.elasticache.ReplicationGroup(\"baz\", {\n automaticFailoverEnabled: true,\n description: \"example description\",\n nodeType: \"cache.t2.small\",\n numNodeGroups: 2,\n parameterGroupName: \"default.redis3.2.cluster.on\",\n port: 6379,\n replicasPerNodeGroup: 1,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nbaz = aws.elasticache.ReplicationGroup(\"baz\",\n automatic_failover_enabled=True,\n description=\"example description\",\n node_type=\"cache.t2.small\",\n num_node_groups=2,\n parameter_group_name=\"default.redis3.2.cluster.on\",\n port=6379,\n replicas_per_node_group=1)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var baz = new Aws.ElastiCache.ReplicationGroup(\"baz\", new()\n {\n AutomaticFailoverEnabled = true,\n Description = \"example description\",\n NodeType = \"cache.t2.small\",\n NumNodeGroups = 2,\n ParameterGroupName = \"default.redis3.2.cluster.on\",\n Port = 6379,\n ReplicasPerNodeGroup = 1,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := elasticache.NewReplicationGroup(ctx, \"baz\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tAutomaticFailoverEnabled: pulumi.Bool(true),\n\t\t\tDescription: pulumi.String(\"example description\"),\n\t\t\tNodeType: pulumi.String(\"cache.t2.small\"),\n\t\t\tNumNodeGroups: pulumi.Int(2),\n\t\t\tParameterGroupName: pulumi.String(\"default.redis3.2.cluster.on\"),\n\t\t\tPort: pulumi.Int(6379),\n\t\t\tReplicasPerNodeGroup: pulumi.Int(1),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.elasticache.ReplicationGroup;\nimport com.pulumi.aws.elasticache.ReplicationGroupArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var baz = new ReplicationGroup(\"baz\", ReplicationGroupArgs.builder() \n .automaticFailoverEnabled(true)\n .description(\"example description\")\n .nodeType(\"cache.t2.small\")\n .numNodeGroups(2)\n .parameterGroupName(\"default.redis3.2.cluster.on\")\n .port(6379)\n .replicasPerNodeGroup(1)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n baz:\n type: aws:elasticache:ReplicationGroup\n properties:\n automaticFailoverEnabled: true\n description: example description\n nodeType: cache.t2.small\n numNodeGroups: 2\n parameterGroupName: default.redis3.2.cluster.on\n port: 6379\n replicasPerNodeGroup: 1\n```\n{{% /example %}}\n{{% example %}}\n### Redis Log Delivery configuration\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst test = new aws.elasticache.ReplicationGroup(\"test\", {\n description: \"test description\",\n nodeType: \"cache.t3.small\",\n port: 6379,\n applyImmediately: true,\n autoMinorVersionUpgrade: false,\n maintenanceWindow: \"tue:06:30-tue:07:30\",\n snapshotWindow: \"01:00-02:00\",\n logDeliveryConfigurations: [\n {\n destination: aws_cloudwatch_log_group.example.name,\n destinationType: \"cloudwatch-logs\",\n logFormat: \"text\",\n logType: \"slow-log\",\n },\n {\n destination: aws_kinesis_firehose_delivery_stream.example.name,\n destinationType: \"kinesis-firehose\",\n logFormat: \"json\",\n logType: \"engine-log\",\n },\n ],\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\ntest = aws.elasticache.ReplicationGroup(\"test\",\n description=\"test description\",\n node_type=\"cache.t3.small\",\n port=6379,\n apply_immediately=True,\n auto_minor_version_upgrade=False,\n maintenance_window=\"tue:06:30-tue:07:30\",\n snapshot_window=\"01:00-02:00\",\n log_delivery_configurations=[\n aws.elasticache.ReplicationGroupLogDeliveryConfigurationArgs(\n destination=aws_cloudwatch_log_group[\"example\"][\"name\"],\n destination_type=\"cloudwatch-logs\",\n log_format=\"text\",\n log_type=\"slow-log\",\n ),\n aws.elasticache.ReplicationGroupLogDeliveryConfigurationArgs(\n destination=aws_kinesis_firehose_delivery_stream[\"example\"][\"name\"],\n destination_type=\"kinesis-firehose\",\n log_format=\"json\",\n log_type=\"engine-log\",\n ),\n ])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var test = new Aws.ElastiCache.ReplicationGroup(\"test\", new()\n {\n Description = \"test description\",\n NodeType = \"cache.t3.small\",\n Port = 6379,\n ApplyImmediately = true,\n AutoMinorVersionUpgrade = false,\n MaintenanceWindow = \"tue:06:30-tue:07:30\",\n SnapshotWindow = \"01:00-02:00\",\n LogDeliveryConfigurations = new[]\n {\n new Aws.ElastiCache.Inputs.ReplicationGroupLogDeliveryConfigurationArgs\n {\n Destination = aws_cloudwatch_log_group.Example.Name,\n DestinationType = \"cloudwatch-logs\",\n LogFormat = \"text\",\n LogType = \"slow-log\",\n },\n new Aws.ElastiCache.Inputs.ReplicationGroupLogDeliveryConfigurationArgs\n {\n Destination = aws_kinesis_firehose_delivery_stream.Example.Name,\n DestinationType = \"kinesis-firehose\",\n LogFormat = \"json\",\n LogType = \"engine-log\",\n },\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := elasticache.NewReplicationGroup(ctx, \"test\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tDescription: pulumi.String(\"test description\"),\n\t\t\tNodeType: pulumi.String(\"cache.t3.small\"),\n\t\t\tPort: pulumi.Int(6379),\n\t\t\tApplyImmediately: pulumi.Bool(true),\n\t\t\tAutoMinorVersionUpgrade: pulumi.Bool(false),\n\t\t\tMaintenanceWindow: pulumi.String(\"tue:06:30-tue:07:30\"),\n\t\t\tSnapshotWindow: pulumi.String(\"01:00-02:00\"),\n\t\t\tLogDeliveryConfigurations: elasticache.ReplicationGroupLogDeliveryConfigurationArray{\n\t\t\t\t\u0026elasticache.ReplicationGroupLogDeliveryConfigurationArgs{\n\t\t\t\t\tDestination: pulumi.Any(aws_cloudwatch_log_group.Example.Name),\n\t\t\t\t\tDestinationType: pulumi.String(\"cloudwatch-logs\"),\n\t\t\t\t\tLogFormat: pulumi.String(\"text\"),\n\t\t\t\t\tLogType: pulumi.String(\"slow-log\"),\n\t\t\t\t},\n\t\t\t\t\u0026elasticache.ReplicationGroupLogDeliveryConfigurationArgs{\n\t\t\t\t\tDestination: pulumi.Any(aws_kinesis_firehose_delivery_stream.Example.Name),\n\t\t\t\t\tDestinationType: pulumi.String(\"kinesis-firehose\"),\n\t\t\t\t\tLogFormat: pulumi.String(\"json\"),\n\t\t\t\t\tLogType: pulumi.String(\"engine-log\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.elasticache.ReplicationGroup;\nimport com.pulumi.aws.elasticache.ReplicationGroupArgs;\nimport com.pulumi.aws.elasticache.inputs.ReplicationGroupLogDeliveryConfigurationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var test = new ReplicationGroup(\"test\", ReplicationGroupArgs.builder() \n .description(\"test description\")\n .nodeType(\"cache.t3.small\")\n .port(6379)\n .applyImmediately(true)\n .autoMinorVersionUpgrade(false)\n .maintenanceWindow(\"tue:06:30-tue:07:30\")\n .snapshotWindow(\"01:00-02:00\")\n .logDeliveryConfigurations( \n ReplicationGroupLogDeliveryConfigurationArgs.builder()\n .destination(aws_cloudwatch_log_group.example().name())\n .destinationType(\"cloudwatch-logs\")\n .logFormat(\"text\")\n .logType(\"slow-log\")\n .build(),\n ReplicationGroupLogDeliveryConfigurationArgs.builder()\n .destination(aws_kinesis_firehose_delivery_stream.example().name())\n .destinationType(\"kinesis-firehose\")\n .logFormat(\"json\")\n .logType(\"engine-log\")\n .build())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n test:\n type: aws:elasticache:ReplicationGroup\n properties:\n description: test description\n nodeType: cache.t3.small\n port: 6379\n applyImmediately: true\n autoMinorVersionUpgrade: false\n maintenanceWindow: tue:06:30-tue:07:30\n snapshotWindow: 01:00-02:00\n logDeliveryConfigurations:\n - destination: ${aws_cloudwatch_log_group.example.name}\n destinationType: cloudwatch-logs\n logFormat: text\n logType: slow-log\n - destination: ${aws_kinesis_firehose_delivery_stream.example.name}\n destinationType: kinesis-firehose\n logFormat: json\n logType: engine-log\n```\n\n\u003e **Note:** We currently do not support passing a `primary_cluster_id` in order to create the Replication Group.\n\n\u003e **Note:** Automatic Failover is unavailable for Redis versions earlier than 2.8.6,\nand unavailable on T1 node types. For T2 node types, it is only available on Redis version 3.2.4 or later with cluster mode enabled. See the [High Availability Using Replication Groups](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Replication.html) guide\nfor full details on using Replication Groups.\n{{% /example %}}\n{{% example %}}\n### Creating a secondary replication group for a global replication group\n\nA Global Replication Group can have one one two secondary Replication Groups in different regions. These are added to an existing Global Replication Group.\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst primary = new aws.elasticache.ReplicationGroup(\"primary\", {\n description: \"primary replication group\",\n engine: \"redis\",\n engineVersion: \"5.0.6\",\n nodeType: \"cache.m5.large\",\n numCacheClusters: 1,\n}, {\n provider: aws.other_region,\n});\nconst example = new aws.elasticache.GlobalReplicationGroup(\"example\", {\n globalReplicationGroupIdSuffix: \"example\",\n primaryReplicationGroupId: primary.id,\n}, {\n provider: aws.other_region,\n});\nconst secondary = new aws.elasticache.ReplicationGroup(\"secondary\", {\n description: \"secondary replication group\",\n globalReplicationGroupId: example.globalReplicationGroupId,\n numCacheClusters: 1,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nprimary = aws.elasticache.ReplicationGroup(\"primary\",\n description=\"primary replication group\",\n engine=\"redis\",\n engine_version=\"5.0.6\",\n node_type=\"cache.m5.large\",\n num_cache_clusters=1,\n opts=pulumi.ResourceOptions(provider=aws[\"other_region\"]))\nexample = aws.elasticache.GlobalReplicationGroup(\"example\",\n global_replication_group_id_suffix=\"example\",\n primary_replication_group_id=primary.id,\n opts=pulumi.ResourceOptions(provider=aws[\"other_region\"]))\nsecondary = aws.elasticache.ReplicationGroup(\"secondary\",\n description=\"secondary replication group\",\n global_replication_group_id=example.global_replication_group_id,\n num_cache_clusters=1)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var primary = new Aws.ElastiCache.ReplicationGroup(\"primary\", new()\n {\n Description = \"primary replication group\",\n Engine = \"redis\",\n EngineVersion = \"5.0.6\",\n NodeType = \"cache.m5.large\",\n NumCacheClusters = 1,\n }, new CustomResourceOptions\n {\n Provider = aws.Other_region,\n });\n\n var example = new Aws.ElastiCache.GlobalReplicationGroup(\"example\", new()\n {\n GlobalReplicationGroupIdSuffix = \"example\",\n PrimaryReplicationGroupId = primary.Id,\n }, new CustomResourceOptions\n {\n Provider = aws.Other_region,\n });\n\n var secondary = new Aws.ElastiCache.ReplicationGroup(\"secondary\", new()\n {\n Description = \"secondary replication group\",\n GlobalReplicationGroupId = example.GlobalReplicationGroupId,\n NumCacheClusters = 1,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\tprimary, err := elasticache.NewReplicationGroup(ctx, \"primary\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tDescription: pulumi.String(\"primary replication group\"),\n\t\t\tEngine: pulumi.String(\"redis\"),\n\t\t\tEngineVersion: pulumi.String(\"5.0.6\"),\n\t\t\tNodeType: pulumi.String(\"cache.m5.large\"),\n\t\t\tNumCacheClusters: pulumi.Int(1),\n\t\t}, pulumi.Provider(aws.Other_region))\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\texample, err := elasticache.NewGlobalReplicationGroup(ctx, \"example\", \u0026elasticache.GlobalReplicationGroupArgs{\n\t\t\tGlobalReplicationGroupIdSuffix: pulumi.String(\"example\"),\n\t\t\tPrimaryReplicationGroupId: primary.ID(),\n\t\t}, pulumi.Provider(aws.Other_region))\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = elasticache.NewReplicationGroup(ctx, \"secondary\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tDescription: pulumi.String(\"secondary replication group\"),\n\t\t\tGlobalReplicationGroupId: example.GlobalReplicationGroupId,\n\t\t\tNumCacheClusters: pulumi.Int(1),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.elasticache.ReplicationGroup;\nimport com.pulumi.aws.elasticache.ReplicationGroupArgs;\nimport com.pulumi.aws.elasticache.GlobalReplicationGroup;\nimport com.pulumi.aws.elasticache.GlobalReplicationGroupArgs;\nimport com.pulumi.resources.CustomResourceOptions;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var primary = new ReplicationGroup(\"primary\", ReplicationGroupArgs.builder() \n .description(\"primary replication group\")\n .engine(\"redis\")\n .engineVersion(\"5.0.6\")\n .nodeType(\"cache.m5.large\")\n .numCacheClusters(1)\n .build(), CustomResourceOptions.builder()\n .provider(aws.other_region())\n .build());\n\n var example = new GlobalReplicationGroup(\"example\", GlobalReplicationGroupArgs.builder() \n .globalReplicationGroupIdSuffix(\"example\")\n .primaryReplicationGroupId(primary.id())\n .build(), CustomResourceOptions.builder()\n .provider(aws.other_region())\n .build());\n\n var secondary = new ReplicationGroup(\"secondary\", ReplicationGroupArgs.builder() \n .description(\"secondary replication group\")\n .globalReplicationGroupId(example.globalReplicationGroupId())\n .numCacheClusters(1)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n secondary:\n type: aws:elasticache:ReplicationGroup\n properties:\n description: secondary replication group\n globalReplicationGroupId: ${example.globalReplicationGroupId}\n numCacheClusters: 1\n example:\n type: aws:elasticache:GlobalReplicationGroup\n properties:\n globalReplicationGroupIdSuffix: example\n primaryReplicationGroupId: ${primary.id}\n options:\n provider: ${aws.other_region}\n primary:\n type: aws:elasticache:ReplicationGroup\n properties:\n description: primary replication group\n engine: redis\n engineVersion: 5.0.6\n nodeType: cache.m5.large\n numCacheClusters: 1\n options:\n provider: ${aws.other_region}\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import ElastiCache Replication Groups using the `replication_group_id`. For example:\n\n```sh\n $ pulumi import aws:elasticache/replicationGroup:ReplicationGroup my_replication_group replication-group-1\n```\n ", + "description": "Provides an ElastiCache Replication Group resource.\n\nFor working with a [Memcached cluster](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/WhatIs.html) or a\n[single-node Redis instance (Cluster Mode Disabled)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.html),\nsee the `aws.elasticache.Cluster` resource.\n\n\u003e **Note:** When you change an attribute, such as `engine_version`, by\ndefault the ElastiCache API applies it in the next maintenance window. Because\nof this, this provider may report a difference in its planning phase because the\nactual modification has not yet taken place. You can use the\n`apply_immediately` flag to instruct the service to apply the change\nimmediately. Using `apply_immediately` can result in a brief downtime as\nservers reboots.\nSee the AWS Documentation on\n[Modifying an ElastiCache Cache Cluster](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.Modify.html)\nfor more information.\n\n\u003e **Note:** Any attribute changes that re-create the resource will be applied immediately, regardless of the value of `apply_immediately`.\n\n\u003e **Note:** Be aware of the terminology collision around \"cluster\" for `aws.elasticache.ReplicationGroup`. For example, it is possible to create a [\"Cluster Mode Disabled [Redis] Cluster\"](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.Create.CON.Redis.html). With \"Cluster Mode Enabled\", the data will be stored in shards (called \"node groups\"). See [Redis Cluster Configuration](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/cluster-create-determine-requirements.html#redis-cluster-configuration) for a diagram of the differences. To enable cluster mode, use a parameter group that has cluster mode enabled. The default parameter groups provided by AWS end with \".cluster.on\", for example `default.redis6.x.cluster.on`.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n### Redis Cluster Mode Disabled\n\nTo create a single shard primary with single read replica:\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.elasticache.ReplicationGroup(\"example\", {\n automaticFailoverEnabled: true,\n description: \"example description\",\n nodeType: \"cache.m4.large\",\n numCacheClusters: 2,\n parameterGroupName: \"default.redis3.2\",\n port: 6379,\n preferredCacheClusterAzs: [\n \"us-west-2a\",\n \"us-west-2b\",\n ],\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.elasticache.ReplicationGroup(\"example\",\n automatic_failover_enabled=True,\n description=\"example description\",\n node_type=\"cache.m4.large\",\n num_cache_clusters=2,\n parameter_group_name=\"default.redis3.2\",\n port=6379,\n preferred_cache_cluster_azs=[\n \"us-west-2a\",\n \"us-west-2b\",\n ])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.ElastiCache.ReplicationGroup(\"example\", new()\n {\n AutomaticFailoverEnabled = true,\n Description = \"example description\",\n NodeType = \"cache.m4.large\",\n NumCacheClusters = 2,\n ParameterGroupName = \"default.redis3.2\",\n Port = 6379,\n PreferredCacheClusterAzs = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := elasticache.NewReplicationGroup(ctx, \"example\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tAutomaticFailoverEnabled: pulumi.Bool(true),\n\t\t\tDescription: pulumi.String(\"example description\"),\n\t\t\tNodeType: pulumi.String(\"cache.m4.large\"),\n\t\t\tNumCacheClusters: pulumi.Int(2),\n\t\t\tParameterGroupName: pulumi.String(\"default.redis3.2\"),\n\t\t\tPort: pulumi.Int(6379),\n\t\t\tPreferredCacheClusterAzs: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.elasticache.ReplicationGroup;\nimport com.pulumi.aws.elasticache.ReplicationGroupArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new ReplicationGroup(\"example\", ReplicationGroupArgs.builder() \n .automaticFailoverEnabled(true)\n .description(\"example description\")\n .nodeType(\"cache.m4.large\")\n .numCacheClusters(2)\n .parameterGroupName(\"default.redis3.2\")\n .port(6379)\n .preferredCacheClusterAzs( \n \"us-west-2a\",\n \"us-west-2b\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:elasticache:ReplicationGroup\n properties:\n automaticFailoverEnabled: true\n description: example description\n nodeType: cache.m4.large\n numCacheClusters: 2\n parameterGroupName: default.redis3.2\n port: 6379\n preferredCacheClusterAzs:\n - us-west-2a\n - us-west-2b\n```\n\nYou have two options for adjusting the number of replicas:\n\n* Adjusting `num_cache_clusters` directly. This will attempt to automatically add or remove replicas, but provides no granular control (e.g., preferred availability zone, cache cluster ID) for the added or removed replicas. This also currently expects cache cluster IDs in the form of `replication_group_id-00#`.\n* Otherwise for fine grained control of the underlying cache clusters, they can be added or removed with the `aws.elasticache.Cluster` resource and its `replication_group_id` attribute. In this situation, you will need to utilize [`ignoreChanges`](https://www.pulumi.com/docs/intro/concepts/programming-model/#ignorechanges) to prevent perpetual differences with the `number_cache_cluster` attribute.\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.elasticache.ReplicationGroup(\"example\", {\n automaticFailoverEnabled: true,\n preferredCacheClusterAzs: [\n \"us-west-2a\",\n \"us-west-2b\",\n ],\n description: \"example description\",\n nodeType: \"cache.m4.large\",\n numCacheClusters: 2,\n parameterGroupName: \"default.redis3.2\",\n port: 6379,\n});\nlet replica: aws.elasticache.Cluster | undefined;\nif (1 == true) {\n replica = new aws.elasticache.Cluster(\"replica\", {replicationGroupId: example.id});\n}\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.elasticache.ReplicationGroup(\"example\",\n automatic_failover_enabled=True,\n preferred_cache_cluster_azs=[\n \"us-west-2a\",\n \"us-west-2b\",\n ],\n description=\"example description\",\n node_type=\"cache.m4.large\",\n num_cache_clusters=2,\n parameter_group_name=\"default.redis3.2\",\n port=6379)\nreplica = None\nif 1 == True:\n replica = aws.elasticache.Cluster(\"replica\", replication_group_id=example.id)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.ElastiCache.ReplicationGroup(\"example\", new()\n {\n AutomaticFailoverEnabled = true,\n PreferredCacheClusterAzs = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n },\n Description = \"example description\",\n NodeType = \"cache.m4.large\",\n NumCacheClusters = 2,\n ParameterGroupName = \"default.redis3.2\",\n Port = 6379,\n });\n\n var replica = new List\u003cAws.ElastiCache.Cluster\u003e();\n for (var rangeIndex = 0; rangeIndex \u003c (1 == true); rangeIndex++)\n {\n var range = new { Value = rangeIndex };\n replica.Add(new Aws.ElastiCache.Cluster($\"replica-{range.Value}\", new()\n {\n ReplicationGroupId = example.Id,\n }));\n }\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\texample, err := elasticache.NewReplicationGroup(ctx, \"example\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tAutomaticFailoverEnabled: pulumi.Bool(true),\n\t\t\tPreferredCacheClusterAzs: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t},\n\t\t\tDescription: pulumi.String(\"example description\"),\n\t\t\tNodeType: pulumi.String(\"cache.m4.large\"),\n\t\t\tNumCacheClusters: pulumi.Int(2),\n\t\t\tParameterGroupName: pulumi.String(\"default.redis3.2\"),\n\t\t\tPort: pulumi.Int(6379),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\tvar replica []*elasticache.Cluster\n\t\tfor index := 0; index \u003c 1 == true; index++ {\n\t\t\tkey0 := index\n\t\t\t_ := index\n\t\t\t__res, err := elasticache.NewCluster(ctx, fmt.Sprintf(\"replica-%v\", key0), \u0026elasticache.ClusterArgs{\n\t\t\t\tReplicationGroupId: example.ID(),\n\t\t\t})\n\t\t\tif err != nil {\n\t\t\t\treturn err\n\t\t\t}\n\t\t\treplica = append(replica, __res)\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.elasticache.ReplicationGroup;\nimport com.pulumi.aws.elasticache.ReplicationGroupArgs;\nimport com.pulumi.aws.elasticache.Cluster;\nimport com.pulumi.aws.elasticache.ClusterArgs;\nimport com.pulumi.codegen.internal.KeyedValue;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new ReplicationGroup(\"example\", ReplicationGroupArgs.builder() \n .automaticFailoverEnabled(true)\n .preferredCacheClusterAzs( \n \"us-west-2a\",\n \"us-west-2b\")\n .description(\"example description\")\n .nodeType(\"cache.m4.large\")\n .numCacheClusters(2)\n .parameterGroupName(\"default.redis3.2\")\n .port(6379)\n .build());\n\n for (var i = 0; i \u003c (1 == true); i++) {\n new Cluster(\"replica-\" + i, ClusterArgs.builder() \n .replicationGroupId(example.id())\n .build());\n\n \n}\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:elasticache:ReplicationGroup\n properties:\n automaticFailoverEnabled: true\n preferredCacheClusterAzs:\n - us-west-2a\n - us-west-2b\n description: example description\n nodeType: cache.m4.large\n numCacheClusters: 2\n parameterGroupName: default.redis3.2\n port: 6379\n replica:\n type: aws:elasticache:Cluster\n properties:\n replicationGroupId: ${example.id}\n options: {}\n```\n{{% /example %}}\n{{% example %}}\n### Redis Cluster Mode Enabled\n\nTo create two shards with a primary and a single read replica each:\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst baz = new aws.elasticache.ReplicationGroup(\"baz\", {\n automaticFailoverEnabled: true,\n description: \"example description\",\n nodeType: \"cache.t2.small\",\n numNodeGroups: 2,\n parameterGroupName: \"default.redis3.2.cluster.on\",\n port: 6379,\n replicasPerNodeGroup: 1,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nbaz = aws.elasticache.ReplicationGroup(\"baz\",\n automatic_failover_enabled=True,\n description=\"example description\",\n node_type=\"cache.t2.small\",\n num_node_groups=2,\n parameter_group_name=\"default.redis3.2.cluster.on\",\n port=6379,\n replicas_per_node_group=1)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var baz = new Aws.ElastiCache.ReplicationGroup(\"baz\", new()\n {\n AutomaticFailoverEnabled = true,\n Description = \"example description\",\n NodeType = \"cache.t2.small\",\n NumNodeGroups = 2,\n ParameterGroupName = \"default.redis3.2.cluster.on\",\n Port = 6379,\n ReplicasPerNodeGroup = 1,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := elasticache.NewReplicationGroup(ctx, \"baz\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tAutomaticFailoverEnabled: pulumi.Bool(true),\n\t\t\tDescription: pulumi.String(\"example description\"),\n\t\t\tNodeType: pulumi.String(\"cache.t2.small\"),\n\t\t\tNumNodeGroups: pulumi.Int(2),\n\t\t\tParameterGroupName: pulumi.String(\"default.redis3.2.cluster.on\"),\n\t\t\tPort: pulumi.Int(6379),\n\t\t\tReplicasPerNodeGroup: pulumi.Int(1),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.elasticache.ReplicationGroup;\nimport com.pulumi.aws.elasticache.ReplicationGroupArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var baz = new ReplicationGroup(\"baz\", ReplicationGroupArgs.builder() \n .automaticFailoverEnabled(true)\n .description(\"example description\")\n .nodeType(\"cache.t2.small\")\n .numNodeGroups(2)\n .parameterGroupName(\"default.redis3.2.cluster.on\")\n .port(6379)\n .replicasPerNodeGroup(1)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n baz:\n type: aws:elasticache:ReplicationGroup\n properties:\n automaticFailoverEnabled: true\n description: example description\n nodeType: cache.t2.small\n numNodeGroups: 2\n parameterGroupName: default.redis3.2.cluster.on\n port: 6379\n replicasPerNodeGroup: 1\n```\n{{% /example %}}\n{{% example %}}\n### Redis Log Delivery configuration\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst test = new aws.elasticache.ReplicationGroup(\"test\", {\n description: \"test description\",\n nodeType: \"cache.t3.small\",\n port: 6379,\n applyImmediately: true,\n autoMinorVersionUpgrade: false,\n maintenanceWindow: \"tue:06:30-tue:07:30\",\n snapshotWindow: \"01:00-02:00\",\n logDeliveryConfigurations: [\n {\n destination: aws_cloudwatch_log_group.example.name,\n destinationType: \"cloudwatch-logs\",\n logFormat: \"text\",\n logType: \"slow-log\",\n },\n {\n destination: aws_kinesis_firehose_delivery_stream.example.name,\n destinationType: \"kinesis-firehose\",\n logFormat: \"json\",\n logType: \"engine-log\",\n },\n ],\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\ntest = aws.elasticache.ReplicationGroup(\"test\",\n description=\"test description\",\n node_type=\"cache.t3.small\",\n port=6379,\n apply_immediately=True,\n auto_minor_version_upgrade=False,\n maintenance_window=\"tue:06:30-tue:07:30\",\n snapshot_window=\"01:00-02:00\",\n log_delivery_configurations=[\n aws.elasticache.ReplicationGroupLogDeliveryConfigurationArgs(\n destination=aws_cloudwatch_log_group[\"example\"][\"name\"],\n destination_type=\"cloudwatch-logs\",\n log_format=\"text\",\n log_type=\"slow-log\",\n ),\n aws.elasticache.ReplicationGroupLogDeliveryConfigurationArgs(\n destination=aws_kinesis_firehose_delivery_stream[\"example\"][\"name\"],\n destination_type=\"kinesis-firehose\",\n log_format=\"json\",\n log_type=\"engine-log\",\n ),\n ])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var test = new Aws.ElastiCache.ReplicationGroup(\"test\", new()\n {\n Description = \"test description\",\n NodeType = \"cache.t3.small\",\n Port = 6379,\n ApplyImmediately = true,\n AutoMinorVersionUpgrade = false,\n MaintenanceWindow = \"tue:06:30-tue:07:30\",\n SnapshotWindow = \"01:00-02:00\",\n LogDeliveryConfigurations = new[]\n {\n new Aws.ElastiCache.Inputs.ReplicationGroupLogDeliveryConfigurationArgs\n {\n Destination = aws_cloudwatch_log_group.Example.Name,\n DestinationType = \"cloudwatch-logs\",\n LogFormat = \"text\",\n LogType = \"slow-log\",\n },\n new Aws.ElastiCache.Inputs.ReplicationGroupLogDeliveryConfigurationArgs\n {\n Destination = aws_kinesis_firehose_delivery_stream.Example.Name,\n DestinationType = \"kinesis-firehose\",\n LogFormat = \"json\",\n LogType = \"engine-log\",\n },\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := elasticache.NewReplicationGroup(ctx, \"test\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tDescription: pulumi.String(\"test description\"),\n\t\t\tNodeType: pulumi.String(\"cache.t3.small\"),\n\t\t\tPort: pulumi.Int(6379),\n\t\t\tApplyImmediately: pulumi.Bool(true),\n\t\t\tAutoMinorVersionUpgrade: pulumi.Bool(false),\n\t\t\tMaintenanceWindow: pulumi.String(\"tue:06:30-tue:07:30\"),\n\t\t\tSnapshotWindow: pulumi.String(\"01:00-02:00\"),\n\t\t\tLogDeliveryConfigurations: elasticache.ReplicationGroupLogDeliveryConfigurationArray{\n\t\t\t\t\u0026elasticache.ReplicationGroupLogDeliveryConfigurationArgs{\n\t\t\t\t\tDestination: pulumi.Any(aws_cloudwatch_log_group.Example.Name),\n\t\t\t\t\tDestinationType: pulumi.String(\"cloudwatch-logs\"),\n\t\t\t\t\tLogFormat: pulumi.String(\"text\"),\n\t\t\t\t\tLogType: pulumi.String(\"slow-log\"),\n\t\t\t\t},\n\t\t\t\t\u0026elasticache.ReplicationGroupLogDeliveryConfigurationArgs{\n\t\t\t\t\tDestination: pulumi.Any(aws_kinesis_firehose_delivery_stream.Example.Name),\n\t\t\t\t\tDestinationType: pulumi.String(\"kinesis-firehose\"),\n\t\t\t\t\tLogFormat: pulumi.String(\"json\"),\n\t\t\t\t\tLogType: pulumi.String(\"engine-log\"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.elasticache.ReplicationGroup;\nimport com.pulumi.aws.elasticache.ReplicationGroupArgs;\nimport com.pulumi.aws.elasticache.inputs.ReplicationGroupLogDeliveryConfigurationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var test = new ReplicationGroup(\"test\", ReplicationGroupArgs.builder() \n .description(\"test description\")\n .nodeType(\"cache.t3.small\")\n .port(6379)\n .applyImmediately(true)\n .autoMinorVersionUpgrade(false)\n .maintenanceWindow(\"tue:06:30-tue:07:30\")\n .snapshotWindow(\"01:00-02:00\")\n .logDeliveryConfigurations( \n ReplicationGroupLogDeliveryConfigurationArgs.builder()\n .destination(aws_cloudwatch_log_group.example().name())\n .destinationType(\"cloudwatch-logs\")\n .logFormat(\"text\")\n .logType(\"slow-log\")\n .build(),\n ReplicationGroupLogDeliveryConfigurationArgs.builder()\n .destination(aws_kinesis_firehose_delivery_stream.example().name())\n .destinationType(\"kinesis-firehose\")\n .logFormat(\"json\")\n .logType(\"engine-log\")\n .build())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n test:\n type: aws:elasticache:ReplicationGroup\n properties:\n description: test description\n nodeType: cache.t3.small\n port: 6379\n applyImmediately: true\n autoMinorVersionUpgrade: false\n maintenanceWindow: tue:06:30-tue:07:30\n snapshotWindow: 01:00-02:00\n logDeliveryConfigurations:\n - destination: ${aws_cloudwatch_log_group.example.name}\n destinationType: cloudwatch-logs\n logFormat: text\n logType: slow-log\n - destination: ${aws_kinesis_firehose_delivery_stream.example.name}\n destinationType: kinesis-firehose\n logFormat: json\n logType: engine-log\n```\n\n\u003e **Note:** We currently do not support passing a `primary_cluster_id` in order to create the Replication Group.\n\n\u003e **Note:** Automatic Failover is unavailable for Redis versions earlier than 2.8.6,\nand unavailable on T1 node types. For T2 node types, it is only available on Redis version 3.2.4 or later with cluster mode enabled. See the [High Availability Using Replication Groups](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Replication.html) guide\nfor full details on using Replication Groups.\n{{% /example %}}\n{{% example %}}\n### Creating a secondary replication group for a global replication group\n\nA Global Replication Group can have one one two secondary Replication Groups in different regions. These are added to an existing Global Replication Group.\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst primary = new aws.elasticache.ReplicationGroup(\"primary\", {\n description: \"primary replication group\",\n engine: \"redis\",\n engineVersion: \"5.0.6\",\n nodeType: \"cache.m5.large\",\n numCacheClusters: 1,\n}, {\n provider: aws.other_region,\n});\nconst example = new aws.elasticache.GlobalReplicationGroup(\"example\", {\n globalReplicationGroupIdSuffix: \"example\",\n primaryReplicationGroupId: primary.id,\n}, {\n provider: aws.other_region,\n});\nconst secondary = new aws.elasticache.ReplicationGroup(\"secondary\", {\n description: \"secondary replication group\",\n globalReplicationGroupId: example.globalReplicationGroupId,\n numCacheClusters: 1,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nprimary = aws.elasticache.ReplicationGroup(\"primary\",\n description=\"primary replication group\",\n engine=\"redis\",\n engine_version=\"5.0.6\",\n node_type=\"cache.m5.large\",\n num_cache_clusters=1,\n opts=pulumi.ResourceOptions(provider=aws[\"other_region\"]))\nexample = aws.elasticache.GlobalReplicationGroup(\"example\",\n global_replication_group_id_suffix=\"example\",\n primary_replication_group_id=primary.id,\n opts=pulumi.ResourceOptions(provider=aws[\"other_region\"]))\nsecondary = aws.elasticache.ReplicationGroup(\"secondary\",\n description=\"secondary replication group\",\n global_replication_group_id=example.global_replication_group_id,\n num_cache_clusters=1)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var primary = new Aws.ElastiCache.ReplicationGroup(\"primary\", new()\n {\n Description = \"primary replication group\",\n Engine = \"redis\",\n EngineVersion = \"5.0.6\",\n NodeType = \"cache.m5.large\",\n NumCacheClusters = 1,\n }, new CustomResourceOptions\n {\n Provider = aws.Other_region,\n });\n\n var example = new Aws.ElastiCache.GlobalReplicationGroup(\"example\", new()\n {\n GlobalReplicationGroupIdSuffix = \"example\",\n PrimaryReplicationGroupId = primary.Id,\n }, new CustomResourceOptions\n {\n Provider = aws.Other_region,\n });\n\n var secondary = new Aws.ElastiCache.ReplicationGroup(\"secondary\", new()\n {\n Description = \"secondary replication group\",\n GlobalReplicationGroupId = example.GlobalReplicationGroupId,\n NumCacheClusters = 1,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\tprimary, err := elasticache.NewReplicationGroup(ctx, \"primary\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tDescription: pulumi.String(\"primary replication group\"),\n\t\t\tEngine: pulumi.String(\"redis\"),\n\t\t\tEngineVersion: pulumi.String(\"5.0.6\"),\n\t\t\tNodeType: pulumi.String(\"cache.m5.large\"),\n\t\t\tNumCacheClusters: pulumi.Int(1),\n\t\t}, pulumi.Provider(aws.Other_region))\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\texample, err := elasticache.NewGlobalReplicationGroup(ctx, \"example\", \u0026elasticache.GlobalReplicationGroupArgs{\n\t\t\tGlobalReplicationGroupIdSuffix: pulumi.String(\"example\"),\n\t\t\tPrimaryReplicationGroupId: primary.ID(),\n\t\t}, pulumi.Provider(aws.Other_region))\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = elasticache.NewReplicationGroup(ctx, \"secondary\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tDescription: pulumi.String(\"secondary replication group\"),\n\t\t\tGlobalReplicationGroupId: example.GlobalReplicationGroupId,\n\t\t\tNumCacheClusters: pulumi.Int(1),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.elasticache.ReplicationGroup;\nimport com.pulumi.aws.elasticache.ReplicationGroupArgs;\nimport com.pulumi.aws.elasticache.GlobalReplicationGroup;\nimport com.pulumi.aws.elasticache.GlobalReplicationGroupArgs;\nimport com.pulumi.resources.CustomResourceOptions;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var primary = new ReplicationGroup(\"primary\", ReplicationGroupArgs.builder() \n .description(\"primary replication group\")\n .engine(\"redis\")\n .engineVersion(\"5.0.6\")\n .nodeType(\"cache.m5.large\")\n .numCacheClusters(1)\n .build(), CustomResourceOptions.builder()\n .provider(aws.other_region())\n .build());\n\n var example = new GlobalReplicationGroup(\"example\", GlobalReplicationGroupArgs.builder() \n .globalReplicationGroupIdSuffix(\"example\")\n .primaryReplicationGroupId(primary.id())\n .build(), CustomResourceOptions.builder()\n .provider(aws.other_region())\n .build());\n\n var secondary = new ReplicationGroup(\"secondary\", ReplicationGroupArgs.builder() \n .description(\"secondary replication group\")\n .globalReplicationGroupId(example.globalReplicationGroupId())\n .numCacheClusters(1)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n secondary:\n type: aws:elasticache:ReplicationGroup\n properties:\n description: secondary replication group\n globalReplicationGroupId: ${example.globalReplicationGroupId}\n numCacheClusters: 1\n example:\n type: aws:elasticache:GlobalReplicationGroup\n properties:\n globalReplicationGroupIdSuffix: example\n primaryReplicationGroupId: ${primary.id}\n options:\n provider: ${aws.other_region}\n primary:\n type: aws:elasticache:ReplicationGroup\n properties:\n description: primary replication group\n engine: redis\n engineVersion: 5.0.6\n nodeType: cache.m5.large\n numCacheClusters: 1\n options:\n provider: ${aws.other_region}\n```\n{{% /example %}}\n{{% example %}}\n### Redis AUTH and In-Transit Encryption Enabled\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.elasticache.ReplicationGroup(\"example\", {\n description: \"example with authentication\",\n nodeType: \"cache.t2.micro\",\n numCacheClusters: 1,\n port: 6379,\n subnetGroupName: aws_elasticache_subnet_group.example.name,\n securityGroupIds: [aws_security_group.example.id],\n parameterGroupName: \"default.redis5.0\",\n engineVersion: \"5.0.6\",\n transitEncryptionEnabled: true,\n authToken: \"abcdefgh1234567890\",\n authTokenUpdateStrategy: \"ROTATE\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.elasticache.ReplicationGroup(\"example\",\n description=\"example with authentication\",\n node_type=\"cache.t2.micro\",\n num_cache_clusters=1,\n port=6379,\n subnet_group_name=aws_elasticache_subnet_group[\"example\"][\"name\"],\n security_group_ids=[aws_security_group[\"example\"][\"id\"]],\n parameter_group_name=\"default.redis5.0\",\n engine_version=\"5.0.6\",\n transit_encryption_enabled=True,\n auth_token=\"abcdefgh1234567890\",\n auth_token_update_strategy=\"ROTATE\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.ElastiCache.ReplicationGroup(\"example\", new()\n {\n Description = \"example with authentication\",\n NodeType = \"cache.t2.micro\",\n NumCacheClusters = 1,\n Port = 6379,\n SubnetGroupName = aws_elasticache_subnet_group.Example.Name,\n SecurityGroupIds = new[]\n {\n aws_security_group.Example.Id,\n },\n ParameterGroupName = \"default.redis5.0\",\n EngineVersion = \"5.0.6\",\n TransitEncryptionEnabled = true,\n AuthToken = \"abcdefgh1234567890\",\n AuthTokenUpdateStrategy = \"ROTATE\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := elasticache.NewReplicationGroup(ctx, \"example\", \u0026elasticache.ReplicationGroupArgs{\n\t\t\tDescription: pulumi.String(\"example with authentication\"),\n\t\t\tNodeType: pulumi.String(\"cache.t2.micro\"),\n\t\t\tNumCacheClusters: pulumi.Int(1),\n\t\t\tPort: pulumi.Int(6379),\n\t\t\tSubnetGroupName: pulumi.Any(aws_elasticache_subnet_group.Example.Name),\n\t\t\tSecurityGroupIds: pulumi.StringArray{\n\t\t\t\taws_security_group.Example.Id,\n\t\t\t},\n\t\t\tParameterGroupName: pulumi.String(\"default.redis5.0\"),\n\t\t\tEngineVersion: pulumi.String(\"5.0.6\"),\n\t\t\tTransitEncryptionEnabled: pulumi.Bool(true),\n\t\t\tAuthToken: pulumi.String(\"abcdefgh1234567890\"),\n\t\t\tAuthTokenUpdateStrategy: pulumi.String(\"ROTATE\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.elasticache.ReplicationGroup;\nimport com.pulumi.aws.elasticache.ReplicationGroupArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new ReplicationGroup(\"example\", ReplicationGroupArgs.builder() \n .description(\"example with authentication\")\n .nodeType(\"cache.t2.micro\")\n .numCacheClusters(1)\n .port(6379)\n .subnetGroupName(aws_elasticache_subnet_group.example().name())\n .securityGroupIds(aws_security_group.example().id())\n .parameterGroupName(\"default.redis5.0\")\n .engineVersion(\"5.0.6\")\n .transitEncryptionEnabled(true)\n .authToken(\"abcdefgh1234567890\")\n .authTokenUpdateStrategy(\"ROTATE\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:elasticache:ReplicationGroup\n properties:\n description: example with authentication\n nodeType: cache.t2.micro\n numCacheClusters: 1\n port: 6379\n subnetGroupName: ${aws_elasticache_subnet_group.example.name}\n securityGroupIds:\n - ${aws_security_group.example.id}\n parameterGroupName: default.redis5.0\n engineVersion: 5.0.6\n transitEncryptionEnabled: true\n authToken: abcdefgh1234567890\n authTokenUpdateStrategy: ROTATE\n```\n\n\u003e When adding a new `auth_token` to a previously passwordless replication group, using the `ROTATE` update strategy will result in support for **both** the new token and passwordless authentication. To immediately require authorization when adding the initial token, use the `SET` strategy instead. See the [Authenticating with the Redis AUTH command](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html) guide for additional details.\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import ElastiCache Replication Groups using the `replication_group_id`. For example:\n\n```sh\n $ pulumi import aws:elasticache/replicationGroup:ReplicationGroup my_replication_group replication-group-1\n```\n ", "properties": { "applyImmediately": { "type": "boolean", @@ -205977,6 +206165,10 @@ "description": "Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`.\n", "secret": true }, + "authTokenUpdateStrategy": { + "type": "string", + "description": "Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`.\n" + }, "autoMinorVersionUpgrade": { "type": "boolean", "description": "Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window.\nOnly supported for engine type `\"redis\"` and if the engine version is 6 or higher.\nDefaults to `true`.\n" @@ -206213,6 +206405,10 @@ "description": "Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`.\n", "secret": true }, + "authTokenUpdateStrategy": { + "type": "string", + "description": "Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`.\n" + }, "autoMinorVersionUpgrade": { "type": "boolean", "description": "Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window.\nOnly supported for engine type `\"redis\"` and if the engine version is 6 or higher.\nDefaults to `true`.\n" @@ -206400,6 +206596,10 @@ "description": "Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`.\n", "secret": true }, + "authTokenUpdateStrategy": { + "type": "string", + "description": "Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`.\n" + }, "autoMinorVersionUpgrade": { "type": "boolean", "description": "Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window.\nOnly supported for engine type `\"redis\"` and if the engine version is 6 or higher.\nDefaults to `true`.\n" @@ -219235,7 +219435,7 @@ }, "connectionType": { "type": "string", - "description": "The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`.\n" + "description": "The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`.\n" }, "description": { "type": "string", @@ -219295,7 +219495,7 @@ }, "connectionType": { "type": "string", - "description": "The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`.\n" + "description": "The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`.\n" }, "description": { "type": "string", @@ -219347,7 +219547,7 @@ }, "connectionType": { "type": "string", - "description": "The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`.\n" + "description": "The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`.\n" }, "description": { "type": "string", @@ -219455,7 +219655,7 @@ "items": { "$ref": "#/types/aws:glue/CrawlerJdbcTarget:CrawlerJdbcTarget" }, - "description": "List of nested JBDC target arguments. See JDBC Target below.\n" + "description": "List of nested JDBC target arguments. See JDBC Target below.\n" }, "lakeFormationConfiguration": { "$ref": "#/types/aws:glue/CrawlerLakeFormationConfiguration:CrawlerLakeFormationConfiguration", @@ -219592,7 +219792,7 @@ "items": { "$ref": "#/types/aws:glue/CrawlerJdbcTarget:CrawlerJdbcTarget" }, - "description": "List of nested JBDC target arguments. See JDBC Target below.\n" + "description": "List of nested JDBC target arguments. See JDBC Target below.\n" }, "lakeFormationConfiguration": { "$ref": "#/types/aws:glue/CrawlerLakeFormationConfiguration:CrawlerLakeFormationConfiguration", @@ -219724,7 +219924,7 @@ "items": { "$ref": "#/types/aws:glue/CrawlerJdbcTarget:CrawlerJdbcTarget" }, - "description": "List of nested JBDC target arguments. See JDBC Target below.\n" + "description": "List of nested JDBC target arguments. See JDBC Target below.\n" }, "lakeFormationConfiguration": { "$ref": "#/types/aws:glue/CrawlerLakeFormationConfiguration:CrawlerLakeFormationConfiguration", @@ -239634,7 +239834,7 @@ }, "protocol": { "type": "string", - "description": "Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.\n" + "description": "Protocol to use for routing traffic to the targets.\nShould be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`.\nRequired when `target_type` is `instance`, `ip`, or `alb`.\nDoes not apply when `target_type` is `lambda`.\n" }, "protocolVersion": { "type": "string", @@ -239684,7 +239884,7 @@ }, "targetType": { "type": "string", - "description": "Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n" + "description": "Type of target that you must specify when registering targets with this target group.\nSee [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values.\nThe default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n" }, "vpcId": { "type": "string", @@ -239759,7 +239959,7 @@ }, "protocol": { "type": "string", - "description": "Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.\n", + "description": "Protocol to use for routing traffic to the targets.\nShould be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`.\nRequired when `target_type` is `instance`, `ip`, or `alb`.\nDoes not apply when `target_type` is `lambda`.\n", "willReplaceOnChanges": true }, "protocolVersion": { @@ -239802,7 +240002,7 @@ }, "targetType": { "type": "string", - "description": "Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n", + "description": "Type of target that you must specify when registering targets with this target group.\nSee [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values.\nThe default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n", "willReplaceOnChanges": true }, "vpcId": { @@ -239872,7 +240072,7 @@ }, "protocol": { "type": "string", - "description": "Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.\n", + "description": "Protocol to use for routing traffic to the targets.\nShould be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`.\nRequired when `target_type` is `instance`, `ip`, or `alb`.\nDoes not apply when `target_type` is `lambda`.\n", "willReplaceOnChanges": true }, "protocolVersion": { @@ -239924,7 +240124,7 @@ }, "targetType": { "type": "string", - "description": "Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n", + "description": "Type of target that you must specify when registering targets with this target group.\nSee [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values.\nThe default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.\n", "willReplaceOnChanges": true }, "vpcId": { @@ -240769,7 +240969,7 @@ } }, "aws:lex/v2modelsBot:V2modelsBot": { - "description": "Resource for managing an AWS Lex V2 Models Bot.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n### Basic Usage\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.lex.V2modelsBot(\"example\", {\n dataPrivacies: [{\n childDirected: \"boolean\",\n }],\n idleSessionTtlInSeconds: 10,\n roleArn: \"bot_example_arn\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.lex.V2modelsBot(\"example\",\n data_privacies=[aws.lex.V2modelsBotDataPrivacyArgs(\n child_directed=\"boolean\",\n )],\n idle_session_ttl_in_seconds=10,\n role_arn=\"bot_example_arn\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.Lex.V2modelsBot(\"example\", new()\n {\n DataPrivacies = new[]\n {\n new Aws.Lex.Inputs.V2modelsBotDataPrivacyArgs\n {\n ChildDirected = \"boolean\",\n },\n },\n IdleSessionTtlInSeconds = 10,\n RoleArn = \"bot_example_arn\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/lex\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := lex.NewV2modelsBot(ctx, \"example\", \u0026lex.V2modelsBotArgs{\n\t\t\tDataPrivacies: lex.V2modelsBotDataPrivacyArray{\n\t\t\t\t\u0026lex.V2modelsBotDataPrivacyArgs{\n\t\t\t\t\tChildDirected: pulumi.Bool(\"boolean\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tIdleSessionTtlInSeconds: pulumi.Int(10),\n\t\t\tRoleArn: pulumi.String(\"bot_example_arn\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.lex.V2modelsBot;\nimport com.pulumi.aws.lex.V2modelsBotArgs;\nimport com.pulumi.aws.lex.inputs.V2modelsBotDataPrivacyArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new V2modelsBot(\"example\", V2modelsBotArgs.builder() \n .dataPrivacies(V2modelsBotDataPrivacyArgs.builder()\n .childDirected(\"boolean\")\n .build())\n .idleSessionTtlInSeconds(10)\n .roleArn(\"bot_example_arn\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:lex:V2modelsBot\n properties:\n dataPrivacies:\n - childDirected: boolean\n idleSessionTtlInSeconds: 10\n roleArn: bot_example_arn\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import Lex V2 Models Bot using the `example_id_arg`. For example:\n\n```sh\n $ pulumi import aws:lex/v2modelsBot:V2modelsBot example bot-id-12345678\n```\n ", + "description": "Resource for managing an AWS Lex V2 Models Bot.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n### Basic Usage\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.lex.V2modelsBot(\"example\", {\n dataPrivacies: [{\n childDirected: \"boolean\",\n }],\n idleSessionTtlInSeconds: 10,\n roleArn: \"bot_example_arn\",\n tags: {\n foo: \"bar\",\n },\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.lex.V2modelsBot(\"example\",\n data_privacies=[aws.lex.V2modelsBotDataPrivacyArgs(\n child_directed=\"boolean\",\n )],\n idle_session_ttl_in_seconds=10,\n role_arn=\"bot_example_arn\",\n tags={\n \"foo\": \"bar\",\n })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.Lex.V2modelsBot(\"example\", new()\n {\n DataPrivacies = new[]\n {\n new Aws.Lex.Inputs.V2modelsBotDataPrivacyArgs\n {\n ChildDirected = \"boolean\",\n },\n },\n IdleSessionTtlInSeconds = 10,\n RoleArn = \"bot_example_arn\",\n Tags = \n {\n { \"foo\", \"bar\" },\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/lex\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := lex.NewV2modelsBot(ctx, \"example\", \u0026lex.V2modelsBotArgs{\n\t\t\tDataPrivacies: lex.V2modelsBotDataPrivacyArray{\n\t\t\t\t\u0026lex.V2modelsBotDataPrivacyArgs{\n\t\t\t\t\tChildDirected: pulumi.Bool(\"boolean\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tIdleSessionTtlInSeconds: pulumi.Int(10),\n\t\t\tRoleArn: pulumi.String(\"bot_example_arn\"),\n\t\t\tTags: pulumi.StringMap{\n\t\t\t\t\"foo\": pulumi.String(\"bar\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.lex.V2modelsBot;\nimport com.pulumi.aws.lex.V2modelsBotArgs;\nimport com.pulumi.aws.lex.inputs.V2modelsBotDataPrivacyArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new V2modelsBot(\"example\", V2modelsBotArgs.builder() \n .dataPrivacies(V2modelsBotDataPrivacyArgs.builder()\n .childDirected(\"boolean\")\n .build())\n .idleSessionTtlInSeconds(10)\n .roleArn(\"bot_example_arn\")\n .tags(Map.of(\"foo\", \"bar\"))\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:lex:V2modelsBot\n properties:\n dataPrivacies:\n - childDirected: boolean\n idleSessionTtlInSeconds: 10\n roleArn: bot_example_arn\n tags:\n foo: bar\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import Lex V2 Models Bot using the `example_id_arg`. For example:\n\n```sh\n $ pulumi import aws:lex/v2modelsBot:V2modelsBot example bot-id-12345678\n```\n ", "properties": { "arn": { "type": "string" @@ -240808,7 +241008,8 @@ "type": "object", "additionalProperties": { "type": "string" - } + }, + "description": "List of tags to add to the bot. You can only add tags when you create a bot.\n" }, "tagsAll": { "type": "object", @@ -240829,7 +241030,8 @@ "$ref": "#/types/aws:lex/V2modelsBotTimeouts:V2modelsBotTimeouts" }, "type": { - "type": "string" + "type": "string", + "description": "Type of a bot to create. Possible values are `\"Bot\"` and `\"BotNetwork\"`.\n" } }, "required": [ @@ -240875,7 +241077,8 @@ "type": "object", "additionalProperties": { "type": "string" - } + }, + "description": "List of tags to add to the bot. You can only add tags when you create a bot.\n" }, "testBotAliasTags": { "type": "object", @@ -240888,7 +241091,8 @@ "$ref": "#/types/aws:lex/V2modelsBotTimeouts:V2modelsBotTimeouts" }, "type": { - "type": "string" + "type": "string", + "description": "Type of a bot to create. Possible values are `\"Bot\"` and `\"BotNetwork\"`.\n" } }, "requiredInputs": [ @@ -240935,7 +241139,8 @@ "type": "object", "additionalProperties": { "type": "string" - } + }, + "description": "List of tags to add to the bot. You can only add tags when you create a bot.\n" }, "tagsAll": { "type": "object", @@ -240956,14 +241161,15 @@ "$ref": "#/types/aws:lex/V2modelsBotTimeouts:V2modelsBotTimeouts" }, "type": { - "type": "string" + "type": "string", + "description": "Type of a bot to create. Possible values are `\"Bot\"` and `\"BotNetwork\"`.\n" } }, "type": "object" } }, "aws:lex/v2modelsBotLocale:V2modelsBotLocale": { - "description": "Resource for managing an AWS Lex V2 Models Bot Locale.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n### Basic Usage\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.lex.V2modelsBotLocale(\"example\", {\n botId: aws_lexv2models_bot.test.id,\n botVersion: \"DRAFT\",\n localeId: \"en_US\",\n nLuIntentConfidenceThreshold: 0.7,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.lex.V2modelsBotLocale(\"example\",\n bot_id=aws_lexv2models_bot[\"test\"][\"id\"],\n bot_version=\"DRAFT\",\n locale_id=\"en_US\",\n n_lu_intent_confidence_threshold=0.7)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.Lex.V2modelsBotLocale(\"example\", new()\n {\n BotId = aws_lexv2models_bot.Test.Id,\n BotVersion = \"DRAFT\",\n LocaleId = \"en_US\",\n NLuIntentConfidenceThreshold = 0.7,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/lex\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := lex.NewV2modelsBotLocale(ctx, \"example\", \u0026lex.V2modelsBotLocaleArgs{\n\t\t\tBotId: pulumi.Any(aws_lexv2models_bot.Test.Id),\n\t\t\tBotVersion: pulumi.String(\"DRAFT\"),\n\t\t\tLocaleId: pulumi.String(\"en_US\"),\n\t\t\tNLuIntentConfidenceThreshold: pulumi.Float64(0.7),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.lex.V2modelsBotLocale;\nimport com.pulumi.aws.lex.V2modelsBotLocaleArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new V2modelsBotLocale(\"example\", V2modelsBotLocaleArgs.builder() \n .botId(aws_lexv2models_bot.test().id())\n .botVersion(\"DRAFT\")\n .localeId(\"en_US\")\n .nLuIntentConfidenceThreshold(0.7)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:lex:V2modelsBotLocale\n properties:\n botId: ${aws_lexv2models_bot.test.id}\n botVersion: DRAFT\n localeId: en_US\n nLuIntentConfidenceThreshold: 0.7\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import Lex V2 Models Bot Locale using the `id`. For example:\n\n```sh\n $ pulumi import aws:lex/v2modelsBotLocale:V2modelsBotLocale example bot_locale-id-12345678\n```\n ", + "description": "Resource for managing an AWS Lex V2 Models Bot Locale.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n### Basic Usage\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.lex.V2modelsBotLocale(\"example\", {\n botId: aws_lexv2models_bot.example.id,\n botVersion: \"DRAFT\",\n localeId: \"en_US\",\n nLuIntentConfidenceThreshold: 0.7,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.lex.V2modelsBotLocale(\"example\",\n bot_id=aws_lexv2models_bot[\"example\"][\"id\"],\n bot_version=\"DRAFT\",\n locale_id=\"en_US\",\n n_lu_intent_confidence_threshold=0.7)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.Lex.V2modelsBotLocale(\"example\", new()\n {\n BotId = aws_lexv2models_bot.Example.Id,\n BotVersion = \"DRAFT\",\n LocaleId = \"en_US\",\n NLuIntentConfidenceThreshold = 0.7,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/lex\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := lex.NewV2modelsBotLocale(ctx, \"example\", \u0026lex.V2modelsBotLocaleArgs{\n\t\t\tBotId: pulumi.Any(aws_lexv2models_bot.Example.Id),\n\t\t\tBotVersion: pulumi.String(\"DRAFT\"),\n\t\t\tLocaleId: pulumi.String(\"en_US\"),\n\t\t\tNLuIntentConfidenceThreshold: pulumi.Float64(0.7),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.lex.V2modelsBotLocale;\nimport com.pulumi.aws.lex.V2modelsBotLocaleArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new V2modelsBotLocale(\"example\", V2modelsBotLocaleArgs.builder() \n .botId(aws_lexv2models_bot.example().id())\n .botVersion(\"DRAFT\")\n .localeId(\"en_US\")\n .nLuIntentConfidenceThreshold(0.7)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:lex:V2modelsBotLocale\n properties:\n botId: ${aws_lexv2models_bot.example.id}\n botVersion: DRAFT\n localeId: en_US\n nLuIntentConfidenceThreshold: 0.7\n```\n{{% /example %}}\n{{% example %}}\n### Voice Settings\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.lex.V2modelsBotLocale(\"example\", {\n botId: aws_lexv2models_bot.example.id,\n botVersion: \"DRAFT\",\n localeId: \"en_US\",\n nLuIntentConfidenceThreshold: 0.7,\n voiceSettings: {\n voiceId: \"Kendra\",\n engine: \"standard\",\n },\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.lex.V2modelsBotLocale(\"example\",\n bot_id=aws_lexv2models_bot[\"example\"][\"id\"],\n bot_version=\"DRAFT\",\n locale_id=\"en_US\",\n n_lu_intent_confidence_threshold=0.7,\n voice_settings=aws.lex.V2modelsBotLocaleVoiceSettingsArgs(\n voice_id=\"Kendra\",\n engine=\"standard\",\n ))\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.Lex.V2modelsBotLocale(\"example\", new()\n {\n BotId = aws_lexv2models_bot.Example.Id,\n BotVersion = \"DRAFT\",\n LocaleId = \"en_US\",\n NLuIntentConfidenceThreshold = 0.7,\n VoiceSettings = new Aws.Lex.Inputs.V2modelsBotLocaleVoiceSettingsArgs\n {\n VoiceId = \"Kendra\",\n Engine = \"standard\",\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/lex\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := lex.NewV2modelsBotLocale(ctx, \"example\", \u0026lex.V2modelsBotLocaleArgs{\n\t\t\tBotId: pulumi.Any(aws_lexv2models_bot.Example.Id),\n\t\t\tBotVersion: pulumi.String(\"DRAFT\"),\n\t\t\tLocaleId: pulumi.String(\"en_US\"),\n\t\t\tNLuIntentConfidenceThreshold: pulumi.Float64(0.7),\n\t\t\tVoiceSettings: \u0026lex.V2modelsBotLocaleVoiceSettingsArgs{\n\t\t\t\tVoiceId: pulumi.String(\"Kendra\"),\n\t\t\t\tEngine: pulumi.String(\"standard\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.lex.V2modelsBotLocale;\nimport com.pulumi.aws.lex.V2modelsBotLocaleArgs;\nimport com.pulumi.aws.lex.inputs.V2modelsBotLocaleVoiceSettingsArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new V2modelsBotLocale(\"example\", V2modelsBotLocaleArgs.builder() \n .botId(aws_lexv2models_bot.example().id())\n .botVersion(\"DRAFT\")\n .localeId(\"en_US\")\n .nLuIntentConfidenceThreshold(0.7)\n .voiceSettings(V2modelsBotLocaleVoiceSettingsArgs.builder()\n .voiceId(\"Kendra\")\n .engine(\"standard\")\n .build())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:lex:V2modelsBotLocale\n properties:\n botId: ${aws_lexv2models_bot.example.id}\n botVersion: DRAFT\n localeId: en_US\n nLuIntentConfidenceThreshold: 0.7\n voiceSettings:\n voiceId: Kendra\n engine: standard\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import Lex V2 Models Bot Locale using the `id`. For example:\n\n```sh\n $ pulumi import aws:lex/v2modelsBotLocale:V2modelsBotLocale example bot_locale-id-12345678\n```\n ", "properties": { "botId": { "type": "string", @@ -240994,7 +241200,7 @@ }, "voiceSettings": { "$ref": "#/types/aws:lex/V2modelsBotLocaleVoiceSettings:V2modelsBotLocaleVoiceSettings", - "description": "Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.\n" + "description": "Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`.\n" } }, "required": [ @@ -241034,7 +241240,7 @@ }, "voiceSettings": { "$ref": "#/types/aws:lex/V2modelsBotLocaleVoiceSettings:V2modelsBotLocaleVoiceSettings", - "description": "Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.\n" + "description": "Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`.\n" } }, "requiredInputs": [ @@ -241075,7 +241281,89 @@ }, "voiceSettings": { "$ref": "#/types/aws:lex/V2modelsBotLocaleVoiceSettings:V2modelsBotLocaleVoiceSettings", - "description": "Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.\n" + "description": "Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`.\n" + } + }, + "type": "object" + } + }, + "aws:lex/v2modelsBotVersion:V2modelsBotVersion": { + "description": "Resource for managing an AWS Lex V2 Models Bot Version.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n### Basic Usage\n\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.lex.V2modelsBotVersion;\nimport com.pulumi.aws.lex.V2modelsBotVersionArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var test = new V2modelsBotVersion(\"test\", V2modelsBotVersionArgs.builder() \n .botId(aws_lexv2models.test().id())\n .localeDetails(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))\n .build());\n\n }\n}\n```\n```yaml\nresources:\n test:\n type: aws:lex:V2modelsBotVersion\n properties:\n botId: ${aws_lexv2models.test.id}\n localeDetails:\n testKey:\n sourceBotVersion: DRAFT\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import Lex V2 Models Bot Version using the `example_id_arg`. For example:\n\n```sh\n $ pulumi import aws:lex/v2modelsBotVersion:V2modelsBotVersion example bot_version-id-12345678\n```\n ", + "properties": { + "botId": { + "type": "string", + "description": "Idientifier of the bot to create the version for.\n" + }, + "botVersion": { + "type": "string" + }, + "description": { + "type": "string", + "description": "A description of the version. Use the description to help identify the version in lists.\n" + }, + "localeSpecification": { + "type": "object", + "additionalProperties": { + "$ref": "#/types/aws:lex/V2modelsBotVersionLocaleSpecification:V2modelsBotVersionLocaleSpecification" + } + }, + "timeouts": { + "$ref": "#/types/aws:lex/V2modelsBotVersionTimeouts:V2modelsBotVersionTimeouts" + } + }, + "required": [ + "botId", + "botVersion", + "localeSpecification" + ], + "inputProperties": { + "botId": { + "type": "string", + "description": "Idientifier of the bot to create the version for.\n" + }, + "botVersion": { + "type": "string" + }, + "description": { + "type": "string", + "description": "A description of the version. Use the description to help identify the version in lists.\n" + }, + "localeSpecification": { + "type": "object", + "additionalProperties": { + "$ref": "#/types/aws:lex/V2modelsBotVersionLocaleSpecification:V2modelsBotVersionLocaleSpecification" + } + }, + "timeouts": { + "$ref": "#/types/aws:lex/V2modelsBotVersionTimeouts:V2modelsBotVersionTimeouts" + } + }, + "requiredInputs": [ + "botId", + "localeSpecification" + ], + "stateInputs": { + "description": "Input properties used for looking up and filtering V2modelsBotVersion resources.\n", + "properties": { + "botId": { + "type": "string", + "description": "Idientifier of the bot to create the version for.\n" + }, + "botVersion": { + "type": "string" + }, + "description": { + "type": "string", + "description": "A description of the version. Use the description to help identify the version in lists.\n" + }, + "localeSpecification": { + "type": "object", + "additionalProperties": { + "$ref": "#/types/aws:lex/V2modelsBotVersionLocaleSpecification:V2modelsBotVersionLocaleSpecification" + } + }, + "timeouts": { + "$ref": "#/types/aws:lex/V2modelsBotVersionTimeouts:V2modelsBotVersionTimeouts" } }, "type": "object" @@ -269248,7 +269536,7 @@ } }, "aws:rds/cluster:Cluster": { - "description": "Manages a [RDS Aurora Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html). To manage cluster instances that inherit configuration from the cluster (when not running the cluster in `serverless` engine mode), see the `aws.rds.ClusterInstance` resource. To manage non-Aurora databases (e.g., MySQL, PostgreSQL, SQL Server, etc.), see the `aws.rds.Instance` resource.\n\nFor information on the difference between the available Aurora MySQL engines\nsee [Comparison between Aurora MySQL 1 and Aurora MySQL 2](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Updates.20180206.html)\nin the Amazon RDS User Guide.\n\nChanges to an RDS Cluster can occur when you manually change a\nparameter, such as `port`, and are reflected in the next maintenance\nwindow. Because of this, this provider may report a difference in its planning\nphase because a modification has not yet taken place. You can use the\n`apply_immediately` flag to instruct the service to apply the change immediately\n(see documentation below).\n\n\u003e **Note:** using `apply_immediately` can result in a\nbrief downtime as the server reboots. See the AWS Docs on [RDS Maintenance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html)\nfor more information.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n### Aurora MySQL 2.x (MySQL 5.7)\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst _default = new aws.rds.Cluster(\"default\", {\n availabilityZones: [\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backupRetentionPeriod: 5,\n clusterIdentifier: \"aurora-cluster-demo\",\n databaseName: \"mydb\",\n engine: \"aurora-mysql\",\n engineVersion: \"5.7.mysql_aurora.2.03.2\",\n masterPassword: \"bar\",\n masterUsername: \"foo\",\n preferredBackupWindow: \"07:00-09:00\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\ndefault = aws.rds.Cluster(\"default\",\n availability_zones=[\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backup_retention_period=5,\n cluster_identifier=\"aurora-cluster-demo\",\n database_name=\"mydb\",\n engine=\"aurora-mysql\",\n engine_version=\"5.7.mysql_aurora.2.03.2\",\n master_password=\"bar\",\n master_username=\"foo\",\n preferred_backup_window=\"07:00-09:00\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var @default = new Aws.Rds.Cluster(\"default\", new()\n {\n AvailabilityZones = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n },\n BackupRetentionPeriod = 5,\n ClusterIdentifier = \"aurora-cluster-demo\",\n DatabaseName = \"mydb\",\n Engine = \"aurora-mysql\",\n EngineVersion = \"5.7.mysql_aurora.2.03.2\",\n MasterPassword = \"bar\",\n MasterUsername = \"foo\",\n PreferredBackupWindow = \"07:00-09:00\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := rds.NewCluster(ctx, \"default\", \u0026rds.ClusterArgs{\n\t\t\tAvailabilityZones: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t\tpulumi.String(\"us-west-2c\"),\n\t\t\t},\n\t\t\tBackupRetentionPeriod: pulumi.Int(5),\n\t\t\tClusterIdentifier: pulumi.String(\"aurora-cluster-demo\"),\n\t\t\tDatabaseName: pulumi.String(\"mydb\"),\n\t\t\tEngine: pulumi.String(\"aurora-mysql\"),\n\t\t\tEngineVersion: pulumi.String(\"5.7.mysql_aurora.2.03.2\"),\n\t\t\tMasterPassword: pulumi.String(\"bar\"),\n\t\t\tMasterUsername: pulumi.String(\"foo\"),\n\t\t\tPreferredBackupWindow: pulumi.String(\"07:00-09:00\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var default_ = new Cluster(\"default\", ClusterArgs.builder() \n .availabilityZones( \n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\")\n .backupRetentionPeriod(5)\n .clusterIdentifier(\"aurora-cluster-demo\")\n .databaseName(\"mydb\")\n .engine(\"aurora-mysql\")\n .engineVersion(\"5.7.mysql_aurora.2.03.2\")\n .masterPassword(\"bar\")\n .masterUsername(\"foo\")\n .preferredBackupWindow(\"07:00-09:00\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n default:\n type: aws:rds:Cluster\n properties:\n availabilityZones:\n - us-west-2a\n - us-west-2b\n - us-west-2c\n backupRetentionPeriod: 5\n clusterIdentifier: aurora-cluster-demo\n databaseName: mydb\n engine: aurora-mysql\n engineVersion: 5.7.mysql_aurora.2.03.2\n masterPassword: bar\n masterUsername: foo\n preferredBackupWindow: 07:00-09:00\n```\n{{% /example %}}\n{{% example %}}\n### Aurora MySQL 1.x (MySQL 5.6)\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst _default = new aws.rds.Cluster(\"default\", {\n availabilityZones: [\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backupRetentionPeriod: 5,\n clusterIdentifier: \"aurora-cluster-demo\",\n databaseName: \"mydb\",\n masterPassword: \"bar\",\n masterUsername: \"foo\",\n preferredBackupWindow: \"07:00-09:00\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\ndefault = aws.rds.Cluster(\"default\",\n availability_zones=[\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backup_retention_period=5,\n cluster_identifier=\"aurora-cluster-demo\",\n database_name=\"mydb\",\n master_password=\"bar\",\n master_username=\"foo\",\n preferred_backup_window=\"07:00-09:00\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var @default = new Aws.Rds.Cluster(\"default\", new()\n {\n AvailabilityZones = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n },\n BackupRetentionPeriod = 5,\n ClusterIdentifier = \"aurora-cluster-demo\",\n DatabaseName = \"mydb\",\n MasterPassword = \"bar\",\n MasterUsername = \"foo\",\n PreferredBackupWindow = \"07:00-09:00\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := rds.NewCluster(ctx, \"default\", \u0026rds.ClusterArgs{\n\t\t\tAvailabilityZones: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t\tpulumi.String(\"us-west-2c\"),\n\t\t\t},\n\t\t\tBackupRetentionPeriod: pulumi.Int(5),\n\t\t\tClusterIdentifier: pulumi.String(\"aurora-cluster-demo\"),\n\t\t\tDatabaseName: pulumi.String(\"mydb\"),\n\t\t\tMasterPassword: pulumi.String(\"bar\"),\n\t\t\tMasterUsername: pulumi.String(\"foo\"),\n\t\t\tPreferredBackupWindow: pulumi.String(\"07:00-09:00\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var default_ = new Cluster(\"default\", ClusterArgs.builder() \n .availabilityZones( \n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\")\n .backupRetentionPeriod(5)\n .clusterIdentifier(\"aurora-cluster-demo\")\n .databaseName(\"mydb\")\n .masterPassword(\"bar\")\n .masterUsername(\"foo\")\n .preferredBackupWindow(\"07:00-09:00\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n default:\n type: aws:rds:Cluster\n properties:\n availabilityZones:\n - us-west-2a\n - us-west-2b\n - us-west-2c\n backupRetentionPeriod: 5\n clusterIdentifier: aurora-cluster-demo\n databaseName: mydb\n masterPassword: bar\n masterUsername: foo\n preferredBackupWindow: 07:00-09:00\n```\n{{% /example %}}\n{{% example %}}\n### Aurora with PostgreSQL engine\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst postgresql = new aws.rds.Cluster(\"postgresql\", {\n availabilityZones: [\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backupRetentionPeriod: 5,\n clusterIdentifier: \"aurora-cluster-demo\",\n databaseName: \"mydb\",\n engine: \"aurora-postgresql\",\n masterPassword: \"bar\",\n masterUsername: \"foo\",\n preferredBackupWindow: \"07:00-09:00\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\npostgresql = aws.rds.Cluster(\"postgresql\",\n availability_zones=[\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backup_retention_period=5,\n cluster_identifier=\"aurora-cluster-demo\",\n database_name=\"mydb\",\n engine=\"aurora-postgresql\",\n master_password=\"bar\",\n master_username=\"foo\",\n preferred_backup_window=\"07:00-09:00\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var postgresql = new Aws.Rds.Cluster(\"postgresql\", new()\n {\n AvailabilityZones = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n },\n BackupRetentionPeriod = 5,\n ClusterIdentifier = \"aurora-cluster-demo\",\n DatabaseName = \"mydb\",\n Engine = \"aurora-postgresql\",\n MasterPassword = \"bar\",\n MasterUsername = \"foo\",\n PreferredBackupWindow = \"07:00-09:00\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := rds.NewCluster(ctx, \"postgresql\", \u0026rds.ClusterArgs{\n\t\t\tAvailabilityZones: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t\tpulumi.String(\"us-west-2c\"),\n\t\t\t},\n\t\t\tBackupRetentionPeriod: pulumi.Int(5),\n\t\t\tClusterIdentifier: pulumi.String(\"aurora-cluster-demo\"),\n\t\t\tDatabaseName: pulumi.String(\"mydb\"),\n\t\t\tEngine: pulumi.String(\"aurora-postgresql\"),\n\t\t\tMasterPassword: pulumi.String(\"bar\"),\n\t\t\tMasterUsername: pulumi.String(\"foo\"),\n\t\t\tPreferredBackupWindow: pulumi.String(\"07:00-09:00\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var postgresql = new Cluster(\"postgresql\", ClusterArgs.builder() \n .availabilityZones( \n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\")\n .backupRetentionPeriod(5)\n .clusterIdentifier(\"aurora-cluster-demo\")\n .databaseName(\"mydb\")\n .engine(\"aurora-postgresql\")\n .masterPassword(\"bar\")\n .masterUsername(\"foo\")\n .preferredBackupWindow(\"07:00-09:00\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n postgresql:\n type: aws:rds:Cluster\n properties:\n availabilityZones:\n - us-west-2a\n - us-west-2b\n - us-west-2c\n backupRetentionPeriod: 5\n clusterIdentifier: aurora-cluster-demo\n databaseName: mydb\n engine: aurora-postgresql\n masterPassword: bar\n masterUsername: foo\n preferredBackupWindow: 07:00-09:00\n```\n{{% /example %}}\n{{% example %}}\n### Aurora Multi-Master Cluster\n\n\u003e More information about Aurora Multi-Master Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html).\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.rds.Cluster(\"example\", {\n clusterIdentifier: \"example\",\n dbSubnetGroupName: aws_db_subnet_group.example.name,\n engineMode: \"multimaster\",\n masterPassword: \"barbarbarbar\",\n masterUsername: \"foo\",\n skipFinalSnapshot: true,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.rds.Cluster(\"example\",\n cluster_identifier=\"example\",\n db_subnet_group_name=aws_db_subnet_group[\"example\"][\"name\"],\n engine_mode=\"multimaster\",\n master_password=\"barbarbarbar\",\n master_username=\"foo\",\n skip_final_snapshot=True)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.Rds.Cluster(\"example\", new()\n {\n ClusterIdentifier = \"example\",\n DbSubnetGroupName = aws_db_subnet_group.Example.Name,\n EngineMode = \"multimaster\",\n MasterPassword = \"barbarbarbar\",\n MasterUsername = \"foo\",\n SkipFinalSnapshot = true,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := rds.NewCluster(ctx, \"example\", \u0026rds.ClusterArgs{\n\t\t\tClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tDbSubnetGroupName: pulumi.Any(aws_db_subnet_group.Example.Name),\n\t\t\tEngineMode: pulumi.String(\"multimaster\"),\n\t\t\tMasterPassword: pulumi.String(\"barbarbarbar\"),\n\t\t\tMasterUsername: pulumi.String(\"foo\"),\n\t\t\tSkipFinalSnapshot: pulumi.Bool(true),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new Cluster(\"example\", ClusterArgs.builder() \n .clusterIdentifier(\"example\")\n .dbSubnetGroupName(aws_db_subnet_group.example().name())\n .engineMode(\"multimaster\")\n .masterPassword(\"barbarbarbar\")\n .masterUsername(\"foo\")\n .skipFinalSnapshot(true)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:rds:Cluster\n properties:\n clusterIdentifier: example\n dbSubnetGroupName: ${aws_db_subnet_group.example.name}\n engineMode: multimaster\n masterPassword: barbarbarbar\n masterUsername: foo\n skipFinalSnapshot: true\n```\n{{% /example %}}\n{{% example %}}\n### RDS Multi-AZ Cluster\n\n\u003e More information about RDS Multi-AZ Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html).\n\nTo create a Multi-AZ RDS cluster, you must additionally specify the `engine`, `storage_type`, `allocated_storage`, `iops` and `db_cluster_instance_class` attributes.\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.rds.Cluster(\"example\", {\n allocatedStorage: 100,\n availabilityZones: [\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n clusterIdentifier: \"example\",\n dbClusterInstanceClass: \"db.r6gd.xlarge\",\n engine: \"mysql\",\n iops: 1000,\n masterPassword: \"mustbeeightcharaters\",\n masterUsername: \"test\",\n storageType: \"io1\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.rds.Cluster(\"example\",\n allocated_storage=100,\n availability_zones=[\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n cluster_identifier=\"example\",\n db_cluster_instance_class=\"db.r6gd.xlarge\",\n engine=\"mysql\",\n iops=1000,\n master_password=\"mustbeeightcharaters\",\n master_username=\"test\",\n storage_type=\"io1\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.Rds.Cluster(\"example\", new()\n {\n AllocatedStorage = 100,\n AvailabilityZones = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n },\n ClusterIdentifier = \"example\",\n DbClusterInstanceClass = \"db.r6gd.xlarge\",\n Engine = \"mysql\",\n Iops = 1000,\n MasterPassword = \"mustbeeightcharaters\",\n MasterUsername = \"test\",\n StorageType = \"io1\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := rds.NewCluster(ctx, \"example\", \u0026rds.ClusterArgs{\n\t\t\tAllocatedStorage: pulumi.Int(100),\n\t\t\tAvailabilityZones: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t\tpulumi.String(\"us-west-2c\"),\n\t\t\t},\n\t\t\tClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tDbClusterInstanceClass: pulumi.String(\"db.r6gd.xlarge\"),\n\t\t\tEngine: pulumi.String(\"mysql\"),\n\t\t\tIops: pulumi.Int(1000),\n\t\t\tMasterPassword: pulumi.String(\"mustbeeightcharaters\"),\n\t\t\tMasterUsername: pulumi.String(\"test\"),\n\t\t\tStorageType: pulumi.String(\"io1\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new Cluster(\"example\", ClusterArgs.builder() \n .allocatedStorage(100)\n .availabilityZones( \n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\")\n .clusterIdentifier(\"example\")\n .dbClusterInstanceClass(\"db.r6gd.xlarge\")\n .engine(\"mysql\")\n .iops(1000)\n .masterPassword(\"mustbeeightcharaters\")\n .masterUsername(\"test\")\n .storageType(\"io1\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:rds:Cluster\n properties:\n allocatedStorage: 100\n availabilityZones:\n - us-west-2a\n - us-west-2b\n - us-west-2c\n clusterIdentifier: example\n dbClusterInstanceClass: db.r6gd.xlarge\n engine: mysql\n iops: 1000\n masterPassword: mustbeeightcharaters\n masterUsername: test\n storageType: io1\n```\n{{% /example %}}\n{{% example %}}\n### RDS Serverless v2 Cluster\n\n\u003e More information about RDS Serverless v2 Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html).\n\nTo create a Serverless v2 RDS cluster, you must additionally specify the `engine_mode` and `serverlessv2_scaling_configuration` attributes. An `aws.rds.ClusterInstance` resource must also be added to the cluster with the `instance_class` attribute specified.\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst exampleCluster = new aws.rds.Cluster(\"exampleCluster\", {\n clusterIdentifier: \"example\",\n engine: \"aurora-postgresql\",\n engineMode: \"provisioned\",\n engineVersion: \"13.6\",\n databaseName: \"test\",\n masterUsername: \"test\",\n masterPassword: \"must_be_eight_characters\",\n serverlessv2ScalingConfiguration: {\n maxCapacity: 1,\n minCapacity: 0.5,\n },\n});\nconst exampleClusterInstance = new aws.rds.ClusterInstance(\"exampleClusterInstance\", {\n clusterIdentifier: exampleCluster.id,\n instanceClass: \"db.serverless\",\n engine: exampleCluster.engine,\n engineVersion: exampleCluster.engineVersion,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample_cluster = aws.rds.Cluster(\"exampleCluster\",\n cluster_identifier=\"example\",\n engine=\"aurora-postgresql\",\n engine_mode=\"provisioned\",\n engine_version=\"13.6\",\n database_name=\"test\",\n master_username=\"test\",\n master_password=\"must_be_eight_characters\",\n serverlessv2_scaling_configuration=aws.rds.ClusterServerlessv2ScalingConfigurationArgs(\n max_capacity=1,\n min_capacity=0.5,\n ))\nexample_cluster_instance = aws.rds.ClusterInstance(\"exampleClusterInstance\",\n cluster_identifier=example_cluster.id,\n instance_class=\"db.serverless\",\n engine=example_cluster.engine,\n engine_version=example_cluster.engine_version)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var exampleCluster = new Aws.Rds.Cluster(\"exampleCluster\", new()\n {\n ClusterIdentifier = \"example\",\n Engine = \"aurora-postgresql\",\n EngineMode = \"provisioned\",\n EngineVersion = \"13.6\",\n DatabaseName = \"test\",\n MasterUsername = \"test\",\n MasterPassword = \"must_be_eight_characters\",\n Serverlessv2ScalingConfiguration = new Aws.Rds.Inputs.ClusterServerlessv2ScalingConfigurationArgs\n {\n MaxCapacity = 1,\n MinCapacity = 0.5,\n },\n });\n\n var exampleClusterInstance = new Aws.Rds.ClusterInstance(\"exampleClusterInstance\", new()\n {\n ClusterIdentifier = exampleCluster.Id,\n InstanceClass = \"db.serverless\",\n Engine = exampleCluster.Engine,\n EngineVersion = exampleCluster.EngineVersion,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\texampleCluster, err := rds.NewCluster(ctx, \"exampleCluster\", \u0026rds.ClusterArgs{\n\t\t\tClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tEngine: pulumi.String(\"aurora-postgresql\"),\n\t\t\tEngineMode: pulumi.String(\"provisioned\"),\n\t\t\tEngineVersion: pulumi.String(\"13.6\"),\n\t\t\tDatabaseName: pulumi.String(\"test\"),\n\t\t\tMasterUsername: pulumi.String(\"test\"),\n\t\t\tMasterPassword: pulumi.String(\"must_be_eight_characters\"),\n\t\t\tServerlessv2ScalingConfiguration: \u0026rds.ClusterServerlessv2ScalingConfigurationArgs{\n\t\t\t\tMaxCapacity: pulumi.Float64(1),\n\t\t\t\tMinCapacity: pulumi.Float64(0.5),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = rds.NewClusterInstance(ctx, \"exampleClusterInstance\", \u0026rds.ClusterInstanceArgs{\n\t\t\tClusterIdentifier: exampleCluster.ID(),\n\t\t\tInstanceClass: pulumi.String(\"db.serverless\"),\n\t\t\tEngine: exampleCluster.Engine,\n\t\t\tEngineVersion: exampleCluster.EngineVersion,\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport com.pulumi.aws.rds.inputs.ClusterServerlessv2ScalingConfigurationArgs;\nimport com.pulumi.aws.rds.ClusterInstance;\nimport com.pulumi.aws.rds.ClusterInstanceArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var exampleCluster = new Cluster(\"exampleCluster\", ClusterArgs.builder() \n .clusterIdentifier(\"example\")\n .engine(\"aurora-postgresql\")\n .engineMode(\"provisioned\")\n .engineVersion(\"13.6\")\n .databaseName(\"test\")\n .masterUsername(\"test\")\n .masterPassword(\"must_be_eight_characters\")\n .serverlessv2ScalingConfiguration(ClusterServerlessv2ScalingConfigurationArgs.builder()\n .maxCapacity(1)\n .minCapacity(0.5)\n .build())\n .build());\n\n var exampleClusterInstance = new ClusterInstance(\"exampleClusterInstance\", ClusterInstanceArgs.builder() \n .clusterIdentifier(exampleCluster.id())\n .instanceClass(\"db.serverless\")\n .engine(exampleCluster.engine())\n .engineVersion(exampleCluster.engineVersion())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n exampleCluster:\n type: aws:rds:Cluster\n properties:\n clusterIdentifier: example\n engine: aurora-postgresql\n engineMode: provisioned\n engineVersion: '13.6'\n databaseName: test\n masterUsername: test\n masterPassword: must_be_eight_characters\n serverlessv2ScalingConfiguration:\n maxCapacity: 1\n minCapacity: 0.5\n exampleClusterInstance:\n type: aws:rds:ClusterInstance\n properties:\n clusterIdentifier: ${exampleCluster.id}\n instanceClass: db.serverless\n engine: ${exampleCluster.engine}\n engineVersion: ${exampleCluster.engineVersion}\n```\n{{% /example %}}\n{{% example %}}\n### RDS/Aurora Managed Master Passwords via Secrets Manager, default KMS Key\n\n\u003e More information about RDS/Aurora Aurora integrates with Secrets Manager to manage master user passwords for your DB clusters can be found in the [RDS User Guide](https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-rds-integration-aws-secrets-manager/) and [Aurora User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html).\n\nYou can specify the `manage_master_user_password` attribute to enable managing the master password with Secrets Manager. You can also update an existing cluster to use Secrets Manager by specify the `manage_master_user_password` attribute and removing the `master_password` attribute (removal is required).\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst test = new aws.rds.Cluster(\"test\", {\n clusterIdentifier: \"example\",\n databaseName: \"test\",\n manageMasterUserPassword: true,\n masterUsername: \"test\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\ntest = aws.rds.Cluster(\"test\",\n cluster_identifier=\"example\",\n database_name=\"test\",\n manage_master_user_password=True,\n master_username=\"test\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var test = new Aws.Rds.Cluster(\"test\", new()\n {\n ClusterIdentifier = \"example\",\n DatabaseName = \"test\",\n ManageMasterUserPassword = true,\n MasterUsername = \"test\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := rds.NewCluster(ctx, \"test\", \u0026rds.ClusterArgs{\n\t\t\tClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tDatabaseName: pulumi.String(\"test\"),\n\t\t\tManageMasterUserPassword: pulumi.Bool(true),\n\t\t\tMasterUsername: pulumi.String(\"test\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var test = new Cluster(\"test\", ClusterArgs.builder() \n .clusterIdentifier(\"example\")\n .databaseName(\"test\")\n .manageMasterUserPassword(true)\n .masterUsername(\"test\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n test:\n type: aws:rds:Cluster\n properties:\n clusterIdentifier: example\n databaseName: test\n manageMasterUserPassword: true\n masterUsername: test\n```\n{{% /example %}}\n{{% example %}}\n### RDS/Aurora Managed Master Passwords via Secrets Manager, specific KMS Key\n\n\u003e More information about RDS/Aurora Aurora integrates with Secrets Manager to manage master user passwords for your DB clusters can be found in the [RDS User Guide](https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-rds-integration-aws-secrets-manager/) and [Aurora User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html).\n\nYou can specify the `master_user_secret_kms_key_id` attribute to specify a specific KMS Key.\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.kms.Key(\"example\", {description: \"Example KMS Key\"});\nconst test = new aws.rds.Cluster(\"test\", {\n clusterIdentifier: \"example\",\n databaseName: \"test\",\n manageMasterUserPassword: true,\n masterUsername: \"test\",\n masterUserSecretKmsKeyId: example.keyId,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.kms.Key(\"example\", description=\"Example KMS Key\")\ntest = aws.rds.Cluster(\"test\",\n cluster_identifier=\"example\",\n database_name=\"test\",\n manage_master_user_password=True,\n master_username=\"test\",\n master_user_secret_kms_key_id=example.key_id)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.Kms.Key(\"example\", new()\n {\n Description = \"Example KMS Key\",\n });\n\n var test = new Aws.Rds.Cluster(\"test\", new()\n {\n ClusterIdentifier = \"example\",\n DatabaseName = \"test\",\n ManageMasterUserPassword = true,\n MasterUsername = \"test\",\n MasterUserSecretKmsKeyId = example.KeyId,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/kms\"\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\texample, err := kms.NewKey(ctx, \"example\", \u0026kms.KeyArgs{\n\t\t\tDescription: pulumi.String(\"Example KMS Key\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = rds.NewCluster(ctx, \"test\", \u0026rds.ClusterArgs{\n\t\t\tClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tDatabaseName: pulumi.String(\"test\"),\n\t\t\tManageMasterUserPassword: pulumi.Bool(true),\n\t\t\tMasterUsername: pulumi.String(\"test\"),\n\t\t\tMasterUserSecretKmsKeyId: example.KeyId,\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.kms.Key;\nimport com.pulumi.aws.kms.KeyArgs;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new Key(\"example\", KeyArgs.builder() \n .description(\"Example KMS Key\")\n .build());\n\n var test = new Cluster(\"test\", ClusterArgs.builder() \n .clusterIdentifier(\"example\")\n .databaseName(\"test\")\n .manageMasterUserPassword(true)\n .masterUsername(\"test\")\n .masterUserSecretKmsKeyId(example.keyId())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:kms:Key\n properties:\n description: Example KMS Key\n test:\n type: aws:rds:Cluster\n properties:\n clusterIdentifier: example\n databaseName: test\n manageMasterUserPassword: true\n masterUsername: test\n masterUserSecretKmsKeyId: ${example.keyId}\n```\n{{% /example %}}\n{{% example %}}\n### Global Cluster Restored From Snapshot\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst exampleClusterSnapshot = aws.rds.getClusterSnapshot({\n dbClusterIdentifier: \"example-original-cluster\",\n mostRecent: true,\n});\nconst exampleCluster = new aws.rds.Cluster(\"exampleCluster\", {\n engine: \"aurora\",\n engineVersion: \"5.6.mysql_aurora.1.22.4\",\n clusterIdentifier: \"example\",\n snapshotIdentifier: exampleClusterSnapshot.then(exampleClusterSnapshot =\u003e exampleClusterSnapshot.id),\n});\nconst exampleGlobalCluster = new aws.rds.GlobalCluster(\"exampleGlobalCluster\", {\n globalClusterIdentifier: \"example\",\n sourceDbClusterIdentifier: exampleCluster.arn,\n forceDestroy: true,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample_cluster_snapshot = aws.rds.get_cluster_snapshot(db_cluster_identifier=\"example-original-cluster\",\n most_recent=True)\nexample_cluster = aws.rds.Cluster(\"exampleCluster\",\n engine=\"aurora\",\n engine_version=\"5.6.mysql_aurora.1.22.4\",\n cluster_identifier=\"example\",\n snapshot_identifier=example_cluster_snapshot.id)\nexample_global_cluster = aws.rds.GlobalCluster(\"exampleGlobalCluster\",\n global_cluster_identifier=\"example\",\n source_db_cluster_identifier=example_cluster.arn,\n force_destroy=True)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var exampleClusterSnapshot = Aws.Rds.GetClusterSnapshot.Invoke(new()\n {\n DbClusterIdentifier = \"example-original-cluster\",\n MostRecent = true,\n });\n\n var exampleCluster = new Aws.Rds.Cluster(\"exampleCluster\", new()\n {\n Engine = \"aurora\",\n EngineVersion = \"5.6.mysql_aurora.1.22.4\",\n ClusterIdentifier = \"example\",\n SnapshotIdentifier = exampleClusterSnapshot.Apply(getClusterSnapshotResult =\u003e getClusterSnapshotResult.Id),\n });\n\n var exampleGlobalCluster = new Aws.Rds.GlobalCluster(\"exampleGlobalCluster\", new()\n {\n GlobalClusterIdentifier = \"example\",\n SourceDbClusterIdentifier = exampleCluster.Arn,\n ForceDestroy = true,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\texampleClusterSnapshot, err := rds.LookupClusterSnapshot(ctx, \u0026rds.LookupClusterSnapshotArgs{\n\t\t\tDbClusterIdentifier: pulumi.StringRef(\"example-original-cluster\"),\n\t\t\tMostRecent: pulumi.BoolRef(true),\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\texampleCluster, err := rds.NewCluster(ctx, \"exampleCluster\", \u0026rds.ClusterArgs{\n\t\t\tEngine: pulumi.String(\"aurora\"),\n\t\t\tEngineVersion: pulumi.String(\"5.6.mysql_aurora.1.22.4\"),\n\t\t\tClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tSnapshotIdentifier: *pulumi.String(exampleClusterSnapshot.Id),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = rds.NewGlobalCluster(ctx, \"exampleGlobalCluster\", \u0026rds.GlobalClusterArgs{\n\t\t\tGlobalClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tSourceDbClusterIdentifier: exampleCluster.Arn,\n\t\t\tForceDestroy: pulumi.Bool(true),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.RdsFunctions;\nimport com.pulumi.aws.rds.inputs.GetClusterSnapshotArgs;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport com.pulumi.aws.rds.GlobalCluster;\nimport com.pulumi.aws.rds.GlobalClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n final var exampleClusterSnapshot = RdsFunctions.getClusterSnapshot(GetClusterSnapshotArgs.builder()\n .dbClusterIdentifier(\"example-original-cluster\")\n .mostRecent(true)\n .build());\n\n var exampleCluster = new Cluster(\"exampleCluster\", ClusterArgs.builder() \n .engine(\"aurora\")\n .engineVersion(\"5.6.mysql_aurora.1.22.4\")\n .clusterIdentifier(\"example\")\n .snapshotIdentifier(exampleClusterSnapshot.applyValue(getClusterSnapshotResult -\u003e getClusterSnapshotResult.id()))\n .build());\n\n var exampleGlobalCluster = new GlobalCluster(\"exampleGlobalCluster\", GlobalClusterArgs.builder() \n .globalClusterIdentifier(\"example\")\n .sourceDbClusterIdentifier(exampleCluster.arn())\n .forceDestroy(true)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n exampleCluster:\n type: aws:rds:Cluster\n properties:\n # Because the global cluster is sourced from this cluster, the initial \n # # engine and engine_version values are defined here and automatically\n # # inherited by the global cluster.\n engine: aurora\n engineVersion: 5.6.mysql_aurora.1.22.4\n clusterIdentifier: example\n snapshotIdentifier: ${exampleClusterSnapshot.id}\n exampleGlobalCluster:\n type: aws:rds:GlobalCluster\n properties:\n globalClusterIdentifier: example\n sourceDbClusterIdentifier: ${exampleCluster.arn}\n forceDestroy: true\nvariables:\n exampleClusterSnapshot:\n fn::invoke:\n Function: aws:rds:getClusterSnapshot\n Arguments:\n dbClusterIdentifier: example-original-cluster\n mostRecent: true\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import RDS Clusters using the `cluster_identifier`. For example:\n\n```sh\n $ pulumi import aws:rds/cluster:Cluster aurora_cluster aurora-prod-cluster\n```\n ", + "description": "Manages a [RDS Aurora Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html). To manage cluster instances that inherit configuration from the cluster (when not running the cluster in `serverless` engine mode), see the `aws.rds.ClusterInstance` resource. To manage non-Aurora databases (e.g., MySQL, PostgreSQL, SQL Server, etc.), see the `aws.rds.Instance` resource.\n\nFor information on the difference between the available Aurora MySQL engines\nsee [Comparison between Aurora MySQL 1 and Aurora MySQL 2](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Updates.20180206.html)\nin the Amazon RDS User Guide.\n\nChanges to an RDS Cluster can occur when you manually change a\nparameter, such as `port`, and are reflected in the next maintenance\nwindow. Because of this, this provider may report a difference in its planning\nphase because a modification has not yet taken place. You can use the\n`apply_immediately` flag to instruct the service to apply the change immediately\n(see documentation below).\n\n\u003e **Note:** using `apply_immediately` can result in a\nbrief downtime as the server reboots. See the AWS Docs on [RDS Maintenance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html)\nfor more information.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n### Aurora MySQL 2.x (MySQL 5.7)\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst _default = new aws.rds.Cluster(\"default\", {\n availabilityZones: [\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backupRetentionPeriod: 5,\n clusterIdentifier: \"aurora-cluster-demo\",\n databaseName: \"mydb\",\n engine: \"aurora-mysql\",\n engineVersion: \"5.7.mysql_aurora.2.03.2\",\n masterPassword: \"bar\",\n masterUsername: \"foo\",\n preferredBackupWindow: \"07:00-09:00\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\ndefault = aws.rds.Cluster(\"default\",\n availability_zones=[\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backup_retention_period=5,\n cluster_identifier=\"aurora-cluster-demo\",\n database_name=\"mydb\",\n engine=\"aurora-mysql\",\n engine_version=\"5.7.mysql_aurora.2.03.2\",\n master_password=\"bar\",\n master_username=\"foo\",\n preferred_backup_window=\"07:00-09:00\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var @default = new Aws.Rds.Cluster(\"default\", new()\n {\n AvailabilityZones = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n },\n BackupRetentionPeriod = 5,\n ClusterIdentifier = \"aurora-cluster-demo\",\n DatabaseName = \"mydb\",\n Engine = \"aurora-mysql\",\n EngineVersion = \"5.7.mysql_aurora.2.03.2\",\n MasterPassword = \"bar\",\n MasterUsername = \"foo\",\n PreferredBackupWindow = \"07:00-09:00\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := rds.NewCluster(ctx, \"default\", \u0026rds.ClusterArgs{\n\t\t\tAvailabilityZones: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t\tpulumi.String(\"us-west-2c\"),\n\t\t\t},\n\t\t\tBackupRetentionPeriod: pulumi.Int(5),\n\t\t\tClusterIdentifier: pulumi.String(\"aurora-cluster-demo\"),\n\t\t\tDatabaseName: pulumi.String(\"mydb\"),\n\t\t\tEngine: pulumi.String(\"aurora-mysql\"),\n\t\t\tEngineVersion: pulumi.String(\"5.7.mysql_aurora.2.03.2\"),\n\t\t\tMasterPassword: pulumi.String(\"bar\"),\n\t\t\tMasterUsername: pulumi.String(\"foo\"),\n\t\t\tPreferredBackupWindow: pulumi.String(\"07:00-09:00\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var default_ = new Cluster(\"default\", ClusterArgs.builder() \n .availabilityZones( \n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\")\n .backupRetentionPeriod(5)\n .clusterIdentifier(\"aurora-cluster-demo\")\n .databaseName(\"mydb\")\n .engine(\"aurora-mysql\")\n .engineVersion(\"5.7.mysql_aurora.2.03.2\")\n .masterPassword(\"bar\")\n .masterUsername(\"foo\")\n .preferredBackupWindow(\"07:00-09:00\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n default:\n type: aws:rds:Cluster\n properties:\n availabilityZones:\n - us-west-2a\n - us-west-2b\n - us-west-2c\n backupRetentionPeriod: 5\n clusterIdentifier: aurora-cluster-demo\n databaseName: mydb\n engine: aurora-mysql\n engineVersion: 5.7.mysql_aurora.2.03.2\n masterPassword: bar\n masterUsername: foo\n preferredBackupWindow: 07:00-09:00\n```\n{{% /example %}}\n{{% example %}}\n### Aurora MySQL 1.x (MySQL 5.6)\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst _default = new aws.rds.Cluster(\"default\", {\n availabilityZones: [\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backupRetentionPeriod: 5,\n clusterIdentifier: \"aurora-cluster-demo\",\n databaseName: \"mydb\",\n masterPassword: \"bar\",\n masterUsername: \"foo\",\n preferredBackupWindow: \"07:00-09:00\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\ndefault = aws.rds.Cluster(\"default\",\n availability_zones=[\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backup_retention_period=5,\n cluster_identifier=\"aurora-cluster-demo\",\n database_name=\"mydb\",\n master_password=\"bar\",\n master_username=\"foo\",\n preferred_backup_window=\"07:00-09:00\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var @default = new Aws.Rds.Cluster(\"default\", new()\n {\n AvailabilityZones = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n },\n BackupRetentionPeriod = 5,\n ClusterIdentifier = \"aurora-cluster-demo\",\n DatabaseName = \"mydb\",\n MasterPassword = \"bar\",\n MasterUsername = \"foo\",\n PreferredBackupWindow = \"07:00-09:00\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := rds.NewCluster(ctx, \"default\", \u0026rds.ClusterArgs{\n\t\t\tAvailabilityZones: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t\tpulumi.String(\"us-west-2c\"),\n\t\t\t},\n\t\t\tBackupRetentionPeriod: pulumi.Int(5),\n\t\t\tClusterIdentifier: pulumi.String(\"aurora-cluster-demo\"),\n\t\t\tDatabaseName: pulumi.String(\"mydb\"),\n\t\t\tMasterPassword: pulumi.String(\"bar\"),\n\t\t\tMasterUsername: pulumi.String(\"foo\"),\n\t\t\tPreferredBackupWindow: pulumi.String(\"07:00-09:00\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var default_ = new Cluster(\"default\", ClusterArgs.builder() \n .availabilityZones( \n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\")\n .backupRetentionPeriod(5)\n .clusterIdentifier(\"aurora-cluster-demo\")\n .databaseName(\"mydb\")\n .masterPassword(\"bar\")\n .masterUsername(\"foo\")\n .preferredBackupWindow(\"07:00-09:00\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n default:\n type: aws:rds:Cluster\n properties:\n availabilityZones:\n - us-west-2a\n - us-west-2b\n - us-west-2c\n backupRetentionPeriod: 5\n clusterIdentifier: aurora-cluster-demo\n databaseName: mydb\n masterPassword: bar\n masterUsername: foo\n preferredBackupWindow: 07:00-09:00\n```\n{{% /example %}}\n{{% example %}}\n### Aurora with PostgreSQL engine\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst postgresql = new aws.rds.Cluster(\"postgresql\", {\n availabilityZones: [\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backupRetentionPeriod: 5,\n clusterIdentifier: \"aurora-cluster-demo\",\n databaseName: \"mydb\",\n engine: \"aurora-postgresql\",\n masterPassword: \"bar\",\n masterUsername: \"foo\",\n preferredBackupWindow: \"07:00-09:00\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\npostgresql = aws.rds.Cluster(\"postgresql\",\n availability_zones=[\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n backup_retention_period=5,\n cluster_identifier=\"aurora-cluster-demo\",\n database_name=\"mydb\",\n engine=\"aurora-postgresql\",\n master_password=\"bar\",\n master_username=\"foo\",\n preferred_backup_window=\"07:00-09:00\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var postgresql = new Aws.Rds.Cluster(\"postgresql\", new()\n {\n AvailabilityZones = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n },\n BackupRetentionPeriod = 5,\n ClusterIdentifier = \"aurora-cluster-demo\",\n DatabaseName = \"mydb\",\n Engine = \"aurora-postgresql\",\n MasterPassword = \"bar\",\n MasterUsername = \"foo\",\n PreferredBackupWindow = \"07:00-09:00\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := rds.NewCluster(ctx, \"postgresql\", \u0026rds.ClusterArgs{\n\t\t\tAvailabilityZones: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t\tpulumi.String(\"us-west-2c\"),\n\t\t\t},\n\t\t\tBackupRetentionPeriod: pulumi.Int(5),\n\t\t\tClusterIdentifier: pulumi.String(\"aurora-cluster-demo\"),\n\t\t\tDatabaseName: pulumi.String(\"mydb\"),\n\t\t\tEngine: pulumi.String(\"aurora-postgresql\"),\n\t\t\tMasterPassword: pulumi.String(\"bar\"),\n\t\t\tMasterUsername: pulumi.String(\"foo\"),\n\t\t\tPreferredBackupWindow: pulumi.String(\"07:00-09:00\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var postgresql = new Cluster(\"postgresql\", ClusterArgs.builder() \n .availabilityZones( \n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\")\n .backupRetentionPeriod(5)\n .clusterIdentifier(\"aurora-cluster-demo\")\n .databaseName(\"mydb\")\n .engine(\"aurora-postgresql\")\n .masterPassword(\"bar\")\n .masterUsername(\"foo\")\n .preferredBackupWindow(\"07:00-09:00\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n postgresql:\n type: aws:rds:Cluster\n properties:\n availabilityZones:\n - us-west-2a\n - us-west-2b\n - us-west-2c\n backupRetentionPeriod: 5\n clusterIdentifier: aurora-cluster-demo\n databaseName: mydb\n engine: aurora-postgresql\n masterPassword: bar\n masterUsername: foo\n preferredBackupWindow: 07:00-09:00\n```\n{{% /example %}}\n{{% example %}}\n### RDS Multi-AZ Cluster\n\n\u003e More information about RDS Multi-AZ Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html).\n\nTo create a Multi-AZ RDS cluster, you must additionally specify the `engine`, `storage_type`, `allocated_storage`, `iops` and `db_cluster_instance_class` attributes.\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.rds.Cluster(\"example\", {\n allocatedStorage: 100,\n availabilityZones: [\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n clusterIdentifier: \"example\",\n dbClusterInstanceClass: \"db.r6gd.xlarge\",\n engine: \"mysql\",\n iops: 1000,\n masterPassword: \"mustbeeightcharaters\",\n masterUsername: \"test\",\n storageType: \"io1\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.rds.Cluster(\"example\",\n allocated_storage=100,\n availability_zones=[\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n ],\n cluster_identifier=\"example\",\n db_cluster_instance_class=\"db.r6gd.xlarge\",\n engine=\"mysql\",\n iops=1000,\n master_password=\"mustbeeightcharaters\",\n master_username=\"test\",\n storage_type=\"io1\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.Rds.Cluster(\"example\", new()\n {\n AllocatedStorage = 100,\n AvailabilityZones = new[]\n {\n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\",\n },\n ClusterIdentifier = \"example\",\n DbClusterInstanceClass = \"db.r6gd.xlarge\",\n Engine = \"mysql\",\n Iops = 1000,\n MasterPassword = \"mustbeeightcharaters\",\n MasterUsername = \"test\",\n StorageType = \"io1\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := rds.NewCluster(ctx, \"example\", \u0026rds.ClusterArgs{\n\t\t\tAllocatedStorage: pulumi.Int(100),\n\t\t\tAvailabilityZones: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"us-west-2a\"),\n\t\t\t\tpulumi.String(\"us-west-2b\"),\n\t\t\t\tpulumi.String(\"us-west-2c\"),\n\t\t\t},\n\t\t\tClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tDbClusterInstanceClass: pulumi.String(\"db.r6gd.xlarge\"),\n\t\t\tEngine: pulumi.String(\"mysql\"),\n\t\t\tIops: pulumi.Int(1000),\n\t\t\tMasterPassword: pulumi.String(\"mustbeeightcharaters\"),\n\t\t\tMasterUsername: pulumi.String(\"test\"),\n\t\t\tStorageType: pulumi.String(\"io1\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new Cluster(\"example\", ClusterArgs.builder() \n .allocatedStorage(100)\n .availabilityZones( \n \"us-west-2a\",\n \"us-west-2b\",\n \"us-west-2c\")\n .clusterIdentifier(\"example\")\n .dbClusterInstanceClass(\"db.r6gd.xlarge\")\n .engine(\"mysql\")\n .iops(1000)\n .masterPassword(\"mustbeeightcharaters\")\n .masterUsername(\"test\")\n .storageType(\"io1\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:rds:Cluster\n properties:\n allocatedStorage: 100\n availabilityZones:\n - us-west-2a\n - us-west-2b\n - us-west-2c\n clusterIdentifier: example\n dbClusterInstanceClass: db.r6gd.xlarge\n engine: mysql\n iops: 1000\n masterPassword: mustbeeightcharaters\n masterUsername: test\n storageType: io1\n```\n{{% /example %}}\n{{% example %}}\n### RDS Serverless v2 Cluster\n\n\u003e More information about RDS Serverless v2 Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html).\n\nTo create a Serverless v2 RDS cluster, you must additionally specify the `engine_mode` and `serverlessv2_scaling_configuration` attributes. An `aws.rds.ClusterInstance` resource must also be added to the cluster with the `instance_class` attribute specified.\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst exampleCluster = new aws.rds.Cluster(\"exampleCluster\", {\n clusterIdentifier: \"example\",\n engine: \"aurora-postgresql\",\n engineMode: \"provisioned\",\n engineVersion: \"13.6\",\n databaseName: \"test\",\n masterUsername: \"test\",\n masterPassword: \"must_be_eight_characters\",\n serverlessv2ScalingConfiguration: {\n maxCapacity: 1,\n minCapacity: 0.5,\n },\n});\nconst exampleClusterInstance = new aws.rds.ClusterInstance(\"exampleClusterInstance\", {\n clusterIdentifier: exampleCluster.id,\n instanceClass: \"db.serverless\",\n engine: exampleCluster.engine,\n engineVersion: exampleCluster.engineVersion,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample_cluster = aws.rds.Cluster(\"exampleCluster\",\n cluster_identifier=\"example\",\n engine=\"aurora-postgresql\",\n engine_mode=\"provisioned\",\n engine_version=\"13.6\",\n database_name=\"test\",\n master_username=\"test\",\n master_password=\"must_be_eight_characters\",\n serverlessv2_scaling_configuration=aws.rds.ClusterServerlessv2ScalingConfigurationArgs(\n max_capacity=1,\n min_capacity=0.5,\n ))\nexample_cluster_instance = aws.rds.ClusterInstance(\"exampleClusterInstance\",\n cluster_identifier=example_cluster.id,\n instance_class=\"db.serverless\",\n engine=example_cluster.engine,\n engine_version=example_cluster.engine_version)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var exampleCluster = new Aws.Rds.Cluster(\"exampleCluster\", new()\n {\n ClusterIdentifier = \"example\",\n Engine = \"aurora-postgresql\",\n EngineMode = \"provisioned\",\n EngineVersion = \"13.6\",\n DatabaseName = \"test\",\n MasterUsername = \"test\",\n MasterPassword = \"must_be_eight_characters\",\n Serverlessv2ScalingConfiguration = new Aws.Rds.Inputs.ClusterServerlessv2ScalingConfigurationArgs\n {\n MaxCapacity = 1,\n MinCapacity = 0.5,\n },\n });\n\n var exampleClusterInstance = new Aws.Rds.ClusterInstance(\"exampleClusterInstance\", new()\n {\n ClusterIdentifier = exampleCluster.Id,\n InstanceClass = \"db.serverless\",\n Engine = exampleCluster.Engine,\n EngineVersion = exampleCluster.EngineVersion,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\texampleCluster, err := rds.NewCluster(ctx, \"exampleCluster\", \u0026rds.ClusterArgs{\n\t\t\tClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tEngine: pulumi.String(\"aurora-postgresql\"),\n\t\t\tEngineMode: pulumi.String(\"provisioned\"),\n\t\t\tEngineVersion: pulumi.String(\"13.6\"),\n\t\t\tDatabaseName: pulumi.String(\"test\"),\n\t\t\tMasterUsername: pulumi.String(\"test\"),\n\t\t\tMasterPassword: pulumi.String(\"must_be_eight_characters\"),\n\t\t\tServerlessv2ScalingConfiguration: \u0026rds.ClusterServerlessv2ScalingConfigurationArgs{\n\t\t\t\tMaxCapacity: pulumi.Float64(1),\n\t\t\t\tMinCapacity: pulumi.Float64(0.5),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = rds.NewClusterInstance(ctx, \"exampleClusterInstance\", \u0026rds.ClusterInstanceArgs{\n\t\t\tClusterIdentifier: exampleCluster.ID(),\n\t\t\tInstanceClass: pulumi.String(\"db.serverless\"),\n\t\t\tEngine: exampleCluster.Engine,\n\t\t\tEngineVersion: exampleCluster.EngineVersion,\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport com.pulumi.aws.rds.inputs.ClusterServerlessv2ScalingConfigurationArgs;\nimport com.pulumi.aws.rds.ClusterInstance;\nimport com.pulumi.aws.rds.ClusterInstanceArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var exampleCluster = new Cluster(\"exampleCluster\", ClusterArgs.builder() \n .clusterIdentifier(\"example\")\n .engine(\"aurora-postgresql\")\n .engineMode(\"provisioned\")\n .engineVersion(\"13.6\")\n .databaseName(\"test\")\n .masterUsername(\"test\")\n .masterPassword(\"must_be_eight_characters\")\n .serverlessv2ScalingConfiguration(ClusterServerlessv2ScalingConfigurationArgs.builder()\n .maxCapacity(1)\n .minCapacity(0.5)\n .build())\n .build());\n\n var exampleClusterInstance = new ClusterInstance(\"exampleClusterInstance\", ClusterInstanceArgs.builder() \n .clusterIdentifier(exampleCluster.id())\n .instanceClass(\"db.serverless\")\n .engine(exampleCluster.engine())\n .engineVersion(exampleCluster.engineVersion())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n exampleCluster:\n type: aws:rds:Cluster\n properties:\n clusterIdentifier: example\n engine: aurora-postgresql\n engineMode: provisioned\n engineVersion: '13.6'\n databaseName: test\n masterUsername: test\n masterPassword: must_be_eight_characters\n serverlessv2ScalingConfiguration:\n maxCapacity: 1\n minCapacity: 0.5\n exampleClusterInstance:\n type: aws:rds:ClusterInstance\n properties:\n clusterIdentifier: ${exampleCluster.id}\n instanceClass: db.serverless\n engine: ${exampleCluster.engine}\n engineVersion: ${exampleCluster.engineVersion}\n```\n{{% /example %}}\n{{% example %}}\n### RDS/Aurora Managed Master Passwords via Secrets Manager, default KMS Key\n\n\u003e More information about RDS/Aurora Aurora integrates with Secrets Manager to manage master user passwords for your DB clusters can be found in the [RDS User Guide](https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-rds-integration-aws-secrets-manager/) and [Aurora User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html).\n\nYou can specify the `manage_master_user_password` attribute to enable managing the master password with Secrets Manager. You can also update an existing cluster to use Secrets Manager by specify the `manage_master_user_password` attribute and removing the `master_password` attribute (removal is required).\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst test = new aws.rds.Cluster(\"test\", {\n clusterIdentifier: \"example\",\n databaseName: \"test\",\n manageMasterUserPassword: true,\n masterUsername: \"test\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\ntest = aws.rds.Cluster(\"test\",\n cluster_identifier=\"example\",\n database_name=\"test\",\n manage_master_user_password=True,\n master_username=\"test\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var test = new Aws.Rds.Cluster(\"test\", new()\n {\n ClusterIdentifier = \"example\",\n DatabaseName = \"test\",\n ManageMasterUserPassword = true,\n MasterUsername = \"test\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := rds.NewCluster(ctx, \"test\", \u0026rds.ClusterArgs{\n\t\t\tClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tDatabaseName: pulumi.String(\"test\"),\n\t\t\tManageMasterUserPassword: pulumi.Bool(true),\n\t\t\tMasterUsername: pulumi.String(\"test\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var test = new Cluster(\"test\", ClusterArgs.builder() \n .clusterIdentifier(\"example\")\n .databaseName(\"test\")\n .manageMasterUserPassword(true)\n .masterUsername(\"test\")\n .build());\n\n }\n}\n```\n```yaml\nresources:\n test:\n type: aws:rds:Cluster\n properties:\n clusterIdentifier: example\n databaseName: test\n manageMasterUserPassword: true\n masterUsername: test\n```\n{{% /example %}}\n{{% example %}}\n### RDS/Aurora Managed Master Passwords via Secrets Manager, specific KMS Key\n\n\u003e More information about RDS/Aurora Aurora integrates with Secrets Manager to manage master user passwords for your DB clusters can be found in the [RDS User Guide](https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-rds-integration-aws-secrets-manager/) and [Aurora User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html).\n\nYou can specify the `master_user_secret_kms_key_id` attribute to specify a specific KMS Key.\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = new aws.kms.Key(\"example\", {description: \"Example KMS Key\"});\nconst test = new aws.rds.Cluster(\"test\", {\n clusterIdentifier: \"example\",\n databaseName: \"test\",\n manageMasterUserPassword: true,\n masterUsername: \"test\",\n masterUserSecretKmsKeyId: example.keyId,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.kms.Key(\"example\", description=\"Example KMS Key\")\ntest = aws.rds.Cluster(\"test\",\n cluster_identifier=\"example\",\n database_name=\"test\",\n manage_master_user_password=True,\n master_username=\"test\",\n master_user_secret_kms_key_id=example.key_id)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = new Aws.Kms.Key(\"example\", new()\n {\n Description = \"Example KMS Key\",\n });\n\n var test = new Aws.Rds.Cluster(\"test\", new()\n {\n ClusterIdentifier = \"example\",\n DatabaseName = \"test\",\n ManageMasterUserPassword = true,\n MasterUsername = \"test\",\n MasterUserSecretKmsKeyId = example.KeyId,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/kms\"\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\texample, err := kms.NewKey(ctx, \"example\", \u0026kms.KeyArgs{\n\t\t\tDescription: pulumi.String(\"Example KMS Key\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = rds.NewCluster(ctx, \"test\", \u0026rds.ClusterArgs{\n\t\t\tClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tDatabaseName: pulumi.String(\"test\"),\n\t\t\tManageMasterUserPassword: pulumi.Bool(true),\n\t\t\tMasterUsername: pulumi.String(\"test\"),\n\t\t\tMasterUserSecretKmsKeyId: example.KeyId,\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.kms.Key;\nimport com.pulumi.aws.kms.KeyArgs;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new Key(\"example\", KeyArgs.builder() \n .description(\"Example KMS Key\")\n .build());\n\n var test = new Cluster(\"test\", ClusterArgs.builder() \n .clusterIdentifier(\"example\")\n .databaseName(\"test\")\n .manageMasterUserPassword(true)\n .masterUsername(\"test\")\n .masterUserSecretKmsKeyId(example.keyId())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:kms:Key\n properties:\n description: Example KMS Key\n test:\n type: aws:rds:Cluster\n properties:\n clusterIdentifier: example\n databaseName: test\n manageMasterUserPassword: true\n masterUsername: test\n masterUserSecretKmsKeyId: ${example.keyId}\n```\n{{% /example %}}\n{{% example %}}\n### Global Cluster Restored From Snapshot\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst exampleClusterSnapshot = aws.rds.getClusterSnapshot({\n dbClusterIdentifier: \"example-original-cluster\",\n mostRecent: true,\n});\nconst exampleCluster = new aws.rds.Cluster(\"exampleCluster\", {\n engine: \"aurora\",\n engineVersion: \"5.6.mysql_aurora.1.22.4\",\n clusterIdentifier: \"example\",\n snapshotIdentifier: exampleClusterSnapshot.then(exampleClusterSnapshot =\u003e exampleClusterSnapshot.id),\n});\nconst exampleGlobalCluster = new aws.rds.GlobalCluster(\"exampleGlobalCluster\", {\n globalClusterIdentifier: \"example\",\n sourceDbClusterIdentifier: exampleCluster.arn,\n forceDestroy: true,\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample_cluster_snapshot = aws.rds.get_cluster_snapshot(db_cluster_identifier=\"example-original-cluster\",\n most_recent=True)\nexample_cluster = aws.rds.Cluster(\"exampleCluster\",\n engine=\"aurora\",\n engine_version=\"5.6.mysql_aurora.1.22.4\",\n cluster_identifier=\"example\",\n snapshot_identifier=example_cluster_snapshot.id)\nexample_global_cluster = aws.rds.GlobalCluster(\"exampleGlobalCluster\",\n global_cluster_identifier=\"example\",\n source_db_cluster_identifier=example_cluster.arn,\n force_destroy=True)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var exampleClusterSnapshot = Aws.Rds.GetClusterSnapshot.Invoke(new()\n {\n DbClusterIdentifier = \"example-original-cluster\",\n MostRecent = true,\n });\n\n var exampleCluster = new Aws.Rds.Cluster(\"exampleCluster\", new()\n {\n Engine = \"aurora\",\n EngineVersion = \"5.6.mysql_aurora.1.22.4\",\n ClusterIdentifier = \"example\",\n SnapshotIdentifier = exampleClusterSnapshot.Apply(getClusterSnapshotResult =\u003e getClusterSnapshotResult.Id),\n });\n\n var exampleGlobalCluster = new Aws.Rds.GlobalCluster(\"exampleGlobalCluster\", new()\n {\n GlobalClusterIdentifier = \"example\",\n SourceDbClusterIdentifier = exampleCluster.Arn,\n ForceDestroy = true,\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\texampleClusterSnapshot, err := rds.LookupClusterSnapshot(ctx, \u0026rds.LookupClusterSnapshotArgs{\n\t\t\tDbClusterIdentifier: pulumi.StringRef(\"example-original-cluster\"),\n\t\t\tMostRecent: pulumi.BoolRef(true),\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\texampleCluster, err := rds.NewCluster(ctx, \"exampleCluster\", \u0026rds.ClusterArgs{\n\t\t\tEngine: pulumi.String(\"aurora\"),\n\t\t\tEngineVersion: pulumi.String(\"5.6.mysql_aurora.1.22.4\"),\n\t\t\tClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tSnapshotIdentifier: *pulumi.String(exampleClusterSnapshot.Id),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = rds.NewGlobalCluster(ctx, \"exampleGlobalCluster\", \u0026rds.GlobalClusterArgs{\n\t\t\tGlobalClusterIdentifier: pulumi.String(\"example\"),\n\t\t\tSourceDbClusterIdentifier: exampleCluster.Arn,\n\t\t\tForceDestroy: pulumi.Bool(true),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.rds.RdsFunctions;\nimport com.pulumi.aws.rds.inputs.GetClusterSnapshotArgs;\nimport com.pulumi.aws.rds.Cluster;\nimport com.pulumi.aws.rds.ClusterArgs;\nimport com.pulumi.aws.rds.GlobalCluster;\nimport com.pulumi.aws.rds.GlobalClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n final var exampleClusterSnapshot = RdsFunctions.getClusterSnapshot(GetClusterSnapshotArgs.builder()\n .dbClusterIdentifier(\"example-original-cluster\")\n .mostRecent(true)\n .build());\n\n var exampleCluster = new Cluster(\"exampleCluster\", ClusterArgs.builder() \n .engine(\"aurora\")\n .engineVersion(\"5.6.mysql_aurora.1.22.4\")\n .clusterIdentifier(\"example\")\n .snapshotIdentifier(exampleClusterSnapshot.applyValue(getClusterSnapshotResult -\u003e getClusterSnapshotResult.id()))\n .build());\n\n var exampleGlobalCluster = new GlobalCluster(\"exampleGlobalCluster\", GlobalClusterArgs.builder() \n .globalClusterIdentifier(\"example\")\n .sourceDbClusterIdentifier(exampleCluster.arn())\n .forceDestroy(true)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n exampleCluster:\n type: aws:rds:Cluster\n properties:\n # Because the global cluster is sourced from this cluster, the initial \n # # engine and engine_version values are defined here and automatically\n # # inherited by the global cluster.\n engine: aurora\n engineVersion: 5.6.mysql_aurora.1.22.4\n clusterIdentifier: example\n snapshotIdentifier: ${exampleClusterSnapshot.id}\n exampleGlobalCluster:\n type: aws:rds:GlobalCluster\n properties:\n globalClusterIdentifier: example\n sourceDbClusterIdentifier: ${exampleCluster.arn}\n forceDestroy: true\nvariables:\n exampleClusterSnapshot:\n fn::invoke:\n Function: aws:rds:getClusterSnapshot\n Arguments:\n dbClusterIdentifier: example-original-cluster\n mostRecent: true\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import RDS Clusters using the `cluster_identifier`. For example:\n\n```sh\n $ pulumi import aws:rds/cluster:Cluster aurora_cluster aurora-prod-cluster\n```\n ", "properties": { "allocatedStorage": { "type": "integer", @@ -269361,7 +269649,7 @@ }, "engineMode": { "type": "string", - "description": "Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`.\n" + "description": "Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`.\n" }, "engineVersion": { "type": "string", @@ -269668,7 +269956,7 @@ "$ref": "#/types/aws:rds/EngineMode:EngineMode" } ], - "description": "Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`.\n", + "description": "Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`.\n", "willReplaceOnChanges": true }, "engineVersion": { @@ -269937,7 +270225,7 @@ "$ref": "#/types/aws:rds/EngineMode:EngineMode" } ], - "description": "Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`.\n", + "description": "Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`.\n", "willReplaceOnChanges": true }, "engineVersion": { @@ -284513,6 +284801,10 @@ }, "description": "Set of configuration blocks with information for granting permissions. See below.\n" }, + "targetObjectKeyFormat": { + "$ref": "#/types/aws:s3/BucketLoggingV2TargetObjectKeyFormat:BucketLoggingV2TargetObjectKeyFormat", + "description": "Amazon S3 key format for log objects. See below.\n" + }, "targetPrefix": { "type": "string", "description": "Prefix for all log object keys.\n" @@ -284545,6 +284837,10 @@ }, "description": "Set of configuration blocks with information for granting permissions. See below.\n" }, + "targetObjectKeyFormat": { + "$ref": "#/types/aws:s3/BucketLoggingV2TargetObjectKeyFormat:BucketLoggingV2TargetObjectKeyFormat", + "description": "Amazon S3 key format for log objects. See below.\n" + }, "targetPrefix": { "type": "string", "description": "Prefix for all log object keys.\n" @@ -284579,6 +284875,10 @@ }, "description": "Set of configuration blocks with information for granting permissions. See below.\n" }, + "targetObjectKeyFormat": { + "$ref": "#/types/aws:s3/BucketLoggingV2TargetObjectKeyFormat:BucketLoggingV2TargetObjectKeyFormat", + "description": "Amazon S3 key format for log objects. See below.\n" + }, "targetPrefix": { "type": "string", "description": "Prefix for all log object keys.\n" @@ -287550,6 +287850,47 @@ "type": "object" } }, + "aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy": { + "description": "Provides a resource to manage an S3 Access Grants instance resource policy.\nUse a resource policy to manage cross-account access to your S3 Access Grants instance.\n\n\n## Import\n\nUsing `pulumi import`, import S3 Access Grants instance resource policies using the `account_id`. For example:\n\n```sh\n $ pulumi import aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy example 123456789012\n```\n ", + "properties": { + "accountId": { + "type": "string" + }, + "policy": { + "type": "string", + "description": "The policy document.\n" + } + }, + "required": [ + "accountId", + "policy" + ], + "inputProperties": { + "accountId": { + "type": "string" + }, + "policy": { + "type": "string", + "description": "The policy document.\n" + } + }, + "requiredInputs": [ + "policy" + ], + "stateInputs": { + "description": "Input properties used for looking up and filtering AccessGrantsInstanceResourcePolicy resources.\n", + "properties": { + "accountId": { + "type": "string" + }, + "policy": { + "type": "string", + "description": "The policy document.\n" + } + }, + "type": "object" + } + }, "aws:s3control/accessPointPolicy:AccessPointPolicy": { "description": "Provides a resource to manage an S3 Access Point resource policy.\n\n\u003e **NOTE on Access Points and Access Point Policies:** The provider provides both a standalone Access Point Policy resource and an Access Point resource with a resource policy defined in-line. You cannot use an Access Point with in-line resource policy in conjunction with an Access Point Policy resource. Doing so will cause a conflict of policies and will overwrite the access point's resource policy.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst exampleBucketV2 = new aws.s3.BucketV2(\"exampleBucketV2\", {});\nconst exampleAccessPoint = new aws.s3.AccessPoint(\"exampleAccessPoint\", {\n bucket: exampleBucketV2.id,\n publicAccessBlockConfiguration: {\n blockPublicAcls: true,\n blockPublicPolicy: false,\n ignorePublicAcls: true,\n restrictPublicBuckets: false,\n },\n});\nconst exampleAccessPointPolicy = new aws.s3control.AccessPointPolicy(\"exampleAccessPointPolicy\", {\n accessPointArn: exampleAccessPoint.arn,\n policy: exampleAccessPoint.arn.apply(arn =\u003e JSON.stringify({\n Version: \"2008-10-17\",\n Statement: [{\n Effect: \"Allow\",\n Action: \"s3:GetObjectTagging\",\n Principal: {\n AWS: \"*\",\n },\n Resource: `${arn}/object/*`,\n }],\n })),\n});\n```\n```python\nimport pulumi\nimport json\nimport pulumi_aws as aws\n\nexample_bucket_v2 = aws.s3.BucketV2(\"exampleBucketV2\")\nexample_access_point = aws.s3.AccessPoint(\"exampleAccessPoint\",\n bucket=example_bucket_v2.id,\n public_access_block_configuration=aws.s3.AccessPointPublicAccessBlockConfigurationArgs(\n block_public_acls=True,\n block_public_policy=False,\n ignore_public_acls=True,\n restrict_public_buckets=False,\n ))\nexample_access_point_policy = aws.s3control.AccessPointPolicy(\"exampleAccessPointPolicy\",\n access_point_arn=example_access_point.arn,\n policy=example_access_point.arn.apply(lambda arn: json.dumps({\n \"Version\": \"2008-10-17\",\n \"Statement\": [{\n \"Effect\": \"Allow\",\n \"Action\": \"s3:GetObjectTagging\",\n \"Principal\": {\n \"AWS\": \"*\",\n },\n \"Resource\": f\"{arn}/object/*\",\n }],\n })))\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text.Json;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var exampleBucketV2 = new Aws.S3.BucketV2(\"exampleBucketV2\");\n\n var exampleAccessPoint = new Aws.S3.AccessPoint(\"exampleAccessPoint\", new()\n {\n Bucket = exampleBucketV2.Id,\n PublicAccessBlockConfiguration = new Aws.S3.Inputs.AccessPointPublicAccessBlockConfigurationArgs\n {\n BlockPublicAcls = true,\n BlockPublicPolicy = false,\n IgnorePublicAcls = true,\n RestrictPublicBuckets = false,\n },\n });\n\n var exampleAccessPointPolicy = new Aws.S3Control.AccessPointPolicy(\"exampleAccessPointPolicy\", new()\n {\n AccessPointArn = exampleAccessPoint.Arn,\n Policy = exampleAccessPoint.Arn.Apply(arn =\u003e JsonSerializer.Serialize(new Dictionary\u003cstring, object?\u003e\n {\n [\"Version\"] = \"2008-10-17\",\n [\"Statement\"] = new[]\n {\n new Dictionary\u003cstring, object?\u003e\n {\n [\"Effect\"] = \"Allow\",\n [\"Action\"] = \"s3:GetObjectTagging\",\n [\"Principal\"] = new Dictionary\u003cstring, object?\u003e\n {\n [\"AWS\"] = \"*\",\n },\n [\"Resource\"] = $\"{arn}/object/*\",\n },\n },\n })),\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"encoding/json\"\n\t\"fmt\"\n\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/s3\"\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/s3control\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\texampleBucketV2, err := s3.NewBucketV2(ctx, \"exampleBucketV2\", nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\texampleAccessPoint, err := s3.NewAccessPoint(ctx, \"exampleAccessPoint\", \u0026s3.AccessPointArgs{\n\t\t\tBucket: exampleBucketV2.ID(),\n\t\t\tPublicAccessBlockConfiguration: \u0026s3.AccessPointPublicAccessBlockConfigurationArgs{\n\t\t\t\tBlockPublicAcls: pulumi.Bool(true),\n\t\t\t\tBlockPublicPolicy: pulumi.Bool(false),\n\t\t\t\tIgnorePublicAcls: pulumi.Bool(true),\n\t\t\t\tRestrictPublicBuckets: pulumi.Bool(false),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = s3control.NewAccessPointPolicy(ctx, \"exampleAccessPointPolicy\", \u0026s3control.AccessPointPolicyArgs{\n\t\t\tAccessPointArn: exampleAccessPoint.Arn,\n\t\t\tPolicy: exampleAccessPoint.Arn.ApplyT(func(arn string) (pulumi.String, error) {\n\t\t\t\tvar _zero pulumi.String\n\t\t\t\ttmpJSON0, err := json.Marshal(map[string]interface{}{\n\t\t\t\t\t\"Version\": \"2008-10-17\",\n\t\t\t\t\t\"Statement\": []map[string]interface{}{\n\t\t\t\t\t\tmap[string]interface{}{\n\t\t\t\t\t\t\t\"Effect\": \"Allow\",\n\t\t\t\t\t\t\t\"Action\": \"s3:GetObjectTagging\",\n\t\t\t\t\t\t\t\"Principal\": map[string]interface{}{\n\t\t\t\t\t\t\t\t\"AWS\": \"*\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\"Resource\": fmt.Sprintf(\"%v/object/*\", arn),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t})\n\t\t\t\tif err != nil {\n\t\t\t\t\treturn _zero, err\n\t\t\t\t}\n\t\t\t\tjson0 := string(tmpJSON0)\n\t\t\t\treturn pulumi.String(json0), nil\n\t\t\t}).(pulumi.StringOutput),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.s3.BucketV2;\nimport com.pulumi.aws.s3.AccessPoint;\nimport com.pulumi.aws.s3.AccessPointArgs;\nimport com.pulumi.aws.s3.inputs.AccessPointPublicAccessBlockConfigurationArgs;\nimport com.pulumi.aws.s3control.AccessPointPolicy;\nimport com.pulumi.aws.s3control.AccessPointPolicyArgs;\nimport static com.pulumi.codegen.internal.Serialization.*;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var exampleBucketV2 = new BucketV2(\"exampleBucketV2\");\n\n var exampleAccessPoint = new AccessPoint(\"exampleAccessPoint\", AccessPointArgs.builder() \n .bucket(exampleBucketV2.id())\n .publicAccessBlockConfiguration(AccessPointPublicAccessBlockConfigurationArgs.builder()\n .blockPublicAcls(true)\n .blockPublicPolicy(false)\n .ignorePublicAcls(true)\n .restrictPublicBuckets(false)\n .build())\n .build());\n\n var exampleAccessPointPolicy = new AccessPointPolicy(\"exampleAccessPointPolicy\", AccessPointPolicyArgs.builder() \n .accessPointArn(exampleAccessPoint.arn())\n .policy(exampleAccessPoint.arn().applyValue(arn -\u003e serializeJson(\n jsonObject(\n jsonProperty(\"Version\", \"2008-10-17\"),\n jsonProperty(\"Statement\", jsonArray(jsonObject(\n jsonProperty(\"Effect\", \"Allow\"),\n jsonProperty(\"Action\", \"s3:GetObjectTagging\"),\n jsonProperty(\"Principal\", jsonObject(\n jsonProperty(\"AWS\", \"*\")\n )),\n jsonProperty(\"Resource\", String.format(\"%s/object/*\", arn))\n )))\n ))))\n .build());\n\n }\n}\n```\n```yaml\nresources:\n exampleBucketV2:\n type: aws:s3:BucketV2\n exampleAccessPoint:\n type: aws:s3:AccessPoint\n properties:\n bucket: ${exampleBucketV2.id}\n publicAccessBlockConfiguration:\n blockPublicAcls: true\n blockPublicPolicy: false\n ignorePublicAcls: true\n restrictPublicBuckets: false\n exampleAccessPointPolicy:\n type: aws:s3control:AccessPointPolicy\n properties:\n accessPointArn: ${exampleAccessPoint.arn}\n policy:\n fn::toJSON:\n Version: 2008-10-17\n Statement:\n - Effect: Allow\n Action: s3:GetObjectTagging\n Principal:\n AWS: '*'\n Resource: ${exampleAccessPoint.arn}/object/*\n```\n{{% /example %}}\n{{% /examples %}}\n\n## Import\n\nUsing `pulumi import`, import Access Point policies using the `access_point_arn`. For example:\n\n```sh\n $ pulumi import aws:s3control/accessPointPolicy:AccessPointPolicy example arn:aws:s3:us-west-2:123456789012:accesspoint/example\n```\n ", "properties": { @@ -289192,10 +289533,11 @@ }, "defaultUserSettings": { "$ref": "#/types/aws:sagemaker/DomainDefaultUserSettings:DomainDefaultUserSettings", - "description": "The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name.\n" + "description": "The default user settings. See Default User Settings below.\n" }, "domainName": { - "type": "string" + "type": "string", + "description": "The domain name.\n" }, "domainSettings": { "$ref": "#/types/aws:sagemaker/DomainDomainSettings:DomainDomainSettings", @@ -289288,10 +289630,11 @@ }, "defaultUserSettings": { "$ref": "#/types/aws:sagemaker/DomainDefaultUserSettings:DomainDefaultUserSettings", - "description": "The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name.\n" + "description": "The default user settings. See Default User Settings below.\n" }, "domainName": { "type": "string", + "description": "The domain name.\n", "willReplaceOnChanges": true }, "domainSettings": { @@ -289364,10 +289707,11 @@ }, "defaultUserSettings": { "$ref": "#/types/aws:sagemaker/DomainDefaultUserSettings:DomainDefaultUserSettings", - "description": "The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name.\n" + "description": "The default user settings. See Default User Settings below.\n" }, "domainName": { "type": "string", + "description": "The domain name.\n", "willReplaceOnChanges": true }, "domainSettings": { @@ -335537,6 +335881,52 @@ ] } }, + "aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes": { + "description": "Data source for managing AWS EMR Supported Instance Types.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n### Basic Usage\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = aws.emr.getSupportedInstanceTypes({\n releaseLabel: \"ebs-6.15.0\",\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.emr.get_supported_instance_types(release_label=\"ebs-6.15.0\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = Aws.Emr.GetSupportedInstanceTypes.Invoke(new()\n {\n ReleaseLabel = \"ebs-6.15.0\",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/emr\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := emr.GetSupportedInstanceTypes(ctx, \u0026emr.GetSupportedInstanceTypesArgs{\n\t\t\tReleaseLabel: \"ebs-6.15.0\",\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.emr.EmrFunctions;\nimport com.pulumi.aws.emr.inputs.GetSupportedInstanceTypesArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n final var example = EmrFunctions.getSupportedInstanceTypes(GetSupportedInstanceTypesArgs.builder()\n .releaseLabel(\"ebs-6.15.0\")\n .build());\n\n }\n}\n```\n```yaml\nvariables:\n example:\n fn::invoke:\n Function: aws:emr:getSupportedInstanceTypes\n Arguments:\n releaseLabel: ebs-6.15.0\n```\n{{% /example %}}\n{{% /examples %}}", + "inputs": { + "description": "A collection of arguments for invoking getSupportedInstanceTypes.\n", + "properties": { + "releaseLabel": { + "type": "string", + "description": "Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html).\n" + }, + "supportedInstanceTypes": { + "type": "array", + "items": { + "$ref": "#/types/aws:emr/getSupportedInstanceTypesSupportedInstanceType:getSupportedInstanceTypesSupportedInstanceType" + }, + "description": "List of supported instance types. See `supported_instance_types` below.\n" + } + }, + "type": "object", + "required": [ + "releaseLabel" + ] + }, + "outputs": { + "description": "A collection of values returned by getSupportedInstanceTypes.\n", + "properties": { + "id": { + "type": "string" + }, + "releaseLabel": { + "type": "string" + }, + "supportedInstanceTypes": { + "type": "array", + "items": { + "$ref": "#/types/aws:emr/getSupportedInstanceTypesSupportedInstanceType:getSupportedInstanceTypesSupportedInstanceType" + }, + "description": "List of supported instance types. See `supported_instance_types` below.\n" + } + }, + "type": "object", + "required": [ + "id", + "releaseLabel" + ] + } + }, "aws:emrcontainers/getVirtualCluster:getVirtualCluster": { "description": "Retrieve information about an EMR Containers (EMR on EKS) Virtual Cluster.\n\n{{% examples %}}\n## Example Usage\n{{% example %}}\n\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as aws from \"@pulumi/aws\";\n\nconst example = aws.emrcontainers.getVirtualCluster({\n virtualClusterId: \"example id\",\n});\nexport const name = example.then(example =\u003e example.name);\nexport const arn = example.then(example =\u003e example.arn);\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.emrcontainers.get_virtual_cluster(virtual_cluster_id=\"example id\")\npulumi.export(\"name\", example.name)\npulumi.export(\"arn\", example.arn)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n var example = Aws.EmrContainers.GetVirtualCluster.Invoke(new()\n {\n VirtualClusterId = \"example id\",\n });\n\n return new Dictionary\u003cstring, object?\u003e\n {\n [\"name\"] = example.Apply(getVirtualClusterResult =\u003e getVirtualClusterResult.Name),\n [\"arn\"] = example.Apply(getVirtualClusterResult =\u003e getVirtualClusterResult.Arn),\n };\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/emrcontainers\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\texample, err := emrcontainers.LookupVirtualCluster(ctx, \u0026emrcontainers.LookupVirtualClusterArgs{\n\t\t\tVirtualClusterId: \"example id\",\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\tctx.Export(\"name\", example.Name)\n\t\tctx.Export(\"arn\", example.Arn)\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.emrcontainers.EmrcontainersFunctions;\nimport com.pulumi.aws.emrcontainers.inputs.GetVirtualClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n final var example = EmrcontainersFunctions.getVirtualCluster(GetVirtualClusterArgs.builder()\n .virtualClusterId(\"example id\")\n .build());\n\n ctx.export(\"name\", example.applyValue(getVirtualClusterResult -\u003e getVirtualClusterResult.name()));\n ctx.export(\"arn\", example.applyValue(getVirtualClusterResult -\u003e getVirtualClusterResult.arn()));\n }\n}\n```\n```yaml\nvariables:\n example:\n fn::invoke:\n Function: aws:emrcontainers:getVirtualCluster\n Arguments:\n virtualClusterId: example id\noutputs:\n name: ${example.name}\n arn: ${example.arn}\n```\n{{% /example %}}\n{{% /examples %}}", "inputs": { diff --git a/provider/go.mod b/provider/go.mod index dfe885115af..0963903d956 100644 --- a/provider/go.mod +++ b/provider/go.mod @@ -3,8 +3,8 @@ module github.com/pulumi/pulumi-aws/provider/v6 go 1.21.0 require ( - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 - github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.41 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 + github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.42 github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0 github.com/hashicorp/terraform-provider-aws v1.60.1-0.20220923175450-ca71523cdc36 github.com/mitchellh/go-homedir v1.1.0 @@ -71,101 +71,107 @@ require ( github.com/armon/go-metrics v0.4.0 // indirect github.com/armon/go-radix v1.0.0 // indirect github.com/atotto/clipboard v0.1.4 // indirect - github.com/aws/aws-sdk-go v1.47.12 // indirect - github.com/aws/aws-sdk-go-v2 v1.22.2 // indirect - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 // indirect - github.com/aws/aws-sdk-go-v2/config v1.22.1 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.13.2 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.5.0 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.2 // indirect - github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.23.1 // indirect - github.com/aws/aws-sdk-go-v2/service/account v1.13.1 // indirect - github.com/aws/aws-sdk-go-v2/service/acm v1.21.1 // indirect - github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.1 // indirect - github.com/aws/aws-sdk-go-v2/service/athena v1.34.1 // indirect - github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.1 // indirect - github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.1 // indirect - github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.2 // indirect - github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.0 // indirect - github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.2 // indirect - github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.27.0 // indirect - github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.7.1 // indirect - github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.17.1 // indirect - github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.0 // indirect - github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.29.2 // indirect - github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.1 // indirect - github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.1 // indirect - github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.1 // indirect - github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.1 // indirect - github.com/aws/aws-sdk-go-v2/service/ec2 v1.133.0 // indirect - github.com/aws/aws-sdk-go-v2/service/eks v1.33.0 // indirect - github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.1 // indirect - github.com/aws/aws-sdk-go-v2/service/finspace v1.16.1 // indirect - github.com/aws/aws-sdk-go-v2/service/fis v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/glacier v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/iam v1.27.1 // indirect - github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.1 // indirect - github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/ivschat v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/kafka v1.26.1 // indirect - github.com/aws/aws-sdk-go-v2/service/kendra v1.46.1 // indirect - github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.1 // indirect + github.com/aws/aws-sdk-go v1.48.4 // indirect + github.com/aws/aws-sdk-go-v2 v1.23.1 // indirect + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect + github.com/aws/aws-sdk-go-v2/config v1.25.5 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.4 // indirect + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.24.0 // indirect + github.com/aws/aws-sdk-go-v2/service/account v1.13.3 // indirect + github.com/aws/aws-sdk-go-v2/service/acm v1.21.3 // indirect + github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/appflow v1.38.3 // indirect + github.com/aws/aws-sdk-go-v2/service/apprunner v1.24.4 // indirect + github.com/aws/aws-sdk-go-v2/service/athena v1.35.1 // indirect + github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.3 // indirect + github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.3 // indirect + github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.4 // indirect + github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.2 // indirect + github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.4 // indirect + github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.28.0 // indirect + github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.9.1 // indirect + github.com/aws/aws-sdk-go-v2/service/codedeploy v1.20.3 // indirect + github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.20.0 // indirect + github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.2 // indirect + github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.30.0 // indirect + github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.3 // indirect + github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.3 // indirect + github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.3 // indirect + github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.3 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2 // indirect + github.com/aws/aws-sdk-go-v2/service/ec2 v1.137.1 // indirect + github.com/aws/aws-sdk-go-v2/service/eks v1.34.0 // indirect + github.com/aws/aws-sdk-go-v2/service/emr v1.34.1 // indirect + github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.4 // indirect + github.com/aws/aws-sdk-go-v2/service/evidently v1.15.3 // indirect + github.com/aws/aws-sdk-go-v2/service/finspace v1.17.1 // indirect + github.com/aws/aws-sdk-go-v2/service/fis v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/glacier v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/iam v1.27.2 // indirect + github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.3 // indirect + github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.9.1 // indirect + github.com/aws/aws-sdk-go-v2/service/ivschat v1.9.1 // indirect + github.com/aws/aws-sdk-go-v2/service/kafka v1.27.1 // indirect + github.com/aws/aws-sdk-go-v2/service/kendra v1.46.3 // indirect + github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.3 // indirect github.com/aws/aws-sdk-go-v2/service/kms v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/lambda v1.46.0 // indirect - github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.36.1 // indirect - github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.1 // indirect - github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.1 // indirect - github.com/aws/aws-sdk-go-v2/service/medialive v1.40.1 // indirect - github.com/aws/aws-sdk-go-v2/service/mediapackage v1.26.1 // indirect - github.com/aws/aws-sdk-go-v2/service/oam v1.6.1 // indirect - github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/osis v1.4.1 // indirect - github.com/aws/aws-sdk-go-v2/service/pipes v1.7.0 // indirect - github.com/aws/aws-sdk-go-v2/service/pricing v1.23.1 // indirect - github.com/aws/aws-sdk-go-v2/service/qldb v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/rbin v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/rds v1.62.3 // indirect - github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.1 // indirect - github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.0 // indirect - github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1 // indirect - github.com/aws/aws-sdk-go-v2/service/s3control v1.36.2 // indirect - github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.1 // indirect - github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.1 // indirect - github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.1 // indirect - github.com/aws/aws-sdk-go-v2/service/signer v1.18.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sns v1.25.1 // indirect - github.com/aws/aws-sdk-go-v2/service/sqs v1.28.0 // indirect - github.com/aws/aws-sdk-go-v2/service/ssm v1.42.1 // indirect - github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.25.1 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.17.1 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.25.1 // indirect - github.com/aws/aws-sdk-go-v2/service/swf v1.19.1 // indirect - github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.1 // indirect - github.com/aws/aws-sdk-go-v2/service/transcribe v1.31.1 // indirect - github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.1 // indirect - github.com/aws/aws-sdk-go-v2/service/workspaces v1.33.1 // indirect - github.com/aws/aws-sdk-go-v2/service/xray v1.22.1 // indirect - github.com/aws/smithy-go v1.16.0 // indirect + github.com/aws/aws-sdk-go-v2/service/lambda v1.48.1 // indirect + github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.37.0 // indirect + github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.3 // indirect + github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.3 // indirect + github.com/aws/aws-sdk-go-v2/service/medialive v1.41.1 // indirect + github.com/aws/aws-sdk-go-v2/service/mediapackage v1.27.1 // indirect + github.com/aws/aws-sdk-go-v2/service/oam v1.6.3 // indirect + github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.3 // indirect + github.com/aws/aws-sdk-go-v2/service/osis v1.5.1 // indirect + github.com/aws/aws-sdk-go-v2/service/pipes v1.8.1 // indirect + github.com/aws/aws-sdk-go-v2/service/pricing v1.23.3 // indirect + github.com/aws/aws-sdk-go-v2/service/qldb v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/rbin v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/rds v1.63.2 // indirect + github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.3 // indirect + github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.2 // indirect + github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.3 // indirect + github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/s3 v1.45.0 // indirect + github.com/aws/aws-sdk-go-v2/service/s3control v1.39.0 // indirect + github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.3 // indirect + github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.3 // indirect + github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.3 // indirect + github.com/aws/aws-sdk-go-v2/service/signer v1.18.4 // indirect + github.com/aws/aws-sdk-go-v2/service/sns v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sqs v1.28.2 // indirect + github.com/aws/aws-sdk-go-v2/service/ssm v1.43.1 // indirect + github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.26.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect + github.com/aws/aws-sdk-go-v2/service/swf v1.19.3 // indirect + github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.3 // indirect + github.com/aws/aws-sdk-go-v2/service/transcribe v1.32.0 // indirect + github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.6.1 // indirect + github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.3 // indirect + github.com/aws/aws-sdk-go-v2/service/workspaces v1.34.0 // indirect + github.com/aws/aws-sdk-go-v2/service/xray v1.22.3 // indirect + github.com/aws/smithy-go v1.17.0 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect github.com/beevik/etree v1.2.0 // indirect github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect @@ -213,7 +219,7 @@ require ( github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect github.com/hashicorp/aws-cloudformation-resource-schema-sdk-go v0.21.0 // indirect github.com/hashicorp/aws-sdk-go-base v1.1.0 // indirect - github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.42 // indirect + github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.43 // indirect github.com/hashicorp/awspolicyequivalence v1.6.0 // indirect github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-checkpoint v0.5.0 // indirect @@ -329,17 +335,17 @@ require ( github.com/xeipuuv/gojsonschema v1.2.0 // indirect github.com/zclconf/go-cty v1.14.1 // indirect go.opencensus.io v0.24.0 // indirect - go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.0 // indirect - go.opentelemetry.io/otel v1.20.0 // indirect - go.opentelemetry.io/otel/metric v1.20.0 // indirect - go.opentelemetry.io/otel/trace v1.20.0 // indirect + go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.1 // indirect + go.opentelemetry.io/otel v1.21.0 // indirect + go.opentelemetry.io/otel/metric v1.21.0 // indirect + go.opentelemetry.io/otel/trace v1.21.0 // indirect go.uber.org/atomic v1.9.0 // indirect gocloud.dev v0.27.0 // indirect gocloud.dev/secrets/hashivault v0.27.0 // indirect golang.org/x/crypto v0.15.0 // indirect golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect golang.org/x/mod v0.13.0 // indirect - golang.org/x/net v0.17.0 // indirect + golang.org/x/net v0.18.0 // indirect golang.org/x/oauth2 v0.11.0 // indirect golang.org/x/sync v0.4.0 // indirect golang.org/x/sys v0.14.0 // indirect diff --git a/provider/go.sum b/provider/go.sum index 85a8f219f99..c82c66829bc 100644 --- a/provider/go.sum +++ b/provider/go.sum @@ -823,221 +823,233 @@ github.com/aws/aws-sdk-go v1.43.31/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4 github.com/aws/aws-sdk-go v1.44.45/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= github.com/aws/aws-sdk-go v1.44.68/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= github.com/aws/aws-sdk-go v1.44.122/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= -github.com/aws/aws-sdk-go v1.47.12 h1:1daICVijigVEXCzhg27A5d7hbkR4wODPGn9GHyBclKM= -github.com/aws/aws-sdk-go v1.47.12/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.48.4 h1:HS2L7ynVhkcRrQRro9CLJZ/xLRb4UOzDEfPzgevZwXM= +github.com/aws/aws-sdk-go v1.48.4/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g= github.com/aws/aws-sdk-go-v2 v1.16.8/go.mod h1:6CpKuLXg2w7If3ABZCl/qZ6rEgwtjZTn4eAf4RcEyuw= -github.com/aws/aws-sdk-go-v2 v1.22.2 h1:lV0U8fnhAnPz8YcdmZVV60+tr6CakHzqA6P8T46ExJI= -github.com/aws/aws-sdk-go-v2 v1.22.2/go.mod h1:Kd0OJtkW3Q0M0lUWGszapWjEvrXDzRW+D21JNsroB+c= +github.com/aws/aws-sdk-go-v2 v1.23.1 h1:qXaFsOOMA+HsZtX8WoCa+gJnbyW7qyFFBlPqvTSzbaI= +github.com/aws/aws-sdk-go-v2 v1.23.1/go.mod h1:i1XDttT4rnf6vxc9AuskLc6s7XBee8rlLilKlc03uAA= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3/go.mod h1:gNsR5CaXKmQSSzrmGxmwmct/r+ZBfbxorAuXYsj/M5Y= -github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 h1:hHgLiIrTRtddC0AKcJr5s7i/hLgcpTt+q/FKxf1Zayk= -github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0/go.mod h1:w4I/v3NOWgD+qvs1NPEwhd++1h3XPHFaVxasfY6HlYQ= +github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 h1:ZY3108YtBNq96jNZTICHxN1gSBSbnvIdYwwqnvCV4Mc= +github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1/go.mod h1:t8PYl/6LzdAqsU4/9tz28V/kU+asFePvpOMkdul0gEQ= github.com/aws/aws-sdk-go-v2/config v1.15.15/go.mod h1:A1Lzyy/o21I5/s2FbyX5AevQfSVXpvvIDCoVFD0BC4E= -github.com/aws/aws-sdk-go-v2/config v1.22.1 h1:UrRYnF7mXCGuKmZWlczOXeH0WUbQpi/gseQIPtrhme8= -github.com/aws/aws-sdk-go-v2/config v1.22.1/go.mod h1:2eWgw5lps8fKI7LZVTrRTYP6HE6k/uEFUuTSHfXwqP0= +github.com/aws/aws-sdk-go-v2/config v1.25.5 h1:UGKm9hpQS2hoK8CEJ1BzAW8NbUpvwDJJ4lyqXSzu8bk= +github.com/aws/aws-sdk-go-v2/config v1.25.5/go.mod h1:Bf4gDvy4ZcFIK0rqDu1wp9wrubNba2DojiPB2rt6nvI= github.com/aws/aws-sdk-go-v2/credentials v1.12.10/go.mod h1:g5eIM5XRs/OzIIK81QMBl+dAuDyoLN0VYaLP+tBqEOk= -github.com/aws/aws-sdk-go-v2/credentials v1.16.0 h1:sSEHkXonpZBSPcyUBDRlZjxOi14qM/UK7/vfKhGwmTo= -github.com/aws/aws-sdk-go-v2/credentials v1.16.0/go.mod h1:tXM8wmaeAhfC7nZoCxb0FzM/aRaB1m1WQ7x0qlBLq80= +github.com/aws/aws-sdk-go-v2/credentials v1.16.4 h1:i7UQYYDSJrtc30RSwJwfBKwLFNnBTiICqAJ0pPdum8E= +github.com/aws/aws-sdk-go-v2/credentials v1.16.4/go.mod h1:Kdh/okh+//vQ/AjEt81CjvkTo64+/zIE4OewP7RpfXk= github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.9/go.mod h1:KDCCm4ONIdHtUloDcFvK2+vshZvx4Zmj7UMDfusuz5s= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 h1:G5KawTAkyHH6WyKQCdHiW4h3PmAXNJpOgwKg3H7sDRE= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3/go.mod h1:hugKmSFnZB+HgNI1sYGT14BUPZkO6alC/e0AWu+0IAQ= +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 h1:KehRNiVzIfAcj6gw98zotVbb/K67taJE0fkfgM6vzqU= +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5/go.mod h1:VhnExhw6uXy9QzetvpXDolo1/hjhx4u9qukBGkuUwjs= github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.21/go.mod h1:iIYPrQ2rYfZiB/iADYlhj9HHZ9TTi6PqKQPAqygohbE= -github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.13.2 h1:XmPqt2VLMB7dfZ/cGNXBJOFq+Q+VsnEcPW3MqyKAsvY= -github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.13.2/go.mod h1:Y9RO68QWibKfkJpic8lh2G36x1eUJsAznj+1jiyYmsU= +github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.3 h1:edTeIcLVO/gefaQ4VdKeFaI4ygdSZ7s/eCWYo0kBxAc= +github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.3/go.mod h1:3rp61zCDi1E//0vHdx2ULc5eLlo0JOqVd1hxmks6S84= github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.15/go.mod h1:pWrr2OoHlT7M/Pd2y4HV3gJyPb3qj5qMmnPkKSNPYK4= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 h1:AaQsr5vvGR7rmeSWBtTCcw16tT9r51mWijuCQhzLnq8= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2/go.mod h1:o1IiRn7CWocIFTXJjGKJDOwxv1ibL53NpcvcqGWyRBA= +github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 h1:LAm3Ycm9HJfbSCd5I+wqC2S9Ej7FPrgr5CQoOljJZcE= +github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4/go.mod h1:xEhvbJcyUf/31yfGSQBe01fukXwXJ0gxDp7rLfymWE0= github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.9/go.mod h1:08tUpeSGN33QKSO7fwxXczNfiwCpbj+GxK6XKwqWVv0= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 h1:UZx8SXZ0YtzRiALzYAWcjb9Y9hZUR7MBKaBQ5ouOjPs= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2/go.mod h1:ipuRpcSaklmxR6C39G187TpBAO132gUfleTGccUPs8c= +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 h1:4GV0kKZzUxiWxSVpn/9gwR0g21NF1Jsyduzo9rHgC/Q= +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4/go.mod h1:dYvTNAggxDZy6y1AF7YDwXsPuHFy/VNEpEI/2dWK9IU= github.com/aws/aws-sdk-go-v2/internal/ini v1.3.16/go.mod h1:CYmI+7x03jjJih8kBEEFKRQc40UjUokT0k7GbvrhhTc= -github.com/aws/aws-sdk-go-v2/internal/ini v1.5.0 h1:DqOQvIfmGkXZUVJnl9VRk0AnxyS59tCtX9k1Pyss4Ak= -github.com/aws/aws-sdk-go-v2/internal/ini v1.5.0/go.mod h1:VV/Kbw9Mg1GWJOT9WK+oTL3cWZiXtapnNvDSRqTZLsg= +github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 h1:uR9lXYjdPX0xY+NhvaJ4dD8rpSRz5VY81ccIIoNG+lw= +github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1/go.mod h1:6fQQgfuGmw8Al/3M2IgIllycxV7ZW7WCdVSqfBeUiCY= github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.6/go.mod h1:O7Oc4peGZDEKlddivslfYFvAbgzvl/GH3J8j3JIGBXc= -github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.2 h1:pyVrNAf7Hwz0u39dLKN5t+n0+K/3rMYKuiOoIum3AsU= -github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.2/go.mod h1:mydrfOb9uiOYCxuCPR8YHQNQyGQwUQ7gPMZGBKbH8NY= -github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.23.1 h1:hV5+9XCx8RCjOwOStmqc4iuKSpa2boOYW8U8gxnvLVk= -github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.23.1/go.mod h1:JDgEXJrOjnvPzpK8SUI3pcMfVK/BLPDvqtMyfXp9Dfo= -github.com/aws/aws-sdk-go-v2/service/account v1.13.1 h1:2lWLBVycSfR0Ups4+CB0lE1kIi0DfL9J2C/UxJ2acyo= -github.com/aws/aws-sdk-go-v2/service/account v1.13.1/go.mod h1:iHE6MSTPaOfLCCRbm/biDo1M9tAiJcioHJUjIH/Zj/Y= -github.com/aws/aws-sdk-go-v2/service/acm v1.21.1 h1:seJ8oB+DGT4U++oqoPU8yF5TSfno7+7UDhYiAaxPF8U= -github.com/aws/aws-sdk-go-v2/service/acm v1.21.1/go.mod h1:1e46MAg1aEgxFTCL6B7fswdQuCBXKMF3p09klM7J2pY= -github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.1 h1:bYkaptMd4ewb9t+AwB9IC+MWJM7QeCU26mv1hDNt6sk= -github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.1/go.mod h1:3uNJ3Sg88RLEUxyNNyu1kH3ut+XMFixI8czuQnMCnWI= -github.com/aws/aws-sdk-go-v2/service/athena v1.34.1 h1:3WEVj9Z29bbbKCwOubER/tC3rW0qgOffwDj5LX30HnI= -github.com/aws/aws-sdk-go-v2/service/athena v1.34.1/go.mod h1:YoYeYfpU9n6h0RoaY5rirQg7MxbYmJ4Gaw32aKGLEYs= -github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.1 h1:qeUpRNt719FxxOv0OIbvPhutcHkVj70bTjOtu16DU08= -github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.1/go.mod h1:Ta+K43GimomnNMOSgZBHDy6itNw8zfhcJoSVkLWCPiE= -github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.1 h1:lAbJ/wQ96QZPbgMGkwy4MkwYBE0fSkHrsCqpdzKB8FA= -github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.1/go.mod h1:T6sGivDDiUgXY/R3+S9t5oRR0XJiUeKAXyyw3LRdTK4= -github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.2 h1:BOhDhkslpSqyye38XkGuYRtKc2K+LUARi40+nLfFZns= -github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.2/go.mod h1:ugdoQ39F3IjYNFnWgPqruX04VpJLYlvZ/Ncv/UOT2lM= -github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.0 h1:Tzr0M3HxHIjFtxxPzsKE9xeLOrWCfJXl5HDCgkmiylE= -github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.0/go.mod h1:1uZJJhBfD+zak0t687UE2IQ8t8hugY6bpM67IpLcYK8= -github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.2 h1:wm8zm7z6Gl+5O4K5DbZAm1Q37W2SGX4OrP9VOVPuHvc= -github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.2/go.mod h1:PsNbJnRfd+PDuV0zZ55KDBSdDSOb/SRcD3FFPFxXnUI= -github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.27.0 h1:EfzUo8opXSJQQwvamM75qEcwRA0Sx09cFXwP7kk8zXw= -github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.27.0/go.mod h1:lpRt5/CBzqTtrB4sI7J4WH5E/QoKok4RnxRQjovF/kA= -github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.7.1 h1:dk3fMDjS4mgadx4I519Elhuza+0BzOtHY+/qHk6JFmI= -github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.7.1/go.mod h1:GUwM4rFSzZKZU+Zu74bauU86U5uCrRnJunMUbTBwztE= -github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.17.1 h1:VcafeIts2qCKpmv9rzxCLbGhsYb+FNOhFoJQdog4j1o= -github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.17.1/go.mod h1:/j4ej5XPqwoxrm5y3e4z2zV6CboH17Pphm4lWXqCLAw= -github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.1 h1:8WjHh475putyNORU2wuHY1WPBCF07DAFZ5Xnbr/FhGc= -github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.1/go.mod h1:obrOe0irBQjhrwTABZf33NpNqt1DpJ/wwvGAvnDOueM= -github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.0 h1:alcB5cgTqAVS6VrBge/EP+Cw0GGeBxRmO3aBd3WqlsQ= -github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.0/go.mod h1:ovD+H1BpWXReyAURukl5aQ+Xg8Clj6JbfLduYWACuUk= -github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.29.2 h1:iYdPIjmXm/LZrWywPC7oNO1y+qDW+7SfCMus+ykOwtY= -github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.29.2/go.mod h1:n5DicHkOvVD11sfGm9vQ+d4FVDWwEOdC6m1wHO6PnzY= -github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.1 h1:ZrJh+yLgZ/ZFP227/xFFyApb8vbnFXKrMgd+OuheB7s= -github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.1/go.mod h1:OffLoVKwb8dif5FVb7fisCLeVfF5bWZBLHzuQxkFRFU= -github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.1 h1:yG6zkv4gp8Ilbq6p8YQY1swwwzcx8XCzZh9N9m+NG70= -github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.1/go.mod h1:K85FMsb7IidNqM3GeAyZN+7nLvDMdMlapgfdvC7DysQ= -github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.1 h1:Ibo5MkTPTIOZSn6xkIV+Fs+zMp3Z35czTP9cYN9rwQI= -github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.1/go.mod h1:kPYABdLUg/Id3MJZMRuPbepH8VXtGZbZD2mW6gM1kS4= -github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.1 h1:XZPm4jWpwYfcZaGWvy2RKWRpQoMAE9Obl7uAXAja8v8= -github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.1/go.mod h1:noDiEWaeR2TLA5R4s7SLp27p7HMMKeTltkvLN/fl0lM= -github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.1 h1:bqSGIS7Nk5EfMKTNDgtaukJQzjOE3LV5Bdz6lRrTsXA= -github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.1/go.mod h1:Fe7bvO6LxNp6WA6y5VmbgW9RRu+g0RlCXpFAmtcHfQs= -github.com/aws/aws-sdk-go-v2/service/ec2 v1.133.0 h1:g4qMdFWe9UVMI6PKytU8BBfW7v80dCMdEnLqc8lIDxw= -github.com/aws/aws-sdk-go-v2/service/ec2 v1.133.0/go.mod h1:NOPsghjhZRkrVvKIxrDrEL7zhVIFYJsHqdeol50Eodk= -github.com/aws/aws-sdk-go-v2/service/eks v1.33.0 h1:6a7enmqn5ehMT6WBCnc/Bq4UAEtiZ1/3OXDVr09NWUM= -github.com/aws/aws-sdk-go-v2/service/eks v1.33.0/go.mod h1:Caw+bBvj+bjrHNuqmS9ZqSZow77sgF5TQGZy3zY0egA= -github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.1 h1:HhYBETZd3aNmtrlMbJxRf9DlGRPKrOFI0lnvzooWGMA= -github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.1/go.mod h1:GI2hWXh+a2U1N4a4ODnXQ3aON1Cjt2jijCa9H+3S6kc= -github.com/aws/aws-sdk-go-v2/service/finspace v1.16.1 h1:g1qJUOmCGs4UH5XyBKDr+jgz3bzFv4WBduMytd/2sOs= -github.com/aws/aws-sdk-go-v2/service/finspace v1.16.1/go.mod h1:SA8NPfn08ZfNhhsUR8L8R+kEvlB7k6K/6iMgYTPxi/Y= -github.com/aws/aws-sdk-go-v2/service/fis v1.19.1 h1:/kajoJ65EJx0X/O5I2EzfOv6EtTwk//Q3OozY30Sr6Y= -github.com/aws/aws-sdk-go-v2/service/fis v1.19.1/go.mod h1:JHFfHKX0dEt3Cp9JzfXgeO5ollzqB3ru+T82WUYqoJQ= -github.com/aws/aws-sdk-go-v2/service/glacier v1.18.1 h1:wa9rRTfCZw+RvQJuD/4iPn1rsHvZkJtQ/OZ57t7W8pM= -github.com/aws/aws-sdk-go-v2/service/glacier v1.18.1/go.mod h1:ZJhKms6QZ9tiRXtrnMeGgUvbIfBOND/3jpDN7aT+6SQ= -github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.1 h1:31Iepf9WjG+A7yn8PlfD9iPzeRTDti7u4xEX627a4ZQ= -github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.1/go.mod h1:GblRjVXDixg+NQjMQR9gRcBsQRtG3YMcUGeXhwWG6yI= -github.com/aws/aws-sdk-go-v2/service/iam v1.27.1 h1:rPkEOnwPOVop34lpAlA4Dv6x67Ys3moXkPDvBfjgSSo= -github.com/aws/aws-sdk-go-v2/service/iam v1.27.1/go.mod h1:qdQ8NUrhmXE80S54w+LrtHUY+1Fp7cQSRZbJUZKrAcU= -github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.1 h1:6Rff8OESjgxil0ynygZdfXFxQuhHKpALtmpdJQ7YyLY= -github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.1/go.mod h1:Esf9ujGNJ5wpXL0Xc9cBEab3Svp7ZoejlawyQ/AbW1c= -github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.1 h1:H2hwmUz/njU3nJmOFYr5SEZoRX11SFbgysLQ+rea7QI= -github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.1/go.mod h1:L90Z+0yJVoV9Hj916HmhNoPiciwhehIsyL4DkZlCtPA= +github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 h1:40Q4X5ebZruRtknEZH/bg91sT5pR853F7/1X9QRbI54= +github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4/go.mod h1:u77N7eEECzUv7F0xl2gcfK/vzc8wcjWobpy+DcrLJ5E= +github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.24.0 h1:R7phBXqQe58xgGuoI443zqIqLH0py/dmfTBO7WTehec= +github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.24.0/go.mod h1:/FOvyPLvQZXrl3vXWeZ0h2NNjJDisqbqDtLiVjke6zQ= +github.com/aws/aws-sdk-go-v2/service/account v1.13.3 h1:KF3N6GZ+iKMFXd+vlcBS98HaVbXGyqE4Gw17tbcDpQQ= +github.com/aws/aws-sdk-go-v2/service/account v1.13.3/go.mod h1:vrBsD4qqLoj0NmuYQcfSRWgkN6QM/0ufy2DD+48cuEE= +github.com/aws/aws-sdk-go-v2/service/acm v1.21.3 h1:C6ckTRBfnKJSoKoAtaGWavXRd3Ab4FW+BWQbFRrA+xw= +github.com/aws/aws-sdk-go-v2/service/acm v1.21.3/go.mod h1:YUgKNkePKTcwkkDhRAOuzxvesc+r+zKAPlkXft51jpw= +github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.3 h1:68bxzI7wWa1nJT+N7AR/r01aKQb0KsD0WhEcMNv6jSg= +github.com/aws/aws-sdk-go-v2/service/appconfig v1.25.3/go.mod h1:YO0HH+oQubpBQiAC4fWja3B43K4YTHznuaXEGe0rauY= +github.com/aws/aws-sdk-go-v2/service/appflow v1.38.3 h1:hoz+OCM2E0y4SXllN2IFgCTOH+0VPYym2Iqxk/ttuw4= +github.com/aws/aws-sdk-go-v2/service/appflow v1.38.3/go.mod h1:9X+vMl265vQZozYKOXdqsvY5ZaiL9T3KPQLOkFBYFLc= +github.com/aws/aws-sdk-go-v2/service/apprunner v1.24.4 h1:PgmMPDrOO5uIngULC2A+P0BUJssu/rZ1e2UzAS++Zs4= +github.com/aws/aws-sdk-go-v2/service/apprunner v1.24.4/go.mod h1:ecWPZOErcCqw4mHgt4W3tSFTEH6vGV4IV6qNKmY/BMQ= +github.com/aws/aws-sdk-go-v2/service/athena v1.35.1 h1:oOucUl/I9XOnIb+L9ZBY2gyQmPk389qRGmuam72EWtI= +github.com/aws/aws-sdk-go-v2/service/athena v1.35.1/go.mod h1:CAh4Navj8gOz4Y12wWUleeqY5fKkAaT80ZWo23Uz+YI= +github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.3 h1:VfmZ6+gp3Vifn0PDazz49Vll/OcQofnS85nBUrXg2Ak= +github.com/aws/aws-sdk-go-v2/service/auditmanager v1.29.3/go.mod h1:fn0+9GBLXIQ0T4SAhPBEAMtQhm7ZOwm8McfkDux25Ww= +github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.3 h1:h6+XbxwHszWSpuO4Ldmn3vA0epaLXZEr54lN80IW0G4= +github.com/aws/aws-sdk-go-v2/service/bedrock v1.3.3/go.mod h1:fkGjFqdw1DkTgAm7EmJFiIHYc4zlK8w28WLSQ6h2Puc= +github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines v1.12.3 h1:tEVf24GFbnT8quIRKV/whxu5BOlPO6UlK4sgKvdxGis= +github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines v1.12.3/go.mod h1:dcIkt/2tEiw290q2VT6Fb9zGhsm5FPLjW4XiMA/j0v4= +github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.4 h1:k3NDH46qZo8LJcdfRLEZSjVgQ3IETIn8LKWXQLf1de0= +github.com/aws/aws-sdk-go-v2/service/chimesdkvoice v1.11.4/go.mod h1:6zlssa2FjPomAAoo10fxfr9pNnAiwRGsomO779RcI10= +github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.2 h1:c0uJZpFl9hX54vwgzu+BxBzbs4CRLv8LaLWDs5rdmvQ= +github.com/aws/aws-sdk-go-v2/service/cleanrooms v1.7.2/go.mod h1:QolOgVOAGbv40zS4dBszQ0uTOuHp9LYqtXmahlIS9zY= +github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.4 h1:gw4uRMA2hMWRBfJdag1jHqeHrd9BcWcREjXtvXNJt+w= +github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.14.4/go.mod h1:JtAggGdgIizSHGyonVSlXWYq/qnvmpkJKsacVaorSII= +github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.28.0 h1:7XDP8uP3hsQboGcZ7f6tNAdYIKWRCjmeLx1sRKJo+jY= +github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.28.0/go.mod h1:NRP65i31tm0UhGwc9j6TGwk7dMs1ZDprZPIHfr+gHCU= +github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.9.1 h1:7uCeSCXVevOZxPgVp4rLmfRI/p7CGpHHUIO5k2wQYPU= +github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.9.1/go.mod h1:qvueIFuOQR/uiXrNkxaYNBmoETYwcwBxx6m3ymTxeIw= +github.com/aws/aws-sdk-go-v2/service/codedeploy v1.20.3 h1:rGqIKTmugpZ7lEzXTmbiPg45Id09UQpB2YoGaE0J6T4= +github.com/aws/aws-sdk-go-v2/service/codedeploy v1.20.3/go.mod h1:A7i1lQClkFz09enKv5WYKb8a2lf9QeeI1s9dNiym3hg= +github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.20.0 h1:rnUEqvW37avlcBYpEhCdNCiD7iFy9svbKmBxSPWTjgA= +github.com/aws/aws-sdk-go-v2/service/codestarconnections v1.20.0/go.mod h1:SP9GRVKaf1KBmiBAabqfalozQhCVBmMdUmBOQ7vqemM= +github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.3 h1:CKbMK3mFx9i83yRx/lIAaUhnwGsoNK41lZkZRBOiHdg= +github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.19.3/go.mod h1:Jn4GBTLbIs8g10uxXvj3bidyg2LhmH5HTcWEuPj35E8= +github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.2 h1:dKDJPoagCLBuoFiFwvstKLDtrdAOO+aVsu+tyOG8EgA= +github.com/aws/aws-sdk-go-v2/service/comprehend v1.28.2/go.mod h1:xoWcb1SjG3Tp7L2kjAa/gY+cyIYKsqRORXPEf90JRi0= +github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.30.0 h1:BKLH9SIyRHJG3+tPy2TFZqILS9xg0wmi4zNNeSe6RmE= +github.com/aws/aws-sdk-go-v2/service/computeoptimizer v1.30.0/go.mod h1:z2ipEqlHBaieu+POGuEptwkKOBhumxLZjeO7iAJqjuk= +github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.3 h1:ONDuYy0oFEwNvmO3kBu3JLYp9BJsxVZCLv0+L5fIArA= +github.com/aws/aws-sdk-go-v2/service/connectcases v1.11.3/go.mod h1:K//ScfyKrxpEpC5VSZesWjdYtdJXCj8sCau9iSsYdMk= +github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.3 h1:GXyai+Ti0BoxNfMotRFDYywCGlTV5IzXMGyG4RV6oq4= +github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.32.3/go.mod h1:ALbeVeoYNXakmRHRZBIpAVRXXlesm6v5jH1037hVkac= +github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.3 h1:/cMlzdpSJjjwUzBDuIeazKQtYB2VDOqCSV3zq1sDpzg= +github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.3/go.mod h1:VgWOVWnnWT44FRq/UxU67d4QQ+MaQZTw1UYcztDPkgI= +github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.3 h1:mI1Jgmduvk6yfuIziQg+j2mF/cNMt7QiGastEZr7mc0= +github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.5.3/go.mod h1:KsuFE2UcXWEw0AKVT/9JKtBUE/C+v6CAR4KMxe0MkCA= +github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2 h1:O6ff5PwwgQ7QkL/XA0H+0U0mWwjkYaP9tHvbr0Ptqak= +github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2/go.mod h1:kuVxCbsxbP/h6YTT2BfOj4s/bwXYsG3C/8Qn9gO5QJY= +github.com/aws/aws-sdk-go-v2/service/ec2 v1.137.1 h1:J/N4ydefXQZIwKBDPtvrhxrIuP/vaaYKnAsy3bKVIvU= +github.com/aws/aws-sdk-go-v2/service/ec2 v1.137.1/go.mod h1:hrBzQzlQQRmiaeYRQPr0SdSx6fdqP+5YcGhb97LCt8M= +github.com/aws/aws-sdk-go-v2/service/eks v1.34.0 h1:g3m365rWn0MLZagA77BSuQAzTqG8VB+azzCVtpmgnpg= +github.com/aws/aws-sdk-go-v2/service/eks v1.34.0/go.mod h1:DInudKNZjEy7SJ0KfRh4VxaqY04B52Lq2+QRuvObfNQ= +github.com/aws/aws-sdk-go-v2/service/emr v1.34.1 h1:AkAncVuiOap3LS/kLs1QdVDY9LZyYHOMzCRybLtlxJU= +github.com/aws/aws-sdk-go-v2/service/emr v1.34.1/go.mod h1:HCZK6jCgxuYABdZFqiiHE3WT2tvTFVjefMB3ZX9dOxA= +github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.4 h1:V5unlj0Ky5ZuvLkndDQlHbYe3vshVJwavUZ7aGne8oo= +github.com/aws/aws-sdk-go-v2/service/emrserverless v1.13.4/go.mod h1:EC2zElGORkIzy2vPQV5U1qNGXIDzZHjL/KWbpQD6nc0= +github.com/aws/aws-sdk-go-v2/service/evidently v1.15.3 h1:guFZcKDSE3NoijLu40GeMIs0TXIMdXGCZFEdprOMkcs= +github.com/aws/aws-sdk-go-v2/service/evidently v1.15.3/go.mod h1:59okKGh8LvG0ZhKMZMCYU++ZendXUT6dqzCufBzfzq4= +github.com/aws/aws-sdk-go-v2/service/finspace v1.17.1 h1:GcBPj8B8EiVaHOba8Pq+CS+7w7s3q8ndETwPtpleS7A= +github.com/aws/aws-sdk-go-v2/service/finspace v1.17.1/go.mod h1:waL57h/Nj7KR0Z6HvjdeJrHS7o8E/uQ33YgNQcLcrYE= +github.com/aws/aws-sdk-go-v2/service/fis v1.19.3 h1:u6/LY1KBbBazaZZGT6NPUyUurwV6e7Fg+guLOVgeI9M= +github.com/aws/aws-sdk-go-v2/service/fis v1.19.3/go.mod h1:b2RZoRyiPnFQtc+qSUmbrUrCEaeKWrkv2J/BBfNVOKM= +github.com/aws/aws-sdk-go-v2/service/glacier v1.18.3 h1:Iu/EIeu9oSzd8A5MkN4s9YoiQUHQWFqa9ih/ek8LiZI= +github.com/aws/aws-sdk-go-v2/service/glacier v1.18.3/go.mod h1:xr3tDSCenzU+9BW69R+UrLy0/ZN/cAp+j6VeuESkZDA= +github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.3 h1:6Jhor5f7I+G1LGvktQ2HSbis5cD1xkKXt/pk0ppSCnQ= +github.com/aws/aws-sdk-go-v2/service/healthlake v1.19.3/go.mod h1:I/XTw/9Uob9jlq7V8mtpw+o+XILvMmsWd+IC0B4kG0s= +github.com/aws/aws-sdk-go-v2/service/iam v1.27.2 h1:Z3a5I5kKGsuVW4kbrtHVnLGUHpEpo19zFyo6dzP2WCM= +github.com/aws/aws-sdk-go-v2/service/iam v1.27.2/go.mod h1:CYRyr95Q57xVvrcKJu3vw4jVVCZhmY1SyugM+EWXlzI= +github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.3 h1:aDlvcjQNHE7xzdn3g9vcMr/0+IzjjYjKEqj4ua2tIBc= +github.com/aws/aws-sdk-go-v2/service/identitystore v1.20.3/go.mod h1:aN6ZOx4l7hRGw2YecqbRluRI9QvX8EoaKrcnKI+guUA= +github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.3 h1:VSL0Us1D65b3zTXV/YA/Ibr7Uet6vwoyMdIeZ0dgOJM= +github.com/aws/aws-sdk-go-v2/service/inspector2 v1.19.3/go.mod h1:WmUN3IF05j8rS6DxNmszBCq43wxgVOAtdt4MzsxGYOY= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.3/go.mod h1:gkb2qADY+OHaGLKNTYxMaQNacfeyQpZ4csDTQMeFmcw= -github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.0 h1:CJxo7ZBbaIzmXfV3hjcx36n9V87gJsIUPJflwqEHl3Q= -github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.0/go.mod h1:yjVfjuY4nD1EW9i387Kau+I6V5cBA5YnC/mWNopjZrI= +github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 h1:rpkF4n0CyFcrJUG/rNNohoTmhtWlFTRI4BsZOh9PvLs= +github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1/go.mod h1:l9ymW25HOqymeU2m1gbUQ3rUIsTwKs8gYHXkqDQUhiI= github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.10/go.mod h1:Qks+dxK3O+Z2deAhNo6cJ8ls1bam3tUGUAcgxQP1c70= -github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.2 h1:f2LhPofnjcdOQKRtumKjMvIHkfSQ8aH/rwKUDEQ/SB4= -github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.2/go.mod h1:q+xX0H4OfuWDuBy7y/LDi4v8IBOWuF+vtp8Z6ex+lw4= -github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.2 h1:M2oj5PSph40+tqQ25MTZKfCveRWWXSskKFt3BMoJOao= -github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.2/go.mod h1:fcLhoxFM7KEONrUI5zY12MncXr53tHHwQOckCOrX8A4= +github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 h1:6DRKQc+9cChgzL5gplRGusI5dBGeiEod4m/pmGbcX48= +github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4/go.mod h1:s8ORvrW4g4v7IvYKIAoBg17w3GQ+XuwXDXYrQ5SkzU0= +github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 h1:yUrVjtoH+5aA7h8qFVvVOBv03K5XIcgR3r1y1lH5raw= +github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4/go.mod h1:g10w17faXf5sqTZt8+Bu/9PIUopwgcYZDb9jvsl8M9E= github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.9/go.mod h1:yQowTpvdZkFVuHrLBXmczat4W+WJKg/PafBZnGBLga0= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.2 h1:h7j73yuAVVjic8pqswh+L/7r2IHP43QwRyOu6zcCDDE= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.2/go.mod h1:H07AHdK5LSy8F7EJUQhoxyiCNkePoHj2D8P2yGTWafo= +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 h1:rdovz3rEu0vZKbzoMYPTehp0E8veoE9AyfzqCr5Eeao= +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4/go.mod h1:aYCGNjyUCUelhofxlZyj63srdxWUSsBSGg5l6MCuXuE= github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.9/go.mod h1:Rc5+wn2k8gFSi3V1Ch4mhxOzjMh+bYSXVFfVaqowQOY= -github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.2 h1:gbIaOzpXixUpoPK+js/bCBK1QBDXM22SigsnzGZio0U= -github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.2/go.mod h1:p+S7RNbdGN8qgHDSg2SCQJ9FeMAmvcETQiVpeGhYnNM= -github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.8.1 h1:FT1L88lZpY06XaDHIgni0XiGlOe4e7jODubnkWbMEF0= -github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.8.1/go.mod h1:TM1Em5CPY0sx76hJdBAIDHvrAVKwFU4+BGz5QSj0x0E= -github.com/aws/aws-sdk-go-v2/service/ivschat v1.8.1 h1:zFkeTF89Flzr3IZOPq+rnwkZNTLQWb5VWi2mvjl23zk= -github.com/aws/aws-sdk-go-v2/service/ivschat v1.8.1/go.mod h1:KLjUdI6EJT5tej+B+jNtRmWzUm1S38oHcR2BivQo03Q= -github.com/aws/aws-sdk-go-v2/service/kafka v1.26.1 h1:e1VekkYPQMIM5wYRubPz+uz638bEc1SV+35twibEnw4= -github.com/aws/aws-sdk-go-v2/service/kafka v1.26.1/go.mod h1:pISEr2hcg0OY9F3uClwbIpsTl2Ft2S0aDdvb9Q22vqY= -github.com/aws/aws-sdk-go-v2/service/kendra v1.46.1 h1:Yp15j21FtRU9wLq0y3sE2FFmpZbBQH/NPE3tOz8veX8= -github.com/aws/aws-sdk-go-v2/service/kendra v1.46.1/go.mod h1:JDd/Dcekrjr3gvhgGdNRdEw9jol71hvymloOTTCIa54= -github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.1 h1:sBpNQhFDGKxqf9ckJiM9KD3iyu3yx/AYi24HO4ETJpY= -github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.1/go.mod h1:Slzp4WwGQaIIy5i70zI2Gw+8uBooKSiPtCJ2ZBcPiHU= +github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 h1:o3DcfCxGDIT20pTbVKVhp3vWXOj/VvgazNJvumWeYW0= +github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4/go.mod h1:Uy0KVOxuTK2ne+/PKQ+VvEeWmjMMksE17k/2RK/r5oM= +github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.9.1 h1:R09EQdFVDRSi4voYiKIv8Ex5piYAa2eS5MghKdyDQ3Y= +github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.9.1/go.mod h1:2Z0VGwjWQ3fQc2a2JrpQb8dLjb9x8XggJBj825md6Nc= +github.com/aws/aws-sdk-go-v2/service/ivschat v1.9.1 h1:C4BVRMgVNn+iE/SJFSZsZyNCdZi2JIR7VETTNfAjiQo= +github.com/aws/aws-sdk-go-v2/service/ivschat v1.9.1/go.mod h1:+TK56cWC6euHLTbHN+Pi1+0it0WZ68lW4bgoEANPBRI= +github.com/aws/aws-sdk-go-v2/service/kafka v1.27.1 h1:bIBOmRFbwJGLAf+9vyqQoIiIiGjQmHd4C8Vxpd6xKDE= +github.com/aws/aws-sdk-go-v2/service/kafka v1.27.1/go.mod h1:YtnT/LZDxHOx7f5wW5crUU+HRqv8TOcNoiJJINxUb28= +github.com/aws/aws-sdk-go-v2/service/kendra v1.46.3 h1:yHWYW6TzVoFDCJRd0vmIJh7SmmARXEOhuvT6tegLxw0= +github.com/aws/aws-sdk-go-v2/service/kendra v1.46.3/go.mod h1:OcD+ecexkQUPImlJnLiCjCSUHEj5wKlGaY5rw7Dqr74= +github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.3 h1:SCVE+sAeGYkH32mqkkLGYUPeaMCgnPRhMFRnFSqOiXA= +github.com/aws/aws-sdk-go-v2/service/keyspaces v1.6.3/go.mod h1:+8c1AEbPhx8+j9dnIw5QBMyH4ITK6Eq3Z85TfSSQLas= github.com/aws/aws-sdk-go-v2/service/kms v1.18.1 h1:y07kzPdcjuuyDVYWf1CCsQQ6kcAWMbFy+yIJ71xQBS0= github.com/aws/aws-sdk-go-v2/service/kms v1.18.1/go.mod h1:4PZMUkc9rXHWGVB5J9vKaZy3D7Nai79ORworQ3ASMiM= -github.com/aws/aws-sdk-go-v2/service/lambda v1.46.0 h1:H8G4ez3J1Eg2DkyadzscJpGCHZ96GEUl/4dHtYfbUwA= -github.com/aws/aws-sdk-go-v2/service/lambda v1.46.0/go.mod h1:7EeaNI9Ze/5ZN8g2xVxn/TLoTMAodOBmAI3oXa50g4s= -github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.36.1 h1:haFsYMoXhbnT8m3X/fSPcW7RNJW95VKsXQOU7BuvoRU= -github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.36.1/go.mod h1:iUA/ZNvrj9ySRC8dtf2nLBzVGzgRcO05fSvRalYG8x8= -github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.1 h1:QiK6m3AIiuohyqMcbO6ketUAW4Fq5ClVckJc54+f7zY= -github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.1/go.mod h1:hUGlqjqPdCL/iWdeeLOGU/WLknT5IvN23IlR75g6dRQ= -github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.1 h1:7HKyhgqPZwCqtfauvum+uHe1d66WItRUrY/jDL0cplM= -github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.1/go.mod h1:e+VNDrL0t/jQDaUo1yQ/rj2Ss1Kfc960hXY/SrjJK84= -github.com/aws/aws-sdk-go-v2/service/medialive v1.40.1 h1:dHB2RWP8vWPEUXfT6stym0/Lmb4KjSjTV3DWF8hZc6E= -github.com/aws/aws-sdk-go-v2/service/medialive v1.40.1/go.mod h1:97eZCb1cR/9EC2kuDefg8+NUlEiJ6Bmmx/pQd+qLNis= -github.com/aws/aws-sdk-go-v2/service/mediapackage v1.26.1 h1:f7+TiT8I39yS0no2ZW6bONQX7igkLiTPnWGQYJYglXY= -github.com/aws/aws-sdk-go-v2/service/mediapackage v1.26.1/go.mod h1:larYugfcTXBuSE/OQmQMJg15cB706hgaqHgfvTxbOMI= -github.com/aws/aws-sdk-go-v2/service/oam v1.6.1 h1:O0G4f9dtP3uO6aNVOX/14ss6oZIO4tPT719u/0/YLw4= -github.com/aws/aws-sdk-go-v2/service/oam v1.6.1/go.mod h1:tsBCn9NtXpxDgN+2ur+NQYjkb+hb9x3XWK0P6O1YjJs= -github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.1 h1:073ZVUKpoeuDRZOvGIA7YkIzgS34ZuaB4Mjob1JLVmw= -github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.1/go.mod h1:tgV68+tguCc9exlCrF8bzpdIr1p5kdX/dscRoREhUPA= -github.com/aws/aws-sdk-go-v2/service/osis v1.4.1 h1:WGWy/V7hLZ/BpqNAMKypT2H4ozt8vRa+Q8RgRsV2jEg= -github.com/aws/aws-sdk-go-v2/service/osis v1.4.1/go.mod h1:1URZ6YGhTgBE7B9IOW0on6VGf2rFfGHuNE/rvCjr594= -github.com/aws/aws-sdk-go-v2/service/pipes v1.7.0 h1:rAESYEbWXzScH/PNAYRwvz3fWaEqzV8G7hrC51rx/9E= -github.com/aws/aws-sdk-go-v2/service/pipes v1.7.0/go.mod h1:zHXHbYP7mZ75j9g82PCuGOTzJHTkt5ECE1SRI+A1+ts= -github.com/aws/aws-sdk-go-v2/service/pricing v1.23.1 h1:PvSF5JF/Xg7pzE8aVYlbf/30DoUvFP/KQ10DyzA3zUk= -github.com/aws/aws-sdk-go-v2/service/pricing v1.23.1/go.mod h1:OUjaLhZA7pAuSqSYQVHl4c6tbUplabXblJ7RxewWgzo= -github.com/aws/aws-sdk-go-v2/service/qldb v1.18.1 h1:6tUl+5VgPbBq1jw7yIG0sdCR9UjXdUwXHSae++YKFBA= -github.com/aws/aws-sdk-go-v2/service/qldb v1.18.1/go.mod h1:Z0Ga82Q05EYVKQrpFDhgYXxS1SKR0MGn12ZRcWvxo0c= -github.com/aws/aws-sdk-go-v2/service/rbin v1.12.1 h1:g5YNRBrE7GQhmurswxwo9iAIZvd++K6MhSmFfSJ2U2o= -github.com/aws/aws-sdk-go-v2/service/rbin v1.12.1/go.mod h1:cLbiL0FvzQMDg524PzqY+a5V9wo1ESSNQ7QK09qQ6kY= -github.com/aws/aws-sdk-go-v2/service/rds v1.62.3 h1:eXWDu7PodivDkEnbLw6KqL3zgcLha22fDdsNhqcBXLM= -github.com/aws/aws-sdk-go-v2/service/rds v1.62.3/go.mod h1:T++jZU+TJQEq8rMssEmjOW4/VRai5VcqxPAQqPBE26k= -github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.1 h1:Inwn9EN4uZzKqHEIh+SvbWH7KNUbp9BueqfvgDgaA9A= -github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.1/go.mod h1:HwEfNPMzZdKGIm4fqsEK8y9hgWjKOqmSA93CcRBiuaM= -github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.0 h1:70rxzf0//gjvBhjMAKmibv9MR18yUTHJioWAcECHyIo= -github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.0/go.mod h1:vcIzurt3qlcSk3xjoe0GUTNY56Edfz9J+zeqC1kNFd0= -github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.1 h1:NtF8pUJSlFcn0IGbmMaM1KvCvUXdjkLc9kCTZg2lpqk= -github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.1/go.mod h1:/P/9ZUQk58ACVTlfSDGQ1pherdnRozEgMK+9LqEmlVE= -github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.1 h1:9GyvVuhinXcZVT2oAHmu6jdMRYte8uySMzdd5xBGmKA= -github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.1/go.mod h1:gIQ87zeA6uWTitSJV9IeBOOQKubwvBhcF4rOa++nErY= -github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.1 h1:HF/+dqWwJUM1lBIfqNurNkFaLMk++Nx9sV4PKFBmju4= -github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.1/go.mod h1:a2wRasC63QpbLABmQpnqWTrczmV+1rIyXBl8Kp8rvlE= -github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.1 h1:jZSQwl1JAX9GRew86efQecc+pDiAu/WwnefnrUhpNxk= -github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.1/go.mod h1:5uJ+xB76ttmfE0FD6f07TiF3BmwKevmfK7ixkV7mjVA= +github.com/aws/aws-sdk-go-v2/service/lambda v1.48.1 h1:xVOzP4rFi0kMXUQozqInP+Yy6zldr8WTpHeVEqxMtOY= +github.com/aws/aws-sdk-go-v2/service/lambda v1.48.1/go.mod h1:7dj5Kak6A6QOeZxUgIDUWVG5+7upeEBY1ivtFDRLxSQ= +github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.37.0 h1:tQ/cAR16Rk2UkffPPv44BS8/T9oJlcccB3qP6Rp+cAw= +github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.37.0/go.mod h1:TpH2EO5YbvByV/uEr2frH9JwlC0XS8Pf1cDzOFbXSE4= +github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.3 h1:6khO1ztTJrkerOTUh4UiVElQ8kJqeBMRkCjh2D4oRgs= +github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.3/go.mod h1:8e96Pfkyy2KVGlz7Dv7QrrCTNyLMjRL9LVUqNGyX7JA= +github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.3 h1:Klf+liB8OrhhQyVT+TdxQqDRwTW0Xgvnv+Da8wi/VEs= +github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.23.3/go.mod h1:6qyNNp9IBCvpOfb9S4kiZ9k0DaAyajpAnN7KP1uDmuA= +github.com/aws/aws-sdk-go-v2/service/medialive v1.41.1 h1:yarqPw/2q52gqfxYoBSPPFHv+ccwJm/ajEYK1eMRInM= +github.com/aws/aws-sdk-go-v2/service/medialive v1.41.1/go.mod h1:yji6+auCVOD6Olje6cNWn4IMJBCliOWh+60ANZa6UHI= +github.com/aws/aws-sdk-go-v2/service/mediapackage v1.27.1 h1:ZDgB+Ky0hXvLwku1kzZD7w4fLvlOridvFLuF2/4v+CA= +github.com/aws/aws-sdk-go-v2/service/mediapackage v1.27.1/go.mod h1:feuXf9Ltxnf6Re39qLdyC1Sn/bIXcAFUXyIB6hEpYbw= +github.com/aws/aws-sdk-go-v2/service/oam v1.6.3 h1:S3GlOlpESh8BCOAiFc2DDXlM1bCNnZG7xL6Z4Xz4V3g= +github.com/aws/aws-sdk-go-v2/service/oam v1.6.3/go.mod h1:pfLMa7wlMAGH4/BfAvs7T7Hx+eUnfOH6I13yEq+nmn0= +github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.3 h1:rYx9F+RnIIVZklBHyvv34tVvMBZPex2rQGbiyjYW4MU= +github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.8.3/go.mod h1:VePNBj+se/QYQpH8RTKdFx83iRMAKUev9JyOiUs8Wr4= +github.com/aws/aws-sdk-go-v2/service/osis v1.5.1 h1:anUrguxdcgTyLn/PtBvS8fvFWgaT7YnQJRarH6713FM= +github.com/aws/aws-sdk-go-v2/service/osis v1.5.1/go.mod h1:R9REkyNcMzOf8Btlgj79OcK0aMlpOW+riOwASOXr9VE= +github.com/aws/aws-sdk-go-v2/service/pipes v1.8.1 h1:aaGRX6RLKYO31cqoVuMG/XU4W/Dmnfy4H8V+gr7R28c= +github.com/aws/aws-sdk-go-v2/service/pipes v1.8.1/go.mod h1:hcr1CUx5Fk5ABqk93GlkbeRwl4mhm3cbd04SAfKw+uQ= +github.com/aws/aws-sdk-go-v2/service/pricing v1.23.3 h1:/fGaDu3SL5WeUypBfyEMA8QF0K+geeWS2v8OggmSfyE= +github.com/aws/aws-sdk-go-v2/service/pricing v1.23.3/go.mod h1:0jlJ64Pv4CU8NhD7auHlPFL6q8KR9y4aUsuxYS0ge1o= +github.com/aws/aws-sdk-go-v2/service/qldb v1.18.3 h1:LAtKPkKCtJpfYbv8KjC4BrhE0B3cudPyysbloic5s3U= +github.com/aws/aws-sdk-go-v2/service/qldb v1.18.3/go.mod h1:0SJbLjtz0rdXUPw2VgCYnFRoYdxjT69um3+/Jx2qjNs= +github.com/aws/aws-sdk-go-v2/service/rbin v1.12.3 h1:4TW1hRKwUz9KLSh7gQjw22fGueVvzU+OLiQf1nD++4U= +github.com/aws/aws-sdk-go-v2/service/rbin v1.12.3/go.mod h1:3ek97n3CuKKzfu8mMc+FXvc+rtRZXbYQIMzSFlIpVvk= +github.com/aws/aws-sdk-go-v2/service/rds v1.63.2 h1:tPpW4BtS6RYeMavI7jVNdiopvcVgv8JQzLYBxRFI2v8= +github.com/aws/aws-sdk-go-v2/service/rds v1.63.2/go.mod h1:wOD+/saE3LEwnwlaq5EHyj7yWYwz3COo0IOXAt7bAL4= +github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.3 h1:q1h5SxtCSz7lQ7eiKfBd6Fuy+ynoWw3JDcSKgcpoGgc= +github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.22.3/go.mod h1:T5fhDCo61UBeegUKVKwdAoOb0oyRpP4iK6+xbuSYcEs= +github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.2 h1:UbpNH/Cp7HIhFzvNbqFtFNvokqhl3xVcTiosKATxMrk= +github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 v1.7.2/go.mod h1:o5OQlj9QiP4xHo8GucEWlfoOhWHTyS4+PQsPrwAj5Qk= +github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.3 h1:2G3B2UKKHsjtupjdbtTF5fY+PjPPnNJCgmHeIzIpF8c= +github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.18.3/go.mod h1:PbEKPOynMRNZQyA2OwTP6Srh77JarKVkx/ROU6Q6KE8= +github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.3 h1:TGaUBkC4l6XRfbEGs4kAZ07MTt2d6P6vYOaUa3Xlkas= +github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.18.3/go.mod h1:2KWwhq6dij2weFBZxQlCzalcKk7TJc3MZJyZS1hd77s= +github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.3 h1:3vBL9PcLYWQb+8DePzYvHBnKzvFNxVosVGNTL6HgFM0= +github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.5.3/go.mod h1:Ych4aIodWQ6aJxl/8BFDnF4p52CQUK8pJxtE18PWsXs= +github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.3 h1:bE+M7fO3XpUjcyFEjhcLkGC+f3/K3HyrQOgiUnlwgDc= +github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.3/go.mod h1:5yfMeHnHhHK8WpajhjfhxpJteaxW045jdSsK2eH32Pc= github.com/aws/aws-sdk-go-v2/service/s3 v1.27.2/go.mod h1:u+566cosFI+d+motIz3USXEh6sN8Nq4GrNXSg2RXVMo= -github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1 h1:o6MCcX1rJW8Y3g+hvg2xpjF6JR6DftuYhfl3Nc1WV9Q= -github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1/go.mod h1:UDtxEWbREX6y4KREapT+jjtjoH0TiVSS6f5nfaY1UaM= -github.com/aws/aws-sdk-go-v2/service/s3control v1.36.2 h1:T7PTfCz5WDwGwoYmDh9pXnBAOGYMYd93mn8M6fLm+jo= -github.com/aws/aws-sdk-go-v2/service/s3control v1.36.2/go.mod h1:QgaB/G0eqRn+kgBHBMyEPa4z7a71QQ6BsZResPH1oZk= -github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.1 h1:5gcvHn3iZXoro9PhEi0Lgd+3UyMtz+ZwdVnJQ/NAuCU= -github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.1/go.mod h1:SsqJybJNCGIuJ1vuT2nK00P3Mpuc0xquPZptzkLZXvY= +github.com/aws/aws-sdk-go-v2/service/s3 v1.45.0 h1:qm5f24B6bg3BsVdbMd8ODEfKeadBmYlwUi9erqRfv6s= +github.com/aws/aws-sdk-go-v2/service/s3 v1.45.0/go.mod h1:dqJ5JBL0clzgHriH35Amx3LRFY6wNIPUX7QO/BerSBo= +github.com/aws/aws-sdk-go-v2/service/s3control v1.39.0 h1:j+RKem2TrXOjyKMrEOZBXn9XNmUG2Qecxl/cD0bjz9g= +github.com/aws/aws-sdk-go-v2/service/s3control v1.39.0/go.mod h1:A2vCti/i+W0KkUwDAY3jio5QpuS/tk4jhmBaTDoZ1aY= +github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.3 h1:XPNfnBEZ0uIyYQ6XrYceD+BlaC1LEyjntRYn2a8dW/8= +github.com/aws/aws-sdk-go-v2/service/scheduler v1.5.3/go.mod h1:0BCVZduXl+TWsNMMVEhMSv+0HmVxgHkMkMtZFKEh2Xw= github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.14/go.mod h1:xakbH8KMsQQKqzX87uyyzTHshc/0/Df8bsTneTS5pFU= -github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.1 h1:LCHuDIo6VgGVuJzEARcMUW9wfL81WN1dtpZj4OLNF+k= -github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.1/go.mod h1:jOZI0nAxSdL7/5Kyu8WNS+VfHbUzeRNuh21qsjJ6K0s= -github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.1 h1:3wmpS42JnjQ71EO8HMGqQ4cEosIL3jIG5B0gcJLaEmk= -github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.1/go.mod h1:qAbLKCueR4MBxV/s7iLrL8ALTed5hj4tAT2AQEXBnz4= -github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.1 h1:rPpLstzadDkRwEt69fMybasKQ4OtCepjib7aXfN/zpI= -github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.1/go.mod h1:QJHST8MA1/Wd/o5ADP7cKsJDGB91n1V6YuOVQzyfdo0= -github.com/aws/aws-sdk-go-v2/service/signer v1.18.2 h1:A+6iE+dGwxxChAUediziUJWwEOUf97I22CDAhmusq/s= -github.com/aws/aws-sdk-go-v2/service/signer v1.18.2/go.mod h1:8MUWn7BWA+A5x960d7A/M8AvhvwNvR8yI/gNj684BL8= +github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.3 h1:cFfqbyJ/LQ3lhx11tMBSx1v3I8xG+tsRXekaPn5iRrs= +github.com/aws/aws-sdk-go-v2/service/securitylake v1.9.3/go.mod h1:1dGVAKs1OwVEfZ53xy1gjcg/ojlN5DAKsD51TEpyWSs= +github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.3 h1:BEdvuuHquu0W5HTxnQKwrbc/ztc7jXH8xWrDRKDwsbE= +github.com/aws/aws-sdk-go-v2/service/servicequotas v1.18.3/go.mod h1:mAtKs5EUzehP/G5cxn7HYzu5L0Q9hCLUFDaebiy2jY0= +github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.3 h1:yriEnS4d22skDS16ULX8aHZ3/4xu6MFRjxjxax3EdJ4= +github.com/aws/aws-sdk-go-v2/service/sesv2 v1.23.3/go.mod h1:6xrtDvADN0Pt9SSwwQtYUQv2ZGwoIW/tMDG2Dgj1v0w= +github.com/aws/aws-sdk-go-v2/service/signer v1.18.4 h1:O8jBbjDHTCid5wktWNuq1Ujz4osVvCAUu/0zja2JDO0= +github.com/aws/aws-sdk-go-v2/service/signer v1.18.4/go.mod h1:Pzl9358kaC568WlbXl28y+6cc6RP9Hyt6LhgN8qh9fU= github.com/aws/aws-sdk-go-v2/service/sns v1.17.10/go.mod h1:uITsRNVMeCB3MkWpXxXw0eDz8pW4TYLzj+eyQtbhSxM= -github.com/aws/aws-sdk-go-v2/service/sns v1.25.1 h1:0WdK/fMLIj2Ue6xmvuTLKd4aFVxib+Mhi7yPrr5t+QQ= -github.com/aws/aws-sdk-go-v2/service/sns v1.25.1/go.mod h1:g9oPCEbC9NinvW9AT0guuYcCmRJ3YDMWQ3e+j90wW10= +github.com/aws/aws-sdk-go-v2/service/sns v1.25.3 h1:6/Esm0BnUNrx+yy8AaslbaeJa8V40tTJ9N+tOihYWVo= +github.com/aws/aws-sdk-go-v2/service/sns v1.25.3/go.mod h1:GkPiLToDWySwNSsR4AVam/Sv8UAZuMlGe9dozvyRCPE= github.com/aws/aws-sdk-go-v2/service/sqs v1.19.1/go.mod h1:A94o564Gj+Yn+7QO1eLFeI7UVv3riy/YBFOfICVqFvU= -github.com/aws/aws-sdk-go-v2/service/sqs v1.28.0 h1:+JVIntWBGQJ8M3rNEFNHiIzF4CMpfrRe+Xt39mS+6VA= -github.com/aws/aws-sdk-go-v2/service/sqs v1.28.0/go.mod h1:lf0CvAYZ5VaBd0mTUcuVRqQYm3Mk+L7xKvRPudRzhik= +github.com/aws/aws-sdk-go-v2/service/sqs v1.28.2 h1:MVg4eLi9uM1+YHYSfcCg1CR3mqtL6UJ9SF3VrMxKmUE= +github.com/aws/aws-sdk-go-v2/service/sqs v1.28.2/go.mod h1:7vHhhnzSGZcquR6+X7V+wDHdY8iOk5ge0z+FxoxkvJw= github.com/aws/aws-sdk-go-v2/service/ssm v1.27.6/go.mod h1:fiFzQgj4xNOg4/wqmAiPvzgDMXPD+cUEplX/CYn+0j0= -github.com/aws/aws-sdk-go-v2/service/ssm v1.42.1 h1:GvOG5thwe/WQFvKUAfKBTtib2QVYfWREtOdZ9FPHC6E= -github.com/aws/aws-sdk-go-v2/service/ssm v1.42.1/go.mod h1:oB+JGCOl5dl2rQ4T/75fnqoVqWpozQMHZHvBWezeGkA= -github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.1 h1:aQJpY4kRGG9RlNMe1A45juI4U0lg0zV7g2SyDAv1J9c= -github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.1/go.mod h1:Qa8/jvyVCcRO0lg/S4oxCzUgpnu4uY/HVUJdQYP1Xmg= -github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.25.1 h1:p3LZsRQ+M8PjBgndCqzgORH9/je5lKXKs64F5OGANDY= -github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.25.1/go.mod h1:Tk2NCQzH8xOSvi6juuReG13ySwUdELzs4aPE+eSI1HA= +github.com/aws/aws-sdk-go-v2/service/ssm v1.43.1 h1:QCZGFHZnzP0yRveI5X+5Cu54wdvpbgiuF3Qy3xBykyA= +github.com/aws/aws-sdk-go-v2/service/ssm v1.43.1/go.mod h1:Iw3+XCa7ARZWsPiV3Zozf5Hb3gD7pHDLKu9Xcc4iwDM= +github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.3 h1:y31W273p64rg4jL6ZffrcS1VaDeJfs3lYedtP1vKQiU= +github.com/aws/aws-sdk-go-v2/service/ssmcontacts v1.19.3/go.mod h1:N7TZq4pO6aVgr+28vdzI+YoaxdwvnE9XyAWEVk4HLS4= +github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.26.1 h1:PUtIIchHXzq7NcpBAMnglcD5Vvh3BB6rkSdhfxAdVZ4= +github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.26.1/go.mod h1:ZYp2WYPUHVvCgUOkBqJO8bCCjO9lyQzunkJjkoMmsFw= github.com/aws/aws-sdk-go-v2/service/sso v1.11.13/go.mod h1:d7ptRksDDgvXaUvxyHZ9SYh+iMDymm94JbVcgvSYSzU= -github.com/aws/aws-sdk-go-v2/service/sso v1.17.1 h1:km+ZNjtLtpXYf42RdaDZnNHm9s7SYAuDGTafy6nd89A= -github.com/aws/aws-sdk-go-v2/service/sso v1.17.1/go.mod h1:aHBr3pvBSD5MbzOvQtYutyPLLRPbl/y9x86XyJJnUXQ= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.19.1 h1:iRFNqZH4a67IqPvK8xxtyQYnyrlsvwmpHOe9r55ggBA= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.19.1/go.mod h1:pTy5WM+6sNv2tB24JNKFtn6EvciQ5k40ZJ0pq/Iaxj0= +github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 h1:CdsSOGlFF3Pn+koXOIpTtvX7st0IuGsZ8kJqcWMlX54= +github.com/aws/aws-sdk-go-v2/service/sso v1.17.3/go.mod h1:oA6VjNsLll2eVuUoF2D+CMyORgNzPEW/3PyUdq6WQjI= +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 h1:cbRqFTVnJV+KRpwFl76GJdIZJKKCdTPnjUZ7uWh3pIU= +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1/go.mod h1:hHL974p5auvXlZPIjJTblXJpbkfK4klBczlsEaMCGVY= github.com/aws/aws-sdk-go-v2/service/sts v1.16.10/go.mod h1:cftkHYN6tCDNfkSasAmclSfl4l7cySoay8vz7p/ce0E= -github.com/aws/aws-sdk-go-v2/service/sts v1.25.1 h1:txgVXIXWPXyqdiVn92BV6a/rgtpX31HYdsOYj0sVQQQ= -github.com/aws/aws-sdk-go-v2/service/sts v1.25.1/go.mod h1:VAiJiNaoP1L89STFlEMgmHX1bKixY+FaP+TpRFrmyZ4= -github.com/aws/aws-sdk-go-v2/service/swf v1.19.1 h1:kDtjTymuFUw/4fskFdiq46EukdBv+AjVnM2eVe6NGmg= -github.com/aws/aws-sdk-go-v2/service/swf v1.19.1/go.mod h1:ssQLZexa/DGlRdTm9V8a0Z/zYuSR6Il/aHyvm6dsk+w= -github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.1 h1:RQ48d0xBSrnYjvCOeurKMUgwnn+OkrF+CsnyvNu/SxA= -github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.1/go.mod h1:8VeD/QmzeDeWx2+wrDfbG+r5ZMdTYt1DprwZB+1Bf2M= -github.com/aws/aws-sdk-go-v2/service/transcribe v1.31.1 h1:pX7jkW4baIO8TXe6SUQKhfgfYLH98LXeSOSUVyGEr5Q= -github.com/aws/aws-sdk-go-v2/service/transcribe v1.31.1/go.mod h1:6dzpBq/8fh+rkbC0I2r+Y9fw+nyF59WsW8BvpfISv3Q= -github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.5.1 h1:1GMn2HcGnfo/Lfi4I4iOHHvTnUbeyaKquJZ1aTrR0zs= -github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.5.1/go.mod h1:yJfbjEQFIEAY6bersvwPCEq9WztKT9pPTppmeYIIKrg= -github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.1 h1:qiA3JwYRPRaLcD6Xx1VNeVKqJ5IfOD2+rZjdZkmZqJU= -github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.1/go.mod h1:t3TqkP0e9xrIuAi42wl3/sX4YPT6d5bB2sZ31c/rIJM= -github.com/aws/aws-sdk-go-v2/service/workspaces v1.33.1 h1:9pj1eIIwWJqGrITnkH6ggFEBi7wsFOUvbP/bv53Ovm8= -github.com/aws/aws-sdk-go-v2/service/workspaces v1.33.1/go.mod h1:WpCZtgHZRiYfv0jN6WsgKYvpsGp5H/QxUF+VYnTwmcE= -github.com/aws/aws-sdk-go-v2/service/xray v1.22.1 h1:EfeYTIUR/HgFijILpqvRh3Xgky0qOW998lOOmMSPqRY= -github.com/aws/aws-sdk-go-v2/service/xray v1.22.1/go.mod h1:4+g9QRvp2RZko4VZF62ICz59N3t1yUPllfzMy6yg8yg= +github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 h1:yEvZ4neOQ/KpUqyR+X0ycUTW/kVRNR4nDZ38wStHGAA= +github.com/aws/aws-sdk-go-v2/service/sts v1.25.4/go.mod h1:feTnm2Tk/pJxdX+eooEsxvlvTWBvDm6CasRZ+JOs2IY= +github.com/aws/aws-sdk-go-v2/service/swf v1.19.3 h1:V8QA8sb+ov6zVwrYUtvALq+dTMSy8EF3qRcRvN7SQlY= +github.com/aws/aws-sdk-go-v2/service/swf v1.19.3/go.mod h1:fDcgEmY/qcPgXVXAKoPbDCuO0/w0mrdQot7e/ZcCDFk= +github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.3 h1:UiXy4+zKKNyojUWCm503oZKVhv5o31FKqXVnXP+7a8A= +github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.3/go.mod h1:RbPi0d7mbqDCVbTGx7RZAk18foBWl/8Xr9lKQycwayM= +github.com/aws/aws-sdk-go-v2/service/transcribe v1.32.0 h1:8zGiB2EW+vk1mjg2q/hJU/E6+YMOOl4WpezRPUXo6pQ= +github.com/aws/aws-sdk-go-v2/service/transcribe v1.32.0/go.mod h1:0y+iVkE1SHO0+Athq1sQGstKIwl+HNXVRPro21cXQuo= +github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.6.1 h1:VMpHz+mUTAlL67JgDCr2dc0InZFlrfPL/yM2Y6BmbU8= +github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.6.1/go.mod h1:xNNgvDTEbZ9A/38LCQrtGCmlQ7aRGjGwVsIoGXVTESA= +github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.3 h1:WD7x9MEgzwOD4V6iJF442kxrUTjU0MoUjqFhJRO1AXE= +github.com/aws/aws-sdk-go-v2/service/vpclattice v1.4.3/go.mod h1:JECSzkP4PNPWrvUcv9aQDdadFqUrOeERA6k1U6DG5ms= +github.com/aws/aws-sdk-go-v2/service/workspaces v1.34.0 h1:BzFQiEXnhsFolEPOKacnxGolyYqN5y0GGZrVQinoxQA= +github.com/aws/aws-sdk-go-v2/service/workspaces v1.34.0/go.mod h1:lv0HNcfWj2lb2OPJ71H+bEq3za28BPCFNEPQwZ+HYgE= +github.com/aws/aws-sdk-go-v2/service/xray v1.22.3 h1:ZhSXLLVeP+uUHQgc0Jq/UpmodQcSi8oV9MxqlJu1LlM= +github.com/aws/aws-sdk-go-v2/service/xray v1.22.3/go.mod h1:G5ck/1GXqf1iLI6btiiSgCXLSihyHfrcauYwHdYNzv4= github.com/aws/smithy-go v1.12.0/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA= -github.com/aws/smithy-go v1.16.0 h1:gJZEH/Fqh+RsvlJ1Zt4tVAtV6bKkp3cC+R6FCZMNzik= -github.com/aws/smithy-go v1.16.0/go.mod h1:NukqUGpCZIILqqiV0NIjeFh24kd/FAa4beRb6nbIUPE= +github.com/aws/smithy-go v1.17.0 h1:wWJD7LX6PBV6etBUwO0zElG0nWN9rUhp0WdYeHSHAaI= +github.com/aws/smithy-go v1.17.0/go.mod h1:NukqUGpCZIILqqiV0NIjeFh24kd/FAa4beRb6nbIUPE= github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k= github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8= github.com/beevik/etree v1.2.0 h1:l7WETslUG/T+xOPs47dtd6jov2Ii/8/OjCldk5fYfQw= @@ -1722,10 +1734,10 @@ github.com/hashicorp/aws-cloudformation-resource-schema-sdk-go v0.21.0 h1:IUypt/ github.com/hashicorp/aws-cloudformation-resource-schema-sdk-go v0.21.0/go.mod h1:cdTE6F2pCKQobug+RqRaQp7Kz9hIEqiSvpPmb6E5G1w= github.com/hashicorp/aws-sdk-go-base v1.1.0 h1:27urM3JAp6v+Oj/Ea5ULZwuFPK9cO1RUdEpV+rNdSAc= github.com/hashicorp/aws-sdk-go-base v1.1.0/go.mod h1:2fRjWDv3jJBeN6mVWFHV6hFTNeFBx2gpDLQaZNxUVAY= -github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.41 h1:aaXk20kHudR40hpl/4qoM57lgEW0JAV1l1Cw547G2wE= -github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.41/go.mod h1:mN+jBRwrTsDaeBDROT/LVpOtGbX1SFLdZuL+/U4EGGA= -github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.42 h1:Y4N+IDb/M/2wubuTnSrGlHQMHWiiWWS6PgATXZFLGoE= -github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.42/go.mod h1:AZJcpDzBh2Wsfwv2MYTTreac7VQKpcvekxHWKWr/MZo= +github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.42 h1:XcumID+s2NJGcHsN/0DFTLQtrWwRjLMvk/8P2uoUlLc= +github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.42/go.mod h1:yh+UKXzrK7103tYrCzMC5nd1Qdga+1PRH8JMN8ulfzk= +github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.43 h1:EAj06tIkFL3lD4ro0JIl0VpFShHu5USmn5JvrPwxToo= +github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.43/go.mod h1:lTTufG5gVtNqAarfzkVOCokVLrKBDy/eKEHLIgcqdfQ= github.com/hashicorp/awspolicyequivalence v1.6.0 h1:7aadmkalbc5ewStC6g3rljx1iNvP4QyAhg2KsHx8bU8= github.com/hashicorp/awspolicyequivalence v1.6.0/go.mod h1:9IOaIHx+a7C0NfUNk1A93M7kHd5rJ19aoUx37LZGC14= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= @@ -2662,8 +2674,8 @@ go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= go.opentelemetry.io/contrib v0.20.0/go.mod h1:G/EtFaa6qaN7+LxqfIAT3GiZa7Wv5DTBUzl5H4LY0Kc= -go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.0 h1:qmQcwJOEOfNvVOD8H7bVAEipp+6UtnDK3qHGCcjwB9o= -go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.0/go.mod h1:d1FGIeeryqx0a2Oa5oQrK1Ug85AGfFUx+nMtoAwJ4VI= +go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.1 h1:PGmSzEMllKQwBQHe9SERAsCytvgLhsb8OrRLeW+40xw= +go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.46.1/go.mod h1:h0dNRrQsnnlMonPE/+FXrXtDYZEyZSTaIOfs+n8P/RQ= go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0/go.mod h1:oVGt1LRbBOBq1A5BQLlUg9UaU/54aiHw8cgjV3aWZ/E= go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.28.0/go.mod h1:vEhqr0m4eTc+DWxfsXoXue2GBgV2uUwVznkGIHW/e5w= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0/go.mod h1:2AboqHi0CiIZU0qwhtUfCYD1GeUzvvIXWNkhDt7ZMG4= @@ -2674,8 +2686,8 @@ go.opentelemetry.io/otel v1.3.0/go.mod h1:PWIKzi6JCp7sM0k9yZ43VX+T345uNbAkDKwHVj go.opentelemetry.io/otel v1.6.0/go.mod h1:bfJD2DZVw0LBxghOTlgnlI0CV3hLDu9XF/QKOUXMTQQ= go.opentelemetry.io/otel v1.6.1/go.mod h1:blzUabWHkX6LJewxvadmzafgh/wnvBSDBdOuwkAtrWQ= go.opentelemetry.io/otel v1.7.0/go.mod h1:5BdUoMIz5WEs0vt0CUEMtSSaTSHBBVwrhnz7+nrD5xk= -go.opentelemetry.io/otel v1.20.0 h1:vsb/ggIY+hUjD/zCAQHpzTmndPqv/ml2ArbsbfBYTAc= -go.opentelemetry.io/otel v1.20.0/go.mod h1:oUIGj3D77RwJdM6PPZImDpSZGDvkD9fhesHny69JFrs= +go.opentelemetry.io/otel v1.21.0 h1:hzLeKBZEL7Okw2mGzZ0cc4k/A7Fta0uoPgaJCr8fsFc= +go.opentelemetry.io/otel v1.21.0/go.mod h1:QZzNPQPm1zLX4gZK4cMi+71eaorMSGT3A4znnUvNNEo= go.opentelemetry.io/otel/exporters/otlp v0.20.0/go.mod h1:YIieizyaN77rtLJra0buKiNBOm9XQfkPEKBeuhoMwAM= go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.3.0/go.mod h1:VpP4/RMn8bv8gNo9uK7/IMY4mtWLELsS+JIP0inH0h4= go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.6.1/go.mod h1:NEu79Xo32iVb+0gVNV8PMd7GoWqnyDXRlj04yFjqz40= @@ -2692,8 +2704,8 @@ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.7.0/go.mod h1 go.opentelemetry.io/otel/metric v0.20.0/go.mod h1:598I5tYlH1vzBjn+BTuhzTCSb/9debfNp6R3s7Pr1eU= go.opentelemetry.io/otel/metric v0.28.0/go.mod h1:TrzsfQAmQaB1PDcdhBauLMk7nyyg9hm+GoQq/ekE9Iw= go.opentelemetry.io/otel/metric v0.30.0/go.mod h1:/ShZ7+TS4dHzDFmfi1kSXMhMVubNoP0oIaBp70J6UXU= -go.opentelemetry.io/otel/metric v1.20.0 h1:ZlrO8Hu9+GAhnepmRGhSU7/VkpjrNowxRN9GyKR4wzA= -go.opentelemetry.io/otel/metric v1.20.0/go.mod h1:90DRw3nfK4D7Sm/75yQ00gTJxtkBxX+wu6YaNymbpVM= +go.opentelemetry.io/otel/metric v1.21.0 h1:tlYWfeo+Bocx5kLEloTjbcDwBuELRrIFxwdQ36PlJu4= +go.opentelemetry.io/otel/metric v1.21.0/go.mod h1:o1p3CA8nNHW8j5yuQLdc1eeqEaPfzug24uvsyIEJRWM= go.opentelemetry.io/otel/oteltest v0.20.0/go.mod h1:L7bgKf9ZB7qCwT9Up7i9/pn0PWIa9FqQ2IQ8LoxiGnw= go.opentelemetry.io/otel/sdk v0.20.0/go.mod h1:g/IcepuwNsoiX5Byy2nNV0ySUF1em498m7hBWC279Yc= go.opentelemetry.io/otel/sdk v1.3.0/go.mod h1:rIo4suHNhQwBIPg9axF8V9CA72Wz2mKF1teNrup8yzs= @@ -2706,8 +2718,8 @@ go.opentelemetry.io/otel/trace v1.3.0/go.mod h1:c/VDhno8888bvQYmbYLqe41/Ldmr/KKu go.opentelemetry.io/otel/trace v1.6.0/go.mod h1:qs7BrU5cZ8dXQHBGxHMOxwME/27YH2qEp4/+tZLLwJE= go.opentelemetry.io/otel/trace v1.6.1/go.mod h1:RkFRM1m0puWIq10oxImnGEduNBzxiN7TXluRBtE+5j0= go.opentelemetry.io/otel/trace v1.7.0/go.mod h1:fzLSB9nqR2eXzxPXb2JW9IKE+ScyXA48yyE4TNvoHqU= -go.opentelemetry.io/otel/trace v1.20.0 h1:+yxVAPZPbQhbC3OfAkeIVTky6iTFpcr4SiY9om7mXSQ= -go.opentelemetry.io/otel/trace v1.20.0/go.mod h1:HJSK7F/hA5RlzpZ0zKDCHCDHm556LCDtKaAo6JmBFUU= +go.opentelemetry.io/otel/trace v1.21.0 h1:WD9i5gzvoUPuXIXH24ZNBudiarZDKuekPqi/E8fpfLc= +go.opentelemetry.io/otel/trace v1.21.0/go.mod h1:LGbsEB0f9LGjN+OZaQQ26sohbOmiMR+BaslueVtS/qQ= go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= go.opentelemetry.io/proto/otlp v0.11.0/go.mod h1:QpEjXPrNQzrFDZgoTo49dgHR9RYRSrg3NAKnUGl9YpQ= go.opentelemetry.io/proto/otlp v0.12.1/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= @@ -2951,8 +2963,8 @@ golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= golang.org/x/net v0.13.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= -golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM= -golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= +golang.org/x/net v0.18.0 h1:mIYleuAkSbHh0tCv7RvjL3F6ZVbLjq4+R7zbOn3Kokg= +golang.org/x/net v0.18.0/go.mod h1:/czyP5RqHAH4odGYxBJ1qz0+CE5WZ+2j1YgoEo8F2jQ= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= diff --git a/provider/resources.go b/provider/resources.go index 470aedadf68..8767521f6a8 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -708,10 +708,6 @@ func ProviderFromMeta(metaInfo *tfbridge.MetadataInfo) *tfbridge.ProviderInfo { EnvVars: []string{"AWS_REGION", "AWS_DEFAULT_REGION"}, }, }, - "skip_get_ec2_platforms": { - // We don't want a default here because this setting is deprecated upstream, - // so setting it triggers a warning on all provider operations. #2292 - }, "skip_region_validation": { Default: &tfbridge.DefaultInfo{ Value: true, @@ -1070,12 +1066,6 @@ func ProviderFromMeta(metaInfo *tfbridge.MetadataInfo) *tfbridge.ProviderInfo { // Explicitly map tag => tags to avoid confusion with tags => tagsCollection below. Name: "tags", }, - "tags": { - // Conflicts with the pluralized `tag` property, which is the more strongly typed option for - // providing tags. We keep this dynamically typed collection of tags as an option as well, but - // give it a different name. - Name: "tagsCollection", - }, }, }, "aws_autoscaling_lifecycle_hook": { @@ -1127,16 +1117,6 @@ func ProviderFromMeta(metaInfo *tfbridge.MetadataInfo) *tfbridge.ProviderInfo { "aws_batch_job_definition": {Tok: awsResource(batchMod, "JobDefinition")}, "aws_batch_job_queue": {Tok: awsResource(batchMod, "JobQueue")}, "aws_batch_scheduling_policy": {Tok: awsResource(batchMod, "SchedulingPolicy")}, - // Budgets - "aws_budgets_budget": { - Tok: awsResource(budgetsMod, "Budget"), - Fields: map[string]*tfbridge.SchemaInfo{ - "cost_filters": { - Name: "costFilterLegacy", - DeprecationMessage: "The now-deprecated original cost filters. Use CostFilters instead.", - }, - }, - }, // Chime "aws_chime_voice_connector": {Tok: awsResource(chimeMod, "VoiceConnector")}, "aws_chime_voice_connector_group": {Tok: awsResource(chimeMod, "VoiceConnectorGroup")}, diff --git a/sdk/dotnet/Alb/Inputs/TargetGroupHealthCheckArgs.cs b/sdk/dotnet/Alb/Inputs/TargetGroupHealthCheckArgs.cs index fd2c36baf44..ffb8c1ef24b 100644 --- a/sdk/dotnet/Alb/Inputs/TargetGroupHealthCheckArgs.cs +++ b/sdk/dotnet/Alb/Inputs/TargetGroupHealthCheckArgs.cs @@ -31,25 +31,39 @@ public sealed class TargetGroupHealthCheckArgs : global::Pulumi.ResourceArgs public Input? Interval { get; set; } /// - /// Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + /// The HTTP or gRPC codes to use when checking for a successful response from a target. + /// The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + /// Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + /// * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + /// * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + /// * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + /// * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. /// [Input("matcher")] public Input? Matcher { get; set; } /// /// Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + /// * For HTTP and HTTPS health checks, the default is `/`. + /// * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. /// [Input("path")] public Input? Path { get; set; } /// - /// The port the load balancer uses when performing health checks on targets. Default is traffic-port. + /// The port the load balancer uses when performing health checks on targets. + /// Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + /// Default is `traffic-port`. /// [Input("port")] public Input? Port { get; set; } /// - /// Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + /// Protocol the load balancer uses when performing health checks on targets. + /// Must be one of `TCP`, `HTTP`, or `HTTPS`. + /// The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + /// Default is `HTTP`. + /// Cannot be specified when the `target_type` is `lambda`. /// [Input("protocol")] public Input? Protocol { get; set; } diff --git a/sdk/dotnet/Alb/Inputs/TargetGroupHealthCheckGetArgs.cs b/sdk/dotnet/Alb/Inputs/TargetGroupHealthCheckGetArgs.cs index 606da0f373d..fd8a8df0c15 100644 --- a/sdk/dotnet/Alb/Inputs/TargetGroupHealthCheckGetArgs.cs +++ b/sdk/dotnet/Alb/Inputs/TargetGroupHealthCheckGetArgs.cs @@ -31,25 +31,39 @@ public sealed class TargetGroupHealthCheckGetArgs : global::Pulumi.ResourceArgs public Input? Interval { get; set; } /// - /// Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + /// The HTTP or gRPC codes to use when checking for a successful response from a target. + /// The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + /// Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + /// * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + /// * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + /// * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + /// * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. /// [Input("matcher")] public Input? Matcher { get; set; } /// /// Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + /// * For HTTP and HTTPS health checks, the default is `/`. + /// * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. /// [Input("path")] public Input? Path { get; set; } /// - /// The port the load balancer uses when performing health checks on targets. Default is traffic-port. + /// The port the load balancer uses when performing health checks on targets. + /// Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + /// Default is `traffic-port`. /// [Input("port")] public Input? Port { get; set; } /// - /// Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + /// Protocol the load balancer uses when performing health checks on targets. + /// Must be one of `TCP`, `HTTP`, or `HTTPS`. + /// The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + /// Default is `HTTP`. + /// Cannot be specified when the `target_type` is `lambda`. /// [Input("protocol")] public Input? Protocol { get; set; } diff --git a/sdk/dotnet/Alb/Outputs/TargetGroupHealthCheck.cs b/sdk/dotnet/Alb/Outputs/TargetGroupHealthCheck.cs index ac3777dbc95..7cfb39fad91 100644 --- a/sdk/dotnet/Alb/Outputs/TargetGroupHealthCheck.cs +++ b/sdk/dotnet/Alb/Outputs/TargetGroupHealthCheck.cs @@ -26,19 +26,33 @@ public sealed class TargetGroupHealthCheck /// public readonly int? Interval; /// - /// Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + /// The HTTP or gRPC codes to use when checking for a successful response from a target. + /// The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + /// Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + /// * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + /// * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + /// * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + /// * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. /// public readonly string? Matcher; /// /// Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + /// * For HTTP and HTTPS health checks, the default is `/`. + /// * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. /// public readonly string? Path; /// - /// The port the load balancer uses when performing health checks on targets. Default is traffic-port. + /// The port the load balancer uses when performing health checks on targets. + /// Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + /// Default is `traffic-port`. /// public readonly string? Port; /// - /// Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + /// Protocol the load balancer uses when performing health checks on targets. + /// Must be one of `TCP`, `HTTP`, or `HTTPS`. + /// The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + /// Default is `HTTP`. + /// Cannot be specified when the `target_type` is `lambda`. /// public readonly string? Protocol; /// diff --git a/sdk/dotnet/Alb/TargetGroup.cs b/sdk/dotnet/Alb/TargetGroup.cs index 9f1c8a37ec1..3499eab85aa 100644 --- a/sdk/dotnet/Alb/TargetGroup.cs +++ b/sdk/dotnet/Alb/TargetGroup.cs @@ -218,7 +218,10 @@ public partial class TargetGroup : global::Pulumi.CustomResource public Output PreserveClientIp { get; private set; } = null!; /// - /// Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + /// Protocol to use for routing traffic to the targets. + /// Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + /// Required when `target_type` is `instance`, `ip`, or `alb`. + /// Does not apply when `target_type` is `lambda`. /// [Output("protocol")] public Output Protocol { get; private set; } = null!; @@ -272,7 +275,9 @@ public partial class TargetGroup : global::Pulumi.CustomResource public Output> TargetHealthStates { get; private set; } = null!; /// - /// Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + /// Type of target that you must specify when registering targets with this target group. + /// See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + /// The default is `instance`. /// /// Note that you can't specify targets for a target group using both instance IDs and IP addresses. /// @@ -412,7 +417,10 @@ public sealed class TargetGroupArgs : global::Pulumi.ResourceArgs public Input? PreserveClientIp { get; set; } /// - /// Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + /// Protocol to use for routing traffic to the targets. + /// Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + /// Required when `target_type` is `instance`, `ip`, or `alb`. + /// Does not apply when `target_type` is `lambda`. /// [Input("protocol")] public Input? Protocol { get; set; } @@ -478,7 +486,9 @@ public InputList TargetHealthStates } /// - /// Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + /// Type of target that you must specify when registering targets with this target group. + /// See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + /// The default is `instance`. /// /// Note that you can't specify targets for a target group using both instance IDs and IP addresses. /// @@ -584,7 +594,10 @@ public sealed class TargetGroupState : global::Pulumi.ResourceArgs public Input? PreserveClientIp { get; set; } /// - /// Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + /// Protocol to use for routing traffic to the targets. + /// Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + /// Required when `target_type` is `instance`, `ip`, or `alb`. + /// Does not apply when `target_type` is `lambda`. /// [Input("protocol")] public Input? Protocol { get; set; } @@ -667,7 +680,9 @@ public InputList TargetHealthStates } /// - /// Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + /// Type of target that you must specify when registering targets with this target group. + /// See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + /// The default is `instance`. /// /// Note that you can't specify targets for a target group using both instance IDs and IP addresses. /// diff --git a/sdk/dotnet/AppRunner/AutoScalingConfigurationVersion.cs b/sdk/dotnet/AppRunner/AutoScalingConfigurationVersion.cs index 9a42885b000..86e2076e3a9 100644 --- a/sdk/dotnet/AppRunner/AutoScalingConfigurationVersion.cs +++ b/sdk/dotnet/AppRunner/AutoScalingConfigurationVersion.cs @@ -66,6 +66,12 @@ public partial class AutoScalingConfigurationVersion : global::Pulumi.CustomReso [Output("autoScalingConfigurationRevision")] public Output AutoScalingConfigurationRevision { get; private set; } = null!; + [Output("hasAssociatedService")] + public Output HasAssociatedService { get; private set; } = null!; + + [Output("isDefault")] + public Output IsDefault { get; private set; } = null!; + /// /// Whether the auto scaling configuration has the highest `auto_scaling_configuration_revision` among all configurations that share the same `auto_scaling_configuration_name`. /// @@ -220,6 +226,12 @@ public sealed class AutoScalingConfigurationVersionState : global::Pulumi.Resour [Input("autoScalingConfigurationRevision")] public Input? AutoScalingConfigurationRevision { get; set; } + [Input("hasAssociatedService")] + public Input? HasAssociatedService { get; set; } + + [Input("isDefault")] + public Input? IsDefault { get; set; } + /// /// Whether the auto scaling configuration has the highest `auto_scaling_configuration_revision` among all configurations that share the same `auto_scaling_configuration_name`. /// diff --git a/sdk/dotnet/AppRunner/DefaultAutoScalingConfigurationVersion.cs b/sdk/dotnet/AppRunner/DefaultAutoScalingConfigurationVersion.cs new file mode 100644 index 00000000000..5801013f72a --- /dev/null +++ b/sdk/dotnet/AppRunner/DefaultAutoScalingConfigurationVersion.cs @@ -0,0 +1,132 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.AppRunner +{ + /// + /// Manages the default App Runner auto scaling configuration. + /// When creating or updating this resource the existing default auto scaling configuration will be set to non-default automatically. + /// When creating or updating this resource the configuration is automatically assigned as the default to the new services you create in the future. The new default designation doesn't affect the associations that were previously set for existing services. + /// Each account can have only one default auto scaling configuration per Region. + /// + /// ## Example Usage + /// + /// ```csharp + /// using System.Collections.Generic; + /// using System.Linq; + /// using Pulumi; + /// using Aws = Pulumi.Aws; + /// + /// return await Deployment.RunAsync(() => + /// { + /// var exampleAutoScalingConfigurationVersion = new Aws.AppRunner.AutoScalingConfigurationVersion("exampleAutoScalingConfigurationVersion", new() + /// { + /// AutoScalingConfigurationName = "example", + /// MaxConcurrency = 50, + /// MaxSize = 10, + /// MinSize = 2, + /// }); + /// + /// var exampleDefaultAutoScalingConfigurationVersion = new Aws.AppRunner.DefaultAutoScalingConfigurationVersion("exampleDefaultAutoScalingConfigurationVersion", new() + /// { + /// AutoScalingConfigurationArn = exampleAutoScalingConfigurationVersion.Arn, + /// }); + /// + /// }); + /// ``` + /// + /// ## Import + /// + /// Using `pulumi import`, import App Runner default auto scaling configurations using the current Region. For example: + /// + /// ```sh + /// $ pulumi import aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion example us-west-2 + /// ``` + /// + [AwsResourceType("aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion")] + public partial class DefaultAutoScalingConfigurationVersion : global::Pulumi.CustomResource + { + /// + /// The ARN of the App Runner auto scaling configuration that you want to set as the default. + /// + [Output("autoScalingConfigurationArn")] + public Output AutoScalingConfigurationArn { get; private set; } = null!; + + + /// + /// Create a DefaultAutoScalingConfigurationVersion resource with the given unique name, arguments, and options. + /// + /// + /// The unique name of the resource + /// The arguments used to populate this resource's properties + /// A bag of options that control this resource's behavior + public DefaultAutoScalingConfigurationVersion(string name, DefaultAutoScalingConfigurationVersionArgs args, CustomResourceOptions? options = null) + : base("aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion", name, args ?? new DefaultAutoScalingConfigurationVersionArgs(), MakeResourceOptions(options, "")) + { + } + + private DefaultAutoScalingConfigurationVersion(string name, Input id, DefaultAutoScalingConfigurationVersionState? state = null, CustomResourceOptions? options = null) + : base("aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion", name, state, MakeResourceOptions(options, id)) + { + } + + private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? options, Input? id) + { + var defaultOptions = new CustomResourceOptions + { + Version = Utilities.Version, + }; + var merged = CustomResourceOptions.Merge(defaultOptions, options); + // Override the ID if one was specified for consistency with other language SDKs. + merged.Id = id ?? merged.Id; + return merged; + } + /// + /// Get an existing DefaultAutoScalingConfigurationVersion resource's state with the given name, ID, and optional extra + /// properties used to qualify the lookup. + /// + /// + /// The unique name of the resulting resource. + /// The unique provider ID of the resource to lookup. + /// Any extra arguments used during the lookup. + /// A bag of options that control this resource's behavior + public static DefaultAutoScalingConfigurationVersion Get(string name, Input id, DefaultAutoScalingConfigurationVersionState? state = null, CustomResourceOptions? options = null) + { + return new DefaultAutoScalingConfigurationVersion(name, id, state, options); + } + } + + public sealed class DefaultAutoScalingConfigurationVersionArgs : global::Pulumi.ResourceArgs + { + /// + /// The ARN of the App Runner auto scaling configuration that you want to set as the default. + /// + [Input("autoScalingConfigurationArn", required: true)] + public Input AutoScalingConfigurationArn { get; set; } = null!; + + public DefaultAutoScalingConfigurationVersionArgs() + { + } + public static new DefaultAutoScalingConfigurationVersionArgs Empty => new DefaultAutoScalingConfigurationVersionArgs(); + } + + public sealed class DefaultAutoScalingConfigurationVersionState : global::Pulumi.ResourceArgs + { + /// + /// The ARN of the App Runner auto scaling configuration that you want to set as the default. + /// + [Input("autoScalingConfigurationArn")] + public Input? AutoScalingConfigurationArn { get; set; } + + public DefaultAutoScalingConfigurationVersionState() + { + } + public static new DefaultAutoScalingConfigurationVersionState Empty => new DefaultAutoScalingConfigurationVersionState(); + } +} diff --git a/sdk/dotnet/AppRunner/Inputs/ServiceNetworkConfigurationArgs.cs b/sdk/dotnet/AppRunner/Inputs/ServiceNetworkConfigurationArgs.cs index 699b196613a..5a6f048ee08 100644 --- a/sdk/dotnet/AppRunner/Inputs/ServiceNetworkConfigurationArgs.cs +++ b/sdk/dotnet/AppRunner/Inputs/ServiceNetworkConfigurationArgs.cs @@ -24,6 +24,12 @@ public sealed class ServiceNetworkConfigurationArgs : global::Pulumi.ResourceArg [Input("ingressConfiguration")] public Input? IngressConfiguration { get; set; } + /// + /// App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + /// + [Input("ipAddressType")] + public Input? IpAddressType { get; set; } + public ServiceNetworkConfigurationArgs() { } diff --git a/sdk/dotnet/AppRunner/Inputs/ServiceNetworkConfigurationGetArgs.cs b/sdk/dotnet/AppRunner/Inputs/ServiceNetworkConfigurationGetArgs.cs index 38a4b28f2c6..826a0a6bd1d 100644 --- a/sdk/dotnet/AppRunner/Inputs/ServiceNetworkConfigurationGetArgs.cs +++ b/sdk/dotnet/AppRunner/Inputs/ServiceNetworkConfigurationGetArgs.cs @@ -24,6 +24,12 @@ public sealed class ServiceNetworkConfigurationGetArgs : global::Pulumi.Resource [Input("ingressConfiguration")] public Input? IngressConfiguration { get; set; } + /// + /// App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + /// + [Input("ipAddressType")] + public Input? IpAddressType { get; set; } + public ServiceNetworkConfigurationGetArgs() { } diff --git a/sdk/dotnet/AppRunner/Inputs/ServiceSourceConfigurationCodeRepositoryArgs.cs b/sdk/dotnet/AppRunner/Inputs/ServiceSourceConfigurationCodeRepositoryArgs.cs index 0d40ac3aac9..df5ea86d6f3 100644 --- a/sdk/dotnet/AppRunner/Inputs/ServiceSourceConfigurationCodeRepositoryArgs.cs +++ b/sdk/dotnet/AppRunner/Inputs/ServiceSourceConfigurationCodeRepositoryArgs.cs @@ -30,6 +30,12 @@ public sealed class ServiceSourceConfigurationCodeRepositoryArgs : global::Pulum [Input("sourceCodeVersion", required: true)] public Input SourceCodeVersion { get; set; } = null!; + /// + /// The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + /// + [Input("sourceDirectory")] + public Input? SourceDirectory { get; set; } + public ServiceSourceConfigurationCodeRepositoryArgs() { } diff --git a/sdk/dotnet/AppRunner/Inputs/ServiceSourceConfigurationCodeRepositoryGetArgs.cs b/sdk/dotnet/AppRunner/Inputs/ServiceSourceConfigurationCodeRepositoryGetArgs.cs index 76adc7b1d04..2c6e459fbd3 100644 --- a/sdk/dotnet/AppRunner/Inputs/ServiceSourceConfigurationCodeRepositoryGetArgs.cs +++ b/sdk/dotnet/AppRunner/Inputs/ServiceSourceConfigurationCodeRepositoryGetArgs.cs @@ -30,6 +30,12 @@ public sealed class ServiceSourceConfigurationCodeRepositoryGetArgs : global::Pu [Input("sourceCodeVersion", required: true)] public Input SourceCodeVersion { get; set; } = null!; + /// + /// The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + /// + [Input("sourceDirectory")] + public Input? SourceDirectory { get; set; } + public ServiceSourceConfigurationCodeRepositoryGetArgs() { } diff --git a/sdk/dotnet/AppRunner/Outputs/ServiceNetworkConfiguration.cs b/sdk/dotnet/AppRunner/Outputs/ServiceNetworkConfiguration.cs index fb9649ca07c..4715bbca7c0 100644 --- a/sdk/dotnet/AppRunner/Outputs/ServiceNetworkConfiguration.cs +++ b/sdk/dotnet/AppRunner/Outputs/ServiceNetworkConfiguration.cs @@ -21,15 +21,22 @@ public sealed class ServiceNetworkConfiguration /// Network configuration settings for inbound network traffic. See Ingress Configuration below for more details. /// public readonly Outputs.ServiceNetworkConfigurationIngressConfiguration? IngressConfiguration; + /// + /// App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + /// + public readonly string? IpAddressType; [OutputConstructor] private ServiceNetworkConfiguration( Outputs.ServiceNetworkConfigurationEgressConfiguration? egressConfiguration, - Outputs.ServiceNetworkConfigurationIngressConfiguration? ingressConfiguration) + Outputs.ServiceNetworkConfigurationIngressConfiguration? ingressConfiguration, + + string? ipAddressType) { EgressConfiguration = egressConfiguration; IngressConfiguration = ingressConfiguration; + IpAddressType = ipAddressType; } } } diff --git a/sdk/dotnet/AppRunner/Outputs/ServiceSourceConfigurationCodeRepository.cs b/sdk/dotnet/AppRunner/Outputs/ServiceSourceConfigurationCodeRepository.cs index f415d82245f..f8679aa44dd 100644 --- a/sdk/dotnet/AppRunner/Outputs/ServiceSourceConfigurationCodeRepository.cs +++ b/sdk/dotnet/AppRunner/Outputs/ServiceSourceConfigurationCodeRepository.cs @@ -25,6 +25,10 @@ public sealed class ServiceSourceConfigurationCodeRepository /// Version that should be used within the source code repository. See Source Code Version below for more details. /// public readonly Outputs.ServiceSourceConfigurationCodeRepositorySourceCodeVersion SourceCodeVersion; + /// + /// The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + /// + public readonly string? SourceDirectory; [OutputConstructor] private ServiceSourceConfigurationCodeRepository( @@ -32,11 +36,14 @@ private ServiceSourceConfigurationCodeRepository( string repositoryUrl, - Outputs.ServiceSourceConfigurationCodeRepositorySourceCodeVersion sourceCodeVersion) + Outputs.ServiceSourceConfigurationCodeRepositorySourceCodeVersion sourceCodeVersion, + + string? sourceDirectory) { CodeConfiguration = codeConfiguration; RepositoryUrl = repositoryUrl; SourceCodeVersion = sourceCodeVersion; + SourceDirectory = sourceDirectory; } } } diff --git a/sdk/dotnet/CloudWatch/EventRule.cs b/sdk/dotnet/CloudWatch/EventRule.cs index 930933fc847..d2c001459cd 100644 --- a/sdk/dotnet/CloudWatch/EventRule.cs +++ b/sdk/dotnet/CloudWatch/EventRule.cs @@ -121,7 +121,9 @@ public partial class EventRule : global::Pulumi.CustomResource public Output EventPattern { get; private set; } = null!; /// - /// Whether the rule should be enabled (defaults to `true`). + /// Whether the rule should be enabled. + /// Defaults to `true`. + /// Conflicts with `state`. /// [Output("isEnabled")] public Output IsEnabled { get; private set; } = null!; @@ -150,6 +152,17 @@ public partial class EventRule : global::Pulumi.CustomResource [Output("scheduleExpression")] public Output ScheduleExpression { get; private set; } = null!; + /// + /// State of the rule. + /// Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + /// When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + /// To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + /// Defaults to `ENABLED`. + /// Conflicts with `is_enabled`. + /// + [Output("state")] + public Output State { get; private set; } = null!; + /// /// A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. /// @@ -232,7 +245,9 @@ public sealed class EventRuleArgs : global::Pulumi.ResourceArgs public Input? EventPattern { get; set; } /// - /// Whether the rule should be enabled (defaults to `true`). + /// Whether the rule should be enabled. + /// Defaults to `true`. + /// Conflicts with `state`. /// [Input("isEnabled")] public Input? IsEnabled { get; set; } @@ -261,6 +276,17 @@ public sealed class EventRuleArgs : global::Pulumi.ResourceArgs [Input("scheduleExpression")] public Input? ScheduleExpression { get; set; } + /// + /// State of the rule. + /// Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + /// When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + /// To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + /// Defaults to `ENABLED`. + /// Conflicts with `is_enabled`. + /// + [Input("state")] + public Input? State { get; set; } + [Input("tags")] private InputMap? _tags; @@ -307,7 +333,9 @@ public sealed class EventRuleState : global::Pulumi.ResourceArgs public Input? EventPattern { get; set; } /// - /// Whether the rule should be enabled (defaults to `true`). + /// Whether the rule should be enabled. + /// Defaults to `true`. + /// Conflicts with `state`. /// [Input("isEnabled")] public Input? IsEnabled { get; set; } @@ -336,6 +364,17 @@ public sealed class EventRuleState : global::Pulumi.ResourceArgs [Input("scheduleExpression")] public Input? ScheduleExpression { get; set; } + /// + /// State of the rule. + /// Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + /// When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + /// To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + /// Defaults to `ENABLED`. + /// Conflicts with `is_enabled`. + /// + [Input("state")] + public Input? State { get; set; } + [Input("tags")] private InputMap? _tags; diff --git a/sdk/dotnet/Dms/ReplicationConfig.cs b/sdk/dotnet/Dms/ReplicationConfig.cs index 97a50968ae2..7628ba4e071 100644 --- a/sdk/dotnet/Dms/ReplicationConfig.cs +++ b/sdk/dotnet/Dms/ReplicationConfig.cs @@ -32,7 +32,7 @@ namespace Pulumi.Aws.Dms /// SourceEndpointArn = aws_dms_endpoint.Source.Endpoint_arn, /// TargetEndpointArn = aws_dms_endpoint.Target.Endpoint_arn, /// TableMappings = @" { - /// ""rules"":[{""rule-type"":""selection"",""rule-id"":""1"",""rule-name"":""1"",""object-locator"":{""schema-name"":""%%"",""table-name"":""%%"", ""rule-action"":""include""}] + /// ""rules"":[{""rule-type"":""selection"",""rule-id"":""1"",""rule-name"":""1"",""rule-action"":""include"",""object-locator"":{""schema-name"":""%%"",""table-name"":""%%""}}] /// } /// ", /// StartReplication = true, diff --git a/sdk/dotnet/DynamoDB/Inputs/TableImportTableArgs.cs b/sdk/dotnet/DynamoDB/Inputs/TableImportTableArgs.cs index 3438c2b3f75..4534be63d9f 100644 --- a/sdk/dotnet/DynamoDB/Inputs/TableImportTableArgs.cs +++ b/sdk/dotnet/DynamoDB/Inputs/TableImportTableArgs.cs @@ -13,25 +13,30 @@ namespace Pulumi.Aws.DynamoDB.Inputs public sealed class TableImportTableArgs : global::Pulumi.ResourceArgs { /// - /// Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + /// Type of compression to be used on the input coming from the imported table. + /// Valid values are `GZIP`, `ZSTD` and `NONE`. /// [Input("inputCompressionType")] public Input? InputCompressionType { get; set; } /// - /// The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + /// The format of the source data. + /// Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. /// [Input("inputFormat", required: true)] public Input InputFormat { get; set; } = null!; /// - /// Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + /// Describe the format options for the data that was imported into the target table. + /// There is one value, `csv`. + /// See below. /// [Input("inputFormatOptions")] public Input? InputFormatOptions { get; set; } /// - /// Values for the S3 bucket the source file is imported from. See below. + /// Values for the S3 bucket the source file is imported from. + /// See below. /// [Input("s3BucketSource", required: true)] public Input S3BucketSource { get; set; } = null!; diff --git a/sdk/dotnet/DynamoDB/Inputs/TableImportTableGetArgs.cs b/sdk/dotnet/DynamoDB/Inputs/TableImportTableGetArgs.cs index bebb417991c..ef045fa010d 100644 --- a/sdk/dotnet/DynamoDB/Inputs/TableImportTableGetArgs.cs +++ b/sdk/dotnet/DynamoDB/Inputs/TableImportTableGetArgs.cs @@ -13,25 +13,30 @@ namespace Pulumi.Aws.DynamoDB.Inputs public sealed class TableImportTableGetArgs : global::Pulumi.ResourceArgs { /// - /// Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + /// Type of compression to be used on the input coming from the imported table. + /// Valid values are `GZIP`, `ZSTD` and `NONE`. /// [Input("inputCompressionType")] public Input? InputCompressionType { get; set; } /// - /// The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + /// The format of the source data. + /// Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. /// [Input("inputFormat", required: true)] public Input InputFormat { get; set; } = null!; /// - /// Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + /// Describe the format options for the data that was imported into the target table. + /// There is one value, `csv`. + /// See below. /// [Input("inputFormatOptions")] public Input? InputFormatOptions { get; set; } /// - /// Values for the S3 bucket the source file is imported from. See below. + /// Values for the S3 bucket the source file is imported from. + /// See below. /// [Input("s3BucketSource", required: true)] public Input S3BucketSource { get; set; } = null!; diff --git a/sdk/dotnet/DynamoDB/Outputs/TableImportTable.cs b/sdk/dotnet/DynamoDB/Outputs/TableImportTable.cs index 1e23988e147..f33b38a7bd6 100644 --- a/sdk/dotnet/DynamoDB/Outputs/TableImportTable.cs +++ b/sdk/dotnet/DynamoDB/Outputs/TableImportTable.cs @@ -14,19 +14,24 @@ namespace Pulumi.Aws.DynamoDB.Outputs public sealed class TableImportTable { /// - /// Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + /// Type of compression to be used on the input coming from the imported table. + /// Valid values are `GZIP`, `ZSTD` and `NONE`. /// public readonly string? InputCompressionType; /// - /// The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + /// The format of the source data. + /// Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. /// public readonly string InputFormat; /// - /// Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + /// Describe the format options for the data that was imported into the target table. + /// There is one value, `csv`. + /// See below. /// public readonly Outputs.TableImportTableInputFormatOptions? InputFormatOptions; /// - /// Values for the S3 bucket the source file is imported from. See below. + /// Values for the S3 bucket the source file is imported from. + /// See below. /// public readonly Outputs.TableImportTableS3BucketSource S3BucketSource; diff --git a/sdk/dotnet/ElastiCache/ReplicationGroup.cs b/sdk/dotnet/ElastiCache/ReplicationGroup.cs index a050e8829c5..abf771a59d6 100644 --- a/sdk/dotnet/ElastiCache/ReplicationGroup.cs +++ b/sdk/dotnet/ElastiCache/ReplicationGroup.cs @@ -214,6 +214,38 @@ namespace Pulumi.Aws.ElastiCache /// /// }); /// ``` + /// ### Redis AUTH and In-Transit Encryption Enabled + /// + /// ```csharp + /// using System.Collections.Generic; + /// using System.Linq; + /// using Pulumi; + /// using Aws = Pulumi.Aws; + /// + /// return await Deployment.RunAsync(() => + /// { + /// var example = new Aws.ElastiCache.ReplicationGroup("example", new() + /// { + /// Description = "example with authentication", + /// NodeType = "cache.t2.micro", + /// NumCacheClusters = 1, + /// Port = 6379, + /// SubnetGroupName = aws_elasticache_subnet_group.Example.Name, + /// SecurityGroupIds = new[] + /// { + /// aws_security_group.Example.Id, + /// }, + /// ParameterGroupName = "default.redis5.0", + /// EngineVersion = "5.0.6", + /// TransitEncryptionEnabled = true, + /// AuthToken = "abcdefgh1234567890", + /// AuthTokenUpdateStrategy = "ROTATE", + /// }); + /// + /// }); + /// ``` + /// + /// > When adding a new `auth_token` to a previously passwordless replication group, using the `ROTATE` update strategy will result in support for **both** the new token and passwordless authentication. To immediately require authorization when adding the initial token, use the `SET` strategy instead. See the [Authenticating with the Redis AUTH command](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html) guide for additional details. /// /// ## Import /// @@ -250,6 +282,12 @@ public partial class ReplicationGroup : global::Pulumi.CustomResource [Output("authToken")] public Output AuthToken { get; private set; } = null!; + /// + /// Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + /// + [Output("authTokenUpdateStrategy")] + public Output AuthTokenUpdateStrategy { get; private set; } = null!; + /// /// Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. /// Only supported for engine type `"redis"` and if the engine version is 6 or higher. @@ -581,6 +619,12 @@ public Input? AuthToken } } + /// + /// Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + /// + [Input("authTokenUpdateStrategy")] + public Input? AuthTokenUpdateStrategy { get; set; } + /// /// Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. /// Only supported for engine type `"redis"` and if the engine version is 6 or higher. @@ -875,6 +919,12 @@ public Input? AuthToken } } + /// + /// Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + /// + [Input("authTokenUpdateStrategy")] + public Input? AuthTokenUpdateStrategy { get; set; } + /// /// Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. /// Only supported for engine type `"redis"` and if the engine version is 6 or higher. diff --git a/sdk/dotnet/Emr/GetSupportedInstanceTypes.cs b/sdk/dotnet/Emr/GetSupportedInstanceTypes.cs new file mode 100644 index 00000000000..2a7dd039b43 --- /dev/null +++ b/sdk/dotnet/Emr/GetSupportedInstanceTypes.cs @@ -0,0 +1,150 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.Emr +{ + public static class GetSupportedInstanceTypes + { + /// + /// Data source for managing AWS EMR Supported Instance Types. + /// + /// {{% examples %}} + /// ## Example Usage + /// {{% example %}} + /// ### Basic Usage + /// + /// ```csharp + /// using System.Collections.Generic; + /// using System.Linq; + /// using Pulumi; + /// using Aws = Pulumi.Aws; + /// + /// return await Deployment.RunAsync(() => + /// { + /// var example = Aws.Emr.GetSupportedInstanceTypes.Invoke(new() + /// { + /// ReleaseLabel = "ebs-6.15.0", + /// }); + /// + /// }); + /// ``` + /// {{% /example %}} + /// {{% /examples %}} + /// + public static Task InvokeAsync(GetSupportedInstanceTypesArgs args, InvokeOptions? options = null) + => global::Pulumi.Deployment.Instance.InvokeAsync("aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes", args ?? new GetSupportedInstanceTypesArgs(), options.WithDefaults()); + + /// + /// Data source for managing AWS EMR Supported Instance Types. + /// + /// {{% examples %}} + /// ## Example Usage + /// {{% example %}} + /// ### Basic Usage + /// + /// ```csharp + /// using System.Collections.Generic; + /// using System.Linq; + /// using Pulumi; + /// using Aws = Pulumi.Aws; + /// + /// return await Deployment.RunAsync(() => + /// { + /// var example = Aws.Emr.GetSupportedInstanceTypes.Invoke(new() + /// { + /// ReleaseLabel = "ebs-6.15.0", + /// }); + /// + /// }); + /// ``` + /// {{% /example %}} + /// {{% /examples %}} + /// + public static Output Invoke(GetSupportedInstanceTypesInvokeArgs args, InvokeOptions? options = null) + => global::Pulumi.Deployment.Instance.Invoke("aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes", args ?? new GetSupportedInstanceTypesInvokeArgs(), options.WithDefaults()); + } + + + public sealed class GetSupportedInstanceTypesArgs : global::Pulumi.InvokeArgs + { + /// + /// Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + /// + [Input("releaseLabel", required: true)] + public string ReleaseLabel { get; set; } = null!; + + [Input("supportedInstanceTypes")] + private List? _supportedInstanceTypes; + + /// + /// List of supported instance types. See `supported_instance_types` below. + /// + public List SupportedInstanceTypes + { + get => _supportedInstanceTypes ?? (_supportedInstanceTypes = new List()); + set => _supportedInstanceTypes = value; + } + + public GetSupportedInstanceTypesArgs() + { + } + public static new GetSupportedInstanceTypesArgs Empty => new GetSupportedInstanceTypesArgs(); + } + + public sealed class GetSupportedInstanceTypesInvokeArgs : global::Pulumi.InvokeArgs + { + /// + /// Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + /// + [Input("releaseLabel", required: true)] + public Input ReleaseLabel { get; set; } = null!; + + [Input("supportedInstanceTypes")] + private InputList? _supportedInstanceTypes; + + /// + /// List of supported instance types. See `supported_instance_types` below. + /// + public InputList SupportedInstanceTypes + { + get => _supportedInstanceTypes ?? (_supportedInstanceTypes = new InputList()); + set => _supportedInstanceTypes = value; + } + + public GetSupportedInstanceTypesInvokeArgs() + { + } + public static new GetSupportedInstanceTypesInvokeArgs Empty => new GetSupportedInstanceTypesInvokeArgs(); + } + + + [OutputType] + public sealed class GetSupportedInstanceTypesResult + { + public readonly string Id; + public readonly string ReleaseLabel; + /// + /// List of supported instance types. See `supported_instance_types` below. + /// + public readonly ImmutableArray SupportedInstanceTypes; + + [OutputConstructor] + private GetSupportedInstanceTypesResult( + string id, + + string releaseLabel, + + ImmutableArray supportedInstanceTypes) + { + Id = id; + ReleaseLabel = releaseLabel; + SupportedInstanceTypes = supportedInstanceTypes; + } + } +} diff --git a/sdk/dotnet/Emr/Inputs/GetSupportedInstanceTypesSupportedInstanceType.cs b/sdk/dotnet/Emr/Inputs/GetSupportedInstanceTypesSupportedInstanceType.cs new file mode 100644 index 00000000000..badf1fe8b63 --- /dev/null +++ b/sdk/dotnet/Emr/Inputs/GetSupportedInstanceTypesSupportedInstanceType.cs @@ -0,0 +1,86 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.Emr.Inputs +{ + + public sealed class GetSupportedInstanceTypesSupportedInstanceTypeArgs : global::Pulumi.InvokeArgs + { + /// + /// CPU architecture. + /// + [Input("architecture", required: true)] + public string Architecture { get; set; } = null!; + + /// + /// Indicates whether the instance type supports Amazon EBS optimization. + /// + [Input("ebsOptimizedAvailable", required: true)] + public bool EbsOptimizedAvailable { get; set; } + + /// + /// Indicates whether the instance type uses Amazon EBS optimization by default. + /// + [Input("ebsOptimizedByDefault", required: true)] + public bool EbsOptimizedByDefault { get; set; } + + /// + /// Indicates whether the instance type only supports Amazon EBS. + /// + [Input("ebsStorageOnly", required: true)] + public bool EbsStorageOnly { get; set; } + + /// + /// The Amazon EC2 family and generation for the instance type. + /// + [Input("instanceFamilyId", required: true)] + public string InstanceFamilyId { get; set; } = null!; + + /// + /// Indicates whether the instance type only supports 64-bit architecture. + /// + [Input("is64BitsOnly", required: true)] + public bool Is64BitsOnly { get; set; } + + /// + /// Memory that is available to Amazon EMR from the instance type. + /// + [Input("memoryGb", required: true)] + public double MemoryGb { get; set; } + + /// + /// Number of disks for the instance type. + /// + [Input("numberOfDisks", required: true)] + public int NumberOfDisks { get; set; } + + /// + /// Storage capacity of the instance type. + /// + [Input("storageGb", required: true)] + public int StorageGb { get; set; } + + /// + /// Amazon EC2 instance type. For example, `m5.xlarge`. + /// + [Input("type", required: true)] + public string Type { get; set; } = null!; + + /// + /// The number of vCPUs available for the instance type. + /// + [Input("vcpu", required: true)] + public int Vcpu { get; set; } + + public GetSupportedInstanceTypesSupportedInstanceTypeArgs() + { + } + public static new GetSupportedInstanceTypesSupportedInstanceTypeArgs Empty => new GetSupportedInstanceTypesSupportedInstanceTypeArgs(); + } +} diff --git a/sdk/dotnet/Emr/Inputs/GetSupportedInstanceTypesSupportedInstanceTypeArgs.cs b/sdk/dotnet/Emr/Inputs/GetSupportedInstanceTypesSupportedInstanceTypeArgs.cs new file mode 100644 index 00000000000..879b0f33d62 --- /dev/null +++ b/sdk/dotnet/Emr/Inputs/GetSupportedInstanceTypesSupportedInstanceTypeArgs.cs @@ -0,0 +1,86 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.Emr.Inputs +{ + + public sealed class GetSupportedInstanceTypesSupportedInstanceTypeInputArgs : global::Pulumi.ResourceArgs + { + /// + /// CPU architecture. + /// + [Input("architecture", required: true)] + public Input Architecture { get; set; } = null!; + + /// + /// Indicates whether the instance type supports Amazon EBS optimization. + /// + [Input("ebsOptimizedAvailable", required: true)] + public Input EbsOptimizedAvailable { get; set; } = null!; + + /// + /// Indicates whether the instance type uses Amazon EBS optimization by default. + /// + [Input("ebsOptimizedByDefault", required: true)] + public Input EbsOptimizedByDefault { get; set; } = null!; + + /// + /// Indicates whether the instance type only supports Amazon EBS. + /// + [Input("ebsStorageOnly", required: true)] + public Input EbsStorageOnly { get; set; } = null!; + + /// + /// The Amazon EC2 family and generation for the instance type. + /// + [Input("instanceFamilyId", required: true)] + public Input InstanceFamilyId { get; set; } = null!; + + /// + /// Indicates whether the instance type only supports 64-bit architecture. + /// + [Input("is64BitsOnly", required: true)] + public Input Is64BitsOnly { get; set; } = null!; + + /// + /// Memory that is available to Amazon EMR from the instance type. + /// + [Input("memoryGb", required: true)] + public Input MemoryGb { get; set; } = null!; + + /// + /// Number of disks for the instance type. + /// + [Input("numberOfDisks", required: true)] + public Input NumberOfDisks { get; set; } = null!; + + /// + /// Storage capacity of the instance type. + /// + [Input("storageGb", required: true)] + public Input StorageGb { get; set; } = null!; + + /// + /// Amazon EC2 instance type. For example, `m5.xlarge`. + /// + [Input("type", required: true)] + public Input Type { get; set; } = null!; + + /// + /// The number of vCPUs available for the instance type. + /// + [Input("vcpu", required: true)] + public Input Vcpu { get; set; } = null!; + + public GetSupportedInstanceTypesSupportedInstanceTypeInputArgs() + { + } + public static new GetSupportedInstanceTypesSupportedInstanceTypeInputArgs Empty => new GetSupportedInstanceTypesSupportedInstanceTypeInputArgs(); + } +} diff --git a/sdk/dotnet/Emr/Outputs/GetSupportedInstanceTypesSupportedInstanceTypeResult.cs b/sdk/dotnet/Emr/Outputs/GetSupportedInstanceTypesSupportedInstanceTypeResult.cs new file mode 100644 index 00000000000..34faf8f81e9 --- /dev/null +++ b/sdk/dotnet/Emr/Outputs/GetSupportedInstanceTypesSupportedInstanceTypeResult.cs @@ -0,0 +1,98 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.Emr.Outputs +{ + + [OutputType] + public sealed class GetSupportedInstanceTypesSupportedInstanceTypeResult + { + /// + /// CPU architecture. + /// + public readonly string Architecture; + /// + /// Indicates whether the instance type supports Amazon EBS optimization. + /// + public readonly bool EbsOptimizedAvailable; + /// + /// Indicates whether the instance type uses Amazon EBS optimization by default. + /// + public readonly bool EbsOptimizedByDefault; + /// + /// Indicates whether the instance type only supports Amazon EBS. + /// + public readonly bool EbsStorageOnly; + /// + /// The Amazon EC2 family and generation for the instance type. + /// + public readonly string InstanceFamilyId; + /// + /// Indicates whether the instance type only supports 64-bit architecture. + /// + public readonly bool Is64BitsOnly; + /// + /// Memory that is available to Amazon EMR from the instance type. + /// + public readonly double MemoryGb; + /// + /// Number of disks for the instance type. + /// + public readonly int NumberOfDisks; + /// + /// Storage capacity of the instance type. + /// + public readonly int StorageGb; + /// + /// Amazon EC2 instance type. For example, `m5.xlarge`. + /// + public readonly string Type; + /// + /// The number of vCPUs available for the instance type. + /// + public readonly int Vcpu; + + [OutputConstructor] + private GetSupportedInstanceTypesSupportedInstanceTypeResult( + string architecture, + + bool ebsOptimizedAvailable, + + bool ebsOptimizedByDefault, + + bool ebsStorageOnly, + + string instanceFamilyId, + + bool is64BitsOnly, + + double memoryGb, + + int numberOfDisks, + + int storageGb, + + string type, + + int vcpu) + { + Architecture = architecture; + EbsOptimizedAvailable = ebsOptimizedAvailable; + EbsOptimizedByDefault = ebsOptimizedByDefault; + EbsStorageOnly = ebsStorageOnly; + InstanceFamilyId = instanceFamilyId; + Is64BitsOnly = is64BitsOnly; + MemoryGb = memoryGb; + NumberOfDisks = numberOfDisks; + StorageGb = storageGb; + Type = type; + Vcpu = vcpu; + } + } +} diff --git a/sdk/dotnet/Glue/Connection.cs b/sdk/dotnet/Glue/Connection.cs index a9c0f650022..ba6359848a2 100644 --- a/sdk/dotnet/Glue/Connection.cs +++ b/sdk/dotnet/Glue/Connection.cs @@ -99,7 +99,7 @@ public partial class Connection : global::Pulumi.CustomResource public Output?> ConnectionProperties { get; private set; } = null!; /// - /// The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + /// The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. /// [Output("connectionType")] public Output ConnectionType { get; private set; } = null!; @@ -214,7 +214,7 @@ public InputMap ConnectionProperties } /// - /// The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + /// The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. /// [Input("connectionType")] public Input? ConnectionType { get; set; } @@ -298,7 +298,7 @@ public InputMap ConnectionProperties } /// - /// The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + /// The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. /// [Input("connectionType")] public Input? ConnectionType { get; set; } diff --git a/sdk/dotnet/Glue/Crawler.cs b/sdk/dotnet/Glue/Crawler.cs index 475e102e85e..c7cebb21b69 100644 --- a/sdk/dotnet/Glue/Crawler.cs +++ b/sdk/dotnet/Glue/Crawler.cs @@ -271,7 +271,7 @@ public partial class Crawler : global::Pulumi.CustomResource public Output> IcebergTargets { get; private set; } = null!; /// - /// List of nested JBDC target arguments. See JDBC Target below. + /// List of nested JDBC target arguments. See JDBC Target below. /// [Output("jdbcTargets")] public Output> JdbcTargets { get; private set; } = null!; @@ -498,7 +498,7 @@ public InputList IcebergTargets private InputList? _jdbcTargets; /// - /// List of nested JBDC target arguments. See JDBC Target below. + /// List of nested JDBC target arguments. See JDBC Target below. /// public InputList JdbcTargets { @@ -704,7 +704,7 @@ public InputList IcebergTargets private InputList? _jdbcTargets; /// - /// List of nested JBDC target arguments. See JDBC Target below. + /// List of nested JDBC target arguments. See JDBC Target below. /// public InputList JdbcTargets { diff --git a/sdk/dotnet/LB/Inputs/TargetGroupHealthCheckArgs.cs b/sdk/dotnet/LB/Inputs/TargetGroupHealthCheckArgs.cs index 11531e10df5..e0b338c6972 100644 --- a/sdk/dotnet/LB/Inputs/TargetGroupHealthCheckArgs.cs +++ b/sdk/dotnet/LB/Inputs/TargetGroupHealthCheckArgs.cs @@ -31,25 +31,39 @@ public sealed class TargetGroupHealthCheckArgs : global::Pulumi.ResourceArgs public Input? Interval { get; set; } /// - /// Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + /// The HTTP or gRPC codes to use when checking for a successful response from a target. + /// The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + /// Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + /// * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + /// * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + /// * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + /// * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. /// [Input("matcher")] public Input? Matcher { get; set; } /// /// Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + /// * For HTTP and HTTPS health checks, the default is `/`. + /// * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. /// [Input("path")] public Input? Path { get; set; } /// - /// The port the load balancer uses when performing health checks on targets. Default is traffic-port. + /// The port the load balancer uses when performing health checks on targets. + /// Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + /// Default is `traffic-port`. /// [Input("port")] public Input? Port { get; set; } /// - /// Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + /// Protocol the load balancer uses when performing health checks on targets. + /// Must be one of `TCP`, `HTTP`, or `HTTPS`. + /// The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + /// Default is `HTTP`. + /// Cannot be specified when the `target_type` is `lambda`. /// [Input("protocol")] public Input? Protocol { get; set; } diff --git a/sdk/dotnet/LB/Inputs/TargetGroupHealthCheckGetArgs.cs b/sdk/dotnet/LB/Inputs/TargetGroupHealthCheckGetArgs.cs index 38aa9c543e7..16c46774977 100644 --- a/sdk/dotnet/LB/Inputs/TargetGroupHealthCheckGetArgs.cs +++ b/sdk/dotnet/LB/Inputs/TargetGroupHealthCheckGetArgs.cs @@ -31,25 +31,39 @@ public sealed class TargetGroupHealthCheckGetArgs : global::Pulumi.ResourceArgs public Input? Interval { get; set; } /// - /// Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + /// The HTTP or gRPC codes to use when checking for a successful response from a target. + /// The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + /// Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + /// * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + /// * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + /// * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + /// * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. /// [Input("matcher")] public Input? Matcher { get; set; } /// /// Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + /// * For HTTP and HTTPS health checks, the default is `/`. + /// * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. /// [Input("path")] public Input? Path { get; set; } /// - /// The port the load balancer uses when performing health checks on targets. Default is traffic-port. + /// The port the load balancer uses when performing health checks on targets. + /// Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + /// Default is `traffic-port`. /// [Input("port")] public Input? Port { get; set; } /// - /// Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + /// Protocol the load balancer uses when performing health checks on targets. + /// Must be one of `TCP`, `HTTP`, or `HTTPS`. + /// The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + /// Default is `HTTP`. + /// Cannot be specified when the `target_type` is `lambda`. /// [Input("protocol")] public Input? Protocol { get; set; } diff --git a/sdk/dotnet/LB/Outputs/TargetGroupHealthCheck.cs b/sdk/dotnet/LB/Outputs/TargetGroupHealthCheck.cs index a45119c1932..e9f4816b042 100644 --- a/sdk/dotnet/LB/Outputs/TargetGroupHealthCheck.cs +++ b/sdk/dotnet/LB/Outputs/TargetGroupHealthCheck.cs @@ -26,19 +26,33 @@ public sealed class TargetGroupHealthCheck /// public readonly int? Interval; /// - /// Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + /// The HTTP or gRPC codes to use when checking for a successful response from a target. + /// The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + /// Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + /// * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + /// * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + /// * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + /// * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. /// public readonly string? Matcher; /// /// Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + /// * For HTTP and HTTPS health checks, the default is `/`. + /// * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. /// public readonly string? Path; /// - /// The port the load balancer uses when performing health checks on targets. Default is traffic-port. + /// The port the load balancer uses when performing health checks on targets. + /// Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + /// Default is `traffic-port`. /// public readonly string? Port; /// - /// Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + /// Protocol the load balancer uses when performing health checks on targets. + /// Must be one of `TCP`, `HTTP`, or `HTTPS`. + /// The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + /// Default is `HTTP`. + /// Cannot be specified when the `target_type` is `lambda`. /// public readonly string? Protocol; /// diff --git a/sdk/dotnet/LB/TargetGroup.cs b/sdk/dotnet/LB/TargetGroup.cs index e4c99576218..df86a8a8fe9 100644 --- a/sdk/dotnet/LB/TargetGroup.cs +++ b/sdk/dotnet/LB/TargetGroup.cs @@ -218,7 +218,10 @@ public partial class TargetGroup : global::Pulumi.CustomResource public Output PreserveClientIp { get; private set; } = null!; /// - /// Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + /// Protocol to use for routing traffic to the targets. + /// Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + /// Required when `target_type` is `instance`, `ip`, or `alb`. + /// Does not apply when `target_type` is `lambda`. /// [Output("protocol")] public Output Protocol { get; private set; } = null!; @@ -272,7 +275,9 @@ public partial class TargetGroup : global::Pulumi.CustomResource public Output> TargetHealthStates { get; private set; } = null!; /// - /// Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + /// Type of target that you must specify when registering targets with this target group. + /// See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + /// The default is `instance`. /// /// Note that you can't specify targets for a target group using both instance IDs and IP addresses. /// @@ -412,7 +417,10 @@ public sealed class TargetGroupArgs : global::Pulumi.ResourceArgs public Input? PreserveClientIp { get; set; } /// - /// Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + /// Protocol to use for routing traffic to the targets. + /// Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + /// Required when `target_type` is `instance`, `ip`, or `alb`. + /// Does not apply when `target_type` is `lambda`. /// [Input("protocol")] public Input? Protocol { get; set; } @@ -478,7 +486,9 @@ public InputList TargetHealthStates } /// - /// Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + /// Type of target that you must specify when registering targets with this target group. + /// See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + /// The default is `instance`. /// /// Note that you can't specify targets for a target group using both instance IDs and IP addresses. /// @@ -584,7 +594,10 @@ public sealed class TargetGroupState : global::Pulumi.ResourceArgs public Input? PreserveClientIp { get; set; } /// - /// Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + /// Protocol to use for routing traffic to the targets. + /// Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + /// Required when `target_type` is `instance`, `ip`, or `alb`. + /// Does not apply when `target_type` is `lambda`. /// [Input("protocol")] public Input? Protocol { get; set; } @@ -667,7 +680,9 @@ public InputList TargetHealthStates } /// - /// Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + /// Type of target that you must specify when registering targets with this target group. + /// See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + /// The default is `instance`. /// /// Note that you can't specify targets for a target group using both instance IDs and IP addresses. /// diff --git a/sdk/dotnet/Lex/Inputs/V2modelsBotLocaleVoiceSettingsArgs.cs b/sdk/dotnet/Lex/Inputs/V2modelsBotLocaleVoiceSettingsArgs.cs index 0475fd1f3f6..35070131a4a 100644 --- a/sdk/dotnet/Lex/Inputs/V2modelsBotLocaleVoiceSettingsArgs.cs +++ b/sdk/dotnet/Lex/Inputs/V2modelsBotLocaleVoiceSettingsArgs.cs @@ -12,9 +12,15 @@ namespace Pulumi.Aws.Lex.Inputs public sealed class V2modelsBotLocaleVoiceSettingsArgs : global::Pulumi.ResourceArgs { + /// + /// Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + /// [Input("engine")] public Input? Engine { get; set; } + /// + /// Identifier of the Amazon Polly voice to use. + /// [Input("voiceId", required: true)] public Input VoiceId { get; set; } = null!; diff --git a/sdk/dotnet/Lex/Inputs/V2modelsBotLocaleVoiceSettingsGetArgs.cs b/sdk/dotnet/Lex/Inputs/V2modelsBotLocaleVoiceSettingsGetArgs.cs index 5e8a52b63b0..252020fc92a 100644 --- a/sdk/dotnet/Lex/Inputs/V2modelsBotLocaleVoiceSettingsGetArgs.cs +++ b/sdk/dotnet/Lex/Inputs/V2modelsBotLocaleVoiceSettingsGetArgs.cs @@ -12,9 +12,15 @@ namespace Pulumi.Aws.Lex.Inputs public sealed class V2modelsBotLocaleVoiceSettingsGetArgs : global::Pulumi.ResourceArgs { + /// + /// Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + /// [Input("engine")] public Input? Engine { get; set; } + /// + /// Identifier of the Amazon Polly voice to use. + /// [Input("voiceId", required: true)] public Input VoiceId { get; set; } = null!; diff --git a/sdk/dotnet/Lex/Inputs/V2modelsBotVersionLocaleSpecificationArgs.cs b/sdk/dotnet/Lex/Inputs/V2modelsBotVersionLocaleSpecificationArgs.cs new file mode 100644 index 00000000000..d04b406e14e --- /dev/null +++ b/sdk/dotnet/Lex/Inputs/V2modelsBotVersionLocaleSpecificationArgs.cs @@ -0,0 +1,23 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.Lex.Inputs +{ + + public sealed class V2modelsBotVersionLocaleSpecificationArgs : global::Pulumi.ResourceArgs + { + [Input("sourceBotVersion", required: true)] + public Input SourceBotVersion { get; set; } = null!; + + public V2modelsBotVersionLocaleSpecificationArgs() + { + } + public static new V2modelsBotVersionLocaleSpecificationArgs Empty => new V2modelsBotVersionLocaleSpecificationArgs(); + } +} diff --git a/sdk/dotnet/Lex/Inputs/V2modelsBotVersionLocaleSpecificationGetArgs.cs b/sdk/dotnet/Lex/Inputs/V2modelsBotVersionLocaleSpecificationGetArgs.cs new file mode 100644 index 00000000000..56f2a67c888 --- /dev/null +++ b/sdk/dotnet/Lex/Inputs/V2modelsBotVersionLocaleSpecificationGetArgs.cs @@ -0,0 +1,23 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.Lex.Inputs +{ + + public sealed class V2modelsBotVersionLocaleSpecificationGetArgs : global::Pulumi.ResourceArgs + { + [Input("sourceBotVersion", required: true)] + public Input SourceBotVersion { get; set; } = null!; + + public V2modelsBotVersionLocaleSpecificationGetArgs() + { + } + public static new V2modelsBotVersionLocaleSpecificationGetArgs Empty => new V2modelsBotVersionLocaleSpecificationGetArgs(); + } +} diff --git a/sdk/dotnet/Lex/Inputs/V2modelsBotVersionTimeoutsArgs.cs b/sdk/dotnet/Lex/Inputs/V2modelsBotVersionTimeoutsArgs.cs new file mode 100644 index 00000000000..c371dc080ba --- /dev/null +++ b/sdk/dotnet/Lex/Inputs/V2modelsBotVersionTimeoutsArgs.cs @@ -0,0 +1,26 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.Lex.Inputs +{ + + public sealed class V2modelsBotVersionTimeoutsArgs : global::Pulumi.ResourceArgs + { + [Input("create")] + public Input? Create { get; set; } + + [Input("delete")] + public Input? Delete { get; set; } + + public V2modelsBotVersionTimeoutsArgs() + { + } + public static new V2modelsBotVersionTimeoutsArgs Empty => new V2modelsBotVersionTimeoutsArgs(); + } +} diff --git a/sdk/dotnet/Lex/Inputs/V2modelsBotVersionTimeoutsGetArgs.cs b/sdk/dotnet/Lex/Inputs/V2modelsBotVersionTimeoutsGetArgs.cs new file mode 100644 index 00000000000..72728971298 --- /dev/null +++ b/sdk/dotnet/Lex/Inputs/V2modelsBotVersionTimeoutsGetArgs.cs @@ -0,0 +1,26 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.Lex.Inputs +{ + + public sealed class V2modelsBotVersionTimeoutsGetArgs : global::Pulumi.ResourceArgs + { + [Input("create")] + public Input? Create { get; set; } + + [Input("delete")] + public Input? Delete { get; set; } + + public V2modelsBotVersionTimeoutsGetArgs() + { + } + public static new V2modelsBotVersionTimeoutsGetArgs Empty => new V2modelsBotVersionTimeoutsGetArgs(); + } +} diff --git a/sdk/dotnet/Lex/Outputs/V2modelsBotLocaleVoiceSettings.cs b/sdk/dotnet/Lex/Outputs/V2modelsBotLocaleVoiceSettings.cs index 10884893e4a..489ce71052e 100644 --- a/sdk/dotnet/Lex/Outputs/V2modelsBotLocaleVoiceSettings.cs +++ b/sdk/dotnet/Lex/Outputs/V2modelsBotLocaleVoiceSettings.cs @@ -13,7 +13,13 @@ namespace Pulumi.Aws.Lex.Outputs [OutputType] public sealed class V2modelsBotLocaleVoiceSettings { + /// + /// Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + /// public readonly string? Engine; + /// + /// Identifier of the Amazon Polly voice to use. + /// public readonly string VoiceId; [OutputConstructor] diff --git a/sdk/dotnet/Lex/Outputs/V2modelsBotVersionLocaleSpecification.cs b/sdk/dotnet/Lex/Outputs/V2modelsBotVersionLocaleSpecification.cs new file mode 100644 index 00000000000..59e4c4cbdec --- /dev/null +++ b/sdk/dotnet/Lex/Outputs/V2modelsBotVersionLocaleSpecification.cs @@ -0,0 +1,24 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.Lex.Outputs +{ + + [OutputType] + public sealed class V2modelsBotVersionLocaleSpecification + { + public readonly string SourceBotVersion; + + [OutputConstructor] + private V2modelsBotVersionLocaleSpecification(string sourceBotVersion) + { + SourceBotVersion = sourceBotVersion; + } + } +} diff --git a/sdk/dotnet/Lex/Outputs/V2modelsBotVersionTimeouts.cs b/sdk/dotnet/Lex/Outputs/V2modelsBotVersionTimeouts.cs new file mode 100644 index 00000000000..0255bcf265b --- /dev/null +++ b/sdk/dotnet/Lex/Outputs/V2modelsBotVersionTimeouts.cs @@ -0,0 +1,29 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.Lex.Outputs +{ + + [OutputType] + public sealed class V2modelsBotVersionTimeouts + { + public readonly string? Create; + public readonly string? Delete; + + [OutputConstructor] + private V2modelsBotVersionTimeouts( + string? create, + + string? delete) + { + Create = create; + Delete = delete; + } + } +} diff --git a/sdk/dotnet/Lex/V2modelsBot.cs b/sdk/dotnet/Lex/V2modelsBot.cs index ea32595fc03..426e160a2fc 100644 --- a/sdk/dotnet/Lex/V2modelsBot.cs +++ b/sdk/dotnet/Lex/V2modelsBot.cs @@ -34,6 +34,10 @@ namespace Pulumi.Aws.Lex /// }, /// IdleSessionTtlInSeconds = 10, /// RoleArn = "bot_example_arn", + /// Tags = + /// { + /// { "foo", "bar" }, + /// }, /// }); /// /// }); @@ -91,6 +95,9 @@ public partial class V2modelsBot : global::Pulumi.CustomResource [Output("roleArn")] public Output RoleArn { get; private set; } = null!; + /// + /// List of tags to add to the bot. You can only add tags when you create a bot. + /// [Output("tags")] public Output?> Tags { get; private set; } = null!; @@ -106,6 +113,9 @@ public partial class V2modelsBot : global::Pulumi.CustomResource [Output("timeouts")] public Output Timeouts { get; private set; } = null!; + /// + /// Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + /// [Output("type")] public Output Type { get; private set; } = null!; @@ -211,6 +221,10 @@ public InputList Members [Input("tags")] private InputMap? _tags; + + /// + /// List of tags to add to the bot. You can only add tags when you create a bot. + /// public InputMap Tags { get => _tags ?? (_tags = new InputMap()); @@ -232,6 +246,9 @@ public InputMap TestBotAliasTags [Input("timeouts")] public Input? Timeouts { get; set; } + /// + /// Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + /// [Input("type")] public Input? Type { get; set; } @@ -298,6 +315,10 @@ public InputList Members [Input("tags")] private InputMap? _tags; + + /// + /// List of tags to add to the bot. You can only add tags when you create a bot. + /// public InputMap Tags { get => _tags ?? (_tags = new InputMap()); @@ -332,6 +353,9 @@ public InputMap TestBotAliasTags [Input("timeouts")] public Input? Timeouts { get; set; } + /// + /// Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + /// [Input("type")] public Input? Type { get; set; } diff --git a/sdk/dotnet/Lex/V2modelsBotLocale.cs b/sdk/dotnet/Lex/V2modelsBotLocale.cs index 2f0f46d6d39..940e09922e4 100644 --- a/sdk/dotnet/Lex/V2modelsBotLocale.cs +++ b/sdk/dotnet/Lex/V2modelsBotLocale.cs @@ -25,7 +25,7 @@ namespace Pulumi.Aws.Lex /// { /// var example = new Aws.Lex.V2modelsBotLocale("example", new() /// { - /// BotId = aws_lexv2models_bot.Test.Id, + /// BotId = aws_lexv2models_bot.Example.Id, /// BotVersion = "DRAFT", /// LocaleId = "en_US", /// NLuIntentConfidenceThreshold = 0.7, @@ -33,6 +33,31 @@ namespace Pulumi.Aws.Lex /// /// }); /// ``` + /// ### Voice Settings + /// + /// ```csharp + /// using System.Collections.Generic; + /// using System.Linq; + /// using Pulumi; + /// using Aws = Pulumi.Aws; + /// + /// return await Deployment.RunAsync(() => + /// { + /// var example = new Aws.Lex.V2modelsBotLocale("example", new() + /// { + /// BotId = aws_lexv2models_bot.Example.Id, + /// BotVersion = "DRAFT", + /// LocaleId = "en_US", + /// NLuIntentConfidenceThreshold = 0.7, + /// VoiceSettings = new Aws.Lex.Inputs.V2modelsBotLocaleVoiceSettingsArgs + /// { + /// VoiceId = "Kendra", + /// Engine = "standard", + /// }, + /// }); + /// + /// }); + /// ``` /// /// ## Import /// @@ -87,7 +112,7 @@ public partial class V2modelsBotLocale : global::Pulumi.CustomResource public Output Timeouts { get; private set; } = null!; /// - /// Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + /// Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. /// [Output("voiceSettings")] public Output VoiceSettings { get; private set; } = null!; @@ -180,7 +205,7 @@ public sealed class V2modelsBotLocaleArgs : global::Pulumi.ResourceArgs public Input? Timeouts { get; set; } /// - /// Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + /// Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. /// [Input("voiceSettings")] public Input? VoiceSettings { get; set; } @@ -235,7 +260,7 @@ public sealed class V2modelsBotLocaleState : global::Pulumi.ResourceArgs public Input? Timeouts { get; set; } /// - /// Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + /// Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. /// [Input("voiceSettings")] public Input? VoiceSettings { get; set; } diff --git a/sdk/dotnet/Lex/V2modelsBotVersion.cs b/sdk/dotnet/Lex/V2modelsBotVersion.cs new file mode 100644 index 00000000000..4d607cfef3f --- /dev/null +++ b/sdk/dotnet/Lex/V2modelsBotVersion.cs @@ -0,0 +1,160 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.Lex +{ + /// + /// Resource for managing an AWS Lex V2 Models Bot Version. + /// + /// ## Example Usage + /// + /// ## Import + /// + /// Using `pulumi import`, import Lex V2 Models Bot Version using the `example_id_arg`. For example: + /// + /// ```sh + /// $ pulumi import aws:lex/v2modelsBotVersion:V2modelsBotVersion example bot_version-id-12345678 + /// ``` + /// + [AwsResourceType("aws:lex/v2modelsBotVersion:V2modelsBotVersion")] + public partial class V2modelsBotVersion : global::Pulumi.CustomResource + { + /// + /// Idientifier of the bot to create the version for. + /// + [Output("botId")] + public Output BotId { get; private set; } = null!; + + [Output("botVersion")] + public Output BotVersion { get; private set; } = null!; + + /// + /// A description of the version. Use the description to help identify the version in lists. + /// + [Output("description")] + public Output Description { get; private set; } = null!; + + [Output("localeSpecification")] + public Output> LocaleSpecification { get; private set; } = null!; + + [Output("timeouts")] + public Output Timeouts { get; private set; } = null!; + + + /// + /// Create a V2modelsBotVersion resource with the given unique name, arguments, and options. + /// + /// + /// The unique name of the resource + /// The arguments used to populate this resource's properties + /// A bag of options that control this resource's behavior + public V2modelsBotVersion(string name, V2modelsBotVersionArgs args, CustomResourceOptions? options = null) + : base("aws:lex/v2modelsBotVersion:V2modelsBotVersion", name, args ?? new V2modelsBotVersionArgs(), MakeResourceOptions(options, "")) + { + } + + private V2modelsBotVersion(string name, Input id, V2modelsBotVersionState? state = null, CustomResourceOptions? options = null) + : base("aws:lex/v2modelsBotVersion:V2modelsBotVersion", name, state, MakeResourceOptions(options, id)) + { + } + + private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? options, Input? id) + { + var defaultOptions = new CustomResourceOptions + { + Version = Utilities.Version, + }; + var merged = CustomResourceOptions.Merge(defaultOptions, options); + // Override the ID if one was specified for consistency with other language SDKs. + merged.Id = id ?? merged.Id; + return merged; + } + /// + /// Get an existing V2modelsBotVersion resource's state with the given name, ID, and optional extra + /// properties used to qualify the lookup. + /// + /// + /// The unique name of the resulting resource. + /// The unique provider ID of the resource to lookup. + /// Any extra arguments used during the lookup. + /// A bag of options that control this resource's behavior + public static V2modelsBotVersion Get(string name, Input id, V2modelsBotVersionState? state = null, CustomResourceOptions? options = null) + { + return new V2modelsBotVersion(name, id, state, options); + } + } + + public sealed class V2modelsBotVersionArgs : global::Pulumi.ResourceArgs + { + /// + /// Idientifier of the bot to create the version for. + /// + [Input("botId", required: true)] + public Input BotId { get; set; } = null!; + + [Input("botVersion")] + public Input? BotVersion { get; set; } + + /// + /// A description of the version. Use the description to help identify the version in lists. + /// + [Input("description")] + public Input? Description { get; set; } + + [Input("localeSpecification", required: true)] + private InputMap? _localeSpecification; + public InputMap LocaleSpecification + { + get => _localeSpecification ?? (_localeSpecification = new InputMap()); + set => _localeSpecification = value; + } + + [Input("timeouts")] + public Input? Timeouts { get; set; } + + public V2modelsBotVersionArgs() + { + } + public static new V2modelsBotVersionArgs Empty => new V2modelsBotVersionArgs(); + } + + public sealed class V2modelsBotVersionState : global::Pulumi.ResourceArgs + { + /// + /// Idientifier of the bot to create the version for. + /// + [Input("botId")] + public Input? BotId { get; set; } + + [Input("botVersion")] + public Input? BotVersion { get; set; } + + /// + /// A description of the version. Use the description to help identify the version in lists. + /// + [Input("description")] + public Input? Description { get; set; } + + [Input("localeSpecification")] + private InputMap? _localeSpecification; + public InputMap LocaleSpecification + { + get => _localeSpecification ?? (_localeSpecification = new InputMap()); + set => _localeSpecification = value; + } + + [Input("timeouts")] + public Input? Timeouts { get; set; } + + public V2modelsBotVersionState() + { + } + public static new V2modelsBotVersionState Empty => new V2modelsBotVersionState(); + } +} diff --git a/sdk/dotnet/Rds/Cluster.cs b/sdk/dotnet/Rds/Cluster.cs index 7bb4f4d0cb0..52e70ac8b82 100644 --- a/sdk/dotnet/Rds/Cluster.cs +++ b/sdk/dotnet/Rds/Cluster.cs @@ -115,30 +115,6 @@ namespace Pulumi.Aws.Rds /// /// }); /// ``` - /// ### Aurora Multi-Master Cluster - /// - /// > More information about Aurora Multi-Master Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html). - /// - /// ```csharp - /// using System.Collections.Generic; - /// using System.Linq; - /// using Pulumi; - /// using Aws = Pulumi.Aws; - /// - /// return await Deployment.RunAsync(() => - /// { - /// var example = new Aws.Rds.Cluster("example", new() - /// { - /// ClusterIdentifier = "example", - /// DbSubnetGroupName = aws_db_subnet_group.Example.Name, - /// EngineMode = "multimaster", - /// MasterPassword = "barbarbarbar", - /// MasterUsername = "foo", - /// SkipFinalSnapshot = true, - /// }); - /// - /// }); - /// ``` /// ### RDS Multi-AZ Cluster /// /// > More information about RDS Multi-AZ Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html). @@ -469,7 +445,7 @@ public partial class Cluster : global::Pulumi.CustomResource public Output Engine { get; private set; } = null!; /// - /// Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + /// Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. /// [Output("engineMode")] public Output EngineMode { get; private set; } = null!; @@ -872,7 +848,7 @@ public InputList EnabledCloudwatchLogsExports public InputUnion Engine { get; set; } = null!; /// - /// Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + /// Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. /// [Input("engineMode")] public InputUnion? EngineMode { get; set; } @@ -1247,7 +1223,7 @@ public InputList EnabledCloudwatchLogsExports public InputUnion? Engine { get; set; } /// - /// Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + /// Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. /// [Input("engineMode")] public InputUnion? EngineMode { get; set; } diff --git a/sdk/dotnet/S3/BucketLoggingV2.cs b/sdk/dotnet/S3/BucketLoggingV2.cs index a9dd3ed2b45..a0645761a2d 100644 --- a/sdk/dotnet/S3/BucketLoggingV2.cs +++ b/sdk/dotnet/S3/BucketLoggingV2.cs @@ -96,6 +96,12 @@ public partial class BucketLoggingV2 : global::Pulumi.CustomResource [Output("targetGrants")] public Output> TargetGrants { get; private set; } = null!; + /// + /// Amazon S3 key format for log objects. See below. + /// + [Output("targetObjectKeyFormat")] + public Output TargetObjectKeyFormat { get; private set; } = null!; + /// /// Prefix for all log object keys. /// @@ -178,6 +184,12 @@ public InputList TargetGrants set => _targetGrants = value; } + /// + /// Amazon S3 key format for log objects. See below. + /// + [Input("targetObjectKeyFormat")] + public Input? TargetObjectKeyFormat { get; set; } + /// /// Prefix for all log object keys. /// @@ -222,6 +234,12 @@ public InputList TargetGrants set => _targetGrants = value; } + /// + /// Amazon S3 key format for log objects. See below. + /// + [Input("targetObjectKeyFormat")] + public Input? TargetObjectKeyFormat { get; set; } + /// /// Prefix for all log object keys. /// diff --git a/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatArgs.cs b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatArgs.cs new file mode 100644 index 00000000000..3d1b05e88a0 --- /dev/null +++ b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatArgs.cs @@ -0,0 +1,32 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.S3.Inputs +{ + + public sealed class BucketLoggingV2TargetObjectKeyFormatArgs : global::Pulumi.ResourceArgs + { + /// + /// Partitioned S3 key for log objects. See below. + /// + [Input("partitionedPrefix")] + public Input? PartitionedPrefix { get; set; } + + /// + /// Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + /// + [Input("simplePrefix")] + public Input? SimplePrefix { get; set; } + + public BucketLoggingV2TargetObjectKeyFormatArgs() + { + } + public static new BucketLoggingV2TargetObjectKeyFormatArgs Empty => new BucketLoggingV2TargetObjectKeyFormatArgs(); + } +} diff --git a/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatGetArgs.cs b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatGetArgs.cs new file mode 100644 index 00000000000..1059b58c249 --- /dev/null +++ b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatGetArgs.cs @@ -0,0 +1,32 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.S3.Inputs +{ + + public sealed class BucketLoggingV2TargetObjectKeyFormatGetArgs : global::Pulumi.ResourceArgs + { + /// + /// Partitioned S3 key for log objects. See below. + /// + [Input("partitionedPrefix")] + public Input? PartitionedPrefix { get; set; } + + /// + /// Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + /// + [Input("simplePrefix")] + public Input? SimplePrefix { get; set; } + + public BucketLoggingV2TargetObjectKeyFormatGetArgs() + { + } + public static new BucketLoggingV2TargetObjectKeyFormatGetArgs Empty => new BucketLoggingV2TargetObjectKeyFormatGetArgs(); + } +} diff --git a/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.cs b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.cs new file mode 100644 index 00000000000..6c7a065293d --- /dev/null +++ b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.cs @@ -0,0 +1,26 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.S3.Inputs +{ + + public sealed class BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs : global::Pulumi.ResourceArgs + { + /// + /// Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + /// + [Input("partitionDateSource", required: true)] + public Input PartitionDateSource { get; set; } = null!; + + public BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs() + { + } + public static new BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs Empty => new BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs(); + } +} diff --git a/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixGetArgs.cs b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixGetArgs.cs new file mode 100644 index 00000000000..4d2a0f82892 --- /dev/null +++ b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixGetArgs.cs @@ -0,0 +1,26 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.S3.Inputs +{ + + public sealed class BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixGetArgs : global::Pulumi.ResourceArgs + { + /// + /// Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + /// + [Input("partitionDateSource", required: true)] + public Input PartitionDateSource { get; set; } = null!; + + public BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixGetArgs() + { + } + public static new BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixGetArgs Empty => new BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixGetArgs(); + } +} diff --git a/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs.cs b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs.cs new file mode 100644 index 00000000000..666233cac46 --- /dev/null +++ b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs.cs @@ -0,0 +1,20 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.S3.Inputs +{ + + public sealed class BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs : global::Pulumi.ResourceArgs + { + public BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs() + { + } + public static new BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs Empty => new BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs(); + } +} diff --git a/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixGetArgs.cs b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixGetArgs.cs new file mode 100644 index 00000000000..a8d5d0e9e73 --- /dev/null +++ b/sdk/dotnet/S3/Inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixGetArgs.cs @@ -0,0 +1,20 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.S3.Inputs +{ + + public sealed class BucketLoggingV2TargetObjectKeyFormatSimplePrefixGetArgs : global::Pulumi.ResourceArgs + { + public BucketLoggingV2TargetObjectKeyFormatSimplePrefixGetArgs() + { + } + public static new BucketLoggingV2TargetObjectKeyFormatSimplePrefixGetArgs Empty => new BucketLoggingV2TargetObjectKeyFormatSimplePrefixGetArgs(); + } +} diff --git a/sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormat.cs b/sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormat.cs new file mode 100644 index 00000000000..373724da11f --- /dev/null +++ b/sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormat.cs @@ -0,0 +1,35 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.S3.Outputs +{ + + [OutputType] + public sealed class BucketLoggingV2TargetObjectKeyFormat + { + /// + /// Partitioned S3 key for log objects. See below. + /// + public readonly Outputs.BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix? PartitionedPrefix; + /// + /// Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + /// + public readonly Outputs.BucketLoggingV2TargetObjectKeyFormatSimplePrefix? SimplePrefix; + + [OutputConstructor] + private BucketLoggingV2TargetObjectKeyFormat( + Outputs.BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix? partitionedPrefix, + + Outputs.BucketLoggingV2TargetObjectKeyFormatSimplePrefix? simplePrefix) + { + PartitionedPrefix = partitionedPrefix; + SimplePrefix = simplePrefix; + } + } +} diff --git a/sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.cs b/sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.cs new file mode 100644 index 00000000000..ea69ddec587 --- /dev/null +++ b/sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.cs @@ -0,0 +1,27 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.S3.Outputs +{ + + [OutputType] + public sealed class BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix + { + /// + /// Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + /// + public readonly string PartitionDateSource; + + [OutputConstructor] + private BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix(string partitionDateSource) + { + PartitionDateSource = partitionDateSource; + } + } +} diff --git a/sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefix.cs b/sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefix.cs new file mode 100644 index 00000000000..7250d413094 --- /dev/null +++ b/sdk/dotnet/S3/Outputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefix.cs @@ -0,0 +1,21 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.S3.Outputs +{ + + [OutputType] + public sealed class BucketLoggingV2TargetObjectKeyFormatSimplePrefix + { + [OutputConstructor] + private BucketLoggingV2TargetObjectKeyFormatSimplePrefix() + { + } + } +} diff --git a/sdk/dotnet/S3Control/AccessGrantsInstanceResourcePolicy.cs b/sdk/dotnet/S3Control/AccessGrantsInstanceResourcePolicy.cs new file mode 100644 index 00000000000..7b27ec759f0 --- /dev/null +++ b/sdk/dotnet/S3Control/AccessGrantsInstanceResourcePolicy.cs @@ -0,0 +1,113 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.Aws.S3Control +{ + /// + /// Provides a resource to manage an S3 Access Grants instance resource policy. + /// Use a resource policy to manage cross-account access to your S3 Access Grants instance. + /// + /// ## Import + /// + /// Using `pulumi import`, import S3 Access Grants instance resource policies using the `account_id`. For example: + /// + /// ```sh + /// $ pulumi import aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy example 123456789012 + /// ``` + /// + [AwsResourceType("aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy")] + public partial class AccessGrantsInstanceResourcePolicy : global::Pulumi.CustomResource + { + [Output("accountId")] + public Output AccountId { get; private set; } = null!; + + /// + /// The policy document. + /// + [Output("policy")] + public Output Policy { get; private set; } = null!; + + + /// + /// Create a AccessGrantsInstanceResourcePolicy resource with the given unique name, arguments, and options. + /// + /// + /// The unique name of the resource + /// The arguments used to populate this resource's properties + /// A bag of options that control this resource's behavior + public AccessGrantsInstanceResourcePolicy(string name, AccessGrantsInstanceResourcePolicyArgs args, CustomResourceOptions? options = null) + : base("aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy", name, args ?? new AccessGrantsInstanceResourcePolicyArgs(), MakeResourceOptions(options, "")) + { + } + + private AccessGrantsInstanceResourcePolicy(string name, Input id, AccessGrantsInstanceResourcePolicyState? state = null, CustomResourceOptions? options = null) + : base("aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy", name, state, MakeResourceOptions(options, id)) + { + } + + private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? options, Input? id) + { + var defaultOptions = new CustomResourceOptions + { + Version = Utilities.Version, + }; + var merged = CustomResourceOptions.Merge(defaultOptions, options); + // Override the ID if one was specified for consistency with other language SDKs. + merged.Id = id ?? merged.Id; + return merged; + } + /// + /// Get an existing AccessGrantsInstanceResourcePolicy resource's state with the given name, ID, and optional extra + /// properties used to qualify the lookup. + /// + /// + /// The unique name of the resulting resource. + /// The unique provider ID of the resource to lookup. + /// Any extra arguments used during the lookup. + /// A bag of options that control this resource's behavior + public static AccessGrantsInstanceResourcePolicy Get(string name, Input id, AccessGrantsInstanceResourcePolicyState? state = null, CustomResourceOptions? options = null) + { + return new AccessGrantsInstanceResourcePolicy(name, id, state, options); + } + } + + public sealed class AccessGrantsInstanceResourcePolicyArgs : global::Pulumi.ResourceArgs + { + [Input("accountId")] + public Input? AccountId { get; set; } + + /// + /// The policy document. + /// + [Input("policy", required: true)] + public Input Policy { get; set; } = null!; + + public AccessGrantsInstanceResourcePolicyArgs() + { + } + public static new AccessGrantsInstanceResourcePolicyArgs Empty => new AccessGrantsInstanceResourcePolicyArgs(); + } + + public sealed class AccessGrantsInstanceResourcePolicyState : global::Pulumi.ResourceArgs + { + [Input("accountId")] + public Input? AccountId { get; set; } + + /// + /// The policy document. + /// + [Input("policy")] + public Input? Policy { get; set; } + + public AccessGrantsInstanceResourcePolicyState() + { + } + public static new AccessGrantsInstanceResourcePolicyState Empty => new AccessGrantsInstanceResourcePolicyState(); + } +} diff --git a/sdk/dotnet/Sagemaker/Domain.cs b/sdk/dotnet/Sagemaker/Domain.cs index 378389204f3..ad56ee4cc8f 100644 --- a/sdk/dotnet/Sagemaker/Domain.cs +++ b/sdk/dotnet/Sagemaker/Domain.cs @@ -176,11 +176,14 @@ public partial class Domain : global::Pulumi.CustomResource public Output DefaultSpaceSettings { get; private set; } = null!; /// - /// The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + /// The default user settings. See Default User Settings below. /// [Output("defaultUserSettings")] public Output DefaultUserSettings { get; private set; } = null!; + /// + /// The domain name. + /// [Output("domainName")] public Output DomainName { get; private set; } = null!; @@ -327,11 +330,14 @@ public sealed class DomainArgs : global::Pulumi.ResourceArgs public Input? DefaultSpaceSettings { get; set; } /// - /// The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + /// The default user settings. See Default User Settings below. /// [Input("defaultUserSettings", required: true)] public Input DefaultUserSettings { get; set; } = null!; + /// + /// The domain name. + /// [Input("domainName", required: true)] public Input DomainName { get; set; } = null!; @@ -424,11 +430,14 @@ public sealed class DomainState : global::Pulumi.ResourceArgs public Input? DefaultSpaceSettings { get; set; } /// - /// The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + /// The default user settings. See Default User Settings below. /// [Input("defaultUserSettings")] public Input? DefaultUserSettings { get; set; } + /// + /// The domain name. + /// [Input("domainName")] public Input? DomainName { get; set; } diff --git a/sdk/go/aws/alb/pulumiTypes.go b/sdk/go/aws/alb/pulumiTypes.go index 314eea03362..4273c764b97 100644 --- a/sdk/go/aws/alb/pulumiTypes.go +++ b/sdk/go/aws/alb/pulumiTypes.go @@ -4512,13 +4512,27 @@ type TargetGroupHealthCheck struct { HealthyThreshold *int `pulumi:"healthyThreshold"` // Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30. Interval *int `pulumi:"interval"` - // Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + // The HTTP or gRPC codes to use when checking for a successful response from a target. + // The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. + // Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + // * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. + // * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + // * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + // * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. Matcher *string `pulumi:"matcher"` // Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + // * For HTTP and HTTPS health checks, the default is `/`. + // * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. Path *string `pulumi:"path"` - // The port the load balancer uses when performing health checks on targets. Default is traffic-port. + // The port the load balancer uses when performing health checks on targets. + // Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + // Default is `traffic-port`. Port *string `pulumi:"port"` - // Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + // Protocol the load balancer uses when performing health checks on targets. + // Must be one of `TCP`, `HTTP`, or `HTTPS`. + // The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + // Default is `HTTP`. + // Cannot be specified when the `targetType` is `lambda`. Protocol *string `pulumi:"protocol"` // Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds. Timeout *int `pulumi:"timeout"` @@ -4544,13 +4558,27 @@ type TargetGroupHealthCheckArgs struct { HealthyThreshold pulumi.IntPtrInput `pulumi:"healthyThreshold"` // Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30. Interval pulumi.IntPtrInput `pulumi:"interval"` - // Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + // The HTTP or gRPC codes to use when checking for a successful response from a target. + // The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. + // Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + // * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. + // * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + // * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + // * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. Matcher pulumi.StringPtrInput `pulumi:"matcher"` // Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + // * For HTTP and HTTPS health checks, the default is `/`. + // * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. Path pulumi.StringPtrInput `pulumi:"path"` - // The port the load balancer uses when performing health checks on targets. Default is traffic-port. + // The port the load balancer uses when performing health checks on targets. + // Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + // Default is `traffic-port`. Port pulumi.StringPtrInput `pulumi:"port"` - // Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + // Protocol the load balancer uses when performing health checks on targets. + // Must be one of `TCP`, `HTTP`, or `HTTPS`. + // The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + // Default is `HTTP`. + // Cannot be specified when the `targetType` is `lambda`. Protocol pulumi.StringPtrInput `pulumi:"protocol"` // Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds. Timeout pulumi.IntPtrInput `pulumi:"timeout"` @@ -4650,22 +4678,36 @@ func (o TargetGroupHealthCheckOutput) Interval() pulumi.IntPtrOutput { return o.ApplyT(func(v TargetGroupHealthCheck) *int { return v.Interval }).(pulumi.IntPtrOutput) } -// Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). +// The HTTP or gRPC codes to use when checking for a successful response from a target. +// The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. +// Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). +// * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. +// * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. +// * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. +// * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. func (o TargetGroupHealthCheckOutput) Matcher() pulumi.StringPtrOutput { return o.ApplyT(func(v TargetGroupHealthCheck) *string { return v.Matcher }).(pulumi.StringPtrOutput) } // Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. +// * For HTTP and HTTPS health checks, the default is `/`. +// * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. func (o TargetGroupHealthCheckOutput) Path() pulumi.StringPtrOutput { return o.ApplyT(func(v TargetGroupHealthCheck) *string { return v.Path }).(pulumi.StringPtrOutput) } -// The port the load balancer uses when performing health checks on targets. Default is traffic-port. +// The port the load balancer uses when performing health checks on targets. +// Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. +// Default is `traffic-port`. func (o TargetGroupHealthCheckOutput) Port() pulumi.StringPtrOutput { return o.ApplyT(func(v TargetGroupHealthCheck) *string { return v.Port }).(pulumi.StringPtrOutput) } -// Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. +// Protocol the load balancer uses when performing health checks on targets. +// Must be one of `TCP`, `HTTP`, or `HTTPS`. +// The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. +// Default is `HTTP`. +// Cannot be specified when the `targetType` is `lambda`. func (o TargetGroupHealthCheckOutput) Protocol() pulumi.StringPtrOutput { return o.ApplyT(func(v TargetGroupHealthCheck) *string { return v.Protocol }).(pulumi.StringPtrOutput) } @@ -4734,7 +4776,13 @@ func (o TargetGroupHealthCheckPtrOutput) Interval() pulumi.IntPtrOutput { }).(pulumi.IntPtrOutput) } -// Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). +// The HTTP or gRPC codes to use when checking for a successful response from a target. +// The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. +// Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). +// * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. +// * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. +// * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. +// * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. func (o TargetGroupHealthCheckPtrOutput) Matcher() pulumi.StringPtrOutput { return o.ApplyT(func(v *TargetGroupHealthCheck) *string { if v == nil { @@ -4745,6 +4793,8 @@ func (o TargetGroupHealthCheckPtrOutput) Matcher() pulumi.StringPtrOutput { } // Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. +// * For HTTP and HTTPS health checks, the default is `/`. +// * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. func (o TargetGroupHealthCheckPtrOutput) Path() pulumi.StringPtrOutput { return o.ApplyT(func(v *TargetGroupHealthCheck) *string { if v == nil { @@ -4754,7 +4804,9 @@ func (o TargetGroupHealthCheckPtrOutput) Path() pulumi.StringPtrOutput { }).(pulumi.StringPtrOutput) } -// The port the load balancer uses when performing health checks on targets. Default is traffic-port. +// The port the load balancer uses when performing health checks on targets. +// Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. +// Default is `traffic-port`. func (o TargetGroupHealthCheckPtrOutput) Port() pulumi.StringPtrOutput { return o.ApplyT(func(v *TargetGroupHealthCheck) *string { if v == nil { @@ -4764,7 +4816,11 @@ func (o TargetGroupHealthCheckPtrOutput) Port() pulumi.StringPtrOutput { }).(pulumi.StringPtrOutput) } -// Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. +// Protocol the load balancer uses when performing health checks on targets. +// Must be one of `TCP`, `HTTP`, or `HTTPS`. +// The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. +// Default is `HTTP`. +// Cannot be specified when the `targetType` is `lambda`. func (o TargetGroupHealthCheckPtrOutput) Protocol() pulumi.StringPtrOutput { return o.ApplyT(func(v *TargetGroupHealthCheck) *string { if v == nil { diff --git a/sdk/go/aws/alb/targetGroup.go b/sdk/go/aws/alb/targetGroup.go index 7b957c58785..b5b010398df 100644 --- a/sdk/go/aws/alb/targetGroup.go +++ b/sdk/go/aws/alb/targetGroup.go @@ -209,7 +209,10 @@ type TargetGroup struct { Port pulumi.IntPtrOutput `pulumi:"port"` // Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. PreserveClientIp pulumi.StringOutput `pulumi:"preserveClientIp"` - // Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + // Protocol to use for routing traffic to the targets. + // Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + // Required when `targetType` is `instance`, `ip`, or `alb`. + // Does not apply when `targetType` is `lambda`. Protocol pulumi.StringPtrOutput `pulumi:"protocol"` // Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 ProtocolVersion pulumi.StringOutput `pulumi:"protocolVersion"` @@ -229,7 +232,9 @@ type TargetGroup struct { TargetFailovers TargetGroupTargetFailoverArrayOutput `pulumi:"targetFailovers"` // Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See targetHealthState for more information. TargetHealthStates TargetGroupTargetHealthStateArrayOutput `pulumi:"targetHealthStates"` - // Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + // Type of target that you must specify when registering targets with this target group. + // See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + // The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // @@ -309,7 +314,10 @@ type targetGroupState struct { Port *int `pulumi:"port"` // Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. PreserveClientIp *string `pulumi:"preserveClientIp"` - // Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + // Protocol to use for routing traffic to the targets. + // Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + // Required when `targetType` is `instance`, `ip`, or `alb`. + // Does not apply when `targetType` is `lambda`. Protocol *string `pulumi:"protocol"` // Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 ProtocolVersion *string `pulumi:"protocolVersion"` @@ -329,7 +337,9 @@ type targetGroupState struct { TargetFailovers []TargetGroupTargetFailover `pulumi:"targetFailovers"` // Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See targetHealthState for more information. TargetHealthStates []TargetGroupTargetHealthState `pulumi:"targetHealthStates"` - // Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + // Type of target that you must specify when registering targets with this target group. + // See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + // The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // @@ -370,7 +380,10 @@ type TargetGroupState struct { Port pulumi.IntPtrInput // Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. PreserveClientIp pulumi.StringPtrInput - // Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + // Protocol to use for routing traffic to the targets. + // Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + // Required when `targetType` is `instance`, `ip`, or `alb`. + // Does not apply when `targetType` is `lambda`. Protocol pulumi.StringPtrInput // Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 ProtocolVersion pulumi.StringPtrInput @@ -390,7 +403,9 @@ type TargetGroupState struct { TargetFailovers TargetGroupTargetFailoverArrayInput // Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See targetHealthState for more information. TargetHealthStates TargetGroupTargetHealthStateArrayInput - // Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + // Type of target that you must specify when registering targets with this target group. + // See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + // The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // @@ -431,7 +446,10 @@ type targetGroupArgs struct { Port *int `pulumi:"port"` // Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. PreserveClientIp *string `pulumi:"preserveClientIp"` - // Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + // Protocol to use for routing traffic to the targets. + // Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + // Required when `targetType` is `instance`, `ip`, or `alb`. + // Does not apply when `targetType` is `lambda`. Protocol *string `pulumi:"protocol"` // Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 ProtocolVersion *string `pulumi:"protocolVersion"` @@ -447,7 +465,9 @@ type targetGroupArgs struct { TargetFailovers []TargetGroupTargetFailover `pulumi:"targetFailovers"` // Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See targetHealthState for more information. TargetHealthStates []TargetGroupTargetHealthState `pulumi:"targetHealthStates"` - // Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + // Type of target that you must specify when registering targets with this target group. + // See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + // The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // @@ -485,7 +505,10 @@ type TargetGroupArgs struct { Port pulumi.IntPtrInput // Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. PreserveClientIp pulumi.StringPtrInput - // Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + // Protocol to use for routing traffic to the targets. + // Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + // Required when `targetType` is `instance`, `ip`, or `alb`. + // Does not apply when `targetType` is `lambda`. Protocol pulumi.StringPtrInput // Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 ProtocolVersion pulumi.StringPtrInput @@ -501,7 +524,9 @@ type TargetGroupArgs struct { TargetFailovers TargetGroupTargetFailoverArrayInput // Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See targetHealthState for more information. TargetHealthStates TargetGroupTargetHealthStateArrayInput - // Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + // Type of target that you must specify when registering targets with this target group. + // See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + // The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // @@ -667,7 +692,10 @@ func (o TargetGroupOutput) PreserveClientIp() pulumi.StringOutput { return o.ApplyT(func(v *TargetGroup) pulumi.StringOutput { return v.PreserveClientIp }).(pulumi.StringOutput) } -// Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. +// Protocol to use for routing traffic to the targets. +// Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. +// Required when `targetType` is `instance`, `ip`, or `alb`. +// Does not apply when `targetType` is `lambda`. func (o TargetGroupOutput) Protocol() pulumi.StringPtrOutput { return o.ApplyT(func(v *TargetGroup) pulumi.StringPtrOutput { return v.Protocol }).(pulumi.StringPtrOutput) } @@ -714,7 +742,9 @@ func (o TargetGroupOutput) TargetHealthStates() TargetGroupTargetHealthStateArra return o.ApplyT(func(v *TargetGroup) TargetGroupTargetHealthStateArrayOutput { return v.TargetHealthStates }).(TargetGroupTargetHealthStateArrayOutput) } -// Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. +// Type of target that you must specify when registering targets with this target group. +// See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. +// The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // diff --git a/sdk/go/aws/apprunner/autoScalingConfigurationVersion.go b/sdk/go/aws/apprunner/autoScalingConfigurationVersion.go index d0f64902094..279a3b360ad 100644 --- a/sdk/go/aws/apprunner/autoScalingConfigurationVersion.go +++ b/sdk/go/aws/apprunner/autoScalingConfigurationVersion.go @@ -63,7 +63,9 @@ type AutoScalingConfigurationVersion struct { // Name of the auto scaling configuration. AutoScalingConfigurationName pulumi.StringOutput `pulumi:"autoScalingConfigurationName"` // The revision of this auto scaling configuration. - AutoScalingConfigurationRevision pulumi.IntOutput `pulumi:"autoScalingConfigurationRevision"` + AutoScalingConfigurationRevision pulumi.IntOutput `pulumi:"autoScalingConfigurationRevision"` + HasAssociatedService pulumi.BoolOutput `pulumi:"hasAssociatedService"` + IsDefault pulumi.BoolOutput `pulumi:"isDefault"` // Whether the auto scaling configuration has the highest `autoScalingConfigurationRevision` among all configurations that share the same `autoScalingConfigurationName`. Latest pulumi.BoolOutput `pulumi:"latest"` // Maximal number of concurrent requests that you want an instance to process. When the number of concurrent requests goes over this limit, App Runner scales up your service. @@ -124,7 +126,9 @@ type autoScalingConfigurationVersionState struct { // Name of the auto scaling configuration. AutoScalingConfigurationName *string `pulumi:"autoScalingConfigurationName"` // The revision of this auto scaling configuration. - AutoScalingConfigurationRevision *int `pulumi:"autoScalingConfigurationRevision"` + AutoScalingConfigurationRevision *int `pulumi:"autoScalingConfigurationRevision"` + HasAssociatedService *bool `pulumi:"hasAssociatedService"` + IsDefault *bool `pulumi:"isDefault"` // Whether the auto scaling configuration has the highest `autoScalingConfigurationRevision` among all configurations that share the same `autoScalingConfigurationName`. Latest *bool `pulumi:"latest"` // Maximal number of concurrent requests that you want an instance to process. When the number of concurrent requests goes over this limit, App Runner scales up your service. @@ -150,6 +154,8 @@ type AutoScalingConfigurationVersionState struct { AutoScalingConfigurationName pulumi.StringPtrInput // The revision of this auto scaling configuration. AutoScalingConfigurationRevision pulumi.IntPtrInput + HasAssociatedService pulumi.BoolPtrInput + IsDefault pulumi.BoolPtrInput // Whether the auto scaling configuration has the highest `autoScalingConfigurationRevision` among all configurations that share the same `autoScalingConfigurationName`. Latest pulumi.BoolPtrInput // Maximal number of concurrent requests that you want an instance to process. When the number of concurrent requests goes over this limit, App Runner scales up your service. @@ -301,6 +307,14 @@ func (o AutoScalingConfigurationVersionOutput) AutoScalingConfigurationRevision( return o.ApplyT(func(v *AutoScalingConfigurationVersion) pulumi.IntOutput { return v.AutoScalingConfigurationRevision }).(pulumi.IntOutput) } +func (o AutoScalingConfigurationVersionOutput) HasAssociatedService() pulumi.BoolOutput { + return o.ApplyT(func(v *AutoScalingConfigurationVersion) pulumi.BoolOutput { return v.HasAssociatedService }).(pulumi.BoolOutput) +} + +func (o AutoScalingConfigurationVersionOutput) IsDefault() pulumi.BoolOutput { + return o.ApplyT(func(v *AutoScalingConfigurationVersion) pulumi.BoolOutput { return v.IsDefault }).(pulumi.BoolOutput) +} + // Whether the auto scaling configuration has the highest `autoScalingConfigurationRevision` among all configurations that share the same `autoScalingConfigurationName`. func (o AutoScalingConfigurationVersionOutput) Latest() pulumi.BoolOutput { return o.ApplyT(func(v *AutoScalingConfigurationVersion) pulumi.BoolOutput { return v.Latest }).(pulumi.BoolOutput) diff --git a/sdk/go/aws/apprunner/defaultAutoScalingConfigurationVersion.go b/sdk/go/aws/apprunner/defaultAutoScalingConfigurationVersion.go new file mode 100644 index 00000000000..58bb3319965 --- /dev/null +++ b/sdk/go/aws/apprunner/defaultAutoScalingConfigurationVersion.go @@ -0,0 +1,269 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package apprunner + +import ( + "context" + "reflect" + + "errors" + "github.com/pulumi/pulumi-aws/sdk/v6/go/aws/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +// Manages the default App Runner auto scaling configuration. +// When creating or updating this resource the existing default auto scaling configuration will be set to non-default automatically. +// When creating or updating this resource the configuration is automatically assigned as the default to the new services you create in the future. The new default designation doesn't affect the associations that were previously set for existing services. +// Each account can have only one default auto scaling configuration per Region. +// +// ## Example Usage +// +// ```go +// package main +// +// import ( +// +// "github.com/pulumi/pulumi-aws/sdk/v6/go/aws/apprunner" +// "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +// +// ) +// +// func main() { +// pulumi.Run(func(ctx *pulumi.Context) error { +// exampleAutoScalingConfigurationVersion, err := apprunner.NewAutoScalingConfigurationVersion(ctx, "exampleAutoScalingConfigurationVersion", &apprunner.AutoScalingConfigurationVersionArgs{ +// AutoScalingConfigurationName: pulumi.String("example"), +// MaxConcurrency: pulumi.Int(50), +// MaxSize: pulumi.Int(10), +// MinSize: pulumi.Int(2), +// }) +// if err != nil { +// return err +// } +// _, err = apprunner.NewDefaultAutoScalingConfigurationVersion(ctx, "exampleDefaultAutoScalingConfigurationVersion", &apprunner.DefaultAutoScalingConfigurationVersionArgs{ +// AutoScalingConfigurationArn: exampleAutoScalingConfigurationVersion.Arn, +// }) +// if err != nil { +// return err +// } +// return nil +// }) +// } +// +// ``` +// +// ## Import +// +// Using `pulumi import`, import App Runner default auto scaling configurations using the current Region. For example: +// +// ```sh +// +// $ pulumi import aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion example us-west-2 +// +// ``` +type DefaultAutoScalingConfigurationVersion struct { + pulumi.CustomResourceState + + // The ARN of the App Runner auto scaling configuration that you want to set as the default. + AutoScalingConfigurationArn pulumi.StringOutput `pulumi:"autoScalingConfigurationArn"` +} + +// NewDefaultAutoScalingConfigurationVersion registers a new resource with the given unique name, arguments, and options. +func NewDefaultAutoScalingConfigurationVersion(ctx *pulumi.Context, + name string, args *DefaultAutoScalingConfigurationVersionArgs, opts ...pulumi.ResourceOption) (*DefaultAutoScalingConfigurationVersion, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.AutoScalingConfigurationArn == nil { + return nil, errors.New("invalid value for required argument 'AutoScalingConfigurationArn'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource DefaultAutoScalingConfigurationVersion + err := ctx.RegisterResource("aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetDefaultAutoScalingConfigurationVersion gets an existing DefaultAutoScalingConfigurationVersion resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetDefaultAutoScalingConfigurationVersion(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *DefaultAutoScalingConfigurationVersionState, opts ...pulumi.ResourceOption) (*DefaultAutoScalingConfigurationVersion, error) { + var resource DefaultAutoScalingConfigurationVersion + err := ctx.ReadResource("aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering DefaultAutoScalingConfigurationVersion resources. +type defaultAutoScalingConfigurationVersionState struct { + // The ARN of the App Runner auto scaling configuration that you want to set as the default. + AutoScalingConfigurationArn *string `pulumi:"autoScalingConfigurationArn"` +} + +type DefaultAutoScalingConfigurationVersionState struct { + // The ARN of the App Runner auto scaling configuration that you want to set as the default. + AutoScalingConfigurationArn pulumi.StringPtrInput +} + +func (DefaultAutoScalingConfigurationVersionState) ElementType() reflect.Type { + return reflect.TypeOf((*defaultAutoScalingConfigurationVersionState)(nil)).Elem() +} + +type defaultAutoScalingConfigurationVersionArgs struct { + // The ARN of the App Runner auto scaling configuration that you want to set as the default. + AutoScalingConfigurationArn string `pulumi:"autoScalingConfigurationArn"` +} + +// The set of arguments for constructing a DefaultAutoScalingConfigurationVersion resource. +type DefaultAutoScalingConfigurationVersionArgs struct { + // The ARN of the App Runner auto scaling configuration that you want to set as the default. + AutoScalingConfigurationArn pulumi.StringInput +} + +func (DefaultAutoScalingConfigurationVersionArgs) ElementType() reflect.Type { + return reflect.TypeOf((*defaultAutoScalingConfigurationVersionArgs)(nil)).Elem() +} + +type DefaultAutoScalingConfigurationVersionInput interface { + pulumi.Input + + ToDefaultAutoScalingConfigurationVersionOutput() DefaultAutoScalingConfigurationVersionOutput + ToDefaultAutoScalingConfigurationVersionOutputWithContext(ctx context.Context) DefaultAutoScalingConfigurationVersionOutput +} + +func (*DefaultAutoScalingConfigurationVersion) ElementType() reflect.Type { + return reflect.TypeOf((**DefaultAutoScalingConfigurationVersion)(nil)).Elem() +} + +func (i *DefaultAutoScalingConfigurationVersion) ToDefaultAutoScalingConfigurationVersionOutput() DefaultAutoScalingConfigurationVersionOutput { + return i.ToDefaultAutoScalingConfigurationVersionOutputWithContext(context.Background()) +} + +func (i *DefaultAutoScalingConfigurationVersion) ToDefaultAutoScalingConfigurationVersionOutputWithContext(ctx context.Context) DefaultAutoScalingConfigurationVersionOutput { + return pulumi.ToOutputWithContext(ctx, i).(DefaultAutoScalingConfigurationVersionOutput) +} + +// DefaultAutoScalingConfigurationVersionArrayInput is an input type that accepts DefaultAutoScalingConfigurationVersionArray and DefaultAutoScalingConfigurationVersionArrayOutput values. +// You can construct a concrete instance of `DefaultAutoScalingConfigurationVersionArrayInput` via: +// +// DefaultAutoScalingConfigurationVersionArray{ DefaultAutoScalingConfigurationVersionArgs{...} } +type DefaultAutoScalingConfigurationVersionArrayInput interface { + pulumi.Input + + ToDefaultAutoScalingConfigurationVersionArrayOutput() DefaultAutoScalingConfigurationVersionArrayOutput + ToDefaultAutoScalingConfigurationVersionArrayOutputWithContext(context.Context) DefaultAutoScalingConfigurationVersionArrayOutput +} + +type DefaultAutoScalingConfigurationVersionArray []DefaultAutoScalingConfigurationVersionInput + +func (DefaultAutoScalingConfigurationVersionArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*DefaultAutoScalingConfigurationVersion)(nil)).Elem() +} + +func (i DefaultAutoScalingConfigurationVersionArray) ToDefaultAutoScalingConfigurationVersionArrayOutput() DefaultAutoScalingConfigurationVersionArrayOutput { + return i.ToDefaultAutoScalingConfigurationVersionArrayOutputWithContext(context.Background()) +} + +func (i DefaultAutoScalingConfigurationVersionArray) ToDefaultAutoScalingConfigurationVersionArrayOutputWithContext(ctx context.Context) DefaultAutoScalingConfigurationVersionArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DefaultAutoScalingConfigurationVersionArrayOutput) +} + +// DefaultAutoScalingConfigurationVersionMapInput is an input type that accepts DefaultAutoScalingConfigurationVersionMap and DefaultAutoScalingConfigurationVersionMapOutput values. +// You can construct a concrete instance of `DefaultAutoScalingConfigurationVersionMapInput` via: +// +// DefaultAutoScalingConfigurationVersionMap{ "key": DefaultAutoScalingConfigurationVersionArgs{...} } +type DefaultAutoScalingConfigurationVersionMapInput interface { + pulumi.Input + + ToDefaultAutoScalingConfigurationVersionMapOutput() DefaultAutoScalingConfigurationVersionMapOutput + ToDefaultAutoScalingConfigurationVersionMapOutputWithContext(context.Context) DefaultAutoScalingConfigurationVersionMapOutput +} + +type DefaultAutoScalingConfigurationVersionMap map[string]DefaultAutoScalingConfigurationVersionInput + +func (DefaultAutoScalingConfigurationVersionMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*DefaultAutoScalingConfigurationVersion)(nil)).Elem() +} + +func (i DefaultAutoScalingConfigurationVersionMap) ToDefaultAutoScalingConfigurationVersionMapOutput() DefaultAutoScalingConfigurationVersionMapOutput { + return i.ToDefaultAutoScalingConfigurationVersionMapOutputWithContext(context.Background()) +} + +func (i DefaultAutoScalingConfigurationVersionMap) ToDefaultAutoScalingConfigurationVersionMapOutputWithContext(ctx context.Context) DefaultAutoScalingConfigurationVersionMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(DefaultAutoScalingConfigurationVersionMapOutput) +} + +type DefaultAutoScalingConfigurationVersionOutput struct{ *pulumi.OutputState } + +func (DefaultAutoScalingConfigurationVersionOutput) ElementType() reflect.Type { + return reflect.TypeOf((**DefaultAutoScalingConfigurationVersion)(nil)).Elem() +} + +func (o DefaultAutoScalingConfigurationVersionOutput) ToDefaultAutoScalingConfigurationVersionOutput() DefaultAutoScalingConfigurationVersionOutput { + return o +} + +func (o DefaultAutoScalingConfigurationVersionOutput) ToDefaultAutoScalingConfigurationVersionOutputWithContext(ctx context.Context) DefaultAutoScalingConfigurationVersionOutput { + return o +} + +// The ARN of the App Runner auto scaling configuration that you want to set as the default. +func (o DefaultAutoScalingConfigurationVersionOutput) AutoScalingConfigurationArn() pulumi.StringOutput { + return o.ApplyT(func(v *DefaultAutoScalingConfigurationVersion) pulumi.StringOutput { + return v.AutoScalingConfigurationArn + }).(pulumi.StringOutput) +} + +type DefaultAutoScalingConfigurationVersionArrayOutput struct{ *pulumi.OutputState } + +func (DefaultAutoScalingConfigurationVersionArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*DefaultAutoScalingConfigurationVersion)(nil)).Elem() +} + +func (o DefaultAutoScalingConfigurationVersionArrayOutput) ToDefaultAutoScalingConfigurationVersionArrayOutput() DefaultAutoScalingConfigurationVersionArrayOutput { + return o +} + +func (o DefaultAutoScalingConfigurationVersionArrayOutput) ToDefaultAutoScalingConfigurationVersionArrayOutputWithContext(ctx context.Context) DefaultAutoScalingConfigurationVersionArrayOutput { + return o +} + +func (o DefaultAutoScalingConfigurationVersionArrayOutput) Index(i pulumi.IntInput) DefaultAutoScalingConfigurationVersionOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *DefaultAutoScalingConfigurationVersion { + return vs[0].([]*DefaultAutoScalingConfigurationVersion)[vs[1].(int)] + }).(DefaultAutoScalingConfigurationVersionOutput) +} + +type DefaultAutoScalingConfigurationVersionMapOutput struct{ *pulumi.OutputState } + +func (DefaultAutoScalingConfigurationVersionMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*DefaultAutoScalingConfigurationVersion)(nil)).Elem() +} + +func (o DefaultAutoScalingConfigurationVersionMapOutput) ToDefaultAutoScalingConfigurationVersionMapOutput() DefaultAutoScalingConfigurationVersionMapOutput { + return o +} + +func (o DefaultAutoScalingConfigurationVersionMapOutput) ToDefaultAutoScalingConfigurationVersionMapOutputWithContext(ctx context.Context) DefaultAutoScalingConfigurationVersionMapOutput { + return o +} + +func (o DefaultAutoScalingConfigurationVersionMapOutput) MapIndex(k pulumi.StringInput) DefaultAutoScalingConfigurationVersionOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *DefaultAutoScalingConfigurationVersion { + return vs[0].(map[string]*DefaultAutoScalingConfigurationVersion)[vs[1].(string)] + }).(DefaultAutoScalingConfigurationVersionOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*DefaultAutoScalingConfigurationVersionInput)(nil)).Elem(), &DefaultAutoScalingConfigurationVersion{}) + pulumi.RegisterInputType(reflect.TypeOf((*DefaultAutoScalingConfigurationVersionArrayInput)(nil)).Elem(), DefaultAutoScalingConfigurationVersionArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DefaultAutoScalingConfigurationVersionMapInput)(nil)).Elem(), DefaultAutoScalingConfigurationVersionMap{}) + pulumi.RegisterOutputType(DefaultAutoScalingConfigurationVersionOutput{}) + pulumi.RegisterOutputType(DefaultAutoScalingConfigurationVersionArrayOutput{}) + pulumi.RegisterOutputType(DefaultAutoScalingConfigurationVersionMapOutput{}) +} diff --git a/sdk/go/aws/apprunner/init.go b/sdk/go/aws/apprunner/init.go index 7e1f700c8a5..3a611ae2902 100644 --- a/sdk/go/aws/apprunner/init.go +++ b/sdk/go/aws/apprunner/init.go @@ -27,6 +27,8 @@ func (m *module) Construct(ctx *pulumi.Context, name, typ, urn string) (r pulumi r = &Connection{} case "aws:apprunner/customDomainAssociation:CustomDomainAssociation": r = &CustomDomainAssociation{} + case "aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion": + r = &DefaultAutoScalingConfigurationVersion{} case "aws:apprunner/observabilityConfiguration:ObservabilityConfiguration": r = &ObservabilityConfiguration{} case "aws:apprunner/service:Service": @@ -63,6 +65,11 @@ func init() { "apprunner/customDomainAssociation", &module{version}, ) + pulumi.RegisterResourceModule( + "aws", + "apprunner/defaultAutoScalingConfigurationVersion", + &module{version}, + ) pulumi.RegisterResourceModule( "aws", "apprunner/observabilityConfiguration", diff --git a/sdk/go/aws/apprunner/pulumiTypes.go b/sdk/go/aws/apprunner/pulumiTypes.go index 442a2af7189..197c0e7801d 100644 --- a/sdk/go/aws/apprunner/pulumiTypes.go +++ b/sdk/go/aws/apprunner/pulumiTypes.go @@ -823,6 +823,8 @@ type ServiceNetworkConfiguration struct { EgressConfiguration *ServiceNetworkConfigurationEgressConfiguration `pulumi:"egressConfiguration"` // Network configuration settings for inbound network traffic. See Ingress Configuration below for more details. IngressConfiguration *ServiceNetworkConfigurationIngressConfiguration `pulumi:"ingressConfiguration"` + // App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + IpAddressType *string `pulumi:"ipAddressType"` } // ServiceNetworkConfigurationInput is an input type that accepts ServiceNetworkConfigurationArgs and ServiceNetworkConfigurationOutput values. @@ -841,6 +843,8 @@ type ServiceNetworkConfigurationArgs struct { EgressConfiguration ServiceNetworkConfigurationEgressConfigurationPtrInput `pulumi:"egressConfiguration"` // Network configuration settings for inbound network traffic. See Ingress Configuration below for more details. IngressConfiguration ServiceNetworkConfigurationIngressConfigurationPtrInput `pulumi:"ingressConfiguration"` + // App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + IpAddressType pulumi.StringPtrInput `pulumi:"ipAddressType"` } func (ServiceNetworkConfigurationArgs) ElementType() reflect.Type { @@ -934,6 +938,11 @@ func (o ServiceNetworkConfigurationOutput) IngressConfiguration() ServiceNetwork }).(ServiceNetworkConfigurationIngressConfigurationPtrOutput) } +// App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. +func (o ServiceNetworkConfigurationOutput) IpAddressType() pulumi.StringPtrOutput { + return o.ApplyT(func(v ServiceNetworkConfiguration) *string { return v.IpAddressType }).(pulumi.StringPtrOutput) +} + type ServiceNetworkConfigurationPtrOutput struct{ *pulumi.OutputState } func (ServiceNetworkConfigurationPtrOutput) ElementType() reflect.Type { @@ -978,6 +987,16 @@ func (o ServiceNetworkConfigurationPtrOutput) IngressConfiguration() ServiceNetw }).(ServiceNetworkConfigurationIngressConfigurationPtrOutput) } +// App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. +func (o ServiceNetworkConfigurationPtrOutput) IpAddressType() pulumi.StringPtrOutput { + return o.ApplyT(func(v *ServiceNetworkConfiguration) *string { + if v == nil { + return nil + } + return v.IpAddressType + }).(pulumi.StringPtrOutput) +} + type ServiceNetworkConfigurationEgressConfiguration struct { // The type of egress configuration. Valid values are: `DEFAULT` and `VPC`. EgressType *string `pulumi:"egressType"` @@ -1788,6 +1807,8 @@ type ServiceSourceConfigurationCodeRepository struct { RepositoryUrl string `pulumi:"repositoryUrl"` // Version that should be used within the source code repository. See Source Code Version below for more details. SourceCodeVersion ServiceSourceConfigurationCodeRepositorySourceCodeVersion `pulumi:"sourceCodeVersion"` + // The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + SourceDirectory *string `pulumi:"sourceDirectory"` } // ServiceSourceConfigurationCodeRepositoryInput is an input type that accepts ServiceSourceConfigurationCodeRepositoryArgs and ServiceSourceConfigurationCodeRepositoryOutput values. @@ -1808,6 +1829,8 @@ type ServiceSourceConfigurationCodeRepositoryArgs struct { RepositoryUrl pulumi.StringInput `pulumi:"repositoryUrl"` // Version that should be used within the source code repository. See Source Code Version below for more details. SourceCodeVersion ServiceSourceConfigurationCodeRepositorySourceCodeVersionInput `pulumi:"sourceCodeVersion"` + // The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + SourceDirectory pulumi.StringPtrInput `pulumi:"sourceDirectory"` } func (ServiceSourceConfigurationCodeRepositoryArgs) ElementType() reflect.Type { @@ -1906,6 +1929,11 @@ func (o ServiceSourceConfigurationCodeRepositoryOutput) SourceCodeVersion() Serv }).(ServiceSourceConfigurationCodeRepositorySourceCodeVersionOutput) } +// The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. +func (o ServiceSourceConfigurationCodeRepositoryOutput) SourceDirectory() pulumi.StringPtrOutput { + return o.ApplyT(func(v ServiceSourceConfigurationCodeRepository) *string { return v.SourceDirectory }).(pulumi.StringPtrOutput) +} + type ServiceSourceConfigurationCodeRepositoryPtrOutput struct{ *pulumi.OutputState } func (ServiceSourceConfigurationCodeRepositoryPtrOutput) ElementType() reflect.Type { @@ -1960,6 +1988,16 @@ func (o ServiceSourceConfigurationCodeRepositoryPtrOutput) SourceCodeVersion() S }).(ServiceSourceConfigurationCodeRepositorySourceCodeVersionPtrOutput) } +// The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. +func (o ServiceSourceConfigurationCodeRepositoryPtrOutput) SourceDirectory() pulumi.StringPtrOutput { + return o.ApplyT(func(v *ServiceSourceConfigurationCodeRepository) *string { + if v == nil { + return nil + } + return v.SourceDirectory + }).(pulumi.StringPtrOutput) +} + type ServiceSourceConfigurationCodeRepositoryCodeConfiguration struct { // Basic configuration for building and running the App Runner service. Use this parameter to quickly launch an App Runner service without providing an apprunner.yaml file in the source code repository (or ignoring the file if it exists). See Code Configuration Values below for more details. CodeConfigurationValues *ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues `pulumi:"codeConfigurationValues"` diff --git a/sdk/go/aws/cloudwatch/eventRule.go b/sdk/go/aws/cloudwatch/eventRule.go index 8931ccd39f5..ccfdfc50407 100644 --- a/sdk/go/aws/cloudwatch/eventRule.go +++ b/sdk/go/aws/cloudwatch/eventRule.go @@ -117,7 +117,11 @@ type EventRule struct { EventBusName pulumi.StringPtrOutput `pulumi:"eventBusName"` // The event pattern described a JSON object. At least one of `scheduleExpression` or `eventPattern` is required. See full documentation of [Events and Event Patterns in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) for details. **Note**: The event pattern size is 2048 by default but it is adjustable up to 4096 characters by submitting a service quota increase request. See [Amazon EventBridge quotas](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-quota.html) for details. EventPattern pulumi.StringPtrOutput `pulumi:"eventPattern"` - // Whether the rule should be enabled (defaults to `true`). + // Whether the rule should be enabled. + // Defaults to `true`. + // Conflicts with `state`. + // + // Deprecated: Use "state" instead IsEnabled pulumi.BoolPtrOutput `pulumi:"isEnabled"` // The name of the rule. If omitted, this provider will assign a random, unique name. Conflicts with `namePrefix`. Name pulumi.StringOutput `pulumi:"name"` @@ -127,6 +131,13 @@ type EventRule struct { RoleArn pulumi.StringPtrOutput `pulumi:"roleArn"` // The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `scheduleExpression` or `eventPattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). ScheduleExpression pulumi.StringPtrOutput `pulumi:"scheduleExpression"` + // State of the rule. + // Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + // When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + // To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + // Defaults to `ENABLED`. + // Conflicts with `isEnabled`. + State pulumi.StringPtrOutput `pulumi:"state"` // A map of tags to assign to the resource. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. Tags pulumi.StringMapOutput `pulumi:"tags"` // A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block. @@ -178,7 +189,11 @@ type eventRuleState struct { EventBusName *string `pulumi:"eventBusName"` // The event pattern described a JSON object. At least one of `scheduleExpression` or `eventPattern` is required. See full documentation of [Events and Event Patterns in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) for details. **Note**: The event pattern size is 2048 by default but it is adjustable up to 4096 characters by submitting a service quota increase request. See [Amazon EventBridge quotas](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-quota.html) for details. EventPattern *string `pulumi:"eventPattern"` - // Whether the rule should be enabled (defaults to `true`). + // Whether the rule should be enabled. + // Defaults to `true`. + // Conflicts with `state`. + // + // Deprecated: Use "state" instead IsEnabled *bool `pulumi:"isEnabled"` // The name of the rule. If omitted, this provider will assign a random, unique name. Conflicts with `namePrefix`. Name *string `pulumi:"name"` @@ -188,6 +203,13 @@ type eventRuleState struct { RoleArn *string `pulumi:"roleArn"` // The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `scheduleExpression` or `eventPattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). ScheduleExpression *string `pulumi:"scheduleExpression"` + // State of the rule. + // Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + // When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + // To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + // Defaults to `ENABLED`. + // Conflicts with `isEnabled`. + State *string `pulumi:"state"` // A map of tags to assign to the resource. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. Tags map[string]string `pulumi:"tags"` // A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block. @@ -206,7 +228,11 @@ type EventRuleState struct { EventBusName pulumi.StringPtrInput // The event pattern described a JSON object. At least one of `scheduleExpression` or `eventPattern` is required. See full documentation of [Events and Event Patterns in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) for details. **Note**: The event pattern size is 2048 by default but it is adjustable up to 4096 characters by submitting a service quota increase request. See [Amazon EventBridge quotas](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-quota.html) for details. EventPattern pulumi.StringPtrInput - // Whether the rule should be enabled (defaults to `true`). + // Whether the rule should be enabled. + // Defaults to `true`. + // Conflicts with `state`. + // + // Deprecated: Use "state" instead IsEnabled pulumi.BoolPtrInput // The name of the rule. If omitted, this provider will assign a random, unique name. Conflicts with `namePrefix`. Name pulumi.StringPtrInput @@ -216,6 +242,13 @@ type EventRuleState struct { RoleArn pulumi.StringPtrInput // The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `scheduleExpression` or `eventPattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). ScheduleExpression pulumi.StringPtrInput + // State of the rule. + // Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + // When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + // To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + // Defaults to `ENABLED`. + // Conflicts with `isEnabled`. + State pulumi.StringPtrInput // A map of tags to assign to the resource. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. Tags pulumi.StringMapInput // A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block. @@ -236,7 +269,11 @@ type eventRuleArgs struct { EventBusName *string `pulumi:"eventBusName"` // The event pattern described a JSON object. At least one of `scheduleExpression` or `eventPattern` is required. See full documentation of [Events and Event Patterns in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) for details. **Note**: The event pattern size is 2048 by default but it is adjustable up to 4096 characters by submitting a service quota increase request. See [Amazon EventBridge quotas](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-quota.html) for details. EventPattern *string `pulumi:"eventPattern"` - // Whether the rule should be enabled (defaults to `true`). + // Whether the rule should be enabled. + // Defaults to `true`. + // Conflicts with `state`. + // + // Deprecated: Use "state" instead IsEnabled *bool `pulumi:"isEnabled"` // The name of the rule. If omitted, this provider will assign a random, unique name. Conflicts with `namePrefix`. Name *string `pulumi:"name"` @@ -246,6 +283,13 @@ type eventRuleArgs struct { RoleArn *string `pulumi:"roleArn"` // The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `scheduleExpression` or `eventPattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). ScheduleExpression *string `pulumi:"scheduleExpression"` + // State of the rule. + // Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + // When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + // To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + // Defaults to `ENABLED`. + // Conflicts with `isEnabled`. + State *string `pulumi:"state"` // A map of tags to assign to the resource. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. Tags map[string]string `pulumi:"tags"` } @@ -259,7 +303,11 @@ type EventRuleArgs struct { EventBusName pulumi.StringPtrInput // The event pattern described a JSON object. At least one of `scheduleExpression` or `eventPattern` is required. See full documentation of [Events and Event Patterns in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) for details. **Note**: The event pattern size is 2048 by default but it is adjustable up to 4096 characters by submitting a service quota increase request. See [Amazon EventBridge quotas](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-quota.html) for details. EventPattern pulumi.StringPtrInput - // Whether the rule should be enabled (defaults to `true`). + // Whether the rule should be enabled. + // Defaults to `true`. + // Conflicts with `state`. + // + // Deprecated: Use "state" instead IsEnabled pulumi.BoolPtrInput // The name of the rule. If omitted, this provider will assign a random, unique name. Conflicts with `namePrefix`. Name pulumi.StringPtrInput @@ -269,6 +317,13 @@ type EventRuleArgs struct { RoleArn pulumi.StringPtrInput // The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `scheduleExpression` or `eventPattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). ScheduleExpression pulumi.StringPtrInput + // State of the rule. + // Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + // When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + // To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + // Defaults to `ENABLED`. + // Conflicts with `isEnabled`. + State pulumi.StringPtrInput // A map of tags to assign to the resource. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. Tags pulumi.StringMapInput } @@ -381,7 +436,11 @@ func (o EventRuleOutput) EventPattern() pulumi.StringPtrOutput { return o.ApplyT(func(v *EventRule) pulumi.StringPtrOutput { return v.EventPattern }).(pulumi.StringPtrOutput) } -// Whether the rule should be enabled (defaults to `true`). +// Whether the rule should be enabled. +// Defaults to `true`. +// Conflicts with `state`. +// +// Deprecated: Use "state" instead func (o EventRuleOutput) IsEnabled() pulumi.BoolPtrOutput { return o.ApplyT(func(v *EventRule) pulumi.BoolPtrOutput { return v.IsEnabled }).(pulumi.BoolPtrOutput) } @@ -406,6 +465,16 @@ func (o EventRuleOutput) ScheduleExpression() pulumi.StringPtrOutput { return o.ApplyT(func(v *EventRule) pulumi.StringPtrOutput { return v.ScheduleExpression }).(pulumi.StringPtrOutput) } +// State of the rule. +// Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. +// When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. +// To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. +// Defaults to `ENABLED`. +// Conflicts with `isEnabled`. +func (o EventRuleOutput) State() pulumi.StringPtrOutput { + return o.ApplyT(func(v *EventRule) pulumi.StringPtrOutput { return v.State }).(pulumi.StringPtrOutput) +} + // A map of tags to assign to the resource. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. func (o EventRuleOutput) Tags() pulumi.StringMapOutput { return o.ApplyT(func(v *EventRule) pulumi.StringMapOutput { return v.Tags }).(pulumi.StringMapOutput) diff --git a/sdk/go/aws/dms/replicationConfig.go b/sdk/go/aws/dms/replicationConfig.go index 035986fdc1b..1c6bcf4003a 100644 --- a/sdk/go/aws/dms/replicationConfig.go +++ b/sdk/go/aws/dms/replicationConfig.go @@ -36,7 +36,7 @@ import ( // ReplicationType: pulumi.String("cdc"), // SourceEndpointArn: pulumi.Any(aws_dms_endpoint.Source.Endpoint_arn), // TargetEndpointArn: pulumi.Any(aws_dms_endpoint.Target.Endpoint_arn), -// TableMappings: pulumi.String(" {\n \"rules\":[{\"rule-type\":\"selection\",\"rule-id\":\"1\",\"rule-name\":\"1\",\"object-locator\":{\"schema-name\":\"%%\",\"table-name\":\"%%\", \"rule-action\":\"include\"}]\n }\n"), +// TableMappings: pulumi.String(" {\n \"rules\":[{\"rule-type\":\"selection\",\"rule-id\":\"1\",\"rule-name\":\"1\",\"rule-action\":\"include\",\"object-locator\":{\"schema-name\":\"%%\",\"table-name\":\"%%\"}}]\n }\n"), // StartReplication: pulumi.Bool(true), // ComputeConfig: &dms.ReplicationConfigComputeConfigArgs{ // ReplicationSubnetGroupId: pulumi.Any(aws_dms_replication_subnet_group.Default.Replication_subnet_group_id), diff --git a/sdk/go/aws/dynamodb/pulumiTypes.go b/sdk/go/aws/dynamodb/pulumiTypes.go index 2d51b7206ba..5a40349871e 100644 --- a/sdk/go/aws/dynamodb/pulumiTypes.go +++ b/sdk/go/aws/dynamodb/pulumiTypes.go @@ -368,13 +368,18 @@ func (o TableGlobalSecondaryIndexArrayOutput) Index(i pulumi.IntInput) TableGlob } type TableImportTable struct { - // Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + // Type of compression to be used on the input coming from the imported table. + // Valid values are `GZIP`, `ZSTD` and `NONE`. InputCompressionType *string `pulumi:"inputCompressionType"` - // The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + // The format of the source data. + // Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. InputFormat string `pulumi:"inputFormat"` - // Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + // Describe the format options for the data that was imported into the target table. + // There is one value, `csv`. + // See below. InputFormatOptions *TableImportTableInputFormatOptions `pulumi:"inputFormatOptions"` - // Values for the S3 bucket the source file is imported from. See below. + // Values for the S3 bucket the source file is imported from. + // See below. S3BucketSource TableImportTableS3BucketSource `pulumi:"s3BucketSource"` } @@ -390,13 +395,18 @@ type TableImportTableInput interface { } type TableImportTableArgs struct { - // Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + // Type of compression to be used on the input coming from the imported table. + // Valid values are `GZIP`, `ZSTD` and `NONE`. InputCompressionType pulumi.StringPtrInput `pulumi:"inputCompressionType"` - // The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + // The format of the source data. + // Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. InputFormat pulumi.StringInput `pulumi:"inputFormat"` - // Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + // Describe the format options for the data that was imported into the target table. + // There is one value, `csv`. + // See below. InputFormatOptions TableImportTableInputFormatOptionsPtrInput `pulumi:"inputFormatOptions"` - // Values for the S3 bucket the source file is imported from. See below. + // Values for the S3 bucket the source file is imported from. + // See below. S3BucketSource TableImportTableS3BucketSourceInput `pulumi:"s3BucketSource"` } @@ -477,22 +487,27 @@ func (o TableImportTableOutput) ToTableImportTablePtrOutputWithContext(ctx conte }).(TableImportTablePtrOutput) } -// Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. +// Type of compression to be used on the input coming from the imported table. +// Valid values are `GZIP`, `ZSTD` and `NONE`. func (o TableImportTableOutput) InputCompressionType() pulumi.StringPtrOutput { return o.ApplyT(func(v TableImportTable) *string { return v.InputCompressionType }).(pulumi.StringPtrOutput) } -// The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. +// The format of the source data. +// Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. func (o TableImportTableOutput) InputFormat() pulumi.StringOutput { return o.ApplyT(func(v TableImportTable) string { return v.InputFormat }).(pulumi.StringOutput) } -// Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. +// Describe the format options for the data that was imported into the target table. +// There is one value, `csv`. +// See below. func (o TableImportTableOutput) InputFormatOptions() TableImportTableInputFormatOptionsPtrOutput { return o.ApplyT(func(v TableImportTable) *TableImportTableInputFormatOptions { return v.InputFormatOptions }).(TableImportTableInputFormatOptionsPtrOutput) } -// Values for the S3 bucket the source file is imported from. See below. +// Values for the S3 bucket the source file is imported from. +// See below. func (o TableImportTableOutput) S3BucketSource() TableImportTableS3BucketSourceOutput { return o.ApplyT(func(v TableImportTable) TableImportTableS3BucketSource { return v.S3BucketSource }).(TableImportTableS3BucketSourceOutput) } @@ -521,7 +536,8 @@ func (o TableImportTablePtrOutput) Elem() TableImportTableOutput { }).(TableImportTableOutput) } -// Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. +// Type of compression to be used on the input coming from the imported table. +// Valid values are `GZIP`, `ZSTD` and `NONE`. func (o TableImportTablePtrOutput) InputCompressionType() pulumi.StringPtrOutput { return o.ApplyT(func(v *TableImportTable) *string { if v == nil { @@ -531,7 +547,8 @@ func (o TableImportTablePtrOutput) InputCompressionType() pulumi.StringPtrOutput }).(pulumi.StringPtrOutput) } -// The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. +// The format of the source data. +// Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. func (o TableImportTablePtrOutput) InputFormat() pulumi.StringPtrOutput { return o.ApplyT(func(v *TableImportTable) *string { if v == nil { @@ -541,7 +558,9 @@ func (o TableImportTablePtrOutput) InputFormat() pulumi.StringPtrOutput { }).(pulumi.StringPtrOutput) } -// Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. +// Describe the format options for the data that was imported into the target table. +// There is one value, `csv`. +// See below. func (o TableImportTablePtrOutput) InputFormatOptions() TableImportTableInputFormatOptionsPtrOutput { return o.ApplyT(func(v *TableImportTable) *TableImportTableInputFormatOptions { if v == nil { @@ -551,7 +570,8 @@ func (o TableImportTablePtrOutput) InputFormatOptions() TableImportTableInputFor }).(TableImportTableInputFormatOptionsPtrOutput) } -// Values for the S3 bucket the source file is imported from. See below. +// Values for the S3 bucket the source file is imported from. +// See below. func (o TableImportTablePtrOutput) S3BucketSource() TableImportTableS3BucketSourcePtrOutput { return o.ApplyT(func(v *TableImportTable) *TableImportTableS3BucketSource { if v == nil { diff --git a/sdk/go/aws/elasticache/replicationGroup.go b/sdk/go/aws/elasticache/replicationGroup.go index 45f73e81066..1be19ea6b94 100644 --- a/sdk/go/aws/elasticache/replicationGroup.go +++ b/sdk/go/aws/elasticache/replicationGroup.go @@ -249,6 +249,45 @@ import ( // } // // ``` +// ### Redis AUTH and In-Transit Encryption Enabled +// +// ```go +// package main +// +// import ( +// +// "github.com/pulumi/pulumi-aws/sdk/v6/go/aws/elasticache" +// "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +// +// ) +// +// func main() { +// pulumi.Run(func(ctx *pulumi.Context) error { +// _, err := elasticache.NewReplicationGroup(ctx, "example", &elasticache.ReplicationGroupArgs{ +// Description: pulumi.String("example with authentication"), +// NodeType: pulumi.String("cache.t2.micro"), +// NumCacheClusters: pulumi.Int(1), +// Port: pulumi.Int(6379), +// SubnetGroupName: pulumi.Any(aws_elasticache_subnet_group.Example.Name), +// SecurityGroupIds: pulumi.StringArray{ +// aws_security_group.Example.Id, +// }, +// ParameterGroupName: pulumi.String("default.redis5.0"), +// EngineVersion: pulumi.String("5.0.6"), +// TransitEncryptionEnabled: pulumi.Bool(true), +// AuthToken: pulumi.String("abcdefgh1234567890"), +// AuthTokenUpdateStrategy: pulumi.String("ROTATE"), +// }) +// if err != nil { +// return err +// } +// return nil +// }) +// } +// +// ``` +// +// > When adding a new `authToken` to a previously passwordless replication group, using the `ROTATE` update strategy will result in support for **both** the new token and passwordless authentication. To immediately require authorization when adding the initial token, use the `SET` strategy instead. See the [Authenticating with the Redis AUTH command](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html) guide for additional details. // // ## Import // @@ -270,6 +309,8 @@ type ReplicationGroup struct { AtRestEncryptionEnabled pulumi.BoolOutput `pulumi:"atRestEncryptionEnabled"` // Password used to access a password protected server. Can be specified only if `transitEncryptionEnabled = true`. AuthToken pulumi.StringPtrOutput `pulumi:"authToken"` + // Strategy to use when updating the `authToken`. Can be specified only if `transitEncryptionEnabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + AuthTokenUpdateStrategy pulumi.StringPtrOutput `pulumi:"authTokenUpdateStrategy"` // Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. // Only supported for engine type `"redis"` and if the engine version is 6 or higher. // Defaults to `true`. @@ -412,6 +453,8 @@ type replicationGroupState struct { AtRestEncryptionEnabled *bool `pulumi:"atRestEncryptionEnabled"` // Password used to access a password protected server. Can be specified only if `transitEncryptionEnabled = true`. AuthToken *string `pulumi:"authToken"` + // Strategy to use when updating the `authToken`. Can be specified only if `transitEncryptionEnabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + AuthTokenUpdateStrategy *string `pulumi:"authTokenUpdateStrategy"` // Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. // Only supported for engine type `"redis"` and if the engine version is 6 or higher. // Defaults to `true`. @@ -517,6 +560,8 @@ type ReplicationGroupState struct { AtRestEncryptionEnabled pulumi.BoolPtrInput // Password used to access a password protected server. Can be specified only if `transitEncryptionEnabled = true`. AuthToken pulumi.StringPtrInput + // Strategy to use when updating the `authToken`. Can be specified only if `transitEncryptionEnabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + AuthTokenUpdateStrategy pulumi.StringPtrInput // Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. // Only supported for engine type `"redis"` and if the engine version is 6 or higher. // Defaults to `true`. @@ -624,6 +669,8 @@ type replicationGroupArgs struct { AtRestEncryptionEnabled *bool `pulumi:"atRestEncryptionEnabled"` // Password used to access a password protected server. Can be specified only if `transitEncryptionEnabled = true`. AuthToken *string `pulumi:"authToken"` + // Strategy to use when updating the `authToken`. Can be specified only if `transitEncryptionEnabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + AuthTokenUpdateStrategy *string `pulumi:"authTokenUpdateStrategy"` // Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. // Only supported for engine type `"redis"` and if the engine version is 6 or higher. // Defaults to `true`. @@ -712,6 +759,8 @@ type ReplicationGroupArgs struct { AtRestEncryptionEnabled pulumi.BoolPtrInput // Password used to access a password protected server. Can be specified only if `transitEncryptionEnabled = true`. AuthToken pulumi.StringPtrInput + // Strategy to use when updating the `authToken`. Can be specified only if `transitEncryptionEnabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + AuthTokenUpdateStrategy pulumi.StringPtrInput // Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. // Only supported for engine type `"redis"` and if the engine version is 6 or higher. // Defaults to `true`. @@ -899,6 +948,11 @@ func (o ReplicationGroupOutput) AuthToken() pulumi.StringPtrOutput { return o.ApplyT(func(v *ReplicationGroup) pulumi.StringPtrOutput { return v.AuthToken }).(pulumi.StringPtrOutput) } +// Strategy to use when updating the `authToken`. Can be specified only if `transitEncryptionEnabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. +func (o ReplicationGroupOutput) AuthTokenUpdateStrategy() pulumi.StringPtrOutput { + return o.ApplyT(func(v *ReplicationGroup) pulumi.StringPtrOutput { return v.AuthTokenUpdateStrategy }).(pulumi.StringPtrOutput) +} + // Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. // Only supported for engine type `"redis"` and if the engine version is 6 or higher. // Defaults to `true`. diff --git a/sdk/go/aws/emr/getSupportedInstanceTypes.go b/sdk/go/aws/emr/getSupportedInstanceTypes.go new file mode 100644 index 00000000000..403b4aa16e6 --- /dev/null +++ b/sdk/go/aws/emr/getSupportedInstanceTypes.go @@ -0,0 +1,125 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package emr + +import ( + "context" + "reflect" + + "github.com/pulumi/pulumi-aws/sdk/v6/go/aws/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +// Data source for managing AWS EMR Supported Instance Types. +// +// ## Example Usage +// ### Basic Usage +// +// ```go +// package main +// +// import ( +// +// "github.com/pulumi/pulumi-aws/sdk/v6/go/aws/emr" +// "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +// +// ) +// +// func main() { +// pulumi.Run(func(ctx *pulumi.Context) error { +// _, err := emr.GetSupportedInstanceTypes(ctx, &emr.GetSupportedInstanceTypesArgs{ +// ReleaseLabel: "ebs-6.15.0", +// }, nil) +// if err != nil { +// return err +// } +// return nil +// }) +// } +// +// ``` +func GetSupportedInstanceTypes(ctx *pulumi.Context, args *GetSupportedInstanceTypesArgs, opts ...pulumi.InvokeOption) (*GetSupportedInstanceTypesResult, error) { + opts = internal.PkgInvokeDefaultOpts(opts) + var rv GetSupportedInstanceTypesResult + err := ctx.Invoke("aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes", args, &rv, opts...) + if err != nil { + return nil, err + } + return &rv, nil +} + +// A collection of arguments for invoking getSupportedInstanceTypes. +type GetSupportedInstanceTypesArgs struct { + // Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + ReleaseLabel string `pulumi:"releaseLabel"` + // List of supported instance types. See `supportedInstanceTypes` below. + SupportedInstanceTypes []GetSupportedInstanceTypesSupportedInstanceType `pulumi:"supportedInstanceTypes"` +} + +// A collection of values returned by getSupportedInstanceTypes. +type GetSupportedInstanceTypesResult struct { + Id string `pulumi:"id"` + ReleaseLabel string `pulumi:"releaseLabel"` + // List of supported instance types. See `supportedInstanceTypes` below. + SupportedInstanceTypes []GetSupportedInstanceTypesSupportedInstanceType `pulumi:"supportedInstanceTypes"` +} + +func GetSupportedInstanceTypesOutput(ctx *pulumi.Context, args GetSupportedInstanceTypesOutputArgs, opts ...pulumi.InvokeOption) GetSupportedInstanceTypesResultOutput { + return pulumi.ToOutputWithContext(context.Background(), args). + ApplyT(func(v interface{}) (GetSupportedInstanceTypesResult, error) { + args := v.(GetSupportedInstanceTypesArgs) + r, err := GetSupportedInstanceTypes(ctx, &args, opts...) + var s GetSupportedInstanceTypesResult + if r != nil { + s = *r + } + return s, err + }).(GetSupportedInstanceTypesResultOutput) +} + +// A collection of arguments for invoking getSupportedInstanceTypes. +type GetSupportedInstanceTypesOutputArgs struct { + // Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + ReleaseLabel pulumi.StringInput `pulumi:"releaseLabel"` + // List of supported instance types. See `supportedInstanceTypes` below. + SupportedInstanceTypes GetSupportedInstanceTypesSupportedInstanceTypeArrayInput `pulumi:"supportedInstanceTypes"` +} + +func (GetSupportedInstanceTypesOutputArgs) ElementType() reflect.Type { + return reflect.TypeOf((*GetSupportedInstanceTypesArgs)(nil)).Elem() +} + +// A collection of values returned by getSupportedInstanceTypes. +type GetSupportedInstanceTypesResultOutput struct{ *pulumi.OutputState } + +func (GetSupportedInstanceTypesResultOutput) ElementType() reflect.Type { + return reflect.TypeOf((*GetSupportedInstanceTypesResult)(nil)).Elem() +} + +func (o GetSupportedInstanceTypesResultOutput) ToGetSupportedInstanceTypesResultOutput() GetSupportedInstanceTypesResultOutput { + return o +} + +func (o GetSupportedInstanceTypesResultOutput) ToGetSupportedInstanceTypesResultOutputWithContext(ctx context.Context) GetSupportedInstanceTypesResultOutput { + return o +} + +func (o GetSupportedInstanceTypesResultOutput) Id() pulumi.StringOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesResult) string { return v.Id }).(pulumi.StringOutput) +} + +func (o GetSupportedInstanceTypesResultOutput) ReleaseLabel() pulumi.StringOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesResult) string { return v.ReleaseLabel }).(pulumi.StringOutput) +} + +// List of supported instance types. See `supportedInstanceTypes` below. +func (o GetSupportedInstanceTypesResultOutput) SupportedInstanceTypes() GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesResult) []GetSupportedInstanceTypesSupportedInstanceType { + return v.SupportedInstanceTypes + }).(GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput) +} + +func init() { + pulumi.RegisterOutputType(GetSupportedInstanceTypesResultOutput{}) +} diff --git a/sdk/go/aws/emr/pulumiTypes.go b/sdk/go/aws/emr/pulumiTypes.go index 8aff9a97506..6f1de661af5 100644 --- a/sdk/go/aws/emr/pulumiTypes.go +++ b/sdk/go/aws/emr/pulumiTypes.go @@ -5168,6 +5168,193 @@ func (o GetReleaseLabelsFiltersPtrOutput) Prefix() pulumi.StringPtrOutput { }).(pulumi.StringPtrOutput) } +type GetSupportedInstanceTypesSupportedInstanceType struct { + // CPU architecture. + Architecture string `pulumi:"architecture"` + // Indicates whether the instance type supports Amazon EBS optimization. + EbsOptimizedAvailable bool `pulumi:"ebsOptimizedAvailable"` + // Indicates whether the instance type uses Amazon EBS optimization by default. + EbsOptimizedByDefault bool `pulumi:"ebsOptimizedByDefault"` + // Indicates whether the instance type only supports Amazon EBS. + EbsStorageOnly bool `pulumi:"ebsStorageOnly"` + // The Amazon EC2 family and generation for the instance type. + InstanceFamilyId string `pulumi:"instanceFamilyId"` + // Indicates whether the instance type only supports 64-bit architecture. + Is64BitsOnly bool `pulumi:"is64BitsOnly"` + // Memory that is available to Amazon EMR from the instance type. + MemoryGb float64 `pulumi:"memoryGb"` + // Number of disks for the instance type. + NumberOfDisks int `pulumi:"numberOfDisks"` + // Storage capacity of the instance type. + StorageGb int `pulumi:"storageGb"` + // Amazon EC2 instance type. For example, `m5.xlarge`. + Type string `pulumi:"type"` + // The number of vCPUs available for the instance type. + Vcpu int `pulumi:"vcpu"` +} + +// GetSupportedInstanceTypesSupportedInstanceTypeInput is an input type that accepts GetSupportedInstanceTypesSupportedInstanceTypeArgs and GetSupportedInstanceTypesSupportedInstanceTypeOutput values. +// You can construct a concrete instance of `GetSupportedInstanceTypesSupportedInstanceTypeInput` via: +// +// GetSupportedInstanceTypesSupportedInstanceTypeArgs{...} +type GetSupportedInstanceTypesSupportedInstanceTypeInput interface { + pulumi.Input + + ToGetSupportedInstanceTypesSupportedInstanceTypeOutput() GetSupportedInstanceTypesSupportedInstanceTypeOutput + ToGetSupportedInstanceTypesSupportedInstanceTypeOutputWithContext(context.Context) GetSupportedInstanceTypesSupportedInstanceTypeOutput +} + +type GetSupportedInstanceTypesSupportedInstanceTypeArgs struct { + // CPU architecture. + Architecture pulumi.StringInput `pulumi:"architecture"` + // Indicates whether the instance type supports Amazon EBS optimization. + EbsOptimizedAvailable pulumi.BoolInput `pulumi:"ebsOptimizedAvailable"` + // Indicates whether the instance type uses Amazon EBS optimization by default. + EbsOptimizedByDefault pulumi.BoolInput `pulumi:"ebsOptimizedByDefault"` + // Indicates whether the instance type only supports Amazon EBS. + EbsStorageOnly pulumi.BoolInput `pulumi:"ebsStorageOnly"` + // The Amazon EC2 family and generation for the instance type. + InstanceFamilyId pulumi.StringInput `pulumi:"instanceFamilyId"` + // Indicates whether the instance type only supports 64-bit architecture. + Is64BitsOnly pulumi.BoolInput `pulumi:"is64BitsOnly"` + // Memory that is available to Amazon EMR from the instance type. + MemoryGb pulumi.Float64Input `pulumi:"memoryGb"` + // Number of disks for the instance type. + NumberOfDisks pulumi.IntInput `pulumi:"numberOfDisks"` + // Storage capacity of the instance type. + StorageGb pulumi.IntInput `pulumi:"storageGb"` + // Amazon EC2 instance type. For example, `m5.xlarge`. + Type pulumi.StringInput `pulumi:"type"` + // The number of vCPUs available for the instance type. + Vcpu pulumi.IntInput `pulumi:"vcpu"` +} + +func (GetSupportedInstanceTypesSupportedInstanceTypeArgs) ElementType() reflect.Type { + return reflect.TypeOf((*GetSupportedInstanceTypesSupportedInstanceType)(nil)).Elem() +} + +func (i GetSupportedInstanceTypesSupportedInstanceTypeArgs) ToGetSupportedInstanceTypesSupportedInstanceTypeOutput() GetSupportedInstanceTypesSupportedInstanceTypeOutput { + return i.ToGetSupportedInstanceTypesSupportedInstanceTypeOutputWithContext(context.Background()) +} + +func (i GetSupportedInstanceTypesSupportedInstanceTypeArgs) ToGetSupportedInstanceTypesSupportedInstanceTypeOutputWithContext(ctx context.Context) GetSupportedInstanceTypesSupportedInstanceTypeOutput { + return pulumi.ToOutputWithContext(ctx, i).(GetSupportedInstanceTypesSupportedInstanceTypeOutput) +} + +// GetSupportedInstanceTypesSupportedInstanceTypeArrayInput is an input type that accepts GetSupportedInstanceTypesSupportedInstanceTypeArray and GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput values. +// You can construct a concrete instance of `GetSupportedInstanceTypesSupportedInstanceTypeArrayInput` via: +// +// GetSupportedInstanceTypesSupportedInstanceTypeArray{ GetSupportedInstanceTypesSupportedInstanceTypeArgs{...} } +type GetSupportedInstanceTypesSupportedInstanceTypeArrayInput interface { + pulumi.Input + + ToGetSupportedInstanceTypesSupportedInstanceTypeArrayOutput() GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput + ToGetSupportedInstanceTypesSupportedInstanceTypeArrayOutputWithContext(context.Context) GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput +} + +type GetSupportedInstanceTypesSupportedInstanceTypeArray []GetSupportedInstanceTypesSupportedInstanceTypeInput + +func (GetSupportedInstanceTypesSupportedInstanceTypeArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]GetSupportedInstanceTypesSupportedInstanceType)(nil)).Elem() +} + +func (i GetSupportedInstanceTypesSupportedInstanceTypeArray) ToGetSupportedInstanceTypesSupportedInstanceTypeArrayOutput() GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput { + return i.ToGetSupportedInstanceTypesSupportedInstanceTypeArrayOutputWithContext(context.Background()) +} + +func (i GetSupportedInstanceTypesSupportedInstanceTypeArray) ToGetSupportedInstanceTypesSupportedInstanceTypeArrayOutputWithContext(ctx context.Context) GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput) +} + +type GetSupportedInstanceTypesSupportedInstanceTypeOutput struct{ *pulumi.OutputState } + +func (GetSupportedInstanceTypesSupportedInstanceTypeOutput) ElementType() reflect.Type { + return reflect.TypeOf((*GetSupportedInstanceTypesSupportedInstanceType)(nil)).Elem() +} + +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) ToGetSupportedInstanceTypesSupportedInstanceTypeOutput() GetSupportedInstanceTypesSupportedInstanceTypeOutput { + return o +} + +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) ToGetSupportedInstanceTypesSupportedInstanceTypeOutputWithContext(ctx context.Context) GetSupportedInstanceTypesSupportedInstanceTypeOutput { + return o +} + +// CPU architecture. +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) Architecture() pulumi.StringOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesSupportedInstanceType) string { return v.Architecture }).(pulumi.StringOutput) +} + +// Indicates whether the instance type supports Amazon EBS optimization. +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) EbsOptimizedAvailable() pulumi.BoolOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesSupportedInstanceType) bool { return v.EbsOptimizedAvailable }).(pulumi.BoolOutput) +} + +// Indicates whether the instance type uses Amazon EBS optimization by default. +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) EbsOptimizedByDefault() pulumi.BoolOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesSupportedInstanceType) bool { return v.EbsOptimizedByDefault }).(pulumi.BoolOutput) +} + +// Indicates whether the instance type only supports Amazon EBS. +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) EbsStorageOnly() pulumi.BoolOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesSupportedInstanceType) bool { return v.EbsStorageOnly }).(pulumi.BoolOutput) +} + +// The Amazon EC2 family and generation for the instance type. +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) InstanceFamilyId() pulumi.StringOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesSupportedInstanceType) string { return v.InstanceFamilyId }).(pulumi.StringOutput) +} + +// Indicates whether the instance type only supports 64-bit architecture. +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) Is64BitsOnly() pulumi.BoolOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesSupportedInstanceType) bool { return v.Is64BitsOnly }).(pulumi.BoolOutput) +} + +// Memory that is available to Amazon EMR from the instance type. +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) MemoryGb() pulumi.Float64Output { + return o.ApplyT(func(v GetSupportedInstanceTypesSupportedInstanceType) float64 { return v.MemoryGb }).(pulumi.Float64Output) +} + +// Number of disks for the instance type. +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) NumberOfDisks() pulumi.IntOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesSupportedInstanceType) int { return v.NumberOfDisks }).(pulumi.IntOutput) +} + +// Storage capacity of the instance type. +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) StorageGb() pulumi.IntOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesSupportedInstanceType) int { return v.StorageGb }).(pulumi.IntOutput) +} + +// Amazon EC2 instance type. For example, `m5.xlarge`. +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) Type() pulumi.StringOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesSupportedInstanceType) string { return v.Type }).(pulumi.StringOutput) +} + +// The number of vCPUs available for the instance type. +func (o GetSupportedInstanceTypesSupportedInstanceTypeOutput) Vcpu() pulumi.IntOutput { + return o.ApplyT(func(v GetSupportedInstanceTypesSupportedInstanceType) int { return v.Vcpu }).(pulumi.IntOutput) +} + +type GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput struct{ *pulumi.OutputState } + +func (GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]GetSupportedInstanceTypesSupportedInstanceType)(nil)).Elem() +} + +func (o GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput) ToGetSupportedInstanceTypesSupportedInstanceTypeArrayOutput() GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput { + return o +} + +func (o GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput) ToGetSupportedInstanceTypesSupportedInstanceTypeArrayOutputWithContext(ctx context.Context) GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput { + return o +} + +func (o GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput) Index(i pulumi.IntInput) GetSupportedInstanceTypesSupportedInstanceTypeOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) GetSupportedInstanceTypesSupportedInstanceType { + return vs[0].([]GetSupportedInstanceTypesSupportedInstanceType)[vs[1].(int)] + }).(GetSupportedInstanceTypesSupportedInstanceTypeOutput) +} + func init() { pulumi.RegisterInputType(reflect.TypeOf((*BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRangeInput)(nil)).Elem(), BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRangeArgs{}) pulumi.RegisterInputType(reflect.TypeOf((*BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRangeArrayInput)(nil)).Elem(), BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRangeArray{}) @@ -5238,6 +5425,8 @@ func init() { pulumi.RegisterInputType(reflect.TypeOf((*ManagedScalingPolicyComputeLimitArrayInput)(nil)).Elem(), ManagedScalingPolicyComputeLimitArray{}) pulumi.RegisterInputType(reflect.TypeOf((*GetReleaseLabelsFiltersInput)(nil)).Elem(), GetReleaseLabelsFiltersArgs{}) pulumi.RegisterInputType(reflect.TypeOf((*GetReleaseLabelsFiltersPtrInput)(nil)).Elem(), GetReleaseLabelsFiltersArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*GetSupportedInstanceTypesSupportedInstanceTypeInput)(nil)).Elem(), GetSupportedInstanceTypesSupportedInstanceTypeArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*GetSupportedInstanceTypesSupportedInstanceTypeArrayInput)(nil)).Elem(), GetSupportedInstanceTypesSupportedInstanceTypeArray{}) pulumi.RegisterOutputType(BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRangeOutput{}) pulumi.RegisterOutputType(BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRangeArrayOutput{}) pulumi.RegisterOutputType(ClusterAutoTerminationPolicyOutput{}) @@ -5307,4 +5496,6 @@ func init() { pulumi.RegisterOutputType(ManagedScalingPolicyComputeLimitArrayOutput{}) pulumi.RegisterOutputType(GetReleaseLabelsFiltersOutput{}) pulumi.RegisterOutputType(GetReleaseLabelsFiltersPtrOutput{}) + pulumi.RegisterOutputType(GetSupportedInstanceTypesSupportedInstanceTypeOutput{}) + pulumi.RegisterOutputType(GetSupportedInstanceTypesSupportedInstanceTypeArrayOutput{}) } diff --git a/sdk/go/aws/glue/connection.go b/sdk/go/aws/glue/connection.go index 2a4423ef2c7..caaabe7849c 100644 --- a/sdk/go/aws/glue/connection.go +++ b/sdk/go/aws/glue/connection.go @@ -102,7 +102,7 @@ type Connection struct { CatalogId pulumi.StringOutput `pulumi:"catalogId"` // A map of key-value pairs used as parameters for this connection. ConnectionProperties pulumi.StringMapOutput `pulumi:"connectionProperties"` - // The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + // The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. ConnectionType pulumi.StringPtrOutput `pulumi:"connectionType"` // Description of the connection. Description pulumi.StringPtrOutput `pulumi:"description"` @@ -164,7 +164,7 @@ type connectionState struct { CatalogId *string `pulumi:"catalogId"` // A map of key-value pairs used as parameters for this connection. ConnectionProperties map[string]string `pulumi:"connectionProperties"` - // The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + // The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. ConnectionType *string `pulumi:"connectionType"` // Description of the connection. Description *string `pulumi:"description"` @@ -189,7 +189,7 @@ type ConnectionState struct { CatalogId pulumi.StringPtrInput // A map of key-value pairs used as parameters for this connection. ConnectionProperties pulumi.StringMapInput - // The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + // The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. ConnectionType pulumi.StringPtrInput // Description of the connection. Description pulumi.StringPtrInput @@ -216,7 +216,7 @@ type connectionArgs struct { CatalogId *string `pulumi:"catalogId"` // A map of key-value pairs used as parameters for this connection. ConnectionProperties map[string]string `pulumi:"connectionProperties"` - // The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + // The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. ConnectionType *string `pulumi:"connectionType"` // Description of the connection. Description *string `pulumi:"description"` @@ -236,7 +236,7 @@ type ConnectionArgs struct { CatalogId pulumi.StringPtrInput // A map of key-value pairs used as parameters for this connection. ConnectionProperties pulumi.StringMapInput - // The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + // The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. ConnectionType pulumi.StringPtrInput // Description of the connection. Description pulumi.StringPtrInput @@ -352,7 +352,7 @@ func (o ConnectionOutput) ConnectionProperties() pulumi.StringMapOutput { return o.ApplyT(func(v *Connection) pulumi.StringMapOutput { return v.ConnectionProperties }).(pulumi.StringMapOutput) } -// The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. +// The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. func (o ConnectionOutput) ConnectionType() pulumi.StringPtrOutput { return o.ApplyT(func(v *Connection) pulumi.StringPtrOutput { return v.ConnectionType }).(pulumi.StringPtrOutput) } diff --git a/sdk/go/aws/glue/crawler.go b/sdk/go/aws/glue/crawler.go index 13ecefe5c61..ca779f8ed70 100644 --- a/sdk/go/aws/glue/crawler.go +++ b/sdk/go/aws/glue/crawler.go @@ -274,7 +274,7 @@ type Crawler struct { HudiTargets CrawlerHudiTargetArrayOutput `pulumi:"hudiTargets"` // List of nested Iceberg target arguments. See Iceberg Target below. IcebergTargets CrawlerIcebergTargetArrayOutput `pulumi:"icebergTargets"` - // List of nested JBDC target arguments. See JDBC Target below. + // List of nested JDBC target arguments. See JDBC Target below. JdbcTargets CrawlerJdbcTargetArrayOutput `pulumi:"jdbcTargets"` // Specifies Lake Formation configuration settings for the crawler. See Lake Formation Configuration below. LakeFormationConfiguration CrawlerLakeFormationConfigurationPtrOutput `pulumi:"lakeFormationConfiguration"` @@ -366,7 +366,7 @@ type crawlerState struct { HudiTargets []CrawlerHudiTarget `pulumi:"hudiTargets"` // List of nested Iceberg target arguments. See Iceberg Target below. IcebergTargets []CrawlerIcebergTarget `pulumi:"icebergTargets"` - // List of nested JBDC target arguments. See JDBC Target below. + // List of nested JDBC target arguments. See JDBC Target below. JdbcTargets []CrawlerJdbcTarget `pulumi:"jdbcTargets"` // Specifies Lake Formation configuration settings for the crawler. See Lake Formation Configuration below. LakeFormationConfiguration *CrawlerLakeFormationConfiguration `pulumi:"lakeFormationConfiguration"` @@ -419,7 +419,7 @@ type CrawlerState struct { HudiTargets CrawlerHudiTargetArrayInput // List of nested Iceberg target arguments. See Iceberg Target below. IcebergTargets CrawlerIcebergTargetArrayInput - // List of nested JBDC target arguments. See JDBC Target below. + // List of nested JDBC target arguments. See JDBC Target below. JdbcTargets CrawlerJdbcTargetArrayInput // Specifies Lake Formation configuration settings for the crawler. See Lake Formation Configuration below. LakeFormationConfiguration CrawlerLakeFormationConfigurationPtrInput @@ -474,7 +474,7 @@ type crawlerArgs struct { HudiTargets []CrawlerHudiTarget `pulumi:"hudiTargets"` // List of nested Iceberg target arguments. See Iceberg Target below. IcebergTargets []CrawlerIcebergTarget `pulumi:"icebergTargets"` - // List of nested JBDC target arguments. See JDBC Target below. + // List of nested JDBC target arguments. See JDBC Target below. JdbcTargets []CrawlerJdbcTarget `pulumi:"jdbcTargets"` // Specifies Lake Formation configuration settings for the crawler. See Lake Formation Configuration below. LakeFormationConfiguration *CrawlerLakeFormationConfiguration `pulumi:"lakeFormationConfiguration"` @@ -522,7 +522,7 @@ type CrawlerArgs struct { HudiTargets CrawlerHudiTargetArrayInput // List of nested Iceberg target arguments. See Iceberg Target below. IcebergTargets CrawlerIcebergTargetArrayInput - // List of nested JBDC target arguments. See JDBC Target below. + // List of nested JDBC target arguments. See JDBC Target below. JdbcTargets CrawlerJdbcTargetArrayInput // Specifies Lake Formation configuration settings for the crawler. See Lake Formation Configuration below. LakeFormationConfiguration CrawlerLakeFormationConfigurationPtrInput @@ -687,7 +687,7 @@ func (o CrawlerOutput) IcebergTargets() CrawlerIcebergTargetArrayOutput { return o.ApplyT(func(v *Crawler) CrawlerIcebergTargetArrayOutput { return v.IcebergTargets }).(CrawlerIcebergTargetArrayOutput) } -// List of nested JBDC target arguments. See JDBC Target below. +// List of nested JDBC target arguments. See JDBC Target below. func (o CrawlerOutput) JdbcTargets() CrawlerJdbcTargetArrayOutput { return o.ApplyT(func(v *Crawler) CrawlerJdbcTargetArrayOutput { return v.JdbcTargets }).(CrawlerJdbcTargetArrayOutput) } diff --git a/sdk/go/aws/lb/pulumiTypes.go b/sdk/go/aws/lb/pulumiTypes.go index 4a696c46a00..e421ab47bcd 100644 --- a/sdk/go/aws/lb/pulumiTypes.go +++ b/sdk/go/aws/lb/pulumiTypes.go @@ -4512,13 +4512,27 @@ type TargetGroupHealthCheck struct { HealthyThreshold *int `pulumi:"healthyThreshold"` // Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30. Interval *int `pulumi:"interval"` - // Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + // The HTTP or gRPC codes to use when checking for a successful response from a target. + // The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. + // Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + // * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. + // * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + // * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + // * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. Matcher *string `pulumi:"matcher"` // Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + // * For HTTP and HTTPS health checks, the default is `/`. + // * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. Path *string `pulumi:"path"` - // The port the load balancer uses when performing health checks on targets. Default is traffic-port. + // The port the load balancer uses when performing health checks on targets. + // Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + // Default is `traffic-port`. Port *string `pulumi:"port"` - // Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + // Protocol the load balancer uses when performing health checks on targets. + // Must be one of `TCP`, `HTTP`, or `HTTPS`. + // The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + // Default is `HTTP`. + // Cannot be specified when the `targetType` is `lambda`. Protocol *string `pulumi:"protocol"` // Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds. Timeout *int `pulumi:"timeout"` @@ -4544,13 +4558,27 @@ type TargetGroupHealthCheckArgs struct { HealthyThreshold pulumi.IntPtrInput `pulumi:"healthyThreshold"` // Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30. Interval pulumi.IntPtrInput `pulumi:"interval"` - // Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + // The HTTP or gRPC codes to use when checking for a successful response from a target. + // The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. + // Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + // * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. + // * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + // * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + // * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. Matcher pulumi.StringPtrInput `pulumi:"matcher"` // Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + // * For HTTP and HTTPS health checks, the default is `/`. + // * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. Path pulumi.StringPtrInput `pulumi:"path"` - // The port the load balancer uses when performing health checks on targets. Default is traffic-port. + // The port the load balancer uses when performing health checks on targets. + // Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + // Default is `traffic-port`. Port pulumi.StringPtrInput `pulumi:"port"` - // Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + // Protocol the load balancer uses when performing health checks on targets. + // Must be one of `TCP`, `HTTP`, or `HTTPS`. + // The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + // Default is `HTTP`. + // Cannot be specified when the `targetType` is `lambda`. Protocol pulumi.StringPtrInput `pulumi:"protocol"` // Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds. Timeout pulumi.IntPtrInput `pulumi:"timeout"` @@ -4650,22 +4678,36 @@ func (o TargetGroupHealthCheckOutput) Interval() pulumi.IntPtrOutput { return o.ApplyT(func(v TargetGroupHealthCheck) *int { return v.Interval }).(pulumi.IntPtrOutput) } -// Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). +// The HTTP or gRPC codes to use when checking for a successful response from a target. +// The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. +// Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). +// * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. +// * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. +// * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. +// * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. func (o TargetGroupHealthCheckOutput) Matcher() pulumi.StringPtrOutput { return o.ApplyT(func(v TargetGroupHealthCheck) *string { return v.Matcher }).(pulumi.StringPtrOutput) } // Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. +// * For HTTP and HTTPS health checks, the default is `/`. +// * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. func (o TargetGroupHealthCheckOutput) Path() pulumi.StringPtrOutput { return o.ApplyT(func(v TargetGroupHealthCheck) *string { return v.Path }).(pulumi.StringPtrOutput) } -// The port the load balancer uses when performing health checks on targets. Default is traffic-port. +// The port the load balancer uses when performing health checks on targets. +// Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. +// Default is `traffic-port`. func (o TargetGroupHealthCheckOutput) Port() pulumi.StringPtrOutput { return o.ApplyT(func(v TargetGroupHealthCheck) *string { return v.Port }).(pulumi.StringPtrOutput) } -// Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. +// Protocol the load balancer uses when performing health checks on targets. +// Must be one of `TCP`, `HTTP`, or `HTTPS`. +// The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. +// Default is `HTTP`. +// Cannot be specified when the `targetType` is `lambda`. func (o TargetGroupHealthCheckOutput) Protocol() pulumi.StringPtrOutput { return o.ApplyT(func(v TargetGroupHealthCheck) *string { return v.Protocol }).(pulumi.StringPtrOutput) } @@ -4734,7 +4776,13 @@ func (o TargetGroupHealthCheckPtrOutput) Interval() pulumi.IntPtrOutput { }).(pulumi.IntPtrOutput) } -// Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). +// The HTTP or gRPC codes to use when checking for a successful response from a target. +// The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. +// Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). +// * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. +// * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. +// * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. +// * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. func (o TargetGroupHealthCheckPtrOutput) Matcher() pulumi.StringPtrOutput { return o.ApplyT(func(v *TargetGroupHealthCheck) *string { if v == nil { @@ -4745,6 +4793,8 @@ func (o TargetGroupHealthCheckPtrOutput) Matcher() pulumi.StringPtrOutput { } // Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. +// * For HTTP and HTTPS health checks, the default is `/`. +// * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. func (o TargetGroupHealthCheckPtrOutput) Path() pulumi.StringPtrOutput { return o.ApplyT(func(v *TargetGroupHealthCheck) *string { if v == nil { @@ -4754,7 +4804,9 @@ func (o TargetGroupHealthCheckPtrOutput) Path() pulumi.StringPtrOutput { }).(pulumi.StringPtrOutput) } -// The port the load balancer uses when performing health checks on targets. Default is traffic-port. +// The port the load balancer uses when performing health checks on targets. +// Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. +// Default is `traffic-port`. func (o TargetGroupHealthCheckPtrOutput) Port() pulumi.StringPtrOutput { return o.ApplyT(func(v *TargetGroupHealthCheck) *string { if v == nil { @@ -4764,7 +4816,11 @@ func (o TargetGroupHealthCheckPtrOutput) Port() pulumi.StringPtrOutput { }).(pulumi.StringPtrOutput) } -// Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. +// Protocol the load balancer uses when performing health checks on targets. +// Must be one of `TCP`, `HTTP`, or `HTTPS`. +// The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. +// Default is `HTTP`. +// Cannot be specified when the `targetType` is `lambda`. func (o TargetGroupHealthCheckPtrOutput) Protocol() pulumi.StringPtrOutput { return o.ApplyT(func(v *TargetGroupHealthCheck) *string { if v == nil { diff --git a/sdk/go/aws/lb/targetGroup.go b/sdk/go/aws/lb/targetGroup.go index 8816b4e2f97..f341abcc713 100644 --- a/sdk/go/aws/lb/targetGroup.go +++ b/sdk/go/aws/lb/targetGroup.go @@ -209,7 +209,10 @@ type TargetGroup struct { Port pulumi.IntPtrOutput `pulumi:"port"` // Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. PreserveClientIp pulumi.StringOutput `pulumi:"preserveClientIp"` - // Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + // Protocol to use for routing traffic to the targets. + // Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + // Required when `targetType` is `instance`, `ip`, or `alb`. + // Does not apply when `targetType` is `lambda`. Protocol pulumi.StringPtrOutput `pulumi:"protocol"` // Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 ProtocolVersion pulumi.StringOutput `pulumi:"protocolVersion"` @@ -229,7 +232,9 @@ type TargetGroup struct { TargetFailovers TargetGroupTargetFailoverArrayOutput `pulumi:"targetFailovers"` // Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See targetHealthState for more information. TargetHealthStates TargetGroupTargetHealthStateArrayOutput `pulumi:"targetHealthStates"` - // Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + // Type of target that you must specify when registering targets with this target group. + // See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + // The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // @@ -309,7 +314,10 @@ type targetGroupState struct { Port *int `pulumi:"port"` // Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. PreserveClientIp *string `pulumi:"preserveClientIp"` - // Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + // Protocol to use for routing traffic to the targets. + // Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + // Required when `targetType` is `instance`, `ip`, or `alb`. + // Does not apply when `targetType` is `lambda`. Protocol *string `pulumi:"protocol"` // Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 ProtocolVersion *string `pulumi:"protocolVersion"` @@ -329,7 +337,9 @@ type targetGroupState struct { TargetFailovers []TargetGroupTargetFailover `pulumi:"targetFailovers"` // Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See targetHealthState for more information. TargetHealthStates []TargetGroupTargetHealthState `pulumi:"targetHealthStates"` - // Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + // Type of target that you must specify when registering targets with this target group. + // See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + // The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // @@ -370,7 +380,10 @@ type TargetGroupState struct { Port pulumi.IntPtrInput // Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. PreserveClientIp pulumi.StringPtrInput - // Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + // Protocol to use for routing traffic to the targets. + // Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + // Required when `targetType` is `instance`, `ip`, or `alb`. + // Does not apply when `targetType` is `lambda`. Protocol pulumi.StringPtrInput // Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 ProtocolVersion pulumi.StringPtrInput @@ -390,7 +403,9 @@ type TargetGroupState struct { TargetFailovers TargetGroupTargetFailoverArrayInput // Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See targetHealthState for more information. TargetHealthStates TargetGroupTargetHealthStateArrayInput - // Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + // Type of target that you must specify when registering targets with this target group. + // See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + // The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // @@ -431,7 +446,10 @@ type targetGroupArgs struct { Port *int `pulumi:"port"` // Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. PreserveClientIp *string `pulumi:"preserveClientIp"` - // Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + // Protocol to use for routing traffic to the targets. + // Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + // Required when `targetType` is `instance`, `ip`, or `alb`. + // Does not apply when `targetType` is `lambda`. Protocol *string `pulumi:"protocol"` // Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 ProtocolVersion *string `pulumi:"protocolVersion"` @@ -447,7 +465,9 @@ type targetGroupArgs struct { TargetFailovers []TargetGroupTargetFailover `pulumi:"targetFailovers"` // Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See targetHealthState for more information. TargetHealthStates []TargetGroupTargetHealthState `pulumi:"targetHealthStates"` - // Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + // Type of target that you must specify when registering targets with this target group. + // See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + // The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // @@ -485,7 +505,10 @@ type TargetGroupArgs struct { Port pulumi.IntPtrInput // Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. PreserveClientIp pulumi.StringPtrInput - // Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + // Protocol to use for routing traffic to the targets. + // Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + // Required when `targetType` is `instance`, `ip`, or `alb`. + // Does not apply when `targetType` is `lambda`. Protocol pulumi.StringPtrInput // Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 ProtocolVersion pulumi.StringPtrInput @@ -501,7 +524,9 @@ type TargetGroupArgs struct { TargetFailovers TargetGroupTargetFailoverArrayInput // Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See targetHealthState for more information. TargetHealthStates TargetGroupTargetHealthStateArrayInput - // Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + // Type of target that you must specify when registering targets with this target group. + // See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + // The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // @@ -667,7 +692,10 @@ func (o TargetGroupOutput) PreserveClientIp() pulumi.StringOutput { return o.ApplyT(func(v *TargetGroup) pulumi.StringOutput { return v.PreserveClientIp }).(pulumi.StringOutput) } -// Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. +// Protocol to use for routing traffic to the targets. +// Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. +// Required when `targetType` is `instance`, `ip`, or `alb`. +// Does not apply when `targetType` is `lambda`. func (o TargetGroupOutput) Protocol() pulumi.StringPtrOutput { return o.ApplyT(func(v *TargetGroup) pulumi.StringPtrOutput { return v.Protocol }).(pulumi.StringPtrOutput) } @@ -714,7 +742,9 @@ func (o TargetGroupOutput) TargetHealthStates() TargetGroupTargetHealthStateArra return o.ApplyT(func(v *TargetGroup) TargetGroupTargetHealthStateArrayOutput { return v.TargetHealthStates }).(TargetGroupTargetHealthStateArrayOutput) } -// Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. +// Type of target that you must specify when registering targets with this target group. +// See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. +// The default is `instance`. // // Note that you can't specify targets for a target group using both instance IDs and IP addresses. // diff --git a/sdk/go/aws/lex/init.go b/sdk/go/aws/lex/init.go index 65b7d393e0b..2ee25070544 100644 --- a/sdk/go/aws/lex/init.go +++ b/sdk/go/aws/lex/init.go @@ -33,6 +33,8 @@ func (m *module) Construct(ctx *pulumi.Context, name, typ, urn string) (r pulumi r = &V2modelsBot{} case "aws:lex/v2modelsBotLocale:V2modelsBotLocale": r = &V2modelsBotLocale{} + case "aws:lex/v2modelsBotVersion:V2modelsBotVersion": + r = &V2modelsBotVersion{} default: return nil, fmt.Errorf("unknown resource type: %s", typ) } @@ -76,4 +78,9 @@ func init() { "lex/v2modelsBotLocale", &module{version}, ) + pulumi.RegisterResourceModule( + "aws", + "lex/v2modelsBotVersion", + &module{version}, + ) } diff --git a/sdk/go/aws/lex/pulumiTypes.go b/sdk/go/aws/lex/pulumiTypes.go index e60290af915..4eda92ac868 100644 --- a/sdk/go/aws/lex/pulumiTypes.go +++ b/sdk/go/aws/lex/pulumiTypes.go @@ -4025,8 +4025,10 @@ func (o V2modelsBotLocaleTimeoutsPtrOutput) Update() pulumi.StringPtrOutput { } type V2modelsBotLocaleVoiceSettings struct { - Engine *string `pulumi:"engine"` - VoiceId string `pulumi:"voiceId"` + // Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + Engine *string `pulumi:"engine"` + // Identifier of the Amazon Polly voice to use. + VoiceId string `pulumi:"voiceId"` } // V2modelsBotLocaleVoiceSettingsInput is an input type that accepts V2modelsBotLocaleVoiceSettingsArgs and V2modelsBotLocaleVoiceSettingsOutput values. @@ -4041,8 +4043,10 @@ type V2modelsBotLocaleVoiceSettingsInput interface { } type V2modelsBotLocaleVoiceSettingsArgs struct { - Engine pulumi.StringPtrInput `pulumi:"engine"` - VoiceId pulumi.StringInput `pulumi:"voiceId"` + // Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + Engine pulumi.StringPtrInput `pulumi:"engine"` + // Identifier of the Amazon Polly voice to use. + VoiceId pulumi.StringInput `pulumi:"voiceId"` } func (V2modelsBotLocaleVoiceSettingsArgs) ElementType() reflect.Type { @@ -4122,10 +4126,12 @@ func (o V2modelsBotLocaleVoiceSettingsOutput) ToV2modelsBotLocaleVoiceSettingsPt }).(V2modelsBotLocaleVoiceSettingsPtrOutput) } +// Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. func (o V2modelsBotLocaleVoiceSettingsOutput) Engine() pulumi.StringPtrOutput { return o.ApplyT(func(v V2modelsBotLocaleVoiceSettings) *string { return v.Engine }).(pulumi.StringPtrOutput) } +// Identifier of the Amazon Polly voice to use. func (o V2modelsBotLocaleVoiceSettingsOutput) VoiceId() pulumi.StringOutput { return o.ApplyT(func(v V2modelsBotLocaleVoiceSettings) string { return v.VoiceId }).(pulumi.StringOutput) } @@ -4154,6 +4160,7 @@ func (o V2modelsBotLocaleVoiceSettingsPtrOutput) Elem() V2modelsBotLocaleVoiceSe }).(V2modelsBotLocaleVoiceSettingsOutput) } +// Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. func (o V2modelsBotLocaleVoiceSettingsPtrOutput) Engine() pulumi.StringPtrOutput { return o.ApplyT(func(v *V2modelsBotLocaleVoiceSettings) *string { if v == nil { @@ -4163,6 +4170,7 @@ func (o V2modelsBotLocaleVoiceSettingsPtrOutput) Engine() pulumi.StringPtrOutput }).(pulumi.StringPtrOutput) } +// Identifier of the Amazon Polly voice to use. func (o V2modelsBotLocaleVoiceSettingsPtrOutput) VoiceId() pulumi.StringPtrOutput { return o.ApplyT(func(v *V2modelsBotLocaleVoiceSettings) *string { if v == nil { @@ -4468,6 +4476,248 @@ func (o V2modelsBotTimeoutsPtrOutput) Update() pulumi.StringPtrOutput { }).(pulumi.StringPtrOutput) } +type V2modelsBotVersionLocaleSpecification struct { + SourceBotVersion string `pulumi:"sourceBotVersion"` +} + +// V2modelsBotVersionLocaleSpecificationInput is an input type that accepts V2modelsBotVersionLocaleSpecificationArgs and V2modelsBotVersionLocaleSpecificationOutput values. +// You can construct a concrete instance of `V2modelsBotVersionLocaleSpecificationInput` via: +// +// V2modelsBotVersionLocaleSpecificationArgs{...} +type V2modelsBotVersionLocaleSpecificationInput interface { + pulumi.Input + + ToV2modelsBotVersionLocaleSpecificationOutput() V2modelsBotVersionLocaleSpecificationOutput + ToV2modelsBotVersionLocaleSpecificationOutputWithContext(context.Context) V2modelsBotVersionLocaleSpecificationOutput +} + +type V2modelsBotVersionLocaleSpecificationArgs struct { + SourceBotVersion pulumi.StringInput `pulumi:"sourceBotVersion"` +} + +func (V2modelsBotVersionLocaleSpecificationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*V2modelsBotVersionLocaleSpecification)(nil)).Elem() +} + +func (i V2modelsBotVersionLocaleSpecificationArgs) ToV2modelsBotVersionLocaleSpecificationOutput() V2modelsBotVersionLocaleSpecificationOutput { + return i.ToV2modelsBotVersionLocaleSpecificationOutputWithContext(context.Background()) +} + +func (i V2modelsBotVersionLocaleSpecificationArgs) ToV2modelsBotVersionLocaleSpecificationOutputWithContext(ctx context.Context) V2modelsBotVersionLocaleSpecificationOutput { + return pulumi.ToOutputWithContext(ctx, i).(V2modelsBotVersionLocaleSpecificationOutput) +} + +// V2modelsBotVersionLocaleSpecificationMapInput is an input type that accepts V2modelsBotVersionLocaleSpecificationMap and V2modelsBotVersionLocaleSpecificationMapOutput values. +// You can construct a concrete instance of `V2modelsBotVersionLocaleSpecificationMapInput` via: +// +// V2modelsBotVersionLocaleSpecificationMap{ "key": V2modelsBotVersionLocaleSpecificationArgs{...} } +type V2modelsBotVersionLocaleSpecificationMapInput interface { + pulumi.Input + + ToV2modelsBotVersionLocaleSpecificationMapOutput() V2modelsBotVersionLocaleSpecificationMapOutput + ToV2modelsBotVersionLocaleSpecificationMapOutputWithContext(context.Context) V2modelsBotVersionLocaleSpecificationMapOutput +} + +type V2modelsBotVersionLocaleSpecificationMap map[string]V2modelsBotVersionLocaleSpecificationInput + +func (V2modelsBotVersionLocaleSpecificationMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]V2modelsBotVersionLocaleSpecification)(nil)).Elem() +} + +func (i V2modelsBotVersionLocaleSpecificationMap) ToV2modelsBotVersionLocaleSpecificationMapOutput() V2modelsBotVersionLocaleSpecificationMapOutput { + return i.ToV2modelsBotVersionLocaleSpecificationMapOutputWithContext(context.Background()) +} + +func (i V2modelsBotVersionLocaleSpecificationMap) ToV2modelsBotVersionLocaleSpecificationMapOutputWithContext(ctx context.Context) V2modelsBotVersionLocaleSpecificationMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(V2modelsBotVersionLocaleSpecificationMapOutput) +} + +type V2modelsBotVersionLocaleSpecificationOutput struct{ *pulumi.OutputState } + +func (V2modelsBotVersionLocaleSpecificationOutput) ElementType() reflect.Type { + return reflect.TypeOf((*V2modelsBotVersionLocaleSpecification)(nil)).Elem() +} + +func (o V2modelsBotVersionLocaleSpecificationOutput) ToV2modelsBotVersionLocaleSpecificationOutput() V2modelsBotVersionLocaleSpecificationOutput { + return o +} + +func (o V2modelsBotVersionLocaleSpecificationOutput) ToV2modelsBotVersionLocaleSpecificationOutputWithContext(ctx context.Context) V2modelsBotVersionLocaleSpecificationOutput { + return o +} + +func (o V2modelsBotVersionLocaleSpecificationOutput) SourceBotVersion() pulumi.StringOutput { + return o.ApplyT(func(v V2modelsBotVersionLocaleSpecification) string { return v.SourceBotVersion }).(pulumi.StringOutput) +} + +type V2modelsBotVersionLocaleSpecificationMapOutput struct{ *pulumi.OutputState } + +func (V2modelsBotVersionLocaleSpecificationMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]V2modelsBotVersionLocaleSpecification)(nil)).Elem() +} + +func (o V2modelsBotVersionLocaleSpecificationMapOutput) ToV2modelsBotVersionLocaleSpecificationMapOutput() V2modelsBotVersionLocaleSpecificationMapOutput { + return o +} + +func (o V2modelsBotVersionLocaleSpecificationMapOutput) ToV2modelsBotVersionLocaleSpecificationMapOutputWithContext(ctx context.Context) V2modelsBotVersionLocaleSpecificationMapOutput { + return o +} + +func (o V2modelsBotVersionLocaleSpecificationMapOutput) MapIndex(k pulumi.StringInput) V2modelsBotVersionLocaleSpecificationOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) V2modelsBotVersionLocaleSpecification { + return vs[0].(map[string]V2modelsBotVersionLocaleSpecification)[vs[1].(string)] + }).(V2modelsBotVersionLocaleSpecificationOutput) +} + +type V2modelsBotVersionTimeouts struct { + Create *string `pulumi:"create"` + Delete *string `pulumi:"delete"` +} + +// V2modelsBotVersionTimeoutsInput is an input type that accepts V2modelsBotVersionTimeoutsArgs and V2modelsBotVersionTimeoutsOutput values. +// You can construct a concrete instance of `V2modelsBotVersionTimeoutsInput` via: +// +// V2modelsBotVersionTimeoutsArgs{...} +type V2modelsBotVersionTimeoutsInput interface { + pulumi.Input + + ToV2modelsBotVersionTimeoutsOutput() V2modelsBotVersionTimeoutsOutput + ToV2modelsBotVersionTimeoutsOutputWithContext(context.Context) V2modelsBotVersionTimeoutsOutput +} + +type V2modelsBotVersionTimeoutsArgs struct { + Create pulumi.StringPtrInput `pulumi:"create"` + Delete pulumi.StringPtrInput `pulumi:"delete"` +} + +func (V2modelsBotVersionTimeoutsArgs) ElementType() reflect.Type { + return reflect.TypeOf((*V2modelsBotVersionTimeouts)(nil)).Elem() +} + +func (i V2modelsBotVersionTimeoutsArgs) ToV2modelsBotVersionTimeoutsOutput() V2modelsBotVersionTimeoutsOutput { + return i.ToV2modelsBotVersionTimeoutsOutputWithContext(context.Background()) +} + +func (i V2modelsBotVersionTimeoutsArgs) ToV2modelsBotVersionTimeoutsOutputWithContext(ctx context.Context) V2modelsBotVersionTimeoutsOutput { + return pulumi.ToOutputWithContext(ctx, i).(V2modelsBotVersionTimeoutsOutput) +} + +func (i V2modelsBotVersionTimeoutsArgs) ToV2modelsBotVersionTimeoutsPtrOutput() V2modelsBotVersionTimeoutsPtrOutput { + return i.ToV2modelsBotVersionTimeoutsPtrOutputWithContext(context.Background()) +} + +func (i V2modelsBotVersionTimeoutsArgs) ToV2modelsBotVersionTimeoutsPtrOutputWithContext(ctx context.Context) V2modelsBotVersionTimeoutsPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(V2modelsBotVersionTimeoutsOutput).ToV2modelsBotVersionTimeoutsPtrOutputWithContext(ctx) +} + +// V2modelsBotVersionTimeoutsPtrInput is an input type that accepts V2modelsBotVersionTimeoutsArgs, V2modelsBotVersionTimeoutsPtr and V2modelsBotVersionTimeoutsPtrOutput values. +// You can construct a concrete instance of `V2modelsBotVersionTimeoutsPtrInput` via: +// +// V2modelsBotVersionTimeoutsArgs{...} +// +// or: +// +// nil +type V2modelsBotVersionTimeoutsPtrInput interface { + pulumi.Input + + ToV2modelsBotVersionTimeoutsPtrOutput() V2modelsBotVersionTimeoutsPtrOutput + ToV2modelsBotVersionTimeoutsPtrOutputWithContext(context.Context) V2modelsBotVersionTimeoutsPtrOutput +} + +type v2modelsBotVersionTimeoutsPtrType V2modelsBotVersionTimeoutsArgs + +func V2modelsBotVersionTimeoutsPtr(v *V2modelsBotVersionTimeoutsArgs) V2modelsBotVersionTimeoutsPtrInput { + return (*v2modelsBotVersionTimeoutsPtrType)(v) +} + +func (*v2modelsBotVersionTimeoutsPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**V2modelsBotVersionTimeouts)(nil)).Elem() +} + +func (i *v2modelsBotVersionTimeoutsPtrType) ToV2modelsBotVersionTimeoutsPtrOutput() V2modelsBotVersionTimeoutsPtrOutput { + return i.ToV2modelsBotVersionTimeoutsPtrOutputWithContext(context.Background()) +} + +func (i *v2modelsBotVersionTimeoutsPtrType) ToV2modelsBotVersionTimeoutsPtrOutputWithContext(ctx context.Context) V2modelsBotVersionTimeoutsPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(V2modelsBotVersionTimeoutsPtrOutput) +} + +type V2modelsBotVersionTimeoutsOutput struct{ *pulumi.OutputState } + +func (V2modelsBotVersionTimeoutsOutput) ElementType() reflect.Type { + return reflect.TypeOf((*V2modelsBotVersionTimeouts)(nil)).Elem() +} + +func (o V2modelsBotVersionTimeoutsOutput) ToV2modelsBotVersionTimeoutsOutput() V2modelsBotVersionTimeoutsOutput { + return o +} + +func (o V2modelsBotVersionTimeoutsOutput) ToV2modelsBotVersionTimeoutsOutputWithContext(ctx context.Context) V2modelsBotVersionTimeoutsOutput { + return o +} + +func (o V2modelsBotVersionTimeoutsOutput) ToV2modelsBotVersionTimeoutsPtrOutput() V2modelsBotVersionTimeoutsPtrOutput { + return o.ToV2modelsBotVersionTimeoutsPtrOutputWithContext(context.Background()) +} + +func (o V2modelsBotVersionTimeoutsOutput) ToV2modelsBotVersionTimeoutsPtrOutputWithContext(ctx context.Context) V2modelsBotVersionTimeoutsPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v V2modelsBotVersionTimeouts) *V2modelsBotVersionTimeouts { + return &v + }).(V2modelsBotVersionTimeoutsPtrOutput) +} + +func (o V2modelsBotVersionTimeoutsOutput) Create() pulumi.StringPtrOutput { + return o.ApplyT(func(v V2modelsBotVersionTimeouts) *string { return v.Create }).(pulumi.StringPtrOutput) +} + +func (o V2modelsBotVersionTimeoutsOutput) Delete() pulumi.StringPtrOutput { + return o.ApplyT(func(v V2modelsBotVersionTimeouts) *string { return v.Delete }).(pulumi.StringPtrOutput) +} + +type V2modelsBotVersionTimeoutsPtrOutput struct{ *pulumi.OutputState } + +func (V2modelsBotVersionTimeoutsPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**V2modelsBotVersionTimeouts)(nil)).Elem() +} + +func (o V2modelsBotVersionTimeoutsPtrOutput) ToV2modelsBotVersionTimeoutsPtrOutput() V2modelsBotVersionTimeoutsPtrOutput { + return o +} + +func (o V2modelsBotVersionTimeoutsPtrOutput) ToV2modelsBotVersionTimeoutsPtrOutputWithContext(ctx context.Context) V2modelsBotVersionTimeoutsPtrOutput { + return o +} + +func (o V2modelsBotVersionTimeoutsPtrOutput) Elem() V2modelsBotVersionTimeoutsOutput { + return o.ApplyT(func(v *V2modelsBotVersionTimeouts) V2modelsBotVersionTimeouts { + if v != nil { + return *v + } + var ret V2modelsBotVersionTimeouts + return ret + }).(V2modelsBotVersionTimeoutsOutput) +} + +func (o V2modelsBotVersionTimeoutsPtrOutput) Create() pulumi.StringPtrOutput { + return o.ApplyT(func(v *V2modelsBotVersionTimeouts) *string { + if v == nil { + return nil + } + return v.Create + }).(pulumi.StringPtrOutput) +} + +func (o V2modelsBotVersionTimeoutsPtrOutput) Delete() pulumi.StringPtrOutput { + return o.ApplyT(func(v *V2modelsBotVersionTimeouts) *string { + if v == nil { + return nil + } + return v.Delete + }).(pulumi.StringPtrOutput) +} + type GetSlotTypeEnumerationValue struct { Synonyms []string `pulumi:"synonyms"` Value string `pulumi:"value"` @@ -4629,6 +4879,10 @@ func init() { pulumi.RegisterInputType(reflect.TypeOf((*V2modelsBotMemberArrayInput)(nil)).Elem(), V2modelsBotMemberArray{}) pulumi.RegisterInputType(reflect.TypeOf((*V2modelsBotTimeoutsInput)(nil)).Elem(), V2modelsBotTimeoutsArgs{}) pulumi.RegisterInputType(reflect.TypeOf((*V2modelsBotTimeoutsPtrInput)(nil)).Elem(), V2modelsBotTimeoutsArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*V2modelsBotVersionLocaleSpecificationInput)(nil)).Elem(), V2modelsBotVersionLocaleSpecificationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*V2modelsBotVersionLocaleSpecificationMapInput)(nil)).Elem(), V2modelsBotVersionLocaleSpecificationMap{}) + pulumi.RegisterInputType(reflect.TypeOf((*V2modelsBotVersionTimeoutsInput)(nil)).Elem(), V2modelsBotVersionTimeoutsArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*V2modelsBotVersionTimeoutsPtrInput)(nil)).Elem(), V2modelsBotVersionTimeoutsArgs{}) pulumi.RegisterInputType(reflect.TypeOf((*GetSlotTypeEnumerationValueInput)(nil)).Elem(), GetSlotTypeEnumerationValueArgs{}) pulumi.RegisterInputType(reflect.TypeOf((*GetSlotTypeEnumerationValueArrayInput)(nil)).Elem(), GetSlotTypeEnumerationValueArray{}) pulumi.RegisterOutputType(BotAbortStatementOutput{}) @@ -4691,6 +4945,10 @@ func init() { pulumi.RegisterOutputType(V2modelsBotMemberArrayOutput{}) pulumi.RegisterOutputType(V2modelsBotTimeoutsOutput{}) pulumi.RegisterOutputType(V2modelsBotTimeoutsPtrOutput{}) + pulumi.RegisterOutputType(V2modelsBotVersionLocaleSpecificationOutput{}) + pulumi.RegisterOutputType(V2modelsBotVersionLocaleSpecificationMapOutput{}) + pulumi.RegisterOutputType(V2modelsBotVersionTimeoutsOutput{}) + pulumi.RegisterOutputType(V2modelsBotVersionTimeoutsPtrOutput{}) pulumi.RegisterOutputType(GetSlotTypeEnumerationValueOutput{}) pulumi.RegisterOutputType(GetSlotTypeEnumerationValueArrayOutput{}) } diff --git a/sdk/go/aws/lex/v2modelsBot.go b/sdk/go/aws/lex/v2modelsBot.go index 5ac8ed0d281..85f60097138 100644 --- a/sdk/go/aws/lex/v2modelsBot.go +++ b/sdk/go/aws/lex/v2modelsBot.go @@ -37,6 +37,9 @@ import ( // }, // IdleSessionTtlInSeconds: pulumi.Int(10), // RoleArn: pulumi.String("bot_example_arn"), +// Tags: pulumi.StringMap{ +// "foo": pulumi.String("bar"), +// }, // }) // if err != nil { // return err @@ -73,14 +76,16 @@ type V2modelsBot struct { // ARN of an IAM role that has permission to access the bot. // // The following arguments are optional: - RoleArn pulumi.StringOutput `pulumi:"roleArn"` - Tags pulumi.StringMapOutput `pulumi:"tags"` + RoleArn pulumi.StringOutput `pulumi:"roleArn"` + // List of tags to add to the bot. You can only add tags when you create a bot. + Tags pulumi.StringMapOutput `pulumi:"tags"` // Deprecated: Please use `tags` instead. TagsAll pulumi.StringMapOutput `pulumi:"tagsAll"` // List of tags to add to the test alias for a bot. You can only add tags when you create a bot. TestBotAliasTags pulumi.StringMapOutput `pulumi:"testBotAliasTags"` Timeouts V2modelsBotTimeoutsPtrOutput `pulumi:"timeouts"` - Type pulumi.StringOutput `pulumi:"type"` + // Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + Type pulumi.StringOutput `pulumi:"type"` } // NewV2modelsBot registers a new resource with the given unique name, arguments, and options. @@ -137,14 +142,16 @@ type v2modelsBotState struct { // ARN of an IAM role that has permission to access the bot. // // The following arguments are optional: - RoleArn *string `pulumi:"roleArn"` - Tags map[string]string `pulumi:"tags"` + RoleArn *string `pulumi:"roleArn"` + // List of tags to add to the bot. You can only add tags when you create a bot. + Tags map[string]string `pulumi:"tags"` // Deprecated: Please use `tags` instead. TagsAll map[string]string `pulumi:"tagsAll"` // List of tags to add to the test alias for a bot. You can only add tags when you create a bot. TestBotAliasTags map[string]string `pulumi:"testBotAliasTags"` Timeouts *V2modelsBotTimeouts `pulumi:"timeouts"` - Type *string `pulumi:"type"` + // Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + Type *string `pulumi:"type"` } type V2modelsBotState struct { @@ -163,13 +170,15 @@ type V2modelsBotState struct { // // The following arguments are optional: RoleArn pulumi.StringPtrInput - Tags pulumi.StringMapInput + // List of tags to add to the bot. You can only add tags when you create a bot. + Tags pulumi.StringMapInput // Deprecated: Please use `tags` instead. TagsAll pulumi.StringMapInput // List of tags to add to the test alias for a bot. You can only add tags when you create a bot. TestBotAliasTags pulumi.StringMapInput Timeouts V2modelsBotTimeoutsPtrInput - Type pulumi.StringPtrInput + // Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + Type pulumi.StringPtrInput } func (V2modelsBotState) ElementType() reflect.Type { @@ -190,12 +199,14 @@ type v2modelsBotArgs struct { // ARN of an IAM role that has permission to access the bot. // // The following arguments are optional: - RoleArn string `pulumi:"roleArn"` - Tags map[string]string `pulumi:"tags"` + RoleArn string `pulumi:"roleArn"` + // List of tags to add to the bot. You can only add tags when you create a bot. + Tags map[string]string `pulumi:"tags"` // List of tags to add to the test alias for a bot. You can only add tags when you create a bot. TestBotAliasTags map[string]string `pulumi:"testBotAliasTags"` Timeouts *V2modelsBotTimeouts `pulumi:"timeouts"` - Type *string `pulumi:"type"` + // Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + Type *string `pulumi:"type"` } // The set of arguments for constructing a V2modelsBot resource. @@ -214,11 +225,13 @@ type V2modelsBotArgs struct { // // The following arguments are optional: RoleArn pulumi.StringInput - Tags pulumi.StringMapInput + // List of tags to add to the bot. You can only add tags when you create a bot. + Tags pulumi.StringMapInput // List of tags to add to the test alias for a bot. You can only add tags when you create a bot. TestBotAliasTags pulumi.StringMapInput Timeouts V2modelsBotTimeoutsPtrInput - Type pulumi.StringPtrInput + // Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + Type pulumi.StringPtrInput } func (V2modelsBotArgs) ElementType() reflect.Type { @@ -344,6 +357,7 @@ func (o V2modelsBotOutput) RoleArn() pulumi.StringOutput { return o.ApplyT(func(v *V2modelsBot) pulumi.StringOutput { return v.RoleArn }).(pulumi.StringOutput) } +// List of tags to add to the bot. You can only add tags when you create a bot. func (o V2modelsBotOutput) Tags() pulumi.StringMapOutput { return o.ApplyT(func(v *V2modelsBot) pulumi.StringMapOutput { return v.Tags }).(pulumi.StringMapOutput) } @@ -362,6 +376,7 @@ func (o V2modelsBotOutput) Timeouts() V2modelsBotTimeoutsPtrOutput { return o.ApplyT(func(v *V2modelsBot) V2modelsBotTimeoutsPtrOutput { return v.Timeouts }).(V2modelsBotTimeoutsPtrOutput) } +// Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. func (o V2modelsBotOutput) Type() pulumi.StringOutput { return o.ApplyT(func(v *V2modelsBot) pulumi.StringOutput { return v.Type }).(pulumi.StringOutput) } diff --git a/sdk/go/aws/lex/v2modelsBotLocale.go b/sdk/go/aws/lex/v2modelsBotLocale.go index c177319cac9..89babd0a55d 100644 --- a/sdk/go/aws/lex/v2modelsBotLocale.go +++ b/sdk/go/aws/lex/v2modelsBotLocale.go @@ -30,7 +30,7 @@ import ( // func main() { // pulumi.Run(func(ctx *pulumi.Context) error { // _, err := lex.NewV2modelsBotLocale(ctx, "example", &lex.V2modelsBotLocaleArgs{ -// BotId: pulumi.Any(aws_lexv2models_bot.Test.Id), +// BotId: pulumi.Any(aws_lexv2models_bot.Example.Id), // BotVersion: pulumi.String("DRAFT"), // LocaleId: pulumi.String("en_US"), // NLuIntentConfidenceThreshold: pulumi.Float64(0.7), @@ -43,6 +43,38 @@ import ( // } // // ``` +// ### Voice Settings +// +// ```go +// package main +// +// import ( +// +// "github.com/pulumi/pulumi-aws/sdk/v6/go/aws/lex" +// "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +// +// ) +// +// func main() { +// pulumi.Run(func(ctx *pulumi.Context) error { +// _, err := lex.NewV2modelsBotLocale(ctx, "example", &lex.V2modelsBotLocaleArgs{ +// BotId: pulumi.Any(aws_lexv2models_bot.Example.Id), +// BotVersion: pulumi.String("DRAFT"), +// LocaleId: pulumi.String("en_US"), +// NLuIntentConfidenceThreshold: pulumi.Float64(0.7), +// VoiceSettings: &lex.V2modelsBotLocaleVoiceSettingsArgs{ +// VoiceId: pulumi.String("Kendra"), +// Engine: pulumi.String("standard"), +// }, +// }) +// if err != nil { +// return err +// } +// return nil +// }) +// } +// +// ``` // // ## Import // @@ -71,7 +103,7 @@ type V2modelsBotLocale struct { // Specified locale name. Name pulumi.StringOutput `pulumi:"name"` Timeouts V2modelsBotLocaleTimeoutsPtrOutput `pulumi:"timeouts"` - // Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + // Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voiceSettings`. VoiceSettings V2modelsBotLocaleVoiceSettingsPtrOutput `pulumi:"voiceSettings"` } @@ -132,7 +164,7 @@ type v2modelsBotLocaleState struct { // Specified locale name. Name *string `pulumi:"name"` Timeouts *V2modelsBotLocaleTimeouts `pulumi:"timeouts"` - // Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + // Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voiceSettings`. VoiceSettings *V2modelsBotLocaleVoiceSettings `pulumi:"voiceSettings"` } @@ -152,7 +184,7 @@ type V2modelsBotLocaleState struct { // Specified locale name. Name pulumi.StringPtrInput Timeouts V2modelsBotLocaleTimeoutsPtrInput - // Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + // Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voiceSettings`. VoiceSettings V2modelsBotLocaleVoiceSettingsPtrInput } @@ -176,7 +208,7 @@ type v2modelsBotLocaleArgs struct { // Specified locale name. Name *string `pulumi:"name"` Timeouts *V2modelsBotLocaleTimeouts `pulumi:"timeouts"` - // Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + // Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voiceSettings`. VoiceSettings *V2modelsBotLocaleVoiceSettings `pulumi:"voiceSettings"` } @@ -197,7 +229,7 @@ type V2modelsBotLocaleArgs struct { // Specified locale name. Name pulumi.StringPtrInput Timeouts V2modelsBotLocaleTimeoutsPtrInput - // Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + // Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voiceSettings`. VoiceSettings V2modelsBotLocaleVoiceSettingsPtrInput } @@ -324,7 +356,7 @@ func (o V2modelsBotLocaleOutput) Timeouts() V2modelsBotLocaleTimeoutsPtrOutput { return o.ApplyT(func(v *V2modelsBotLocale) V2modelsBotLocaleTimeoutsPtrOutput { return v.Timeouts }).(V2modelsBotLocaleTimeoutsPtrOutput) } -// Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. +// Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voiceSettings`. func (o V2modelsBotLocaleOutput) VoiceSettings() V2modelsBotLocaleVoiceSettingsPtrOutput { return o.ApplyT(func(v *V2modelsBotLocale) V2modelsBotLocaleVoiceSettingsPtrOutput { return v.VoiceSettings }).(V2modelsBotLocaleVoiceSettingsPtrOutput) } diff --git a/sdk/go/aws/lex/v2modelsBotVersion.go b/sdk/go/aws/lex/v2modelsBotVersion.go new file mode 100644 index 00000000000..b282889ced7 --- /dev/null +++ b/sdk/go/aws/lex/v2modelsBotVersion.go @@ -0,0 +1,278 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package lex + +import ( + "context" + "reflect" + + "errors" + "github.com/pulumi/pulumi-aws/sdk/v6/go/aws/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +// Resource for managing an AWS Lex V2 Models Bot Version. +// +// ## Example Usage +// +// ## Import +// +// Using `pulumi import`, import Lex V2 Models Bot Version using the `example_id_arg`. For example: +// +// ```sh +// +// $ pulumi import aws:lex/v2modelsBotVersion:V2modelsBotVersion example bot_version-id-12345678 +// +// ``` +type V2modelsBotVersion struct { + pulumi.CustomResourceState + + // Idientifier of the bot to create the version for. + BotId pulumi.StringOutput `pulumi:"botId"` + BotVersion pulumi.StringOutput `pulumi:"botVersion"` + // A description of the version. Use the description to help identify the version in lists. + Description pulumi.StringPtrOutput `pulumi:"description"` + LocaleSpecification V2modelsBotVersionLocaleSpecificationMapOutput `pulumi:"localeSpecification"` + Timeouts V2modelsBotVersionTimeoutsPtrOutput `pulumi:"timeouts"` +} + +// NewV2modelsBotVersion registers a new resource with the given unique name, arguments, and options. +func NewV2modelsBotVersion(ctx *pulumi.Context, + name string, args *V2modelsBotVersionArgs, opts ...pulumi.ResourceOption) (*V2modelsBotVersion, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.BotId == nil { + return nil, errors.New("invalid value for required argument 'BotId'") + } + if args.LocaleSpecification == nil { + return nil, errors.New("invalid value for required argument 'LocaleSpecification'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource V2modelsBotVersion + err := ctx.RegisterResource("aws:lex/v2modelsBotVersion:V2modelsBotVersion", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetV2modelsBotVersion gets an existing V2modelsBotVersion resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetV2modelsBotVersion(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *V2modelsBotVersionState, opts ...pulumi.ResourceOption) (*V2modelsBotVersion, error) { + var resource V2modelsBotVersion + err := ctx.ReadResource("aws:lex/v2modelsBotVersion:V2modelsBotVersion", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering V2modelsBotVersion resources. +type v2modelsBotVersionState struct { + // Idientifier of the bot to create the version for. + BotId *string `pulumi:"botId"` + BotVersion *string `pulumi:"botVersion"` + // A description of the version. Use the description to help identify the version in lists. + Description *string `pulumi:"description"` + LocaleSpecification map[string]V2modelsBotVersionLocaleSpecification `pulumi:"localeSpecification"` + Timeouts *V2modelsBotVersionTimeouts `pulumi:"timeouts"` +} + +type V2modelsBotVersionState struct { + // Idientifier of the bot to create the version for. + BotId pulumi.StringPtrInput + BotVersion pulumi.StringPtrInput + // A description of the version. Use the description to help identify the version in lists. + Description pulumi.StringPtrInput + LocaleSpecification V2modelsBotVersionLocaleSpecificationMapInput + Timeouts V2modelsBotVersionTimeoutsPtrInput +} + +func (V2modelsBotVersionState) ElementType() reflect.Type { + return reflect.TypeOf((*v2modelsBotVersionState)(nil)).Elem() +} + +type v2modelsBotVersionArgs struct { + // Idientifier of the bot to create the version for. + BotId string `pulumi:"botId"` + BotVersion *string `pulumi:"botVersion"` + // A description of the version. Use the description to help identify the version in lists. + Description *string `pulumi:"description"` + LocaleSpecification map[string]V2modelsBotVersionLocaleSpecification `pulumi:"localeSpecification"` + Timeouts *V2modelsBotVersionTimeouts `pulumi:"timeouts"` +} + +// The set of arguments for constructing a V2modelsBotVersion resource. +type V2modelsBotVersionArgs struct { + // Idientifier of the bot to create the version for. + BotId pulumi.StringInput + BotVersion pulumi.StringPtrInput + // A description of the version. Use the description to help identify the version in lists. + Description pulumi.StringPtrInput + LocaleSpecification V2modelsBotVersionLocaleSpecificationMapInput + Timeouts V2modelsBotVersionTimeoutsPtrInput +} + +func (V2modelsBotVersionArgs) ElementType() reflect.Type { + return reflect.TypeOf((*v2modelsBotVersionArgs)(nil)).Elem() +} + +type V2modelsBotVersionInput interface { + pulumi.Input + + ToV2modelsBotVersionOutput() V2modelsBotVersionOutput + ToV2modelsBotVersionOutputWithContext(ctx context.Context) V2modelsBotVersionOutput +} + +func (*V2modelsBotVersion) ElementType() reflect.Type { + return reflect.TypeOf((**V2modelsBotVersion)(nil)).Elem() +} + +func (i *V2modelsBotVersion) ToV2modelsBotVersionOutput() V2modelsBotVersionOutput { + return i.ToV2modelsBotVersionOutputWithContext(context.Background()) +} + +func (i *V2modelsBotVersion) ToV2modelsBotVersionOutputWithContext(ctx context.Context) V2modelsBotVersionOutput { + return pulumi.ToOutputWithContext(ctx, i).(V2modelsBotVersionOutput) +} + +// V2modelsBotVersionArrayInput is an input type that accepts V2modelsBotVersionArray and V2modelsBotVersionArrayOutput values. +// You can construct a concrete instance of `V2modelsBotVersionArrayInput` via: +// +// V2modelsBotVersionArray{ V2modelsBotVersionArgs{...} } +type V2modelsBotVersionArrayInput interface { + pulumi.Input + + ToV2modelsBotVersionArrayOutput() V2modelsBotVersionArrayOutput + ToV2modelsBotVersionArrayOutputWithContext(context.Context) V2modelsBotVersionArrayOutput +} + +type V2modelsBotVersionArray []V2modelsBotVersionInput + +func (V2modelsBotVersionArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*V2modelsBotVersion)(nil)).Elem() +} + +func (i V2modelsBotVersionArray) ToV2modelsBotVersionArrayOutput() V2modelsBotVersionArrayOutput { + return i.ToV2modelsBotVersionArrayOutputWithContext(context.Background()) +} + +func (i V2modelsBotVersionArray) ToV2modelsBotVersionArrayOutputWithContext(ctx context.Context) V2modelsBotVersionArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(V2modelsBotVersionArrayOutput) +} + +// V2modelsBotVersionMapInput is an input type that accepts V2modelsBotVersionMap and V2modelsBotVersionMapOutput values. +// You can construct a concrete instance of `V2modelsBotVersionMapInput` via: +// +// V2modelsBotVersionMap{ "key": V2modelsBotVersionArgs{...} } +type V2modelsBotVersionMapInput interface { + pulumi.Input + + ToV2modelsBotVersionMapOutput() V2modelsBotVersionMapOutput + ToV2modelsBotVersionMapOutputWithContext(context.Context) V2modelsBotVersionMapOutput +} + +type V2modelsBotVersionMap map[string]V2modelsBotVersionInput + +func (V2modelsBotVersionMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*V2modelsBotVersion)(nil)).Elem() +} + +func (i V2modelsBotVersionMap) ToV2modelsBotVersionMapOutput() V2modelsBotVersionMapOutput { + return i.ToV2modelsBotVersionMapOutputWithContext(context.Background()) +} + +func (i V2modelsBotVersionMap) ToV2modelsBotVersionMapOutputWithContext(ctx context.Context) V2modelsBotVersionMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(V2modelsBotVersionMapOutput) +} + +type V2modelsBotVersionOutput struct{ *pulumi.OutputState } + +func (V2modelsBotVersionOutput) ElementType() reflect.Type { + return reflect.TypeOf((**V2modelsBotVersion)(nil)).Elem() +} + +func (o V2modelsBotVersionOutput) ToV2modelsBotVersionOutput() V2modelsBotVersionOutput { + return o +} + +func (o V2modelsBotVersionOutput) ToV2modelsBotVersionOutputWithContext(ctx context.Context) V2modelsBotVersionOutput { + return o +} + +// Idientifier of the bot to create the version for. +func (o V2modelsBotVersionOutput) BotId() pulumi.StringOutput { + return o.ApplyT(func(v *V2modelsBotVersion) pulumi.StringOutput { return v.BotId }).(pulumi.StringOutput) +} + +func (o V2modelsBotVersionOutput) BotVersion() pulumi.StringOutput { + return o.ApplyT(func(v *V2modelsBotVersion) pulumi.StringOutput { return v.BotVersion }).(pulumi.StringOutput) +} + +// A description of the version. Use the description to help identify the version in lists. +func (o V2modelsBotVersionOutput) Description() pulumi.StringPtrOutput { + return o.ApplyT(func(v *V2modelsBotVersion) pulumi.StringPtrOutput { return v.Description }).(pulumi.StringPtrOutput) +} + +func (o V2modelsBotVersionOutput) LocaleSpecification() V2modelsBotVersionLocaleSpecificationMapOutput { + return o.ApplyT(func(v *V2modelsBotVersion) V2modelsBotVersionLocaleSpecificationMapOutput { + return v.LocaleSpecification + }).(V2modelsBotVersionLocaleSpecificationMapOutput) +} + +func (o V2modelsBotVersionOutput) Timeouts() V2modelsBotVersionTimeoutsPtrOutput { + return o.ApplyT(func(v *V2modelsBotVersion) V2modelsBotVersionTimeoutsPtrOutput { return v.Timeouts }).(V2modelsBotVersionTimeoutsPtrOutput) +} + +type V2modelsBotVersionArrayOutput struct{ *pulumi.OutputState } + +func (V2modelsBotVersionArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*V2modelsBotVersion)(nil)).Elem() +} + +func (o V2modelsBotVersionArrayOutput) ToV2modelsBotVersionArrayOutput() V2modelsBotVersionArrayOutput { + return o +} + +func (o V2modelsBotVersionArrayOutput) ToV2modelsBotVersionArrayOutputWithContext(ctx context.Context) V2modelsBotVersionArrayOutput { + return o +} + +func (o V2modelsBotVersionArrayOutput) Index(i pulumi.IntInput) V2modelsBotVersionOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *V2modelsBotVersion { + return vs[0].([]*V2modelsBotVersion)[vs[1].(int)] + }).(V2modelsBotVersionOutput) +} + +type V2modelsBotVersionMapOutput struct{ *pulumi.OutputState } + +func (V2modelsBotVersionMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*V2modelsBotVersion)(nil)).Elem() +} + +func (o V2modelsBotVersionMapOutput) ToV2modelsBotVersionMapOutput() V2modelsBotVersionMapOutput { + return o +} + +func (o V2modelsBotVersionMapOutput) ToV2modelsBotVersionMapOutputWithContext(ctx context.Context) V2modelsBotVersionMapOutput { + return o +} + +func (o V2modelsBotVersionMapOutput) MapIndex(k pulumi.StringInput) V2modelsBotVersionOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *V2modelsBotVersion { + return vs[0].(map[string]*V2modelsBotVersion)[vs[1].(string)] + }).(V2modelsBotVersionOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*V2modelsBotVersionInput)(nil)).Elem(), &V2modelsBotVersion{}) + pulumi.RegisterInputType(reflect.TypeOf((*V2modelsBotVersionArrayInput)(nil)).Elem(), V2modelsBotVersionArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*V2modelsBotVersionMapInput)(nil)).Elem(), V2modelsBotVersionMap{}) + pulumi.RegisterOutputType(V2modelsBotVersionOutput{}) + pulumi.RegisterOutputType(V2modelsBotVersionArrayOutput{}) + pulumi.RegisterOutputType(V2modelsBotVersionMapOutput{}) +} diff --git a/sdk/go/aws/rds/cluster.go b/sdk/go/aws/rds/cluster.go index e20b09a1fb8..f81b49e7bcb 100644 --- a/sdk/go/aws/rds/cluster.go +++ b/sdk/go/aws/rds/cluster.go @@ -138,38 +138,6 @@ import ( // } // // ``` -// ### Aurora Multi-Master Cluster -// -// > More information about Aurora Multi-Master Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html). -// -// ```go -// package main -// -// import ( -// -// "github.com/pulumi/pulumi-aws/sdk/v6/go/aws/rds" -// "github.com/pulumi/pulumi/sdk/v3/go/pulumi" -// -// ) -// -// func main() { -// pulumi.Run(func(ctx *pulumi.Context) error { -// _, err := rds.NewCluster(ctx, "example", &rds.ClusterArgs{ -// ClusterIdentifier: pulumi.String("example"), -// DbSubnetGroupName: pulumi.Any(aws_db_subnet_group.Example.Name), -// EngineMode: pulumi.String("multimaster"), -// MasterPassword: pulumi.String("barbarbarbar"), -// MasterUsername: pulumi.String("foo"), -// SkipFinalSnapshot: pulumi.Bool(true), -// }) -// if err != nil { -// return err -// } -// return nil -// }) -// } -// -// ``` // ### RDS Multi-AZ Cluster // // > More information about RDS Multi-AZ Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html). @@ -443,7 +411,7 @@ type Cluster struct { Endpoint pulumi.StringOutput `pulumi:"endpoint"` // Name of the database engine to be used for this DB cluster. Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`. (Note that `mysql` and `postgres` are Multi-AZ RDS clusters). Engine pulumi.StringOutput `pulumi:"engine"` - // Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + // Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. EngineMode pulumi.StringPtrOutput `pulumi:"engineMode"` // Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engineVersionActual`, , see Attribute Reference below. EngineVersion pulumi.StringOutput `pulumi:"engineVersion"` @@ -610,7 +578,7 @@ type clusterState struct { Endpoint *string `pulumi:"endpoint"` // Name of the database engine to be used for this DB cluster. Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`. (Note that `mysql` and `postgres` are Multi-AZ RDS clusters). Engine *string `pulumi:"engine"` - // Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + // Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. EngineMode *string `pulumi:"engineMode"` // Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engineVersionActual`, , see Attribute Reference below. EngineVersion *string `pulumi:"engineVersion"` @@ -737,7 +705,7 @@ type ClusterState struct { Endpoint pulumi.StringPtrInput // Name of the database engine to be used for this DB cluster. Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`. (Note that `mysql` and `postgres` are Multi-AZ RDS clusters). Engine pulumi.StringPtrInput - // Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + // Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. EngineMode pulumi.StringPtrInput // Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engineVersionActual`, , see Attribute Reference below. EngineVersion pulumi.StringPtrInput @@ -862,7 +830,7 @@ type clusterArgs struct { EnabledCloudwatchLogsExports []string `pulumi:"enabledCloudwatchLogsExports"` // Name of the database engine to be used for this DB cluster. Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`. (Note that `mysql` and `postgres` are Multi-AZ RDS clusters). Engine string `pulumi:"engine"` - // Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + // Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. EngineMode *string `pulumi:"engineMode"` // Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engineVersionActual`, , see Attribute Reference below. EngineVersion *string `pulumi:"engineVersion"` @@ -971,7 +939,7 @@ type ClusterArgs struct { EnabledCloudwatchLogsExports pulumi.StringArrayInput // Name of the database engine to be used for this DB cluster. Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`. (Note that `mysql` and `postgres` are Multi-AZ RDS clusters). Engine pulumi.StringInput - // Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + // Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. EngineMode pulumi.StringPtrInput // Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engineVersionActual`, , see Attribute Reference below. EngineVersion pulumi.StringPtrInput @@ -1246,7 +1214,7 @@ func (o ClusterOutput) Engine() pulumi.StringOutput { return o.ApplyT(func(v *Cluster) pulumi.StringOutput { return v.Engine }).(pulumi.StringOutput) } -// Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. +// Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. func (o ClusterOutput) EngineMode() pulumi.StringPtrOutput { return o.ApplyT(func(v *Cluster) pulumi.StringPtrOutput { return v.EngineMode }).(pulumi.StringPtrOutput) } diff --git a/sdk/go/aws/s3/bucketLoggingV2.go b/sdk/go/aws/s3/bucketLoggingV2.go index fbf8010f3bc..a5f37820856 100644 --- a/sdk/go/aws/s3/bucketLoggingV2.go +++ b/sdk/go/aws/s3/bucketLoggingV2.go @@ -100,6 +100,8 @@ type BucketLoggingV2 struct { TargetBucket pulumi.StringOutput `pulumi:"targetBucket"` // Set of configuration blocks with information for granting permissions. See below. TargetGrants BucketLoggingV2TargetGrantArrayOutput `pulumi:"targetGrants"` + // Amazon S3 key format for log objects. See below. + TargetObjectKeyFormat BucketLoggingV2TargetObjectKeyFormatPtrOutput `pulumi:"targetObjectKeyFormat"` // Prefix for all log object keys. TargetPrefix pulumi.StringOutput `pulumi:"targetPrefix"` } @@ -151,6 +153,8 @@ type bucketLoggingV2State struct { TargetBucket *string `pulumi:"targetBucket"` // Set of configuration blocks with information for granting permissions. See below. TargetGrants []BucketLoggingV2TargetGrant `pulumi:"targetGrants"` + // Amazon S3 key format for log objects. See below. + TargetObjectKeyFormat *BucketLoggingV2TargetObjectKeyFormat `pulumi:"targetObjectKeyFormat"` // Prefix for all log object keys. TargetPrefix *string `pulumi:"targetPrefix"` } @@ -164,6 +168,8 @@ type BucketLoggingV2State struct { TargetBucket pulumi.StringPtrInput // Set of configuration blocks with information for granting permissions. See below. TargetGrants BucketLoggingV2TargetGrantArrayInput + // Amazon S3 key format for log objects. See below. + TargetObjectKeyFormat BucketLoggingV2TargetObjectKeyFormatPtrInput // Prefix for all log object keys. TargetPrefix pulumi.StringPtrInput } @@ -181,6 +187,8 @@ type bucketLoggingV2Args struct { TargetBucket string `pulumi:"targetBucket"` // Set of configuration blocks with information for granting permissions. See below. TargetGrants []BucketLoggingV2TargetGrant `pulumi:"targetGrants"` + // Amazon S3 key format for log objects. See below. + TargetObjectKeyFormat *BucketLoggingV2TargetObjectKeyFormat `pulumi:"targetObjectKeyFormat"` // Prefix for all log object keys. TargetPrefix string `pulumi:"targetPrefix"` } @@ -195,6 +203,8 @@ type BucketLoggingV2Args struct { TargetBucket pulumi.StringInput // Set of configuration blocks with information for granting permissions. See below. TargetGrants BucketLoggingV2TargetGrantArrayInput + // Amazon S3 key format for log objects. See below. + TargetObjectKeyFormat BucketLoggingV2TargetObjectKeyFormatPtrInput // Prefix for all log object keys. TargetPrefix pulumi.StringInput } @@ -306,6 +316,11 @@ func (o BucketLoggingV2Output) TargetGrants() BucketLoggingV2TargetGrantArrayOut return o.ApplyT(func(v *BucketLoggingV2) BucketLoggingV2TargetGrantArrayOutput { return v.TargetGrants }).(BucketLoggingV2TargetGrantArrayOutput) } +// Amazon S3 key format for log objects. See below. +func (o BucketLoggingV2Output) TargetObjectKeyFormat() BucketLoggingV2TargetObjectKeyFormatPtrOutput { + return o.ApplyT(func(v *BucketLoggingV2) BucketLoggingV2TargetObjectKeyFormatPtrOutput { return v.TargetObjectKeyFormat }).(BucketLoggingV2TargetObjectKeyFormatPtrOutput) +} + // Prefix for all log object keys. func (o BucketLoggingV2Output) TargetPrefix() pulumi.StringOutput { return o.ApplyT(func(v *BucketLoggingV2) pulumi.StringOutput { return v.TargetPrefix }).(pulumi.StringOutput) diff --git a/sdk/go/aws/s3/pulumiTypes.go b/sdk/go/aws/s3/pulumiTypes.go index bd5b76a992e..ecf976ba57e 100644 --- a/sdk/go/aws/s3/pulumiTypes.go +++ b/sdk/go/aws/s3/pulumiTypes.go @@ -4929,6 +4929,421 @@ func (o BucketLoggingV2TargetGrantGranteeOutput) Uri() pulumi.StringPtrOutput { return o.ApplyT(func(v BucketLoggingV2TargetGrantGrantee) *string { return v.Uri }).(pulumi.StringPtrOutput) } +type BucketLoggingV2TargetObjectKeyFormat struct { + // Partitioned S3 key for log objects. See below. + PartitionedPrefix *BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix `pulumi:"partitionedPrefix"` + // Use the simple format for S3 keys for log objects. To use, set `simplePrefix {}`. + SimplePrefix *BucketLoggingV2TargetObjectKeyFormatSimplePrefix `pulumi:"simplePrefix"` +} + +// BucketLoggingV2TargetObjectKeyFormatInput is an input type that accepts BucketLoggingV2TargetObjectKeyFormatArgs and BucketLoggingV2TargetObjectKeyFormatOutput values. +// You can construct a concrete instance of `BucketLoggingV2TargetObjectKeyFormatInput` via: +// +// BucketLoggingV2TargetObjectKeyFormatArgs{...} +type BucketLoggingV2TargetObjectKeyFormatInput interface { + pulumi.Input + + ToBucketLoggingV2TargetObjectKeyFormatOutput() BucketLoggingV2TargetObjectKeyFormatOutput + ToBucketLoggingV2TargetObjectKeyFormatOutputWithContext(context.Context) BucketLoggingV2TargetObjectKeyFormatOutput +} + +type BucketLoggingV2TargetObjectKeyFormatArgs struct { + // Partitioned S3 key for log objects. See below. + PartitionedPrefix BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrInput `pulumi:"partitionedPrefix"` + // Use the simple format for S3 keys for log objects. To use, set `simplePrefix {}`. + SimplePrefix BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrInput `pulumi:"simplePrefix"` +} + +func (BucketLoggingV2TargetObjectKeyFormatArgs) ElementType() reflect.Type { + return reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormat)(nil)).Elem() +} + +func (i BucketLoggingV2TargetObjectKeyFormatArgs) ToBucketLoggingV2TargetObjectKeyFormatOutput() BucketLoggingV2TargetObjectKeyFormatOutput { + return i.ToBucketLoggingV2TargetObjectKeyFormatOutputWithContext(context.Background()) +} + +func (i BucketLoggingV2TargetObjectKeyFormatArgs) ToBucketLoggingV2TargetObjectKeyFormatOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketLoggingV2TargetObjectKeyFormatOutput) +} + +func (i BucketLoggingV2TargetObjectKeyFormatArgs) ToBucketLoggingV2TargetObjectKeyFormatPtrOutput() BucketLoggingV2TargetObjectKeyFormatPtrOutput { + return i.ToBucketLoggingV2TargetObjectKeyFormatPtrOutputWithContext(context.Background()) +} + +func (i BucketLoggingV2TargetObjectKeyFormatArgs) ToBucketLoggingV2TargetObjectKeyFormatPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketLoggingV2TargetObjectKeyFormatOutput).ToBucketLoggingV2TargetObjectKeyFormatPtrOutputWithContext(ctx) +} + +// BucketLoggingV2TargetObjectKeyFormatPtrInput is an input type that accepts BucketLoggingV2TargetObjectKeyFormatArgs, BucketLoggingV2TargetObjectKeyFormatPtr and BucketLoggingV2TargetObjectKeyFormatPtrOutput values. +// You can construct a concrete instance of `BucketLoggingV2TargetObjectKeyFormatPtrInput` via: +// +// BucketLoggingV2TargetObjectKeyFormatArgs{...} +// +// or: +// +// nil +type BucketLoggingV2TargetObjectKeyFormatPtrInput interface { + pulumi.Input + + ToBucketLoggingV2TargetObjectKeyFormatPtrOutput() BucketLoggingV2TargetObjectKeyFormatPtrOutput + ToBucketLoggingV2TargetObjectKeyFormatPtrOutputWithContext(context.Context) BucketLoggingV2TargetObjectKeyFormatPtrOutput +} + +type bucketLoggingV2TargetObjectKeyFormatPtrType BucketLoggingV2TargetObjectKeyFormatArgs + +func BucketLoggingV2TargetObjectKeyFormatPtr(v *BucketLoggingV2TargetObjectKeyFormatArgs) BucketLoggingV2TargetObjectKeyFormatPtrInput { + return (*bucketLoggingV2TargetObjectKeyFormatPtrType)(v) +} + +func (*bucketLoggingV2TargetObjectKeyFormatPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**BucketLoggingV2TargetObjectKeyFormat)(nil)).Elem() +} + +func (i *bucketLoggingV2TargetObjectKeyFormatPtrType) ToBucketLoggingV2TargetObjectKeyFormatPtrOutput() BucketLoggingV2TargetObjectKeyFormatPtrOutput { + return i.ToBucketLoggingV2TargetObjectKeyFormatPtrOutputWithContext(context.Background()) +} + +func (i *bucketLoggingV2TargetObjectKeyFormatPtrType) ToBucketLoggingV2TargetObjectKeyFormatPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketLoggingV2TargetObjectKeyFormatPtrOutput) +} + +type BucketLoggingV2TargetObjectKeyFormatOutput struct{ *pulumi.OutputState } + +func (BucketLoggingV2TargetObjectKeyFormatOutput) ElementType() reflect.Type { + return reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormat)(nil)).Elem() +} + +func (o BucketLoggingV2TargetObjectKeyFormatOutput) ToBucketLoggingV2TargetObjectKeyFormatOutput() BucketLoggingV2TargetObjectKeyFormatOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatOutput) ToBucketLoggingV2TargetObjectKeyFormatOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatOutput) ToBucketLoggingV2TargetObjectKeyFormatPtrOutput() BucketLoggingV2TargetObjectKeyFormatPtrOutput { + return o.ToBucketLoggingV2TargetObjectKeyFormatPtrOutputWithContext(context.Background()) +} + +func (o BucketLoggingV2TargetObjectKeyFormatOutput) ToBucketLoggingV2TargetObjectKeyFormatPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v BucketLoggingV2TargetObjectKeyFormat) *BucketLoggingV2TargetObjectKeyFormat { + return &v + }).(BucketLoggingV2TargetObjectKeyFormatPtrOutput) +} + +// Partitioned S3 key for log objects. See below. +func (o BucketLoggingV2TargetObjectKeyFormatOutput) PartitionedPrefix() BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput { + return o.ApplyT(func(v BucketLoggingV2TargetObjectKeyFormat) *BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix { + return v.PartitionedPrefix + }).(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput) +} + +// Use the simple format for S3 keys for log objects. To use, set `simplePrefix {}`. +func (o BucketLoggingV2TargetObjectKeyFormatOutput) SimplePrefix() BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput { + return o.ApplyT(func(v BucketLoggingV2TargetObjectKeyFormat) *BucketLoggingV2TargetObjectKeyFormatSimplePrefix { + return v.SimplePrefix + }).(BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput) +} + +type BucketLoggingV2TargetObjectKeyFormatPtrOutput struct{ *pulumi.OutputState } + +func (BucketLoggingV2TargetObjectKeyFormatPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**BucketLoggingV2TargetObjectKeyFormat)(nil)).Elem() +} + +func (o BucketLoggingV2TargetObjectKeyFormatPtrOutput) ToBucketLoggingV2TargetObjectKeyFormatPtrOutput() BucketLoggingV2TargetObjectKeyFormatPtrOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatPtrOutput) ToBucketLoggingV2TargetObjectKeyFormatPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatPtrOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatPtrOutput) Elem() BucketLoggingV2TargetObjectKeyFormatOutput { + return o.ApplyT(func(v *BucketLoggingV2TargetObjectKeyFormat) BucketLoggingV2TargetObjectKeyFormat { + if v != nil { + return *v + } + var ret BucketLoggingV2TargetObjectKeyFormat + return ret + }).(BucketLoggingV2TargetObjectKeyFormatOutput) +} + +// Partitioned S3 key for log objects. See below. +func (o BucketLoggingV2TargetObjectKeyFormatPtrOutput) PartitionedPrefix() BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput { + return o.ApplyT(func(v *BucketLoggingV2TargetObjectKeyFormat) *BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix { + if v == nil { + return nil + } + return v.PartitionedPrefix + }).(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput) +} + +// Use the simple format for S3 keys for log objects. To use, set `simplePrefix {}`. +func (o BucketLoggingV2TargetObjectKeyFormatPtrOutput) SimplePrefix() BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput { + return o.ApplyT(func(v *BucketLoggingV2TargetObjectKeyFormat) *BucketLoggingV2TargetObjectKeyFormatSimplePrefix { + if v == nil { + return nil + } + return v.SimplePrefix + }).(BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput) +} + +type BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix struct { + // Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + PartitionDateSource string `pulumi:"partitionDateSource"` +} + +// BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixInput is an input type that accepts BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs and BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput values. +// You can construct a concrete instance of `BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixInput` via: +// +// BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs{...} +type BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixInput interface { + pulumi.Input + + ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput() BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput + ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutputWithContext(context.Context) BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput +} + +type BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs struct { + // Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + PartitionDateSource pulumi.StringInput `pulumi:"partitionDateSource"` +} + +func (BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs) ElementType() reflect.Type { + return reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix)(nil)).Elem() +} + +func (i BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput() BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput { + return i.ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutputWithContext(context.Background()) +} + +func (i BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput) +} + +func (i BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput() BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput { + return i.ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutputWithContext(context.Background()) +} + +func (i BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput).ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutputWithContext(ctx) +} + +// BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrInput is an input type that accepts BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs, BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtr and BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput values. +// You can construct a concrete instance of `BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrInput` via: +// +// BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs{...} +// +// or: +// +// nil +type BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrInput interface { + pulumi.Input + + ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput() BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput + ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutputWithContext(context.Context) BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput +} + +type bucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrType BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs + +func BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtr(v *BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs) BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrInput { + return (*bucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrType)(v) +} + +func (*bucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix)(nil)).Elem() +} + +func (i *bucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrType) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput() BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput { + return i.ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutputWithContext(context.Background()) +} + +func (i *bucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrType) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput) +} + +type BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput struct{ *pulumi.OutputState } + +func (BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput) ElementType() reflect.Type { + return reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix)(nil)).Elem() +} + +func (o BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput() BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput() BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput { + return o.ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutputWithContext(context.Background()) +} + +func (o BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix) *BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix { + return &v + }).(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput) +} + +// Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. +func (o BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput) PartitionDateSource() pulumi.StringOutput { + return o.ApplyT(func(v BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix) string { return v.PartitionDateSource }).(pulumi.StringOutput) +} + +type BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput struct{ *pulumi.OutputState } + +func (BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix)(nil)).Elem() +} + +func (o BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput() BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput) ToBucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput) Elem() BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput { + return o.ApplyT(func(v *BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix) BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix { + if v != nil { + return *v + } + var ret BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix + return ret + }).(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput) +} + +// Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. +func (o BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput) PartitionDateSource() pulumi.StringPtrOutput { + return o.ApplyT(func(v *BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix) *string { + if v == nil { + return nil + } + return &v.PartitionDateSource + }).(pulumi.StringPtrOutput) +} + +type BucketLoggingV2TargetObjectKeyFormatSimplePrefix struct { +} + +// BucketLoggingV2TargetObjectKeyFormatSimplePrefixInput is an input type that accepts BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs and BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput values. +// You can construct a concrete instance of `BucketLoggingV2TargetObjectKeyFormatSimplePrefixInput` via: +// +// BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs{...} +type BucketLoggingV2TargetObjectKeyFormatSimplePrefixInput interface { + pulumi.Input + + ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput() BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput + ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixOutputWithContext(context.Context) BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput +} + +type BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs struct { +} + +func (BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs) ElementType() reflect.Type { + return reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormatSimplePrefix)(nil)).Elem() +} + +func (i BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput() BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput { + return i.ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixOutputWithContext(context.Background()) +} + +func (i BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput) +} + +func (i BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput() BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput { + return i.ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutputWithContext(context.Background()) +} + +func (i BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput).ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutputWithContext(ctx) +} + +// BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrInput is an input type that accepts BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs, BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtr and BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput values. +// You can construct a concrete instance of `BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrInput` via: +// +// BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs{...} +// +// or: +// +// nil +type BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrInput interface { + pulumi.Input + + ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput() BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput + ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutputWithContext(context.Context) BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput +} + +type bucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrType BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs + +func BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtr(v *BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs) BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrInput { + return (*bucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrType)(v) +} + +func (*bucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**BucketLoggingV2TargetObjectKeyFormatSimplePrefix)(nil)).Elem() +} + +func (i *bucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrType) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput() BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput { + return i.ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutputWithContext(context.Background()) +} + +func (i *bucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrType) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput) +} + +type BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput struct{ *pulumi.OutputState } + +func (BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput) ElementType() reflect.Type { + return reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormatSimplePrefix)(nil)).Elem() +} + +func (o BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput() BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput() BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput { + return o.ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutputWithContext(context.Background()) +} + +func (o BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v BucketLoggingV2TargetObjectKeyFormatSimplePrefix) *BucketLoggingV2TargetObjectKeyFormatSimplePrefix { + return &v + }).(BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput) +} + +type BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput struct{ *pulumi.OutputState } + +func (BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**BucketLoggingV2TargetObjectKeyFormatSimplePrefix)(nil)).Elem() +} + +func (o BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput() BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput) ToBucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutputWithContext(ctx context.Context) BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput { + return o +} + +func (o BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput) Elem() BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput { + return o.ApplyT(func(v *BucketLoggingV2TargetObjectKeyFormatSimplePrefix) BucketLoggingV2TargetObjectKeyFormatSimplePrefix { + if v != nil { + return *v + } + var ret BucketLoggingV2TargetObjectKeyFormatSimplePrefix + return ret + }).(BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput) +} + type BucketMetricFilter struct { // Object prefix for filtering (singular). Prefix *string `pulumi:"prefix"` @@ -16625,6 +17040,12 @@ func init() { pulumi.RegisterInputType(reflect.TypeOf((*BucketLoggingV2TargetGrantInput)(nil)).Elem(), BucketLoggingV2TargetGrantArgs{}) pulumi.RegisterInputType(reflect.TypeOf((*BucketLoggingV2TargetGrantArrayInput)(nil)).Elem(), BucketLoggingV2TargetGrantArray{}) pulumi.RegisterInputType(reflect.TypeOf((*BucketLoggingV2TargetGrantGranteeInput)(nil)).Elem(), BucketLoggingV2TargetGrantGranteeArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormatInput)(nil)).Elem(), BucketLoggingV2TargetObjectKeyFormatArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormatPtrInput)(nil)).Elem(), BucketLoggingV2TargetObjectKeyFormatArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixInput)(nil)).Elem(), BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrInput)(nil)).Elem(), BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormatSimplePrefixInput)(nil)).Elem(), BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrInput)(nil)).Elem(), BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs{}) pulumi.RegisterInputType(reflect.TypeOf((*BucketMetricFilterInput)(nil)).Elem(), BucketMetricFilterArgs{}) pulumi.RegisterInputType(reflect.TypeOf((*BucketMetricFilterPtrInput)(nil)).Elem(), BucketMetricFilterArgs{}) pulumi.RegisterInputType(reflect.TypeOf((*BucketNotificationLambdaFunctionInput)(nil)).Elem(), BucketNotificationLambdaFunctionArgs{}) @@ -16855,6 +17276,12 @@ func init() { pulumi.RegisterOutputType(BucketLoggingV2TargetGrantOutput{}) pulumi.RegisterOutputType(BucketLoggingV2TargetGrantArrayOutput{}) pulumi.RegisterOutputType(BucketLoggingV2TargetGrantGranteeOutput{}) + pulumi.RegisterOutputType(BucketLoggingV2TargetObjectKeyFormatOutput{}) + pulumi.RegisterOutputType(BucketLoggingV2TargetObjectKeyFormatPtrOutput{}) + pulumi.RegisterOutputType(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixOutput{}) + pulumi.RegisterOutputType(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixPtrOutput{}) + pulumi.RegisterOutputType(BucketLoggingV2TargetObjectKeyFormatSimplePrefixOutput{}) + pulumi.RegisterOutputType(BucketLoggingV2TargetObjectKeyFormatSimplePrefixPtrOutput{}) pulumi.RegisterOutputType(BucketMetricFilterOutput{}) pulumi.RegisterOutputType(BucketMetricFilterPtrOutput{}) pulumi.RegisterOutputType(BucketNotificationLambdaFunctionOutput{}) diff --git a/sdk/go/aws/s3control/accessGrantsInstanceResourcePolicy.go b/sdk/go/aws/s3control/accessGrantsInstanceResourcePolicy.go new file mode 100644 index 00000000000..a617e149a05 --- /dev/null +++ b/sdk/go/aws/s3control/accessGrantsInstanceResourcePolicy.go @@ -0,0 +1,239 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package s3control + +import ( + "context" + "reflect" + + "errors" + "github.com/pulumi/pulumi-aws/sdk/v6/go/aws/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +// Provides a resource to manage an S3 Access Grants instance resource policy. +// Use a resource policy to manage cross-account access to your S3 Access Grants instance. +// +// ## Import +// +// Using `pulumi import`, import S3 Access Grants instance resource policies using the `account_id`. For example: +// +// ```sh +// +// $ pulumi import aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy example 123456789012 +// +// ``` +type AccessGrantsInstanceResourcePolicy struct { + pulumi.CustomResourceState + + AccountId pulumi.StringOutput `pulumi:"accountId"` + // The policy document. + Policy pulumi.StringOutput `pulumi:"policy"` +} + +// NewAccessGrantsInstanceResourcePolicy registers a new resource with the given unique name, arguments, and options. +func NewAccessGrantsInstanceResourcePolicy(ctx *pulumi.Context, + name string, args *AccessGrantsInstanceResourcePolicyArgs, opts ...pulumi.ResourceOption) (*AccessGrantsInstanceResourcePolicy, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Policy == nil { + return nil, errors.New("invalid value for required argument 'Policy'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource AccessGrantsInstanceResourcePolicy + err := ctx.RegisterResource("aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetAccessGrantsInstanceResourcePolicy gets an existing AccessGrantsInstanceResourcePolicy resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetAccessGrantsInstanceResourcePolicy(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *AccessGrantsInstanceResourcePolicyState, opts ...pulumi.ResourceOption) (*AccessGrantsInstanceResourcePolicy, error) { + var resource AccessGrantsInstanceResourcePolicy + err := ctx.ReadResource("aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering AccessGrantsInstanceResourcePolicy resources. +type accessGrantsInstanceResourcePolicyState struct { + AccountId *string `pulumi:"accountId"` + // The policy document. + Policy *string `pulumi:"policy"` +} + +type AccessGrantsInstanceResourcePolicyState struct { + AccountId pulumi.StringPtrInput + // The policy document. + Policy pulumi.StringPtrInput +} + +func (AccessGrantsInstanceResourcePolicyState) ElementType() reflect.Type { + return reflect.TypeOf((*accessGrantsInstanceResourcePolicyState)(nil)).Elem() +} + +type accessGrantsInstanceResourcePolicyArgs struct { + AccountId *string `pulumi:"accountId"` + // The policy document. + Policy string `pulumi:"policy"` +} + +// The set of arguments for constructing a AccessGrantsInstanceResourcePolicy resource. +type AccessGrantsInstanceResourcePolicyArgs struct { + AccountId pulumi.StringPtrInput + // The policy document. + Policy pulumi.StringInput +} + +func (AccessGrantsInstanceResourcePolicyArgs) ElementType() reflect.Type { + return reflect.TypeOf((*accessGrantsInstanceResourcePolicyArgs)(nil)).Elem() +} + +type AccessGrantsInstanceResourcePolicyInput interface { + pulumi.Input + + ToAccessGrantsInstanceResourcePolicyOutput() AccessGrantsInstanceResourcePolicyOutput + ToAccessGrantsInstanceResourcePolicyOutputWithContext(ctx context.Context) AccessGrantsInstanceResourcePolicyOutput +} + +func (*AccessGrantsInstanceResourcePolicy) ElementType() reflect.Type { + return reflect.TypeOf((**AccessGrantsInstanceResourcePolicy)(nil)).Elem() +} + +func (i *AccessGrantsInstanceResourcePolicy) ToAccessGrantsInstanceResourcePolicyOutput() AccessGrantsInstanceResourcePolicyOutput { + return i.ToAccessGrantsInstanceResourcePolicyOutputWithContext(context.Background()) +} + +func (i *AccessGrantsInstanceResourcePolicy) ToAccessGrantsInstanceResourcePolicyOutputWithContext(ctx context.Context) AccessGrantsInstanceResourcePolicyOutput { + return pulumi.ToOutputWithContext(ctx, i).(AccessGrantsInstanceResourcePolicyOutput) +} + +// AccessGrantsInstanceResourcePolicyArrayInput is an input type that accepts AccessGrantsInstanceResourcePolicyArray and AccessGrantsInstanceResourcePolicyArrayOutput values. +// You can construct a concrete instance of `AccessGrantsInstanceResourcePolicyArrayInput` via: +// +// AccessGrantsInstanceResourcePolicyArray{ AccessGrantsInstanceResourcePolicyArgs{...} } +type AccessGrantsInstanceResourcePolicyArrayInput interface { + pulumi.Input + + ToAccessGrantsInstanceResourcePolicyArrayOutput() AccessGrantsInstanceResourcePolicyArrayOutput + ToAccessGrantsInstanceResourcePolicyArrayOutputWithContext(context.Context) AccessGrantsInstanceResourcePolicyArrayOutput +} + +type AccessGrantsInstanceResourcePolicyArray []AccessGrantsInstanceResourcePolicyInput + +func (AccessGrantsInstanceResourcePolicyArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*AccessGrantsInstanceResourcePolicy)(nil)).Elem() +} + +func (i AccessGrantsInstanceResourcePolicyArray) ToAccessGrantsInstanceResourcePolicyArrayOutput() AccessGrantsInstanceResourcePolicyArrayOutput { + return i.ToAccessGrantsInstanceResourcePolicyArrayOutputWithContext(context.Background()) +} + +func (i AccessGrantsInstanceResourcePolicyArray) ToAccessGrantsInstanceResourcePolicyArrayOutputWithContext(ctx context.Context) AccessGrantsInstanceResourcePolicyArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(AccessGrantsInstanceResourcePolicyArrayOutput) +} + +// AccessGrantsInstanceResourcePolicyMapInput is an input type that accepts AccessGrantsInstanceResourcePolicyMap and AccessGrantsInstanceResourcePolicyMapOutput values. +// You can construct a concrete instance of `AccessGrantsInstanceResourcePolicyMapInput` via: +// +// AccessGrantsInstanceResourcePolicyMap{ "key": AccessGrantsInstanceResourcePolicyArgs{...} } +type AccessGrantsInstanceResourcePolicyMapInput interface { + pulumi.Input + + ToAccessGrantsInstanceResourcePolicyMapOutput() AccessGrantsInstanceResourcePolicyMapOutput + ToAccessGrantsInstanceResourcePolicyMapOutputWithContext(context.Context) AccessGrantsInstanceResourcePolicyMapOutput +} + +type AccessGrantsInstanceResourcePolicyMap map[string]AccessGrantsInstanceResourcePolicyInput + +func (AccessGrantsInstanceResourcePolicyMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*AccessGrantsInstanceResourcePolicy)(nil)).Elem() +} + +func (i AccessGrantsInstanceResourcePolicyMap) ToAccessGrantsInstanceResourcePolicyMapOutput() AccessGrantsInstanceResourcePolicyMapOutput { + return i.ToAccessGrantsInstanceResourcePolicyMapOutputWithContext(context.Background()) +} + +func (i AccessGrantsInstanceResourcePolicyMap) ToAccessGrantsInstanceResourcePolicyMapOutputWithContext(ctx context.Context) AccessGrantsInstanceResourcePolicyMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(AccessGrantsInstanceResourcePolicyMapOutput) +} + +type AccessGrantsInstanceResourcePolicyOutput struct{ *pulumi.OutputState } + +func (AccessGrantsInstanceResourcePolicyOutput) ElementType() reflect.Type { + return reflect.TypeOf((**AccessGrantsInstanceResourcePolicy)(nil)).Elem() +} + +func (o AccessGrantsInstanceResourcePolicyOutput) ToAccessGrantsInstanceResourcePolicyOutput() AccessGrantsInstanceResourcePolicyOutput { + return o +} + +func (o AccessGrantsInstanceResourcePolicyOutput) ToAccessGrantsInstanceResourcePolicyOutputWithContext(ctx context.Context) AccessGrantsInstanceResourcePolicyOutput { + return o +} + +func (o AccessGrantsInstanceResourcePolicyOutput) AccountId() pulumi.StringOutput { + return o.ApplyT(func(v *AccessGrantsInstanceResourcePolicy) pulumi.StringOutput { return v.AccountId }).(pulumi.StringOutput) +} + +// The policy document. +func (o AccessGrantsInstanceResourcePolicyOutput) Policy() pulumi.StringOutput { + return o.ApplyT(func(v *AccessGrantsInstanceResourcePolicy) pulumi.StringOutput { return v.Policy }).(pulumi.StringOutput) +} + +type AccessGrantsInstanceResourcePolicyArrayOutput struct{ *pulumi.OutputState } + +func (AccessGrantsInstanceResourcePolicyArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*AccessGrantsInstanceResourcePolicy)(nil)).Elem() +} + +func (o AccessGrantsInstanceResourcePolicyArrayOutput) ToAccessGrantsInstanceResourcePolicyArrayOutput() AccessGrantsInstanceResourcePolicyArrayOutput { + return o +} + +func (o AccessGrantsInstanceResourcePolicyArrayOutput) ToAccessGrantsInstanceResourcePolicyArrayOutputWithContext(ctx context.Context) AccessGrantsInstanceResourcePolicyArrayOutput { + return o +} + +func (o AccessGrantsInstanceResourcePolicyArrayOutput) Index(i pulumi.IntInput) AccessGrantsInstanceResourcePolicyOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *AccessGrantsInstanceResourcePolicy { + return vs[0].([]*AccessGrantsInstanceResourcePolicy)[vs[1].(int)] + }).(AccessGrantsInstanceResourcePolicyOutput) +} + +type AccessGrantsInstanceResourcePolicyMapOutput struct{ *pulumi.OutputState } + +func (AccessGrantsInstanceResourcePolicyMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*AccessGrantsInstanceResourcePolicy)(nil)).Elem() +} + +func (o AccessGrantsInstanceResourcePolicyMapOutput) ToAccessGrantsInstanceResourcePolicyMapOutput() AccessGrantsInstanceResourcePolicyMapOutput { + return o +} + +func (o AccessGrantsInstanceResourcePolicyMapOutput) ToAccessGrantsInstanceResourcePolicyMapOutputWithContext(ctx context.Context) AccessGrantsInstanceResourcePolicyMapOutput { + return o +} + +func (o AccessGrantsInstanceResourcePolicyMapOutput) MapIndex(k pulumi.StringInput) AccessGrantsInstanceResourcePolicyOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *AccessGrantsInstanceResourcePolicy { + return vs[0].(map[string]*AccessGrantsInstanceResourcePolicy)[vs[1].(string)] + }).(AccessGrantsInstanceResourcePolicyOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*AccessGrantsInstanceResourcePolicyInput)(nil)).Elem(), &AccessGrantsInstanceResourcePolicy{}) + pulumi.RegisterInputType(reflect.TypeOf((*AccessGrantsInstanceResourcePolicyArrayInput)(nil)).Elem(), AccessGrantsInstanceResourcePolicyArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*AccessGrantsInstanceResourcePolicyMapInput)(nil)).Elem(), AccessGrantsInstanceResourcePolicyMap{}) + pulumi.RegisterOutputType(AccessGrantsInstanceResourcePolicyOutput{}) + pulumi.RegisterOutputType(AccessGrantsInstanceResourcePolicyArrayOutput{}) + pulumi.RegisterOutputType(AccessGrantsInstanceResourcePolicyMapOutput{}) +} diff --git a/sdk/go/aws/s3control/init.go b/sdk/go/aws/s3control/init.go index 9ed46f0db93..1840111c012 100644 --- a/sdk/go/aws/s3control/init.go +++ b/sdk/go/aws/s3control/init.go @@ -21,6 +21,8 @@ func (m *module) Version() semver.Version { func (m *module) Construct(ctx *pulumi.Context, name, typ, urn string) (r pulumi.Resource, err error) { switch typ { + case "aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy": + r = &AccessGrantsInstanceResourcePolicy{} case "aws:s3control/accessPointPolicy:AccessPointPolicy": r = &AccessPointPolicy{} case "aws:s3control/bucket:Bucket": @@ -52,6 +54,11 @@ func init() { if err != nil { version = semver.Version{Major: 1} } + pulumi.RegisterResourceModule( + "aws", + "s3control/accessGrantsInstanceResourcePolicy", + &module{version}, + ) pulumi.RegisterResourceModule( "aws", "s3control/accessPointPolicy", diff --git a/sdk/go/aws/sagemaker/domain.go b/sdk/go/aws/sagemaker/domain.go index 749f4d03af5..710c95a6b68 100644 --- a/sdk/go/aws/sagemaker/domain.go +++ b/sdk/go/aws/sagemaker/domain.go @@ -165,9 +165,10 @@ type Domain struct { AuthMode pulumi.StringOutput `pulumi:"authMode"` // The default space settings. See Default Space Settings below. DefaultSpaceSettings DomainDefaultSpaceSettingsPtrOutput `pulumi:"defaultSpaceSettings"` - // The default user settings. See Default User Settings below.* `domainName` - (Required) The domain name. + // The default user settings. See Default User Settings below. DefaultUserSettings DomainDefaultUserSettingsOutput `pulumi:"defaultUserSettings"` - DomainName pulumi.StringOutput `pulumi:"domainName"` + // The domain name. + DomainName pulumi.StringOutput `pulumi:"domainName"` // The domain's settings. DomainSettings DomainDomainSettingsPtrOutput `pulumi:"domainSettings"` // The ID of the Amazon Elastic File System (EFS) managed by this Domain. @@ -255,9 +256,10 @@ type domainState struct { AuthMode *string `pulumi:"authMode"` // The default space settings. See Default Space Settings below. DefaultSpaceSettings *DomainDefaultSpaceSettings `pulumi:"defaultSpaceSettings"` - // The default user settings. See Default User Settings below.* `domainName` - (Required) The domain name. + // The default user settings. See Default User Settings below. DefaultUserSettings *DomainDefaultUserSettings `pulumi:"defaultUserSettings"` - DomainName *string `pulumi:"domainName"` + // The domain name. + DomainName *string `pulumi:"domainName"` // The domain's settings. DomainSettings *DomainDomainSettings `pulumi:"domainSettings"` // The ID of the Amazon Elastic File System (EFS) managed by this Domain. @@ -297,9 +299,10 @@ type DomainState struct { AuthMode pulumi.StringPtrInput // The default space settings. See Default Space Settings below. DefaultSpaceSettings DomainDefaultSpaceSettingsPtrInput - // The default user settings. See Default User Settings below.* `domainName` - (Required) The domain name. + // The default user settings. See Default User Settings below. DefaultUserSettings DomainDefaultUserSettingsPtrInput - DomainName pulumi.StringPtrInput + // The domain name. + DomainName pulumi.StringPtrInput // The domain's settings. DomainSettings DomainDomainSettingsPtrInput // The ID of the Amazon Elastic File System (EFS) managed by this Domain. @@ -341,9 +344,10 @@ type domainArgs struct { AuthMode string `pulumi:"authMode"` // The default space settings. See Default Space Settings below. DefaultSpaceSettings *DomainDefaultSpaceSettings `pulumi:"defaultSpaceSettings"` - // The default user settings. See Default User Settings below.* `domainName` - (Required) The domain name. + // The default user settings. See Default User Settings below. DefaultUserSettings DomainDefaultUserSettings `pulumi:"defaultUserSettings"` - DomainName string `pulumi:"domainName"` + // The domain name. + DomainName string `pulumi:"domainName"` // The domain's settings. DomainSettings *DomainDomainSettings `pulumi:"domainSettings"` // The AWS KMS customer managed CMK used to encrypt the EFS volume attached to the domain. @@ -370,9 +374,10 @@ type DomainArgs struct { AuthMode pulumi.StringInput // The default space settings. See Default Space Settings below. DefaultSpaceSettings DomainDefaultSpaceSettingsPtrInput - // The default user settings. See Default User Settings below.* `domainName` - (Required) The domain name. + // The default user settings. See Default User Settings below. DefaultUserSettings DomainDefaultUserSettingsInput - DomainName pulumi.StringInput + // The domain name. + DomainName pulumi.StringInput // The domain's settings. DomainSettings DomainDomainSettingsPtrInput // The AWS KMS customer managed CMK used to encrypt the EFS volume attached to the domain. @@ -501,11 +506,12 @@ func (o DomainOutput) DefaultSpaceSettings() DomainDefaultSpaceSettingsPtrOutput return o.ApplyT(func(v *Domain) DomainDefaultSpaceSettingsPtrOutput { return v.DefaultSpaceSettings }).(DomainDefaultSpaceSettingsPtrOutput) } -// The default user settings. See Default User Settings below.* `domainName` - (Required) The domain name. +// The default user settings. See Default User Settings below. func (o DomainOutput) DefaultUserSettings() DomainDefaultUserSettingsOutput { return o.ApplyT(func(v *Domain) DomainDefaultUserSettingsOutput { return v.DefaultUserSettings }).(DomainDefaultUserSettingsOutput) } +// The domain name. func (o DomainOutput) DomainName() pulumi.StringOutput { return o.ApplyT(func(v *Domain) pulumi.StringOutput { return v.DomainName }).(pulumi.StringOutput) } diff --git a/sdk/java/src/main/java/com/pulumi/aws/alb/TargetGroup.java b/sdk/java/src/main/java/com/pulumi/aws/alb/TargetGroup.java index eae4e27664c..2fda9980b53 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/alb/TargetGroup.java +++ b/sdk/java/src/main/java/com/pulumi/aws/alb/TargetGroup.java @@ -395,14 +395,20 @@ public Output preserveClientIp() { return this.preserveClientIp; } /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ @Export(name="protocol", refs={String.class}, tree="[0]") private Output protocol; /** - * @return Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @return Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ public Output> protocol() { @@ -525,7 +531,9 @@ public Output> targetHealthStates() { return this.targetHealthStates; } /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -540,7 +548,9 @@ public Output> targetHealthStates() { private Output targetType; /** - * @return Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @return Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/alb/TargetGroupArgs.java b/sdk/java/src/main/java/com/pulumi/aws/alb/TargetGroupArgs.java index 1137872a11c..4549443bac9 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/alb/TargetGroupArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/alb/TargetGroupArgs.java @@ -189,14 +189,20 @@ public Optional> preserveClientIp() { } /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ @Import(name="protocol") private @Nullable Output protocol; /** - * @return Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @return Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ public Optional> protocol() { @@ -309,7 +315,9 @@ public Optional>> targetHealthStat } /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -324,7 +332,9 @@ public Optional>> targetHealthStat private @Nullable Output targetType; /** - * @return Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @return Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -630,7 +640,10 @@ public Builder preserveClientIp(String preserveClientIp) { } /** - * @param protocol Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @param protocol Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * * @return builder * @@ -641,7 +654,10 @@ public Builder protocol(@Nullable Output protocol) { } /** - * @param protocol Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @param protocol Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * * @return builder * @@ -818,7 +834,9 @@ public Builder targetHealthStates(TargetGroupTargetHealthStateArgs... targetHeal } /** - * @param targetType Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @param targetType Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -837,7 +855,9 @@ public Builder targetType(@Nullable Output targetType) { } /** - * @param targetType Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @param targetType Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/alb/inputs/TargetGroupHealthCheckArgs.java b/sdk/java/src/main/java/com/pulumi/aws/alb/inputs/TargetGroupHealthCheckArgs.java index 51db6a83af3..39a30163347 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/alb/inputs/TargetGroupHealthCheckArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/alb/inputs/TargetGroupHealthCheckArgs.java @@ -63,14 +63,26 @@ public Optional> interval() { } /** - * Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * */ @Import(name="matcher") private @Nullable Output matcher; /** - * @return Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * @return The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * */ public Optional> matcher() { @@ -79,6 +91,8 @@ public Optional> matcher() { /** * Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * */ @Import(name="path") @@ -86,6 +100,8 @@ public Optional> matcher() { /** * @return Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * */ public Optional> path() { @@ -93,14 +109,18 @@ public Optional> path() { } /** - * The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * */ @Import(name="port") private @Nullable Output port; /** - * @return The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * @return The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * */ public Optional> port() { @@ -108,14 +128,22 @@ public Optional> port() { } /** - * Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * */ @Import(name="protocol") private @Nullable Output protocol; /** - * @return Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * @return Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * */ public Optional> protocol() { @@ -248,7 +276,13 @@ public Builder interval(Integer interval) { } /** - * @param matcher Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * @param matcher The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * * @return builder * @@ -259,7 +293,13 @@ public Builder matcher(@Nullable Output matcher) { } /** - * @param matcher Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * @param matcher The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * * @return builder * @@ -270,6 +310,8 @@ public Builder matcher(String matcher) { /** * @param path Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * * @return builder * @@ -281,6 +323,8 @@ public Builder path(@Nullable Output path) { /** * @param path Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * * @return builder * @@ -290,7 +334,9 @@ public Builder path(String path) { } /** - * @param port The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * @param port The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * * @return builder * @@ -301,7 +347,9 @@ public Builder port(@Nullable Output port) { } /** - * @param port The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * @param port The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * * @return builder * @@ -311,7 +359,11 @@ public Builder port(String port) { } /** - * @param protocol Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * @param protocol Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * * @return builder * @@ -322,7 +374,11 @@ public Builder protocol(@Nullable Output protocol) { } /** - * @param protocol Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * @param protocol Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aws/alb/inputs/TargetGroupState.java b/sdk/java/src/main/java/com/pulumi/aws/alb/inputs/TargetGroupState.java index 505a1ce40a6..88fe36fec41 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/alb/inputs/TargetGroupState.java +++ b/sdk/java/src/main/java/com/pulumi/aws/alb/inputs/TargetGroupState.java @@ -219,14 +219,20 @@ public Optional> preserveClientIp() { } /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ @Import(name="protocol") private @Nullable Output protocol; /** - * @return Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @return Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ public Optional> protocol() { @@ -362,7 +368,9 @@ public Optional>> targetHealthStat } /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -377,7 +385,9 @@ public Optional>> targetHealthStat private @Nullable Output targetType; /** - * @return Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @return Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -728,7 +738,10 @@ public Builder preserveClientIp(String preserveClientIp) { } /** - * @param protocol Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @param protocol Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * * @return builder * @@ -739,7 +752,10 @@ public Builder protocol(@Nullable Output protocol) { } /** - * @param protocol Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @param protocol Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * * @return builder * @@ -945,7 +961,9 @@ public Builder targetHealthStates(TargetGroupTargetHealthStateArgs... targetHeal } /** - * @param targetType Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @param targetType Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -964,7 +982,9 @@ public Builder targetType(@Nullable Output targetType) { } /** - * @param targetType Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @param targetType Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/alb/outputs/TargetGroupHealthCheck.java b/sdk/java/src/main/java/com/pulumi/aws/alb/outputs/TargetGroupHealthCheck.java index 13195ac3ec9..3d50c914815 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/alb/outputs/TargetGroupHealthCheck.java +++ b/sdk/java/src/main/java/com/pulumi/aws/alb/outputs/TargetGroupHealthCheck.java @@ -29,22 +29,36 @@ public final class TargetGroupHealthCheck { */ private @Nullable Integer interval; /** - * @return Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * @return The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * */ private @Nullable String matcher; /** * @return Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * */ private @Nullable String path; /** - * @return The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * @return The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * */ private @Nullable String port; /** - * @return Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * @return Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * */ private @Nullable String protocol; @@ -82,7 +96,13 @@ public Optional interval() { return Optional.ofNullable(this.interval); } /** - * @return Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * @return The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * */ public Optional matcher() { @@ -90,20 +110,28 @@ public Optional matcher() { } /** * @return Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * */ public Optional path() { return Optional.ofNullable(this.path); } /** - * @return The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * @return The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * */ public Optional port() { return Optional.ofNullable(this.port); } /** - * @return Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * @return Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * */ public Optional protocol() { diff --git a/sdk/java/src/main/java/com/pulumi/aws/apprunner/AutoScalingConfigurationVersion.java b/sdk/java/src/main/java/com/pulumi/aws/apprunner/AutoScalingConfigurationVersion.java index 72a7bb85410..e41b728ecbd 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/apprunner/AutoScalingConfigurationVersion.java +++ b/sdk/java/src/main/java/com/pulumi/aws/apprunner/AutoScalingConfigurationVersion.java @@ -108,6 +108,18 @@ public Output autoScalingConfigurationName() { public Output autoScalingConfigurationRevision() { return this.autoScalingConfigurationRevision; } + @Export(name="hasAssociatedService", refs={Boolean.class}, tree="[0]") + private Output hasAssociatedService; + + public Output hasAssociatedService() { + return this.hasAssociatedService; + } + @Export(name="isDefault", refs={Boolean.class}, tree="[0]") + private Output isDefault; + + public Output isDefault() { + return this.isDefault; + } /** * Whether the auto scaling configuration has the highest `auto_scaling_configuration_revision` among all configurations that share the same `auto_scaling_configuration_name`. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/apprunner/DefaultAutoScalingConfigurationVersion.java b/sdk/java/src/main/java/com/pulumi/aws/apprunner/DefaultAutoScalingConfigurationVersion.java new file mode 100644 index 00000000000..af5d777ef54 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/apprunner/DefaultAutoScalingConfigurationVersion.java @@ -0,0 +1,135 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.apprunner; + +import com.pulumi.aws.Utilities; +import com.pulumi.aws.apprunner.DefaultAutoScalingConfigurationVersionArgs; +import com.pulumi.aws.apprunner.inputs.DefaultAutoScalingConfigurationVersionState; +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Export; +import com.pulumi.core.annotations.ResourceType; +import com.pulumi.core.internal.Codegen; +import java.lang.String; +import javax.annotation.Nullable; + +/** + * Manages the default App Runner auto scaling configuration. + * When creating or updating this resource the existing default auto scaling configuration will be set to non-default automatically. + * When creating or updating this resource the configuration is automatically assigned as the default to the new services you create in the future. The new default designation doesn't affect the associations that were previously set for existing services. + * Each account can have only one default auto scaling configuration per Region. + * + * ## Example Usage + * ```java + * package generated_program; + * + * import com.pulumi.Context; + * import com.pulumi.Pulumi; + * import com.pulumi.core.Output; + * import com.pulumi.aws.apprunner.AutoScalingConfigurationVersion; + * import com.pulumi.aws.apprunner.AutoScalingConfigurationVersionArgs; + * import com.pulumi.aws.apprunner.DefaultAutoScalingConfigurationVersion; + * import com.pulumi.aws.apprunner.DefaultAutoScalingConfigurationVersionArgs; + * import java.util.List; + * import java.util.ArrayList; + * import java.util.Map; + * import java.io.File; + * import java.nio.file.Files; + * import java.nio.file.Paths; + * + * public class App { + * public static void main(String[] args) { + * Pulumi.run(App::stack); + * } + * + * public static void stack(Context ctx) { + * var exampleAutoScalingConfigurationVersion = new AutoScalingConfigurationVersion("exampleAutoScalingConfigurationVersion", AutoScalingConfigurationVersionArgs.builder() + * .autoScalingConfigurationName("example") + * .maxConcurrency(50) + * .maxSize(10) + * .minSize(2) + * .build()); + * + * var exampleDefaultAutoScalingConfigurationVersion = new DefaultAutoScalingConfigurationVersion("exampleDefaultAutoScalingConfigurationVersion", DefaultAutoScalingConfigurationVersionArgs.builder() + * .autoScalingConfigurationArn(exampleAutoScalingConfigurationVersion.arn()) + * .build()); + * + * } + * } + * ``` + * + * ## Import + * + * Using `pulumi import`, import App Runner default auto scaling configurations using the current Region. For example: + * + * ```sh + * $ pulumi import aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion example us-west-2 + * ``` + * + */ +@ResourceType(type="aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion") +public class DefaultAutoScalingConfigurationVersion extends com.pulumi.resources.CustomResource { + /** + * The ARN of the App Runner auto scaling configuration that you want to set as the default. + * + */ + @Export(name="autoScalingConfigurationArn", refs={String.class}, tree="[0]") + private Output autoScalingConfigurationArn; + + /** + * @return The ARN of the App Runner auto scaling configuration that you want to set as the default. + * + */ + public Output autoScalingConfigurationArn() { + return this.autoScalingConfigurationArn; + } + + /** + * + * @param name The _unique_ name of the resulting resource. + */ + public DefaultAutoScalingConfigurationVersion(String name) { + this(name, DefaultAutoScalingConfigurationVersionArgs.Empty); + } + /** + * + * @param name The _unique_ name of the resulting resource. + * @param args The arguments to use to populate this resource's properties. + */ + public DefaultAutoScalingConfigurationVersion(String name, DefaultAutoScalingConfigurationVersionArgs args) { + this(name, args, null); + } + /** + * + * @param name The _unique_ name of the resulting resource. + * @param args The arguments to use to populate this resource's properties. + * @param options A bag of options that control this resource's behavior. + */ + public DefaultAutoScalingConfigurationVersion(String name, DefaultAutoScalingConfigurationVersionArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) { + super("aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion", name, args == null ? DefaultAutoScalingConfigurationVersionArgs.Empty : args, makeResourceOptions(options, Codegen.empty())); + } + + private DefaultAutoScalingConfigurationVersion(String name, Output id, @Nullable DefaultAutoScalingConfigurationVersionState state, @Nullable com.pulumi.resources.CustomResourceOptions options) { + super("aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion", name, state, makeResourceOptions(options, id)); + } + + private static com.pulumi.resources.CustomResourceOptions makeResourceOptions(@Nullable com.pulumi.resources.CustomResourceOptions options, @Nullable Output id) { + var defaultOptions = com.pulumi.resources.CustomResourceOptions.builder() + .version(Utilities.getVersion()) + .build(); + return com.pulumi.resources.CustomResourceOptions.merge(defaultOptions, options, id); + } + + /** + * Get an existing Host resource's state with the given name, ID, and optional extra + * properties used to qualify the lookup. + * + * @param name The _unique_ name of the resulting resource. + * @param id The _unique_ provider ID of the resource to lookup. + * @param state + * @param options Optional settings to control the behavior of the CustomResource. + */ + public static DefaultAutoScalingConfigurationVersion get(String name, Output id, @Nullable DefaultAutoScalingConfigurationVersionState state, @Nullable com.pulumi.resources.CustomResourceOptions options) { + return new DefaultAutoScalingConfigurationVersion(name, id, state, options); + } +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/apprunner/DefaultAutoScalingConfigurationVersionArgs.java b/sdk/java/src/main/java/com/pulumi/aws/apprunner/DefaultAutoScalingConfigurationVersionArgs.java new file mode 100644 index 00000000000..ef2ef380e8d --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/apprunner/DefaultAutoScalingConfigurationVersionArgs.java @@ -0,0 +1,82 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.apprunner; + +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.lang.String; +import java.util.Objects; + + +public final class DefaultAutoScalingConfigurationVersionArgs extends com.pulumi.resources.ResourceArgs { + + public static final DefaultAutoScalingConfigurationVersionArgs Empty = new DefaultAutoScalingConfigurationVersionArgs(); + + /** + * The ARN of the App Runner auto scaling configuration that you want to set as the default. + * + */ + @Import(name="autoScalingConfigurationArn", required=true) + private Output autoScalingConfigurationArn; + + /** + * @return The ARN of the App Runner auto scaling configuration that you want to set as the default. + * + */ + public Output autoScalingConfigurationArn() { + return this.autoScalingConfigurationArn; + } + + private DefaultAutoScalingConfigurationVersionArgs() {} + + private DefaultAutoScalingConfigurationVersionArgs(DefaultAutoScalingConfigurationVersionArgs $) { + this.autoScalingConfigurationArn = $.autoScalingConfigurationArn; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(DefaultAutoScalingConfigurationVersionArgs defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private DefaultAutoScalingConfigurationVersionArgs $; + + public Builder() { + $ = new DefaultAutoScalingConfigurationVersionArgs(); + } + + public Builder(DefaultAutoScalingConfigurationVersionArgs defaults) { + $ = new DefaultAutoScalingConfigurationVersionArgs(Objects.requireNonNull(defaults)); + } + + /** + * @param autoScalingConfigurationArn The ARN of the App Runner auto scaling configuration that you want to set as the default. + * + * @return builder + * + */ + public Builder autoScalingConfigurationArn(Output autoScalingConfigurationArn) { + $.autoScalingConfigurationArn = autoScalingConfigurationArn; + return this; + } + + /** + * @param autoScalingConfigurationArn The ARN of the App Runner auto scaling configuration that you want to set as the default. + * + * @return builder + * + */ + public Builder autoScalingConfigurationArn(String autoScalingConfigurationArn) { + return autoScalingConfigurationArn(Output.of(autoScalingConfigurationArn)); + } + + public DefaultAutoScalingConfigurationVersionArgs build() { + $.autoScalingConfigurationArn = Objects.requireNonNull($.autoScalingConfigurationArn, "expected parameter 'autoScalingConfigurationArn' to be non-null"); + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/AutoScalingConfigurationVersionState.java b/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/AutoScalingConfigurationVersionState.java index 0310c7ab56b..26acae6f101 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/AutoScalingConfigurationVersionState.java +++ b/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/AutoScalingConfigurationVersionState.java @@ -63,6 +63,20 @@ public Optional> autoScalingConfigurationRevision() { return Optional.ofNullable(this.autoScalingConfigurationRevision); } + @Import(name="hasAssociatedService") + private @Nullable Output hasAssociatedService; + + public Optional> hasAssociatedService() { + return Optional.ofNullable(this.hasAssociatedService); + } + + @Import(name="isDefault") + private @Nullable Output isDefault; + + public Optional> isDefault() { + return Optional.ofNullable(this.isDefault); + } + /** * Whether the auto scaling configuration has the highest `auto_scaling_configuration_revision` among all configurations that share the same `auto_scaling_configuration_name`. * @@ -182,6 +196,8 @@ private AutoScalingConfigurationVersionState(AutoScalingConfigurationVersionStat this.arn = $.arn; this.autoScalingConfigurationName = $.autoScalingConfigurationName; this.autoScalingConfigurationRevision = $.autoScalingConfigurationRevision; + this.hasAssociatedService = $.hasAssociatedService; + this.isDefault = $.isDefault; this.latest = $.latest; this.maxConcurrency = $.maxConcurrency; this.maxSize = $.maxSize; @@ -272,6 +288,24 @@ public Builder autoScalingConfigurationRevision(Integer autoScalingConfiguration return autoScalingConfigurationRevision(Output.of(autoScalingConfigurationRevision)); } + public Builder hasAssociatedService(@Nullable Output hasAssociatedService) { + $.hasAssociatedService = hasAssociatedService; + return this; + } + + public Builder hasAssociatedService(Boolean hasAssociatedService) { + return hasAssociatedService(Output.of(hasAssociatedService)); + } + + public Builder isDefault(@Nullable Output isDefault) { + $.isDefault = isDefault; + return this; + } + + public Builder isDefault(Boolean isDefault) { + return isDefault(Output.of(isDefault)); + } + /** * @param latest Whether the auto scaling configuration has the highest `auto_scaling_configuration_revision` among all configurations that share the same `auto_scaling_configuration_name`. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/DefaultAutoScalingConfigurationVersionState.java b/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/DefaultAutoScalingConfigurationVersionState.java new file mode 100644 index 00000000000..2ef1f495965 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/DefaultAutoScalingConfigurationVersionState.java @@ -0,0 +1,83 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.apprunner.inputs; + +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.lang.String; +import java.util.Objects; +import java.util.Optional; +import javax.annotation.Nullable; + + +public final class DefaultAutoScalingConfigurationVersionState extends com.pulumi.resources.ResourceArgs { + + public static final DefaultAutoScalingConfigurationVersionState Empty = new DefaultAutoScalingConfigurationVersionState(); + + /** + * The ARN of the App Runner auto scaling configuration that you want to set as the default. + * + */ + @Import(name="autoScalingConfigurationArn") + private @Nullable Output autoScalingConfigurationArn; + + /** + * @return The ARN of the App Runner auto scaling configuration that you want to set as the default. + * + */ + public Optional> autoScalingConfigurationArn() { + return Optional.ofNullable(this.autoScalingConfigurationArn); + } + + private DefaultAutoScalingConfigurationVersionState() {} + + private DefaultAutoScalingConfigurationVersionState(DefaultAutoScalingConfigurationVersionState $) { + this.autoScalingConfigurationArn = $.autoScalingConfigurationArn; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(DefaultAutoScalingConfigurationVersionState defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private DefaultAutoScalingConfigurationVersionState $; + + public Builder() { + $ = new DefaultAutoScalingConfigurationVersionState(); + } + + public Builder(DefaultAutoScalingConfigurationVersionState defaults) { + $ = new DefaultAutoScalingConfigurationVersionState(Objects.requireNonNull(defaults)); + } + + /** + * @param autoScalingConfigurationArn The ARN of the App Runner auto scaling configuration that you want to set as the default. + * + * @return builder + * + */ + public Builder autoScalingConfigurationArn(@Nullable Output autoScalingConfigurationArn) { + $.autoScalingConfigurationArn = autoScalingConfigurationArn; + return this; + } + + /** + * @param autoScalingConfigurationArn The ARN of the App Runner auto scaling configuration that you want to set as the default. + * + * @return builder + * + */ + public Builder autoScalingConfigurationArn(String autoScalingConfigurationArn) { + return autoScalingConfigurationArn(Output.of(autoScalingConfigurationArn)); + } + + public DefaultAutoScalingConfigurationVersionState build() { + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/ServiceNetworkConfigurationArgs.java b/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/ServiceNetworkConfigurationArgs.java index 43a3357af9f..a86408ba524 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/ServiceNetworkConfigurationArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/ServiceNetworkConfigurationArgs.java @@ -7,6 +7,7 @@ import com.pulumi.aws.apprunner.inputs.ServiceNetworkConfigurationIngressConfigurationArgs; import com.pulumi.core.Output; import com.pulumi.core.annotations.Import; +import java.lang.String; import java.util.Objects; import java.util.Optional; import javax.annotation.Nullable; @@ -46,11 +47,27 @@ public Optional> ing return Optional.ofNullable(this.ingressConfiguration); } + /** + * App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + * + */ + @Import(name="ipAddressType") + private @Nullable Output ipAddressType; + + /** + * @return App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + * + */ + public Optional> ipAddressType() { + return Optional.ofNullable(this.ipAddressType); + } + private ServiceNetworkConfigurationArgs() {} private ServiceNetworkConfigurationArgs(ServiceNetworkConfigurationArgs $) { this.egressConfiguration = $.egressConfiguration; this.ingressConfiguration = $.ingressConfiguration; + this.ipAddressType = $.ipAddressType; } public static Builder builder() { @@ -113,6 +130,27 @@ public Builder ingressConfiguration(ServiceNetworkConfigurationIngressConfigurat return ingressConfiguration(Output.of(ingressConfiguration)); } + /** + * @param ipAddressType App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + * + * @return builder + * + */ + public Builder ipAddressType(@Nullable Output ipAddressType) { + $.ipAddressType = ipAddressType; + return this; + } + + /** + * @param ipAddressType App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + * + * @return builder + * + */ + public Builder ipAddressType(String ipAddressType) { + return ipAddressType(Output.of(ipAddressType)); + } + public ServiceNetworkConfigurationArgs build() { return $; } diff --git a/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/ServiceSourceConfigurationCodeRepositoryArgs.java b/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/ServiceSourceConfigurationCodeRepositoryArgs.java index 57ef384ab63..4942fc4141c 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/ServiceSourceConfigurationCodeRepositoryArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/apprunner/inputs/ServiceSourceConfigurationCodeRepositoryArgs.java @@ -62,12 +62,28 @@ public Output sou return this.sourceCodeVersion; } + /** + * The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + * + */ + @Import(name="sourceDirectory") + private @Nullable Output sourceDirectory; + + /** + * @return The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + * + */ + public Optional> sourceDirectory() { + return Optional.ofNullable(this.sourceDirectory); + } + private ServiceSourceConfigurationCodeRepositoryArgs() {} private ServiceSourceConfigurationCodeRepositoryArgs(ServiceSourceConfigurationCodeRepositoryArgs $) { this.codeConfiguration = $.codeConfiguration; this.repositoryUrl = $.repositoryUrl; this.sourceCodeVersion = $.sourceCodeVersion; + this.sourceDirectory = $.sourceDirectory; } public static Builder builder() { @@ -151,6 +167,27 @@ public Builder sourceCodeVersion(ServiceSourceConfigurationCodeRepositorySourceC return sourceCodeVersion(Output.of(sourceCodeVersion)); } + /** + * @param sourceDirectory The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + * + * @return builder + * + */ + public Builder sourceDirectory(@Nullable Output sourceDirectory) { + $.sourceDirectory = sourceDirectory; + return this; + } + + /** + * @param sourceDirectory The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + * + * @return builder + * + */ + public Builder sourceDirectory(String sourceDirectory) { + return sourceDirectory(Output.of(sourceDirectory)); + } + public ServiceSourceConfigurationCodeRepositoryArgs build() { $.repositoryUrl = Objects.requireNonNull($.repositoryUrl, "expected parameter 'repositoryUrl' to be non-null"); $.sourceCodeVersion = Objects.requireNonNull($.sourceCodeVersion, "expected parameter 'sourceCodeVersion' to be non-null"); diff --git a/sdk/java/src/main/java/com/pulumi/aws/apprunner/outputs/ServiceNetworkConfiguration.java b/sdk/java/src/main/java/com/pulumi/aws/apprunner/outputs/ServiceNetworkConfiguration.java index c6fe2d0dde2..6c818addd10 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/apprunner/outputs/ServiceNetworkConfiguration.java +++ b/sdk/java/src/main/java/com/pulumi/aws/apprunner/outputs/ServiceNetworkConfiguration.java @@ -6,6 +6,7 @@ import com.pulumi.aws.apprunner.outputs.ServiceNetworkConfigurationEgressConfiguration; import com.pulumi.aws.apprunner.outputs.ServiceNetworkConfigurationIngressConfiguration; import com.pulumi.core.annotations.CustomType; +import java.lang.String; import java.util.Objects; import java.util.Optional; import javax.annotation.Nullable; @@ -22,6 +23,11 @@ public final class ServiceNetworkConfiguration { * */ private @Nullable ServiceNetworkConfigurationIngressConfiguration ingressConfiguration; + /** + * @return App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + * + */ + private @Nullable String ipAddressType; private ServiceNetworkConfiguration() {} /** @@ -38,6 +44,13 @@ public Optional egressConfigurat public Optional ingressConfiguration() { return Optional.ofNullable(this.ingressConfiguration); } + /** + * @return App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + * + */ + public Optional ipAddressType() { + return Optional.ofNullable(this.ipAddressType); + } public static Builder builder() { return new Builder(); @@ -50,11 +63,13 @@ public static Builder builder(ServiceNetworkConfiguration defaults) { public static final class Builder { private @Nullable ServiceNetworkConfigurationEgressConfiguration egressConfiguration; private @Nullable ServiceNetworkConfigurationIngressConfiguration ingressConfiguration; + private @Nullable String ipAddressType; public Builder() {} public Builder(ServiceNetworkConfiguration defaults) { Objects.requireNonNull(defaults); this.egressConfiguration = defaults.egressConfiguration; this.ingressConfiguration = defaults.ingressConfiguration; + this.ipAddressType = defaults.ipAddressType; } @CustomType.Setter @@ -67,10 +82,16 @@ public Builder ingressConfiguration(@Nullable ServiceNetworkConfigurationIngress this.ingressConfiguration = ingressConfiguration; return this; } + @CustomType.Setter + public Builder ipAddressType(@Nullable String ipAddressType) { + this.ipAddressType = ipAddressType; + return this; + } public ServiceNetworkConfiguration build() { final var o = new ServiceNetworkConfiguration(); o.egressConfiguration = egressConfiguration; o.ingressConfiguration = ingressConfiguration; + o.ipAddressType = ipAddressType; return o; } } diff --git a/sdk/java/src/main/java/com/pulumi/aws/apprunner/outputs/ServiceSourceConfigurationCodeRepository.java b/sdk/java/src/main/java/com/pulumi/aws/apprunner/outputs/ServiceSourceConfigurationCodeRepository.java index e8700b6bd4f..5c9066f3e96 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/apprunner/outputs/ServiceSourceConfigurationCodeRepository.java +++ b/sdk/java/src/main/java/com/pulumi/aws/apprunner/outputs/ServiceSourceConfigurationCodeRepository.java @@ -28,6 +28,11 @@ public final class ServiceSourceConfigurationCodeRepository { * */ private ServiceSourceConfigurationCodeRepositorySourceCodeVersion sourceCodeVersion; + /** + * @return The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + * + */ + private @Nullable String sourceDirectory; private ServiceSourceConfigurationCodeRepository() {} /** @@ -51,6 +56,13 @@ public String repositoryUrl() { public ServiceSourceConfigurationCodeRepositorySourceCodeVersion sourceCodeVersion() { return this.sourceCodeVersion; } + /** + * @return The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + * + */ + public Optional sourceDirectory() { + return Optional.ofNullable(this.sourceDirectory); + } public static Builder builder() { return new Builder(); @@ -64,12 +76,14 @@ public static final class Builder { private @Nullable ServiceSourceConfigurationCodeRepositoryCodeConfiguration codeConfiguration; private String repositoryUrl; private ServiceSourceConfigurationCodeRepositorySourceCodeVersion sourceCodeVersion; + private @Nullable String sourceDirectory; public Builder() {} public Builder(ServiceSourceConfigurationCodeRepository defaults) { Objects.requireNonNull(defaults); this.codeConfiguration = defaults.codeConfiguration; this.repositoryUrl = defaults.repositoryUrl; this.sourceCodeVersion = defaults.sourceCodeVersion; + this.sourceDirectory = defaults.sourceDirectory; } @CustomType.Setter @@ -87,11 +101,17 @@ public Builder sourceCodeVersion(ServiceSourceConfigurationCodeRepositorySourceC this.sourceCodeVersion = Objects.requireNonNull(sourceCodeVersion); return this; } + @CustomType.Setter + public Builder sourceDirectory(@Nullable String sourceDirectory) { + this.sourceDirectory = sourceDirectory; + return this; + } public ServiceSourceConfigurationCodeRepository build() { final var o = new ServiceSourceConfigurationCodeRepository(); o.codeConfiguration = codeConfiguration; o.repositoryUrl = repositoryUrl; o.sourceCodeVersion = sourceCodeVersion; + o.sourceDirectory = sourceDirectory; return o; } } diff --git a/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/EventRule.java b/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/EventRule.java index 538e8bc2ba1..6d68e5b8ee3 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/EventRule.java +++ b/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/EventRule.java @@ -158,14 +158,22 @@ public Output> eventPattern() { return Codegen.optional(this.eventPattern); } /** - * Whether the rule should be enabled (defaults to `true`). + * Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. + * + * @deprecated + * Use "state" instead * */ + @Deprecated /* Use ""state"" instead */ @Export(name="isEnabled", refs={Boolean.class}, tree="[0]") private Output isEnabled; /** - * @return Whether the rule should be enabled (defaults to `true`). + * @return Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. * */ public Output> isEnabled() { @@ -227,6 +235,30 @@ public Output> roleArn() { public Output> scheduleExpression() { return Codegen.optional(this.scheduleExpression); } + /** + * State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `is_enabled`. + * + */ + @Export(name="state", refs={String.class}, tree="[0]") + private Output state; + + /** + * @return State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `is_enabled`. + * + */ + public Output> state() { + return Codegen.optional(this.state); + } /** * A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/EventRuleArgs.java b/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/EventRuleArgs.java index 165f8817f52..8dbb45151fa 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/EventRuleArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/EventRuleArgs.java @@ -65,16 +65,28 @@ public Optional> eventPattern() { } /** - * Whether the rule should be enabled (defaults to `true`). + * Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. + * + * @deprecated + * Use "state" instead * */ + @Deprecated /* Use ""state"" instead */ @Import(name="isEnabled") private @Nullable Output isEnabled; /** - * @return Whether the rule should be enabled (defaults to `true`). + * @return Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. + * + * @deprecated + * Use "state" instead * */ + @Deprecated /* Use ""state"" instead */ public Optional> isEnabled() { return Optional.ofNullable(this.isEnabled); } @@ -139,6 +151,31 @@ public Optional> scheduleExpression() { return Optional.ofNullable(this.scheduleExpression); } + /** + * State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `is_enabled`. + * + */ + @Import(name="state") + private @Nullable Output state; + + /** + * @return State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `is_enabled`. + * + */ + public Optional> state() { + return Optional.ofNullable(this.state); + } + /** * A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. * @@ -165,6 +202,7 @@ private EventRuleArgs(EventRuleArgs $) { this.namePrefix = $.namePrefix; this.roleArn = $.roleArn; this.scheduleExpression = $.scheduleExpression; + this.state = $.state; this.tags = $.tags; } @@ -252,22 +290,34 @@ public Builder eventPattern(String eventPattern) { } /** - * @param isEnabled Whether the rule should be enabled (defaults to `true`). + * @param isEnabled Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. * * @return builder * + * @deprecated + * Use "state" instead + * */ + @Deprecated /* Use ""state"" instead */ public Builder isEnabled(@Nullable Output isEnabled) { $.isEnabled = isEnabled; return this; } /** - * @param isEnabled Whether the rule should be enabled (defaults to `true`). + * @param isEnabled Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. * * @return builder * + * @deprecated + * Use "state" instead + * */ + @Deprecated /* Use ""state"" instead */ public Builder isEnabled(Boolean isEnabled) { return isEnabled(Output.of(isEnabled)); } @@ -356,6 +406,37 @@ public Builder scheduleExpression(String scheduleExpression) { return scheduleExpression(Output.of(scheduleExpression)); } + /** + * @param state State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `is_enabled`. + * + * @return builder + * + */ + public Builder state(@Nullable Output state) { + $.state = state; + return this; + } + + /** + * @param state State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `is_enabled`. + * + * @return builder + * + */ + public Builder state(String state) { + return state(Output.of(state)); + } + /** * @param tags A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/inputs/EventRuleState.java b/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/inputs/EventRuleState.java index da7782fe30f..f2687abd998 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/inputs/EventRuleState.java +++ b/sdk/java/src/main/java/com/pulumi/aws/cloudwatch/inputs/EventRuleState.java @@ -80,16 +80,28 @@ public Optional> eventPattern() { } /** - * Whether the rule should be enabled (defaults to `true`). + * Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. + * + * @deprecated + * Use "state" instead * */ + @Deprecated /* Use ""state"" instead */ @Import(name="isEnabled") private @Nullable Output isEnabled; /** - * @return Whether the rule should be enabled (defaults to `true`). + * @return Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. + * + * @deprecated + * Use "state" instead * */ + @Deprecated /* Use ""state"" instead */ public Optional> isEnabled() { return Optional.ofNullable(this.isEnabled); } @@ -154,6 +166,31 @@ public Optional> scheduleExpression() { return Optional.ofNullable(this.scheduleExpression); } + /** + * State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `is_enabled`. + * + */ + @Import(name="state") + private @Nullable Output state; + + /** + * @return State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `is_enabled`. + * + */ + public Optional> state() { + return Optional.ofNullable(this.state); + } + /** * A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. * @@ -204,6 +241,7 @@ private EventRuleState(EventRuleState $) { this.namePrefix = $.namePrefix; this.roleArn = $.roleArn; this.scheduleExpression = $.scheduleExpression; + this.state = $.state; this.tags = $.tags; this.tagsAll = $.tagsAll; } @@ -313,22 +351,34 @@ public Builder eventPattern(String eventPattern) { } /** - * @param isEnabled Whether the rule should be enabled (defaults to `true`). + * @param isEnabled Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. * * @return builder * + * @deprecated + * Use "state" instead + * */ + @Deprecated /* Use ""state"" instead */ public Builder isEnabled(@Nullable Output isEnabled) { $.isEnabled = isEnabled; return this; } /** - * @param isEnabled Whether the rule should be enabled (defaults to `true`). + * @param isEnabled Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. * * @return builder * + * @deprecated + * Use "state" instead + * */ + @Deprecated /* Use ""state"" instead */ public Builder isEnabled(Boolean isEnabled) { return isEnabled(Output.of(isEnabled)); } @@ -417,6 +467,37 @@ public Builder scheduleExpression(String scheduleExpression) { return scheduleExpression(Output.of(scheduleExpression)); } + /** + * @param state State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `is_enabled`. + * + * @return builder + * + */ + public Builder state(@Nullable Output state) { + $.state = state; + return this; + } + + /** + * @param state State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `is_enabled`. + * + * @return builder + * + */ + public Builder state(String state) { + return state(Output.of(state)); + } + /** * @param tags A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/dms/ReplicationConfig.java b/sdk/java/src/main/java/com/pulumi/aws/dms/ReplicationConfig.java index dd11924c859..40e40de71a4 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/dms/ReplicationConfig.java +++ b/sdk/java/src/main/java/com/pulumi/aws/dms/ReplicationConfig.java @@ -54,7 +54,7 @@ * .targetEndpointArn(aws_dms_endpoint.target().endpoint_arn()) * .tableMappings(""" * { - * "rules":[{"rule-type":"selection","rule-id":"1","rule-name":"1","object-locator":{"schema-name":"%%","table-name":"%%", "rule-action":"include"}] + * "rules":[{"rule-type":"selection","rule-id":"1","rule-name":"1","rule-action":"include","object-locator":{"schema-name":"%%","table-name":"%%"}}] * } * """) * .startReplication(true) diff --git a/sdk/java/src/main/java/com/pulumi/aws/dynamodb/inputs/TableImportTableArgs.java b/sdk/java/src/main/java/com/pulumi/aws/dynamodb/inputs/TableImportTableArgs.java index 5a268305769..daa7b6fbd17 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/dynamodb/inputs/TableImportTableArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/dynamodb/inputs/TableImportTableArgs.java @@ -18,14 +18,16 @@ public final class TableImportTableArgs extends com.pulumi.resources.ResourceArg public static final TableImportTableArgs Empty = new TableImportTableArgs(); /** - * Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + * Type of compression to be used on the input coming from the imported table. + * Valid values are `GZIP`, `ZSTD` and `NONE`. * */ @Import(name="inputCompressionType") private @Nullable Output inputCompressionType; /** - * @return Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + * @return Type of compression to be used on the input coming from the imported table. + * Valid values are `GZIP`, `ZSTD` and `NONE`. * */ public Optional> inputCompressionType() { @@ -33,14 +35,16 @@ public Optional> inputCompressionType() { } /** - * The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + * The format of the source data. + * Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. * */ @Import(name="inputFormat", required=true) private Output inputFormat; /** - * @return The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + * @return The format of the source data. + * Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. * */ public Output inputFormat() { @@ -48,14 +52,18 @@ public Output inputFormat() { } /** - * Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + * Describe the format options for the data that was imported into the target table. + * There is one value, `csv`. + * See below. * */ @Import(name="inputFormatOptions") private @Nullable Output inputFormatOptions; /** - * @return Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + * @return Describe the format options for the data that was imported into the target table. + * There is one value, `csv`. + * See below. * */ public Optional> inputFormatOptions() { @@ -63,14 +71,16 @@ public Optional> inputFormatOptio } /** - * Values for the S3 bucket the source file is imported from. See below. + * Values for the S3 bucket the source file is imported from. + * See below. * */ @Import(name="s3BucketSource", required=true) private Output s3BucketSource; /** - * @return Values for the S3 bucket the source file is imported from. See below. + * @return Values for the S3 bucket the source file is imported from. + * See below. * */ public Output s3BucketSource() { @@ -105,7 +115,8 @@ public Builder(TableImportTableArgs defaults) { } /** - * @param inputCompressionType Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + * @param inputCompressionType Type of compression to be used on the input coming from the imported table. + * Valid values are `GZIP`, `ZSTD` and `NONE`. * * @return builder * @@ -116,7 +127,8 @@ public Builder inputCompressionType(@Nullable Output inputCompressionTyp } /** - * @param inputCompressionType Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + * @param inputCompressionType Type of compression to be used on the input coming from the imported table. + * Valid values are `GZIP`, `ZSTD` and `NONE`. * * @return builder * @@ -126,7 +138,8 @@ public Builder inputCompressionType(String inputCompressionType) { } /** - * @param inputFormat The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + * @param inputFormat The format of the source data. + * Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. * * @return builder * @@ -137,7 +150,8 @@ public Builder inputFormat(Output inputFormat) { } /** - * @param inputFormat The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + * @param inputFormat The format of the source data. + * Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. * * @return builder * @@ -147,7 +161,9 @@ public Builder inputFormat(String inputFormat) { } /** - * @param inputFormatOptions Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + * @param inputFormatOptions Describe the format options for the data that was imported into the target table. + * There is one value, `csv`. + * See below. * * @return builder * @@ -158,7 +174,9 @@ public Builder inputFormatOptions(@Nullable Output s3Bucke } /** - * @param s3BucketSource Values for the S3 bucket the source file is imported from. See below. + * @param s3BucketSource Values for the S3 bucket the source file is imported from. + * See below. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aws/dynamodb/outputs/TableImportTable.java b/sdk/java/src/main/java/com/pulumi/aws/dynamodb/outputs/TableImportTable.java index a6f3747df0e..946e9169c8f 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/dynamodb/outputs/TableImportTable.java +++ b/sdk/java/src/main/java/com/pulumi/aws/dynamodb/outputs/TableImportTable.java @@ -14,50 +14,60 @@ @CustomType public final class TableImportTable { /** - * @return Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + * @return Type of compression to be used on the input coming from the imported table. + * Valid values are `GZIP`, `ZSTD` and `NONE`. * */ private @Nullable String inputCompressionType; /** - * @return The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + * @return The format of the source data. + * Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. * */ private String inputFormat; /** - * @return Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + * @return Describe the format options for the data that was imported into the target table. + * There is one value, `csv`. + * See below. * */ private @Nullable TableImportTableInputFormatOptions inputFormatOptions; /** - * @return Values for the S3 bucket the source file is imported from. See below. + * @return Values for the S3 bucket the source file is imported from. + * See below. * */ private TableImportTableS3BucketSource s3BucketSource; private TableImportTable() {} /** - * @return Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + * @return Type of compression to be used on the input coming from the imported table. + * Valid values are `GZIP`, `ZSTD` and `NONE`. * */ public Optional inputCompressionType() { return Optional.ofNullable(this.inputCompressionType); } /** - * @return The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + * @return The format of the source data. + * Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. * */ public String inputFormat() { return this.inputFormat; } /** - * @return Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + * @return Describe the format options for the data that was imported into the target table. + * There is one value, `csv`. + * See below. * */ public Optional inputFormatOptions() { return Optional.ofNullable(this.inputFormatOptions); } /** - * @return Values for the S3 bucket the source file is imported from. See below. + * @return Values for the S3 bucket the source file is imported from. + * See below. * */ public TableImportTableS3BucketSource s3BucketSource() { diff --git a/sdk/java/src/main/java/com/pulumi/aws/elasticache/ReplicationGroup.java b/sdk/java/src/main/java/com/pulumi/aws/elasticache/ReplicationGroup.java index 36de19faf4d..4c7659ab9f8 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/elasticache/ReplicationGroup.java +++ b/sdk/java/src/main/java/com/pulumi/aws/elasticache/ReplicationGroup.java @@ -277,6 +277,47 @@ * } * } * ``` + * ### Redis AUTH and In-Transit Encryption Enabled + * ```java + * package generated_program; + * + * import com.pulumi.Context; + * import com.pulumi.Pulumi; + * import com.pulumi.core.Output; + * import com.pulumi.aws.elasticache.ReplicationGroup; + * import com.pulumi.aws.elasticache.ReplicationGroupArgs; + * import java.util.List; + * import java.util.ArrayList; + * import java.util.Map; + * import java.io.File; + * import java.nio.file.Files; + * import java.nio.file.Paths; + * + * public class App { + * public static void main(String[] args) { + * Pulumi.run(App::stack); + * } + * + * public static void stack(Context ctx) { + * var example = new ReplicationGroup("example", ReplicationGroupArgs.builder() + * .description("example with authentication") + * .nodeType("cache.t2.micro") + * .numCacheClusters(1) + * .port(6379) + * .subnetGroupName(aws_elasticache_subnet_group.example().name()) + * .securityGroupIds(aws_security_group.example().id()) + * .parameterGroupName("default.redis5.0") + * .engineVersion("5.0.6") + * .transitEncryptionEnabled(true) + * .authToken("abcdefgh1234567890") + * .authTokenUpdateStrategy("ROTATE") + * .build()); + * + * } + * } + * ``` + * + * > When adding a new `auth_token` to a previously passwordless replication group, using the `ROTATE` update strategy will result in support for **both** the new token and passwordless authentication. To immediately require authorization when adding the initial token, use the `SET` strategy instead. See the [Authenticating with the Redis AUTH command](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html) guide for additional details. * * ## Import * @@ -345,6 +386,20 @@ public Output atRestEncryptionEnabled() { public Output> authToken() { return Codegen.optional(this.authToken); } + /** + * Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + * + */ + @Export(name="authTokenUpdateStrategy", refs={String.class}, tree="[0]") + private Output authTokenUpdateStrategy; + + /** + * @return Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + * + */ + public Output> authTokenUpdateStrategy() { + return Codegen.optional(this.authTokenUpdateStrategy); + } /** * Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. * Only supported for engine type `"redis"` and if the engine version is 6 or higher. diff --git a/sdk/java/src/main/java/com/pulumi/aws/elasticache/ReplicationGroupArgs.java b/sdk/java/src/main/java/com/pulumi/aws/elasticache/ReplicationGroupArgs.java index a0d63efce0f..837d9c6153e 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/elasticache/ReplicationGroupArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/elasticache/ReplicationGroupArgs.java @@ -65,6 +65,21 @@ public Optional> authToken() { return Optional.ofNullable(this.authToken); } + /** + * Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + * + */ + @Import(name="authTokenUpdateStrategy") + private @Nullable Output authTokenUpdateStrategy; + + /** + * @return Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + * + */ + public Optional> authTokenUpdateStrategy() { + return Optional.ofNullable(this.authTokenUpdateStrategy); + } + /** * Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. * Only supported for engine type `"redis"` and if the engine version is 6 or higher. @@ -590,6 +605,7 @@ private ReplicationGroupArgs(ReplicationGroupArgs $) { this.applyImmediately = $.applyImmediately; this.atRestEncryptionEnabled = $.atRestEncryptionEnabled; this.authToken = $.authToken; + this.authTokenUpdateStrategy = $.authTokenUpdateStrategy; this.autoMinorVersionUpgrade = $.autoMinorVersionUpgrade; this.automaticFailoverEnabled = $.automaticFailoverEnabled; this.dataTieringEnabled = $.dataTieringEnabled; @@ -706,6 +722,27 @@ public Builder authToken(String authToken) { return authToken(Output.of(authToken)); } + /** + * @param authTokenUpdateStrategy Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + * + * @return builder + * + */ + public Builder authTokenUpdateStrategy(@Nullable Output authTokenUpdateStrategy) { + $.authTokenUpdateStrategy = authTokenUpdateStrategy; + return this; + } + + /** + * @param authTokenUpdateStrategy Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + * + * @return builder + * + */ + public Builder authTokenUpdateStrategy(String authTokenUpdateStrategy) { + return authTokenUpdateStrategy(Output.of(authTokenUpdateStrategy)); + } + /** * @param autoMinorVersionUpgrade Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. * Only supported for engine type `"redis"` and if the engine version is 6 or higher. diff --git a/sdk/java/src/main/java/com/pulumi/aws/elasticache/inputs/ReplicationGroupState.java b/sdk/java/src/main/java/com/pulumi/aws/elasticache/inputs/ReplicationGroupState.java index 529a6280719..f0f6a152826 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/elasticache/inputs/ReplicationGroupState.java +++ b/sdk/java/src/main/java/com/pulumi/aws/elasticache/inputs/ReplicationGroupState.java @@ -80,6 +80,21 @@ public Optional> authToken() { return Optional.ofNullable(this.authToken); } + /** + * Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + * + */ + @Import(name="authTokenUpdateStrategy") + private @Nullable Output authTokenUpdateStrategy; + + /** + * @return Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + * + */ + public Optional> authTokenUpdateStrategy() { + return Optional.ofNullable(this.authTokenUpdateStrategy); + } + /** * Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. * Only supported for engine type `"redis"` and if the engine version is 6 or higher. @@ -719,6 +734,7 @@ private ReplicationGroupState(ReplicationGroupState $) { this.arn = $.arn; this.atRestEncryptionEnabled = $.atRestEncryptionEnabled; this.authToken = $.authToken; + this.authTokenUpdateStrategy = $.authTokenUpdateStrategy; this.autoMinorVersionUpgrade = $.autoMinorVersionUpgrade; this.automaticFailoverEnabled = $.automaticFailoverEnabled; this.clusterEnabled = $.clusterEnabled; @@ -863,6 +879,27 @@ public Builder authToken(String authToken) { return authToken(Output.of(authToken)); } + /** + * @param authTokenUpdateStrategy Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + * + * @return builder + * + */ + public Builder authTokenUpdateStrategy(@Nullable Output authTokenUpdateStrategy) { + $.authTokenUpdateStrategy = authTokenUpdateStrategy; + return this; + } + + /** + * @param authTokenUpdateStrategy Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + * + * @return builder + * + */ + public Builder authTokenUpdateStrategy(String authTokenUpdateStrategy) { + return authTokenUpdateStrategy(Output.of(authTokenUpdateStrategy)); + } + /** * @param autoMinorVersionUpgrade Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. * Only supported for engine type `"redis"` and if the engine version is 6 or higher. diff --git a/sdk/java/src/main/java/com/pulumi/aws/emr/EmrFunctions.java b/sdk/java/src/main/java/com/pulumi/aws/emr/EmrFunctions.java index 3bf053ebcc5..eb1f1ebcb68 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/emr/EmrFunctions.java +++ b/sdk/java/src/main/java/com/pulumi/aws/emr/EmrFunctions.java @@ -6,7 +6,10 @@ import com.pulumi.aws.Utilities; import com.pulumi.aws.emr.inputs.GetReleaseLabelsArgs; import com.pulumi.aws.emr.inputs.GetReleaseLabelsPlainArgs; +import com.pulumi.aws.emr.inputs.GetSupportedInstanceTypesArgs; +import com.pulumi.aws.emr.inputs.GetSupportedInstanceTypesPlainArgs; import com.pulumi.aws.emr.outputs.GetReleaseLabelsResult; +import com.pulumi.aws.emr.outputs.GetSupportedInstanceTypesResult; import com.pulumi.core.Output; import com.pulumi.core.TypeShape; import com.pulumi.deployment.Deployment; @@ -260,4 +263,156 @@ public static Output getReleaseLabels(GetReleaseLabelsAr public static CompletableFuture getReleaseLabelsPlain(GetReleaseLabelsPlainArgs args, InvokeOptions options) { return Deployment.getInstance().invokeAsync("aws:emr/getReleaseLabels:getReleaseLabels", TypeShape.of(GetReleaseLabelsResult.class), args, Utilities.withVersion(options)); } + /** + * Data source for managing AWS EMR Supported Instance Types. + * + * ## Example Usage + * ### Basic Usage + * ```java + * package generated_program; + * + * import com.pulumi.Context; + * import com.pulumi.Pulumi; + * import com.pulumi.core.Output; + * import com.pulumi.aws.emr.EmrFunctions; + * import com.pulumi.aws.emr.inputs.GetSupportedInstanceTypesArgs; + * import java.util.List; + * import java.util.ArrayList; + * import java.util.Map; + * import java.io.File; + * import java.nio.file.Files; + * import java.nio.file.Paths; + * + * public class App { + * public static void main(String[] args) { + * Pulumi.run(App::stack); + * } + * + * public static void stack(Context ctx) { + * final var example = EmrFunctions.getSupportedInstanceTypes(GetSupportedInstanceTypesArgs.builder() + * .releaseLabel("ebs-6.15.0") + * .build()); + * + * } + * } + * ``` + * + */ + public static Output getSupportedInstanceTypes(GetSupportedInstanceTypesArgs args) { + return getSupportedInstanceTypes(args, InvokeOptions.Empty); + } + /** + * Data source for managing AWS EMR Supported Instance Types. + * + * ## Example Usage + * ### Basic Usage + * ```java + * package generated_program; + * + * import com.pulumi.Context; + * import com.pulumi.Pulumi; + * import com.pulumi.core.Output; + * import com.pulumi.aws.emr.EmrFunctions; + * import com.pulumi.aws.emr.inputs.GetSupportedInstanceTypesArgs; + * import java.util.List; + * import java.util.ArrayList; + * import java.util.Map; + * import java.io.File; + * import java.nio.file.Files; + * import java.nio.file.Paths; + * + * public class App { + * public static void main(String[] args) { + * Pulumi.run(App::stack); + * } + * + * public static void stack(Context ctx) { + * final var example = EmrFunctions.getSupportedInstanceTypes(GetSupportedInstanceTypesArgs.builder() + * .releaseLabel("ebs-6.15.0") + * .build()); + * + * } + * } + * ``` + * + */ + public static CompletableFuture getSupportedInstanceTypesPlain(GetSupportedInstanceTypesPlainArgs args) { + return getSupportedInstanceTypesPlain(args, InvokeOptions.Empty); + } + /** + * Data source for managing AWS EMR Supported Instance Types. + * + * ## Example Usage + * ### Basic Usage + * ```java + * package generated_program; + * + * import com.pulumi.Context; + * import com.pulumi.Pulumi; + * import com.pulumi.core.Output; + * import com.pulumi.aws.emr.EmrFunctions; + * import com.pulumi.aws.emr.inputs.GetSupportedInstanceTypesArgs; + * import java.util.List; + * import java.util.ArrayList; + * import java.util.Map; + * import java.io.File; + * import java.nio.file.Files; + * import java.nio.file.Paths; + * + * public class App { + * public static void main(String[] args) { + * Pulumi.run(App::stack); + * } + * + * public static void stack(Context ctx) { + * final var example = EmrFunctions.getSupportedInstanceTypes(GetSupportedInstanceTypesArgs.builder() + * .releaseLabel("ebs-6.15.0") + * .build()); + * + * } + * } + * ``` + * + */ + public static Output getSupportedInstanceTypes(GetSupportedInstanceTypesArgs args, InvokeOptions options) { + return Deployment.getInstance().invoke("aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes", TypeShape.of(GetSupportedInstanceTypesResult.class), args, Utilities.withVersion(options)); + } + /** + * Data source for managing AWS EMR Supported Instance Types. + * + * ## Example Usage + * ### Basic Usage + * ```java + * package generated_program; + * + * import com.pulumi.Context; + * import com.pulumi.Pulumi; + * import com.pulumi.core.Output; + * import com.pulumi.aws.emr.EmrFunctions; + * import com.pulumi.aws.emr.inputs.GetSupportedInstanceTypesArgs; + * import java.util.List; + * import java.util.ArrayList; + * import java.util.Map; + * import java.io.File; + * import java.nio.file.Files; + * import java.nio.file.Paths; + * + * public class App { + * public static void main(String[] args) { + * Pulumi.run(App::stack); + * } + * + * public static void stack(Context ctx) { + * final var example = EmrFunctions.getSupportedInstanceTypes(GetSupportedInstanceTypesArgs.builder() + * .releaseLabel("ebs-6.15.0") + * .build()); + * + * } + * } + * ``` + * + */ + public static CompletableFuture getSupportedInstanceTypesPlain(GetSupportedInstanceTypesPlainArgs args, InvokeOptions options) { + return Deployment.getInstance().invokeAsync("aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes", TypeShape.of(GetSupportedInstanceTypesResult.class), args, Utilities.withVersion(options)); + } } diff --git a/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesArgs.java b/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesArgs.java new file mode 100644 index 00000000000..0b9801699dc --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesArgs.java @@ -0,0 +1,133 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.emr.inputs; + +import com.pulumi.aws.emr.inputs.GetSupportedInstanceTypesSupportedInstanceTypeArgs; +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.lang.String; +import java.util.List; +import java.util.Objects; +import java.util.Optional; +import javax.annotation.Nullable; + + +public final class GetSupportedInstanceTypesArgs extends com.pulumi.resources.InvokeArgs { + + public static final GetSupportedInstanceTypesArgs Empty = new GetSupportedInstanceTypesArgs(); + + /** + * Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + * + */ + @Import(name="releaseLabel", required=true) + private Output releaseLabel; + + /** + * @return Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + * + */ + public Output releaseLabel() { + return this.releaseLabel; + } + + /** + * List of supported instance types. See `supported_instance_types` below. + * + */ + @Import(name="supportedInstanceTypes") + private @Nullable Output> supportedInstanceTypes; + + /** + * @return List of supported instance types. See `supported_instance_types` below. + * + */ + public Optional>> supportedInstanceTypes() { + return Optional.ofNullable(this.supportedInstanceTypes); + } + + private GetSupportedInstanceTypesArgs() {} + + private GetSupportedInstanceTypesArgs(GetSupportedInstanceTypesArgs $) { + this.releaseLabel = $.releaseLabel; + this.supportedInstanceTypes = $.supportedInstanceTypes; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(GetSupportedInstanceTypesArgs defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private GetSupportedInstanceTypesArgs $; + + public Builder() { + $ = new GetSupportedInstanceTypesArgs(); + } + + public Builder(GetSupportedInstanceTypesArgs defaults) { + $ = new GetSupportedInstanceTypesArgs(Objects.requireNonNull(defaults)); + } + + /** + * @param releaseLabel Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + * + * @return builder + * + */ + public Builder releaseLabel(Output releaseLabel) { + $.releaseLabel = releaseLabel; + return this; + } + + /** + * @param releaseLabel Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + * + * @return builder + * + */ + public Builder releaseLabel(String releaseLabel) { + return releaseLabel(Output.of(releaseLabel)); + } + + /** + * @param supportedInstanceTypes List of supported instance types. See `supported_instance_types` below. + * + * @return builder + * + */ + public Builder supportedInstanceTypes(@Nullable Output> supportedInstanceTypes) { + $.supportedInstanceTypes = supportedInstanceTypes; + return this; + } + + /** + * @param supportedInstanceTypes List of supported instance types. See `supported_instance_types` below. + * + * @return builder + * + */ + public Builder supportedInstanceTypes(List supportedInstanceTypes) { + return supportedInstanceTypes(Output.of(supportedInstanceTypes)); + } + + /** + * @param supportedInstanceTypes List of supported instance types. See `supported_instance_types` below. + * + * @return builder + * + */ + public Builder supportedInstanceTypes(GetSupportedInstanceTypesSupportedInstanceTypeArgs... supportedInstanceTypes) { + return supportedInstanceTypes(List.of(supportedInstanceTypes)); + } + + public GetSupportedInstanceTypesArgs build() { + $.releaseLabel = Objects.requireNonNull($.releaseLabel, "expected parameter 'releaseLabel' to be non-null"); + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesPlainArgs.java b/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesPlainArgs.java new file mode 100644 index 00000000000..9f8eaefde2d --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesPlainArgs.java @@ -0,0 +1,112 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.emr.inputs; + +import com.pulumi.aws.emr.inputs.GetSupportedInstanceTypesSupportedInstanceType; +import com.pulumi.core.annotations.Import; +import java.lang.String; +import java.util.List; +import java.util.Objects; +import java.util.Optional; +import javax.annotation.Nullable; + + +public final class GetSupportedInstanceTypesPlainArgs extends com.pulumi.resources.InvokeArgs { + + public static final GetSupportedInstanceTypesPlainArgs Empty = new GetSupportedInstanceTypesPlainArgs(); + + /** + * Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + * + */ + @Import(name="releaseLabel", required=true) + private String releaseLabel; + + /** + * @return Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + * + */ + public String releaseLabel() { + return this.releaseLabel; + } + + /** + * List of supported instance types. See `supported_instance_types` below. + * + */ + @Import(name="supportedInstanceTypes") + private @Nullable List supportedInstanceTypes; + + /** + * @return List of supported instance types. See `supported_instance_types` below. + * + */ + public Optional> supportedInstanceTypes() { + return Optional.ofNullable(this.supportedInstanceTypes); + } + + private GetSupportedInstanceTypesPlainArgs() {} + + private GetSupportedInstanceTypesPlainArgs(GetSupportedInstanceTypesPlainArgs $) { + this.releaseLabel = $.releaseLabel; + this.supportedInstanceTypes = $.supportedInstanceTypes; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(GetSupportedInstanceTypesPlainArgs defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private GetSupportedInstanceTypesPlainArgs $; + + public Builder() { + $ = new GetSupportedInstanceTypesPlainArgs(); + } + + public Builder(GetSupportedInstanceTypesPlainArgs defaults) { + $ = new GetSupportedInstanceTypesPlainArgs(Objects.requireNonNull(defaults)); + } + + /** + * @param releaseLabel Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + * + * @return builder + * + */ + public Builder releaseLabel(String releaseLabel) { + $.releaseLabel = releaseLabel; + return this; + } + + /** + * @param supportedInstanceTypes List of supported instance types. See `supported_instance_types` below. + * + * @return builder + * + */ + public Builder supportedInstanceTypes(@Nullable List supportedInstanceTypes) { + $.supportedInstanceTypes = supportedInstanceTypes; + return this; + } + + /** + * @param supportedInstanceTypes List of supported instance types. See `supported_instance_types` below. + * + * @return builder + * + */ + public Builder supportedInstanceTypes(GetSupportedInstanceTypesSupportedInstanceType... supportedInstanceTypes) { + return supportedInstanceTypes(List.of(supportedInstanceTypes)); + } + + public GetSupportedInstanceTypesPlainArgs build() { + $.releaseLabel = Objects.requireNonNull($.releaseLabel, "expected parameter 'releaseLabel' to be non-null"); + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesSupportedInstanceType.java b/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesSupportedInstanceType.java new file mode 100644 index 00000000000..8653dc6a334 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesSupportedInstanceType.java @@ -0,0 +1,354 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.emr.inputs; + +import com.pulumi.core.annotations.Import; +import java.lang.Boolean; +import java.lang.Double; +import java.lang.Integer; +import java.lang.String; +import java.util.Objects; + + +public final class GetSupportedInstanceTypesSupportedInstanceType extends com.pulumi.resources.InvokeArgs { + + public static final GetSupportedInstanceTypesSupportedInstanceType Empty = new GetSupportedInstanceTypesSupportedInstanceType(); + + /** + * CPU architecture. + * + */ + @Import(name="architecture", required=true) + private String architecture; + + /** + * @return CPU architecture. + * + */ + public String architecture() { + return this.architecture; + } + + /** + * Indicates whether the instance type supports Amazon EBS optimization. + * + */ + @Import(name="ebsOptimizedAvailable", required=true) + private Boolean ebsOptimizedAvailable; + + /** + * @return Indicates whether the instance type supports Amazon EBS optimization. + * + */ + public Boolean ebsOptimizedAvailable() { + return this.ebsOptimizedAvailable; + } + + /** + * Indicates whether the instance type uses Amazon EBS optimization by default. + * + */ + @Import(name="ebsOptimizedByDefault", required=true) + private Boolean ebsOptimizedByDefault; + + /** + * @return Indicates whether the instance type uses Amazon EBS optimization by default. + * + */ + public Boolean ebsOptimizedByDefault() { + return this.ebsOptimizedByDefault; + } + + /** + * Indicates whether the instance type only supports Amazon EBS. + * + */ + @Import(name="ebsStorageOnly", required=true) + private Boolean ebsStorageOnly; + + /** + * @return Indicates whether the instance type only supports Amazon EBS. + * + */ + public Boolean ebsStorageOnly() { + return this.ebsStorageOnly; + } + + /** + * The Amazon EC2 family and generation for the instance type. + * + */ + @Import(name="instanceFamilyId", required=true) + private String instanceFamilyId; + + /** + * @return The Amazon EC2 family and generation for the instance type. + * + */ + public String instanceFamilyId() { + return this.instanceFamilyId; + } + + /** + * Indicates whether the instance type only supports 64-bit architecture. + * + */ + @Import(name="is64BitsOnly", required=true) + private Boolean is64BitsOnly; + + /** + * @return Indicates whether the instance type only supports 64-bit architecture. + * + */ + public Boolean is64BitsOnly() { + return this.is64BitsOnly; + } + + /** + * Memory that is available to Amazon EMR from the instance type. + * + */ + @Import(name="memoryGb", required=true) + private Double memoryGb; + + /** + * @return Memory that is available to Amazon EMR from the instance type. + * + */ + public Double memoryGb() { + return this.memoryGb; + } + + /** + * Number of disks for the instance type. + * + */ + @Import(name="numberOfDisks", required=true) + private Integer numberOfDisks; + + /** + * @return Number of disks for the instance type. + * + */ + public Integer numberOfDisks() { + return this.numberOfDisks; + } + + /** + * Storage capacity of the instance type. + * + */ + @Import(name="storageGb", required=true) + private Integer storageGb; + + /** + * @return Storage capacity of the instance type. + * + */ + public Integer storageGb() { + return this.storageGb; + } + + /** + * Amazon EC2 instance type. For example, `m5.xlarge`. + * + */ + @Import(name="type", required=true) + private String type; + + /** + * @return Amazon EC2 instance type. For example, `m5.xlarge`. + * + */ + public String type() { + return this.type; + } + + /** + * The number of vCPUs available for the instance type. + * + */ + @Import(name="vcpu", required=true) + private Integer vcpu; + + /** + * @return The number of vCPUs available for the instance type. + * + */ + public Integer vcpu() { + return this.vcpu; + } + + private GetSupportedInstanceTypesSupportedInstanceType() {} + + private GetSupportedInstanceTypesSupportedInstanceType(GetSupportedInstanceTypesSupportedInstanceType $) { + this.architecture = $.architecture; + this.ebsOptimizedAvailable = $.ebsOptimizedAvailable; + this.ebsOptimizedByDefault = $.ebsOptimizedByDefault; + this.ebsStorageOnly = $.ebsStorageOnly; + this.instanceFamilyId = $.instanceFamilyId; + this.is64BitsOnly = $.is64BitsOnly; + this.memoryGb = $.memoryGb; + this.numberOfDisks = $.numberOfDisks; + this.storageGb = $.storageGb; + this.type = $.type; + this.vcpu = $.vcpu; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(GetSupportedInstanceTypesSupportedInstanceType defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private GetSupportedInstanceTypesSupportedInstanceType $; + + public Builder() { + $ = new GetSupportedInstanceTypesSupportedInstanceType(); + } + + public Builder(GetSupportedInstanceTypesSupportedInstanceType defaults) { + $ = new GetSupportedInstanceTypesSupportedInstanceType(Objects.requireNonNull(defaults)); + } + + /** + * @param architecture CPU architecture. + * + * @return builder + * + */ + public Builder architecture(String architecture) { + $.architecture = architecture; + return this; + } + + /** + * @param ebsOptimizedAvailable Indicates whether the instance type supports Amazon EBS optimization. + * + * @return builder + * + */ + public Builder ebsOptimizedAvailable(Boolean ebsOptimizedAvailable) { + $.ebsOptimizedAvailable = ebsOptimizedAvailable; + return this; + } + + /** + * @param ebsOptimizedByDefault Indicates whether the instance type uses Amazon EBS optimization by default. + * + * @return builder + * + */ + public Builder ebsOptimizedByDefault(Boolean ebsOptimizedByDefault) { + $.ebsOptimizedByDefault = ebsOptimizedByDefault; + return this; + } + + /** + * @param ebsStorageOnly Indicates whether the instance type only supports Amazon EBS. + * + * @return builder + * + */ + public Builder ebsStorageOnly(Boolean ebsStorageOnly) { + $.ebsStorageOnly = ebsStorageOnly; + return this; + } + + /** + * @param instanceFamilyId The Amazon EC2 family and generation for the instance type. + * + * @return builder + * + */ + public Builder instanceFamilyId(String instanceFamilyId) { + $.instanceFamilyId = instanceFamilyId; + return this; + } + + /** + * @param is64BitsOnly Indicates whether the instance type only supports 64-bit architecture. + * + * @return builder + * + */ + public Builder is64BitsOnly(Boolean is64BitsOnly) { + $.is64BitsOnly = is64BitsOnly; + return this; + } + + /** + * @param memoryGb Memory that is available to Amazon EMR from the instance type. + * + * @return builder + * + */ + public Builder memoryGb(Double memoryGb) { + $.memoryGb = memoryGb; + return this; + } + + /** + * @param numberOfDisks Number of disks for the instance type. + * + * @return builder + * + */ + public Builder numberOfDisks(Integer numberOfDisks) { + $.numberOfDisks = numberOfDisks; + return this; + } + + /** + * @param storageGb Storage capacity of the instance type. + * + * @return builder + * + */ + public Builder storageGb(Integer storageGb) { + $.storageGb = storageGb; + return this; + } + + /** + * @param type Amazon EC2 instance type. For example, `m5.xlarge`. + * + * @return builder + * + */ + public Builder type(String type) { + $.type = type; + return this; + } + + /** + * @param vcpu The number of vCPUs available for the instance type. + * + * @return builder + * + */ + public Builder vcpu(Integer vcpu) { + $.vcpu = vcpu; + return this; + } + + public GetSupportedInstanceTypesSupportedInstanceType build() { + $.architecture = Objects.requireNonNull($.architecture, "expected parameter 'architecture' to be non-null"); + $.ebsOptimizedAvailable = Objects.requireNonNull($.ebsOptimizedAvailable, "expected parameter 'ebsOptimizedAvailable' to be non-null"); + $.ebsOptimizedByDefault = Objects.requireNonNull($.ebsOptimizedByDefault, "expected parameter 'ebsOptimizedByDefault' to be non-null"); + $.ebsStorageOnly = Objects.requireNonNull($.ebsStorageOnly, "expected parameter 'ebsStorageOnly' to be non-null"); + $.instanceFamilyId = Objects.requireNonNull($.instanceFamilyId, "expected parameter 'instanceFamilyId' to be non-null"); + $.is64BitsOnly = Objects.requireNonNull($.is64BitsOnly, "expected parameter 'is64BitsOnly' to be non-null"); + $.memoryGb = Objects.requireNonNull($.memoryGb, "expected parameter 'memoryGb' to be non-null"); + $.numberOfDisks = Objects.requireNonNull($.numberOfDisks, "expected parameter 'numberOfDisks' to be non-null"); + $.storageGb = Objects.requireNonNull($.storageGb, "expected parameter 'storageGb' to be non-null"); + $.type = Objects.requireNonNull($.type, "expected parameter 'type' to be non-null"); + $.vcpu = Objects.requireNonNull($.vcpu, "expected parameter 'vcpu' to be non-null"); + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesSupportedInstanceTypeArgs.java b/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesSupportedInstanceTypeArgs.java new file mode 100644 index 00000000000..02bffa738f7 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/emr/inputs/GetSupportedInstanceTypesSupportedInstanceTypeArgs.java @@ -0,0 +1,465 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.emr.inputs; + +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.lang.Boolean; +import java.lang.Double; +import java.lang.Integer; +import java.lang.String; +import java.util.Objects; + + +public final class GetSupportedInstanceTypesSupportedInstanceTypeArgs extends com.pulumi.resources.ResourceArgs { + + public static final GetSupportedInstanceTypesSupportedInstanceTypeArgs Empty = new GetSupportedInstanceTypesSupportedInstanceTypeArgs(); + + /** + * CPU architecture. + * + */ + @Import(name="architecture", required=true) + private Output architecture; + + /** + * @return CPU architecture. + * + */ + public Output architecture() { + return this.architecture; + } + + /** + * Indicates whether the instance type supports Amazon EBS optimization. + * + */ + @Import(name="ebsOptimizedAvailable", required=true) + private Output ebsOptimizedAvailable; + + /** + * @return Indicates whether the instance type supports Amazon EBS optimization. + * + */ + public Output ebsOptimizedAvailable() { + return this.ebsOptimizedAvailable; + } + + /** + * Indicates whether the instance type uses Amazon EBS optimization by default. + * + */ + @Import(name="ebsOptimizedByDefault", required=true) + private Output ebsOptimizedByDefault; + + /** + * @return Indicates whether the instance type uses Amazon EBS optimization by default. + * + */ + public Output ebsOptimizedByDefault() { + return this.ebsOptimizedByDefault; + } + + /** + * Indicates whether the instance type only supports Amazon EBS. + * + */ + @Import(name="ebsStorageOnly", required=true) + private Output ebsStorageOnly; + + /** + * @return Indicates whether the instance type only supports Amazon EBS. + * + */ + public Output ebsStorageOnly() { + return this.ebsStorageOnly; + } + + /** + * The Amazon EC2 family and generation for the instance type. + * + */ + @Import(name="instanceFamilyId", required=true) + private Output instanceFamilyId; + + /** + * @return The Amazon EC2 family and generation for the instance type. + * + */ + public Output instanceFamilyId() { + return this.instanceFamilyId; + } + + /** + * Indicates whether the instance type only supports 64-bit architecture. + * + */ + @Import(name="is64BitsOnly", required=true) + private Output is64BitsOnly; + + /** + * @return Indicates whether the instance type only supports 64-bit architecture. + * + */ + public Output is64BitsOnly() { + return this.is64BitsOnly; + } + + /** + * Memory that is available to Amazon EMR from the instance type. + * + */ + @Import(name="memoryGb", required=true) + private Output memoryGb; + + /** + * @return Memory that is available to Amazon EMR from the instance type. + * + */ + public Output memoryGb() { + return this.memoryGb; + } + + /** + * Number of disks for the instance type. + * + */ + @Import(name="numberOfDisks", required=true) + private Output numberOfDisks; + + /** + * @return Number of disks for the instance type. + * + */ + public Output numberOfDisks() { + return this.numberOfDisks; + } + + /** + * Storage capacity of the instance type. + * + */ + @Import(name="storageGb", required=true) + private Output storageGb; + + /** + * @return Storage capacity of the instance type. + * + */ + public Output storageGb() { + return this.storageGb; + } + + /** + * Amazon EC2 instance type. For example, `m5.xlarge`. + * + */ + @Import(name="type", required=true) + private Output type; + + /** + * @return Amazon EC2 instance type. For example, `m5.xlarge`. + * + */ + public Output type() { + return this.type; + } + + /** + * The number of vCPUs available for the instance type. + * + */ + @Import(name="vcpu", required=true) + private Output vcpu; + + /** + * @return The number of vCPUs available for the instance type. + * + */ + public Output vcpu() { + return this.vcpu; + } + + private GetSupportedInstanceTypesSupportedInstanceTypeArgs() {} + + private GetSupportedInstanceTypesSupportedInstanceTypeArgs(GetSupportedInstanceTypesSupportedInstanceTypeArgs $) { + this.architecture = $.architecture; + this.ebsOptimizedAvailable = $.ebsOptimizedAvailable; + this.ebsOptimizedByDefault = $.ebsOptimizedByDefault; + this.ebsStorageOnly = $.ebsStorageOnly; + this.instanceFamilyId = $.instanceFamilyId; + this.is64BitsOnly = $.is64BitsOnly; + this.memoryGb = $.memoryGb; + this.numberOfDisks = $.numberOfDisks; + this.storageGb = $.storageGb; + this.type = $.type; + this.vcpu = $.vcpu; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(GetSupportedInstanceTypesSupportedInstanceTypeArgs defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private GetSupportedInstanceTypesSupportedInstanceTypeArgs $; + + public Builder() { + $ = new GetSupportedInstanceTypesSupportedInstanceTypeArgs(); + } + + public Builder(GetSupportedInstanceTypesSupportedInstanceTypeArgs defaults) { + $ = new GetSupportedInstanceTypesSupportedInstanceTypeArgs(Objects.requireNonNull(defaults)); + } + + /** + * @param architecture CPU architecture. + * + * @return builder + * + */ + public Builder architecture(Output architecture) { + $.architecture = architecture; + return this; + } + + /** + * @param architecture CPU architecture. + * + * @return builder + * + */ + public Builder architecture(String architecture) { + return architecture(Output.of(architecture)); + } + + /** + * @param ebsOptimizedAvailable Indicates whether the instance type supports Amazon EBS optimization. + * + * @return builder + * + */ + public Builder ebsOptimizedAvailable(Output ebsOptimizedAvailable) { + $.ebsOptimizedAvailable = ebsOptimizedAvailable; + return this; + } + + /** + * @param ebsOptimizedAvailable Indicates whether the instance type supports Amazon EBS optimization. + * + * @return builder + * + */ + public Builder ebsOptimizedAvailable(Boolean ebsOptimizedAvailable) { + return ebsOptimizedAvailable(Output.of(ebsOptimizedAvailable)); + } + + /** + * @param ebsOptimizedByDefault Indicates whether the instance type uses Amazon EBS optimization by default. + * + * @return builder + * + */ + public Builder ebsOptimizedByDefault(Output ebsOptimizedByDefault) { + $.ebsOptimizedByDefault = ebsOptimizedByDefault; + return this; + } + + /** + * @param ebsOptimizedByDefault Indicates whether the instance type uses Amazon EBS optimization by default. + * + * @return builder + * + */ + public Builder ebsOptimizedByDefault(Boolean ebsOptimizedByDefault) { + return ebsOptimizedByDefault(Output.of(ebsOptimizedByDefault)); + } + + /** + * @param ebsStorageOnly Indicates whether the instance type only supports Amazon EBS. + * + * @return builder + * + */ + public Builder ebsStorageOnly(Output ebsStorageOnly) { + $.ebsStorageOnly = ebsStorageOnly; + return this; + } + + /** + * @param ebsStorageOnly Indicates whether the instance type only supports Amazon EBS. + * + * @return builder + * + */ + public Builder ebsStorageOnly(Boolean ebsStorageOnly) { + return ebsStorageOnly(Output.of(ebsStorageOnly)); + } + + /** + * @param instanceFamilyId The Amazon EC2 family and generation for the instance type. + * + * @return builder + * + */ + public Builder instanceFamilyId(Output instanceFamilyId) { + $.instanceFamilyId = instanceFamilyId; + return this; + } + + /** + * @param instanceFamilyId The Amazon EC2 family and generation for the instance type. + * + * @return builder + * + */ + public Builder instanceFamilyId(String instanceFamilyId) { + return instanceFamilyId(Output.of(instanceFamilyId)); + } + + /** + * @param is64BitsOnly Indicates whether the instance type only supports 64-bit architecture. + * + * @return builder + * + */ + public Builder is64BitsOnly(Output is64BitsOnly) { + $.is64BitsOnly = is64BitsOnly; + return this; + } + + /** + * @param is64BitsOnly Indicates whether the instance type only supports 64-bit architecture. + * + * @return builder + * + */ + public Builder is64BitsOnly(Boolean is64BitsOnly) { + return is64BitsOnly(Output.of(is64BitsOnly)); + } + + /** + * @param memoryGb Memory that is available to Amazon EMR from the instance type. + * + * @return builder + * + */ + public Builder memoryGb(Output memoryGb) { + $.memoryGb = memoryGb; + return this; + } + + /** + * @param memoryGb Memory that is available to Amazon EMR from the instance type. + * + * @return builder + * + */ + public Builder memoryGb(Double memoryGb) { + return memoryGb(Output.of(memoryGb)); + } + + /** + * @param numberOfDisks Number of disks for the instance type. + * + * @return builder + * + */ + public Builder numberOfDisks(Output numberOfDisks) { + $.numberOfDisks = numberOfDisks; + return this; + } + + /** + * @param numberOfDisks Number of disks for the instance type. + * + * @return builder + * + */ + public Builder numberOfDisks(Integer numberOfDisks) { + return numberOfDisks(Output.of(numberOfDisks)); + } + + /** + * @param storageGb Storage capacity of the instance type. + * + * @return builder + * + */ + public Builder storageGb(Output storageGb) { + $.storageGb = storageGb; + return this; + } + + /** + * @param storageGb Storage capacity of the instance type. + * + * @return builder + * + */ + public Builder storageGb(Integer storageGb) { + return storageGb(Output.of(storageGb)); + } + + /** + * @param type Amazon EC2 instance type. For example, `m5.xlarge`. + * + * @return builder + * + */ + public Builder type(Output type) { + $.type = type; + return this; + } + + /** + * @param type Amazon EC2 instance type. For example, `m5.xlarge`. + * + * @return builder + * + */ + public Builder type(String type) { + return type(Output.of(type)); + } + + /** + * @param vcpu The number of vCPUs available for the instance type. + * + * @return builder + * + */ + public Builder vcpu(Output vcpu) { + $.vcpu = vcpu; + return this; + } + + /** + * @param vcpu The number of vCPUs available for the instance type. + * + * @return builder + * + */ + public Builder vcpu(Integer vcpu) { + return vcpu(Output.of(vcpu)); + } + + public GetSupportedInstanceTypesSupportedInstanceTypeArgs build() { + $.architecture = Objects.requireNonNull($.architecture, "expected parameter 'architecture' to be non-null"); + $.ebsOptimizedAvailable = Objects.requireNonNull($.ebsOptimizedAvailable, "expected parameter 'ebsOptimizedAvailable' to be non-null"); + $.ebsOptimizedByDefault = Objects.requireNonNull($.ebsOptimizedByDefault, "expected parameter 'ebsOptimizedByDefault' to be non-null"); + $.ebsStorageOnly = Objects.requireNonNull($.ebsStorageOnly, "expected parameter 'ebsStorageOnly' to be non-null"); + $.instanceFamilyId = Objects.requireNonNull($.instanceFamilyId, "expected parameter 'instanceFamilyId' to be non-null"); + $.is64BitsOnly = Objects.requireNonNull($.is64BitsOnly, "expected parameter 'is64BitsOnly' to be non-null"); + $.memoryGb = Objects.requireNonNull($.memoryGb, "expected parameter 'memoryGb' to be non-null"); + $.numberOfDisks = Objects.requireNonNull($.numberOfDisks, "expected parameter 'numberOfDisks' to be non-null"); + $.storageGb = Objects.requireNonNull($.storageGb, "expected parameter 'storageGb' to be non-null"); + $.type = Objects.requireNonNull($.type, "expected parameter 'type' to be non-null"); + $.vcpu = Objects.requireNonNull($.vcpu, "expected parameter 'vcpu' to be non-null"); + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/emr/outputs/GetSupportedInstanceTypesResult.java b/sdk/java/src/main/java/com/pulumi/aws/emr/outputs/GetSupportedInstanceTypesResult.java new file mode 100644 index 00000000000..663cccb25d8 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/emr/outputs/GetSupportedInstanceTypesResult.java @@ -0,0 +1,84 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.emr.outputs; + +import com.pulumi.aws.emr.outputs.GetSupportedInstanceTypesSupportedInstanceType; +import com.pulumi.core.annotations.CustomType; +import java.lang.String; +import java.util.List; +import java.util.Objects; +import javax.annotation.Nullable; + +@CustomType +public final class GetSupportedInstanceTypesResult { + private String id; + private String releaseLabel; + /** + * @return List of supported instance types. See `supported_instance_types` below. + * + */ + private @Nullable List supportedInstanceTypes; + + private GetSupportedInstanceTypesResult() {} + public String id() { + return this.id; + } + public String releaseLabel() { + return this.releaseLabel; + } + /** + * @return List of supported instance types. See `supported_instance_types` below. + * + */ + public List supportedInstanceTypes() { + return this.supportedInstanceTypes == null ? List.of() : this.supportedInstanceTypes; + } + + public static Builder builder() { + return new Builder(); + } + + public static Builder builder(GetSupportedInstanceTypesResult defaults) { + return new Builder(defaults); + } + @CustomType.Builder + public static final class Builder { + private String id; + private String releaseLabel; + private @Nullable List supportedInstanceTypes; + public Builder() {} + public Builder(GetSupportedInstanceTypesResult defaults) { + Objects.requireNonNull(defaults); + this.id = defaults.id; + this.releaseLabel = defaults.releaseLabel; + this.supportedInstanceTypes = defaults.supportedInstanceTypes; + } + + @CustomType.Setter + public Builder id(String id) { + this.id = Objects.requireNonNull(id); + return this; + } + @CustomType.Setter + public Builder releaseLabel(String releaseLabel) { + this.releaseLabel = Objects.requireNonNull(releaseLabel); + return this; + } + @CustomType.Setter + public Builder supportedInstanceTypes(@Nullable List supportedInstanceTypes) { + this.supportedInstanceTypes = supportedInstanceTypes; + return this; + } + public Builder supportedInstanceTypes(GetSupportedInstanceTypesSupportedInstanceType... supportedInstanceTypes) { + return supportedInstanceTypes(List.of(supportedInstanceTypes)); + } + public GetSupportedInstanceTypesResult build() { + final var o = new GetSupportedInstanceTypesResult(); + o.id = id; + o.releaseLabel = releaseLabel; + o.supportedInstanceTypes = supportedInstanceTypes; + return o; + } + } +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/emr/outputs/GetSupportedInstanceTypesSupportedInstanceType.java b/sdk/java/src/main/java/com/pulumi/aws/emr/outputs/GetSupportedInstanceTypesSupportedInstanceType.java new file mode 100644 index 00000000000..70700d0d00b --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/emr/outputs/GetSupportedInstanceTypesSupportedInstanceType.java @@ -0,0 +1,257 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.emr.outputs; + +import com.pulumi.core.annotations.CustomType; +import java.lang.Boolean; +import java.lang.Double; +import java.lang.Integer; +import java.lang.String; +import java.util.Objects; + +@CustomType +public final class GetSupportedInstanceTypesSupportedInstanceType { + /** + * @return CPU architecture. + * + */ + private String architecture; + /** + * @return Indicates whether the instance type supports Amazon EBS optimization. + * + */ + private Boolean ebsOptimizedAvailable; + /** + * @return Indicates whether the instance type uses Amazon EBS optimization by default. + * + */ + private Boolean ebsOptimizedByDefault; + /** + * @return Indicates whether the instance type only supports Amazon EBS. + * + */ + private Boolean ebsStorageOnly; + /** + * @return The Amazon EC2 family and generation for the instance type. + * + */ + private String instanceFamilyId; + /** + * @return Indicates whether the instance type only supports 64-bit architecture. + * + */ + private Boolean is64BitsOnly; + /** + * @return Memory that is available to Amazon EMR from the instance type. + * + */ + private Double memoryGb; + /** + * @return Number of disks for the instance type. + * + */ + private Integer numberOfDisks; + /** + * @return Storage capacity of the instance type. + * + */ + private Integer storageGb; + /** + * @return Amazon EC2 instance type. For example, `m5.xlarge`. + * + */ + private String type; + /** + * @return The number of vCPUs available for the instance type. + * + */ + private Integer vcpu; + + private GetSupportedInstanceTypesSupportedInstanceType() {} + /** + * @return CPU architecture. + * + */ + public String architecture() { + return this.architecture; + } + /** + * @return Indicates whether the instance type supports Amazon EBS optimization. + * + */ + public Boolean ebsOptimizedAvailable() { + return this.ebsOptimizedAvailable; + } + /** + * @return Indicates whether the instance type uses Amazon EBS optimization by default. + * + */ + public Boolean ebsOptimizedByDefault() { + return this.ebsOptimizedByDefault; + } + /** + * @return Indicates whether the instance type only supports Amazon EBS. + * + */ + public Boolean ebsStorageOnly() { + return this.ebsStorageOnly; + } + /** + * @return The Amazon EC2 family and generation for the instance type. + * + */ + public String instanceFamilyId() { + return this.instanceFamilyId; + } + /** + * @return Indicates whether the instance type only supports 64-bit architecture. + * + */ + public Boolean is64BitsOnly() { + return this.is64BitsOnly; + } + /** + * @return Memory that is available to Amazon EMR from the instance type. + * + */ + public Double memoryGb() { + return this.memoryGb; + } + /** + * @return Number of disks for the instance type. + * + */ + public Integer numberOfDisks() { + return this.numberOfDisks; + } + /** + * @return Storage capacity of the instance type. + * + */ + public Integer storageGb() { + return this.storageGb; + } + /** + * @return Amazon EC2 instance type. For example, `m5.xlarge`. + * + */ + public String type() { + return this.type; + } + /** + * @return The number of vCPUs available for the instance type. + * + */ + public Integer vcpu() { + return this.vcpu; + } + + public static Builder builder() { + return new Builder(); + } + + public static Builder builder(GetSupportedInstanceTypesSupportedInstanceType defaults) { + return new Builder(defaults); + } + @CustomType.Builder + public static final class Builder { + private String architecture; + private Boolean ebsOptimizedAvailable; + private Boolean ebsOptimizedByDefault; + private Boolean ebsStorageOnly; + private String instanceFamilyId; + private Boolean is64BitsOnly; + private Double memoryGb; + private Integer numberOfDisks; + private Integer storageGb; + private String type; + private Integer vcpu; + public Builder() {} + public Builder(GetSupportedInstanceTypesSupportedInstanceType defaults) { + Objects.requireNonNull(defaults); + this.architecture = defaults.architecture; + this.ebsOptimizedAvailable = defaults.ebsOptimizedAvailable; + this.ebsOptimizedByDefault = defaults.ebsOptimizedByDefault; + this.ebsStorageOnly = defaults.ebsStorageOnly; + this.instanceFamilyId = defaults.instanceFamilyId; + this.is64BitsOnly = defaults.is64BitsOnly; + this.memoryGb = defaults.memoryGb; + this.numberOfDisks = defaults.numberOfDisks; + this.storageGb = defaults.storageGb; + this.type = defaults.type; + this.vcpu = defaults.vcpu; + } + + @CustomType.Setter + public Builder architecture(String architecture) { + this.architecture = Objects.requireNonNull(architecture); + return this; + } + @CustomType.Setter + public Builder ebsOptimizedAvailable(Boolean ebsOptimizedAvailable) { + this.ebsOptimizedAvailable = Objects.requireNonNull(ebsOptimizedAvailable); + return this; + } + @CustomType.Setter + public Builder ebsOptimizedByDefault(Boolean ebsOptimizedByDefault) { + this.ebsOptimizedByDefault = Objects.requireNonNull(ebsOptimizedByDefault); + return this; + } + @CustomType.Setter + public Builder ebsStorageOnly(Boolean ebsStorageOnly) { + this.ebsStorageOnly = Objects.requireNonNull(ebsStorageOnly); + return this; + } + @CustomType.Setter + public Builder instanceFamilyId(String instanceFamilyId) { + this.instanceFamilyId = Objects.requireNonNull(instanceFamilyId); + return this; + } + @CustomType.Setter + public Builder is64BitsOnly(Boolean is64BitsOnly) { + this.is64BitsOnly = Objects.requireNonNull(is64BitsOnly); + return this; + } + @CustomType.Setter + public Builder memoryGb(Double memoryGb) { + this.memoryGb = Objects.requireNonNull(memoryGb); + return this; + } + @CustomType.Setter + public Builder numberOfDisks(Integer numberOfDisks) { + this.numberOfDisks = Objects.requireNonNull(numberOfDisks); + return this; + } + @CustomType.Setter + public Builder storageGb(Integer storageGb) { + this.storageGb = Objects.requireNonNull(storageGb); + return this; + } + @CustomType.Setter + public Builder type(String type) { + this.type = Objects.requireNonNull(type); + return this; + } + @CustomType.Setter + public Builder vcpu(Integer vcpu) { + this.vcpu = Objects.requireNonNull(vcpu); + return this; + } + public GetSupportedInstanceTypesSupportedInstanceType build() { + final var o = new GetSupportedInstanceTypesSupportedInstanceType(); + o.architecture = architecture; + o.ebsOptimizedAvailable = ebsOptimizedAvailable; + o.ebsOptimizedByDefault = ebsOptimizedByDefault; + o.ebsStorageOnly = ebsStorageOnly; + o.instanceFamilyId = instanceFamilyId; + o.is64BitsOnly = is64BitsOnly; + o.memoryGb = memoryGb; + o.numberOfDisks = numberOfDisks; + o.storageGb = storageGb; + o.type = type; + o.vcpu = vcpu; + return o; + } + } +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/glue/Connection.java b/sdk/java/src/main/java/com/pulumi/aws/glue/Connection.java index fc0f675982f..ec98bc60fab 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/glue/Connection.java +++ b/sdk/java/src/main/java/com/pulumi/aws/glue/Connection.java @@ -150,14 +150,14 @@ public Output>> connectionProperties() { return Codegen.optional(this.connectionProperties); } /** - * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. * */ @Export(name="connectionType", refs={String.class}, tree="[0]") private Output connectionType; /** - * @return The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * @return The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. * */ public Output> connectionType() { diff --git a/sdk/java/src/main/java/com/pulumi/aws/glue/ConnectionArgs.java b/sdk/java/src/main/java/com/pulumi/aws/glue/ConnectionArgs.java index 0624c669dda..076d55a8b68 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/glue/ConnectionArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/glue/ConnectionArgs.java @@ -49,14 +49,14 @@ public Optional>> connectionProperties() { } /** - * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. * */ @Import(name="connectionType") private @Nullable Output connectionType; /** - * @return The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * @return The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. * */ public Optional> connectionType() { @@ -212,7 +212,7 @@ public Builder connectionProperties(Map connectionProperties) { } /** - * @param connectionType The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * @param connectionType The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. * * @return builder * @@ -223,7 +223,7 @@ public Builder connectionType(@Nullable Output connectionType) { } /** - * @param connectionType The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * @param connectionType The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aws/glue/Crawler.java b/sdk/java/src/main/java/com/pulumi/aws/glue/Crawler.java index 6fa9261301f..3eceeec7415 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/glue/Crawler.java +++ b/sdk/java/src/main/java/com/pulumi/aws/glue/Crawler.java @@ -419,14 +419,14 @@ public Output>> icebergTargets() { return Codegen.optional(this.icebergTargets); } /** - * List of nested JBDC target arguments. See JDBC Target below. + * List of nested JDBC target arguments. See JDBC Target below. * */ @Export(name="jdbcTargets", refs={List.class,CrawlerJdbcTarget.class}, tree="[0,1]") private Output> jdbcTargets; /** - * @return List of nested JBDC target arguments. See JDBC Target below. + * @return List of nested JDBC target arguments. See JDBC Target below. * */ public Output>> jdbcTargets() { diff --git a/sdk/java/src/main/java/com/pulumi/aws/glue/CrawlerArgs.java b/sdk/java/src/main/java/com/pulumi/aws/glue/CrawlerArgs.java index 4e5b31b5428..4456d802f8a 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/glue/CrawlerArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/glue/CrawlerArgs.java @@ -165,14 +165,14 @@ public Optional>> icebergTargets() { } /** - * List of nested JBDC target arguments. See JDBC Target below. + * List of nested JDBC target arguments. See JDBC Target below. * */ @Import(name="jdbcTargets") private @Nullable Output> jdbcTargets; /** - * @return List of nested JBDC target arguments. See JDBC Target below. + * @return List of nested JDBC target arguments. See JDBC Target below. * */ public Optional>> jdbcTargets() { @@ -654,7 +654,7 @@ public Builder icebergTargets(CrawlerIcebergTargetArgs... icebergTargets) { } /** - * @param jdbcTargets List of nested JBDC target arguments. See JDBC Target below. + * @param jdbcTargets List of nested JDBC target arguments. See JDBC Target below. * * @return builder * @@ -665,7 +665,7 @@ public Builder jdbcTargets(@Nullable Output> jdbcTar } /** - * @param jdbcTargets List of nested JBDC target arguments. See JDBC Target below. + * @param jdbcTargets List of nested JDBC target arguments. See JDBC Target below. * * @return builder * @@ -675,7 +675,7 @@ public Builder jdbcTargets(List jdbcTargets) { } /** - * @param jdbcTargets List of nested JBDC target arguments. See JDBC Target below. + * @param jdbcTargets List of nested JDBC target arguments. See JDBC Target below. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aws/glue/inputs/ConnectionState.java b/sdk/java/src/main/java/com/pulumi/aws/glue/inputs/ConnectionState.java index 72859405d4a..79d84e1506c 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/glue/inputs/ConnectionState.java +++ b/sdk/java/src/main/java/com/pulumi/aws/glue/inputs/ConnectionState.java @@ -64,14 +64,14 @@ public Optional>> connectionProperties() { } /** - * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. * */ @Import(name="connectionType") private @Nullable Output connectionType; /** - * @return The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * @return The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. * */ public Optional> connectionType() { @@ -273,7 +273,7 @@ public Builder connectionProperties(Map connectionProperties) { } /** - * @param connectionType The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * @param connectionType The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. * * @return builder * @@ -284,7 +284,7 @@ public Builder connectionType(@Nullable Output connectionType) { } /** - * @param connectionType The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * @param connectionType The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aws/glue/inputs/CrawlerState.java b/sdk/java/src/main/java/com/pulumi/aws/glue/inputs/CrawlerState.java index c01df625e91..882321387dc 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/glue/inputs/CrawlerState.java +++ b/sdk/java/src/main/java/com/pulumi/aws/glue/inputs/CrawlerState.java @@ -180,14 +180,14 @@ public Optional>> icebergTargets() { } /** - * List of nested JBDC target arguments. See JDBC Target below. + * List of nested JDBC target arguments. See JDBC Target below. * */ @Import(name="jdbcTargets") private @Nullable Output> jdbcTargets; /** - * @return List of nested JBDC target arguments. See JDBC Target below. + * @return List of nested JDBC target arguments. See JDBC Target below. * */ public Optional>> jdbcTargets() { @@ -715,7 +715,7 @@ public Builder icebergTargets(CrawlerIcebergTargetArgs... icebergTargets) { } /** - * @param jdbcTargets List of nested JBDC target arguments. See JDBC Target below. + * @param jdbcTargets List of nested JDBC target arguments. See JDBC Target below. * * @return builder * @@ -726,7 +726,7 @@ public Builder jdbcTargets(@Nullable Output> jdbcTar } /** - * @param jdbcTargets List of nested JBDC target arguments. See JDBC Target below. + * @param jdbcTargets List of nested JDBC target arguments. See JDBC Target below. * * @return builder * @@ -736,7 +736,7 @@ public Builder jdbcTargets(List jdbcTargets) { } /** - * @param jdbcTargets List of nested JBDC target arguments. See JDBC Target below. + * @param jdbcTargets List of nested JDBC target arguments. See JDBC Target below. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aws/lb/TargetGroup.java b/sdk/java/src/main/java/com/pulumi/aws/lb/TargetGroup.java index 45901e086bf..0aecf1088b6 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lb/TargetGroup.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lb/TargetGroup.java @@ -395,14 +395,20 @@ public Output preserveClientIp() { return this.preserveClientIp; } /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ @Export(name="protocol", refs={String.class}, tree="[0]") private Output protocol; /** - * @return Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @return Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ public Output> protocol() { @@ -525,7 +531,9 @@ public Output> targetHealthStates() { return this.targetHealthStates; } /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -540,7 +548,9 @@ public Output> targetHealthStates() { private Output targetType; /** - * @return Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @return Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/lb/TargetGroupArgs.java b/sdk/java/src/main/java/com/pulumi/aws/lb/TargetGroupArgs.java index 6089e71476a..7aa86d13131 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lb/TargetGroupArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lb/TargetGroupArgs.java @@ -189,14 +189,20 @@ public Optional> preserveClientIp() { } /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ @Import(name="protocol") private @Nullable Output protocol; /** - * @return Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @return Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ public Optional> protocol() { @@ -309,7 +315,9 @@ public Optional>> targetHealthStat } /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -324,7 +332,9 @@ public Optional>> targetHealthStat private @Nullable Output targetType; /** - * @return Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @return Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -630,7 +640,10 @@ public Builder preserveClientIp(String preserveClientIp) { } /** - * @param protocol Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @param protocol Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * * @return builder * @@ -641,7 +654,10 @@ public Builder protocol(@Nullable Output protocol) { } /** - * @param protocol Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @param protocol Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * * @return builder * @@ -818,7 +834,9 @@ public Builder targetHealthStates(TargetGroupTargetHealthStateArgs... targetHeal } /** - * @param targetType Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @param targetType Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -837,7 +855,9 @@ public Builder targetType(@Nullable Output targetType) { } /** - * @param targetType Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @param targetType Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/lb/inputs/TargetGroupHealthCheckArgs.java b/sdk/java/src/main/java/com/pulumi/aws/lb/inputs/TargetGroupHealthCheckArgs.java index f2695704d5f..21922ba2915 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lb/inputs/TargetGroupHealthCheckArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lb/inputs/TargetGroupHealthCheckArgs.java @@ -63,14 +63,26 @@ public Optional> interval() { } /** - * Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * */ @Import(name="matcher") private @Nullable Output matcher; /** - * @return Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * @return The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * */ public Optional> matcher() { @@ -79,6 +91,8 @@ public Optional> matcher() { /** * Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * */ @Import(name="path") @@ -86,6 +100,8 @@ public Optional> matcher() { /** * @return Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * */ public Optional> path() { @@ -93,14 +109,18 @@ public Optional> path() { } /** - * The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * */ @Import(name="port") private @Nullable Output port; /** - * @return The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * @return The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * */ public Optional> port() { @@ -108,14 +128,22 @@ public Optional> port() { } /** - * Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * */ @Import(name="protocol") private @Nullable Output protocol; /** - * @return Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * @return Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * */ public Optional> protocol() { @@ -248,7 +276,13 @@ public Builder interval(Integer interval) { } /** - * @param matcher Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * @param matcher The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * * @return builder * @@ -259,7 +293,13 @@ public Builder matcher(@Nullable Output matcher) { } /** - * @param matcher Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * @param matcher The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * * @return builder * @@ -270,6 +310,8 @@ public Builder matcher(String matcher) { /** * @param path Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * * @return builder * @@ -281,6 +323,8 @@ public Builder path(@Nullable Output path) { /** * @param path Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * * @return builder * @@ -290,7 +334,9 @@ public Builder path(String path) { } /** - * @param port The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * @param port The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * * @return builder * @@ -301,7 +347,9 @@ public Builder port(@Nullable Output port) { } /** - * @param port The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * @param port The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * * @return builder * @@ -311,7 +359,11 @@ public Builder port(String port) { } /** - * @param protocol Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * @param protocol Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * * @return builder * @@ -322,7 +374,11 @@ public Builder protocol(@Nullable Output protocol) { } /** - * @param protocol Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * @param protocol Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aws/lb/inputs/TargetGroupState.java b/sdk/java/src/main/java/com/pulumi/aws/lb/inputs/TargetGroupState.java index 5ab40aae2c0..958bb44d42f 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lb/inputs/TargetGroupState.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lb/inputs/TargetGroupState.java @@ -219,14 +219,20 @@ public Optional> preserveClientIp() { } /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ @Import(name="protocol") private @Nullable Output protocol; /** - * @return Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @return Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * */ public Optional> protocol() { @@ -362,7 +368,9 @@ public Optional>> targetHealthStat } /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -377,7 +385,9 @@ public Optional>> targetHealthStat private @Nullable Output targetType; /** - * @return Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @return Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -728,7 +738,10 @@ public Builder preserveClientIp(String preserveClientIp) { } /** - * @param protocol Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @param protocol Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * * @return builder * @@ -739,7 +752,10 @@ public Builder protocol(@Nullable Output protocol) { } /** - * @param protocol Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + * @param protocol Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `target_type` is `instance`, `ip`, or `alb`. + * Does not apply when `target_type` is `lambda`. * * @return builder * @@ -945,7 +961,9 @@ public Builder targetHealthStates(TargetGroupTargetHealthStateArgs... targetHeal } /** - * @param targetType Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @param targetType Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -964,7 +982,9 @@ public Builder targetType(@Nullable Output targetType) { } /** - * @param targetType Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * @param targetType Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/lb/outputs/TargetGroupHealthCheck.java b/sdk/java/src/main/java/com/pulumi/aws/lb/outputs/TargetGroupHealthCheck.java index 651393f65fd..d92fc826f9f 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lb/outputs/TargetGroupHealthCheck.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lb/outputs/TargetGroupHealthCheck.java @@ -29,22 +29,36 @@ public final class TargetGroupHealthCheck { */ private @Nullable Integer interval; /** - * @return Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * @return The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * */ private @Nullable String matcher; /** * @return Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * */ private @Nullable String path; /** - * @return The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * @return The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * */ private @Nullable String port; /** - * @return Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * @return Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * */ private @Nullable String protocol; @@ -82,7 +96,13 @@ public Optional interval() { return Optional.ofNullable(this.interval); } /** - * @return Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * @return The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. * */ public Optional matcher() { @@ -90,20 +110,28 @@ public Optional matcher() { } /** * @return Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. * */ public Optional path() { return Optional.ofNullable(this.path); } /** - * @return The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * @return The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. * */ public Optional port() { return Optional.ofNullable(this.port); } /** - * @return Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * @return Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `target_type` is `lambda`. * */ public Optional protocol() { diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBot.java b/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBot.java index e62282242f4..9c2ef984787 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBot.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBot.java @@ -53,6 +53,7 @@ * .build()) * .idleSessionTtlInSeconds(10) * .roleArn("bot_example_arn") + * .tags(Map.of("foo", "bar")) * .build()); * * } @@ -164,9 +165,17 @@ public Output name() { public Output roleArn() { return this.roleArn; } + /** + * List of tags to add to the bot. You can only add tags when you create a bot. + * + */ @Export(name="tags", refs={Map.class,String.class}, tree="[0,1,1]") private Output> tags; + /** + * @return List of tags to add to the bot. You can only add tags when you create a bot. + * + */ public Output>> tags() { return Codegen.optional(this.tags); } @@ -202,9 +211,17 @@ public Output>> testBotAliasTags() { public Output> timeouts() { return Codegen.optional(this.timeouts); } + /** + * Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + * + */ @Export(name="type", refs={String.class}, tree="[0]") private Output type; + /** + * @return Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + * + */ public Output type() { return this.type; } diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotArgs.java b/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotArgs.java index 9c4cd4218c0..d075906ef97 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotArgs.java @@ -115,9 +115,17 @@ public Output roleArn() { return this.roleArn; } + /** + * List of tags to add to the bot. You can only add tags when you create a bot. + * + */ @Import(name="tags") private @Nullable Output> tags; + /** + * @return List of tags to add to the bot. You can only add tags when you create a bot. + * + */ public Optional>> tags() { return Optional.ofNullable(this.tags); } @@ -144,9 +152,17 @@ public Optional> timeouts() { return Optional.ofNullable(this.timeouts); } + /** + * Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + * + */ @Import(name="type") private @Nullable Output type; + /** + * @return Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + * + */ public Optional> type() { return Optional.ofNullable(this.type); } @@ -334,11 +350,23 @@ public Builder roleArn(String roleArn) { return roleArn(Output.of(roleArn)); } + /** + * @param tags List of tags to add to the bot. You can only add tags when you create a bot. + * + * @return builder + * + */ public Builder tags(@Nullable Output> tags) { $.tags = tags; return this; } + /** + * @param tags List of tags to add to the bot. You can only add tags when you create a bot. + * + * @return builder + * + */ public Builder tags(Map tags) { return tags(Output.of(tags)); } @@ -373,11 +401,23 @@ public Builder timeouts(V2modelsBotTimeoutsArgs timeouts) { return timeouts(Output.of(timeouts)); } + /** + * @param type Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + * + * @return builder + * + */ public Builder type(@Nullable Output type) { $.type = type; return this; } + /** + * @param type Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + * + * @return builder + * + */ public Builder type(String type) { return type(Output.of(type)); } diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotLocale.java b/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotLocale.java index 01cda042501..9c8c5d3264f 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotLocale.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotLocale.java @@ -44,7 +44,7 @@ * * public static void stack(Context ctx) { * var example = new V2modelsBotLocale("example", V2modelsBotLocaleArgs.builder() - * .botId(aws_lexv2models_bot.test().id()) + * .botId(aws_lexv2models_bot.example().id()) * .botVersion("DRAFT") * .localeId("en_US") * .nLuIntentConfidenceThreshold(0.7) @@ -53,6 +53,43 @@ * } * } * ``` + * ### Voice Settings + * ```java + * package generated_program; + * + * import com.pulumi.Context; + * import com.pulumi.Pulumi; + * import com.pulumi.core.Output; + * import com.pulumi.aws.lex.V2modelsBotLocale; + * import com.pulumi.aws.lex.V2modelsBotLocaleArgs; + * import com.pulumi.aws.lex.inputs.V2modelsBotLocaleVoiceSettingsArgs; + * import java.util.List; + * import java.util.ArrayList; + * import java.util.Map; + * import java.io.File; + * import java.nio.file.Files; + * import java.nio.file.Paths; + * + * public class App { + * public static void main(String[] args) { + * Pulumi.run(App::stack); + * } + * + * public static void stack(Context ctx) { + * var example = new V2modelsBotLocale("example", V2modelsBotLocaleArgs.builder() + * .botId(aws_lexv2models_bot.example().id()) + * .botVersion("DRAFT") + * .localeId("en_US") + * .nLuIntentConfidenceThreshold(0.7) + * .voiceSettings(V2modelsBotLocaleVoiceSettingsArgs.builder() + * .voiceId("Kendra") + * .engine("standard") + * .build()) + * .build()); + * + * } + * } + * ``` * * ## Import * @@ -160,14 +197,14 @@ public Output> timeouts() { return Codegen.optional(this.timeouts); } /** - * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. * */ @Export(name="voiceSettings", refs={V2modelsBotLocaleVoiceSettings.class}, tree="[0]") private Output voiceSettings; /** - * @return Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + * @return Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. * */ public Output> voiceSettings() { diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotLocaleArgs.java b/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotLocaleArgs.java index 77c32e3d297..28d7526b134 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotLocaleArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotLocaleArgs.java @@ -120,14 +120,14 @@ public Optional> timeouts() { } /** - * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. * */ @Import(name="voiceSettings") private @Nullable Output voiceSettings; /** - * @return Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + * @return Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. * */ public Optional> voiceSettings() { @@ -305,7 +305,7 @@ public Builder timeouts(V2modelsBotLocaleTimeoutsArgs timeouts) { } /** - * @param voiceSettings Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + * @param voiceSettings Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. * * @return builder * @@ -316,7 +316,7 @@ public Builder voiceSettings(@Nullable Output botId; + + /** + * @return Idientifier of the bot to create the version for. + * + */ + public Output botId() { + return this.botId; + } + @Export(name="botVersion", refs={String.class}, tree="[0]") + private Output botVersion; + + public Output botVersion() { + return this.botVersion; + } + /** + * A description of the version. Use the description to help identify the version in lists. + * + */ + @Export(name="description", refs={String.class}, tree="[0]") + private Output description; + + /** + * @return A description of the version. Use the description to help identify the version in lists. + * + */ + public Output> description() { + return Codegen.optional(this.description); + } + @Export(name="localeSpecification", refs={Map.class,String.class,V2modelsBotVersionLocaleSpecification.class}, tree="[0,1,2]") + private Output> localeSpecification; + + public Output> localeSpecification() { + return this.localeSpecification; + } + @Export(name="timeouts", refs={V2modelsBotVersionTimeouts.class}, tree="[0]") + private Output timeouts; + + public Output> timeouts() { + return Codegen.optional(this.timeouts); + } + + /** + * + * @param name The _unique_ name of the resulting resource. + */ + public V2modelsBotVersion(String name) { + this(name, V2modelsBotVersionArgs.Empty); + } + /** + * + * @param name The _unique_ name of the resulting resource. + * @param args The arguments to use to populate this resource's properties. + */ + public V2modelsBotVersion(String name, V2modelsBotVersionArgs args) { + this(name, args, null); + } + /** + * + * @param name The _unique_ name of the resulting resource. + * @param args The arguments to use to populate this resource's properties. + * @param options A bag of options that control this resource's behavior. + */ + public V2modelsBotVersion(String name, V2modelsBotVersionArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) { + super("aws:lex/v2modelsBotVersion:V2modelsBotVersion", name, args == null ? V2modelsBotVersionArgs.Empty : args, makeResourceOptions(options, Codegen.empty())); + } + + private V2modelsBotVersion(String name, Output id, @Nullable V2modelsBotVersionState state, @Nullable com.pulumi.resources.CustomResourceOptions options) { + super("aws:lex/v2modelsBotVersion:V2modelsBotVersion", name, state, makeResourceOptions(options, id)); + } + + private static com.pulumi.resources.CustomResourceOptions makeResourceOptions(@Nullable com.pulumi.resources.CustomResourceOptions options, @Nullable Output id) { + var defaultOptions = com.pulumi.resources.CustomResourceOptions.builder() + .version(Utilities.getVersion()) + .build(); + return com.pulumi.resources.CustomResourceOptions.merge(defaultOptions, options, id); + } + + /** + * Get an existing Host resource's state with the given name, ID, and optional extra + * properties used to qualify the lookup. + * + * @param name The _unique_ name of the resulting resource. + * @param id The _unique_ provider ID of the resource to lookup. + * @param state + * @param options Optional settings to control the behavior of the CustomResource. + */ + public static V2modelsBotVersion get(String name, Output id, @Nullable V2modelsBotVersionState state, @Nullable com.pulumi.resources.CustomResourceOptions options) { + return new V2modelsBotVersion(name, id, state, options); + } +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotVersionArgs.java b/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotVersionArgs.java new file mode 100644 index 00000000000..e7715bba330 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/V2modelsBotVersionArgs.java @@ -0,0 +1,176 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.lex; + +import com.pulumi.aws.lex.inputs.V2modelsBotVersionLocaleSpecificationArgs; +import com.pulumi.aws.lex.inputs.V2modelsBotVersionTimeoutsArgs; +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.lang.String; +import java.util.Map; +import java.util.Objects; +import java.util.Optional; +import javax.annotation.Nullable; + + +public final class V2modelsBotVersionArgs extends com.pulumi.resources.ResourceArgs { + + public static final V2modelsBotVersionArgs Empty = new V2modelsBotVersionArgs(); + + /** + * Idientifier of the bot to create the version for. + * + */ + @Import(name="botId", required=true) + private Output botId; + + /** + * @return Idientifier of the bot to create the version for. + * + */ + public Output botId() { + return this.botId; + } + + @Import(name="botVersion") + private @Nullable Output botVersion; + + public Optional> botVersion() { + return Optional.ofNullable(this.botVersion); + } + + /** + * A description of the version. Use the description to help identify the version in lists. + * + */ + @Import(name="description") + private @Nullable Output description; + + /** + * @return A description of the version. Use the description to help identify the version in lists. + * + */ + public Optional> description() { + return Optional.ofNullable(this.description); + } + + @Import(name="localeSpecification", required=true) + private Output> localeSpecification; + + public Output> localeSpecification() { + return this.localeSpecification; + } + + @Import(name="timeouts") + private @Nullable Output timeouts; + + public Optional> timeouts() { + return Optional.ofNullable(this.timeouts); + } + + private V2modelsBotVersionArgs() {} + + private V2modelsBotVersionArgs(V2modelsBotVersionArgs $) { + this.botId = $.botId; + this.botVersion = $.botVersion; + this.description = $.description; + this.localeSpecification = $.localeSpecification; + this.timeouts = $.timeouts; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(V2modelsBotVersionArgs defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private V2modelsBotVersionArgs $; + + public Builder() { + $ = new V2modelsBotVersionArgs(); + } + + public Builder(V2modelsBotVersionArgs defaults) { + $ = new V2modelsBotVersionArgs(Objects.requireNonNull(defaults)); + } + + /** + * @param botId Idientifier of the bot to create the version for. + * + * @return builder + * + */ + public Builder botId(Output botId) { + $.botId = botId; + return this; + } + + /** + * @param botId Idientifier of the bot to create the version for. + * + * @return builder + * + */ + public Builder botId(String botId) { + return botId(Output.of(botId)); + } + + public Builder botVersion(@Nullable Output botVersion) { + $.botVersion = botVersion; + return this; + } + + public Builder botVersion(String botVersion) { + return botVersion(Output.of(botVersion)); + } + + /** + * @param description A description of the version. Use the description to help identify the version in lists. + * + * @return builder + * + */ + public Builder description(@Nullable Output description) { + $.description = description; + return this; + } + + /** + * @param description A description of the version. Use the description to help identify the version in lists. + * + * @return builder + * + */ + public Builder description(String description) { + return description(Output.of(description)); + } + + public Builder localeSpecification(Output> localeSpecification) { + $.localeSpecification = localeSpecification; + return this; + } + + public Builder localeSpecification(Map localeSpecification) { + return localeSpecification(Output.of(localeSpecification)); + } + + public Builder timeouts(@Nullable Output timeouts) { + $.timeouts = timeouts; + return this; + } + + public Builder timeouts(V2modelsBotVersionTimeoutsArgs timeouts) { + return timeouts(Output.of(timeouts)); + } + + public V2modelsBotVersionArgs build() { + $.botId = Objects.requireNonNull($.botId, "expected parameter 'botId' to be non-null"); + $.localeSpecification = Objects.requireNonNull($.localeSpecification, "expected parameter 'localeSpecification' to be non-null"); + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotLocaleState.java b/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotLocaleState.java index 5dda9c23029..8de40a4e13f 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotLocaleState.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotLocaleState.java @@ -120,14 +120,14 @@ public Optional> timeouts() { } /** - * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. * */ @Import(name="voiceSettings") private @Nullable Output voiceSettings; /** - * @return Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + * @return Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. * */ public Optional> voiceSettings() { @@ -305,7 +305,7 @@ public Builder timeouts(V2modelsBotLocaleTimeoutsArgs timeouts) { } /** - * @param voiceSettings Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + * @param voiceSettings Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. * * @return builder * @@ -316,7 +316,7 @@ public Builder voiceSettings(@Nullable Output engine; + /** + * @return Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + * + */ public Optional> engine() { return Optional.ofNullable(this.engine); } + /** + * Identifier of the Amazon Polly voice to use. + * + */ @Import(name="voiceId", required=true) private Output voiceId; + /** + * @return Identifier of the Amazon Polly voice to use. + * + */ public Output voiceId() { return this.voiceId; } @@ -54,20 +70,44 @@ public Builder(V2modelsBotLocaleVoiceSettingsArgs defaults) { $ = new V2modelsBotLocaleVoiceSettingsArgs(Objects.requireNonNull(defaults)); } + /** + * @param engine Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + * + * @return builder + * + */ public Builder engine(@Nullable Output engine) { $.engine = engine; return this; } + /** + * @param engine Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + * + * @return builder + * + */ public Builder engine(String engine) { return engine(Output.of(engine)); } + /** + * @param voiceId Identifier of the Amazon Polly voice to use. + * + * @return builder + * + */ public Builder voiceId(Output voiceId) { $.voiceId = voiceId; return this; } + /** + * @param voiceId Identifier of the Amazon Polly voice to use. + * + * @return builder + * + */ public Builder voiceId(String voiceId) { return voiceId(Output.of(voiceId)); } diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotState.java b/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotState.java index bed8eac9f4a..5663be0443a 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotState.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotState.java @@ -122,9 +122,17 @@ public Optional> roleArn() { return Optional.ofNullable(this.roleArn); } + /** + * List of tags to add to the bot. You can only add tags when you create a bot. + * + */ @Import(name="tags") private @Nullable Output> tags; + /** + * @return List of tags to add to the bot. You can only add tags when you create a bot. + * + */ public Optional>> tags() { return Optional.ofNullable(this.tags); } @@ -170,9 +178,17 @@ public Optional> timeouts() { return Optional.ofNullable(this.timeouts); } + /** + * Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + * + */ @Import(name="type") private @Nullable Output type; + /** + * @return Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + * + */ public Optional> type() { return Optional.ofNullable(this.type); } @@ -371,11 +387,23 @@ public Builder roleArn(String roleArn) { return roleArn(Output.of(roleArn)); } + /** + * @param tags List of tags to add to the bot. You can only add tags when you create a bot. + * + * @return builder + * + */ public Builder tags(@Nullable Output> tags) { $.tags = tags; return this; } + /** + * @param tags List of tags to add to the bot. You can only add tags when you create a bot. + * + * @return builder + * + */ public Builder tags(Map tags) { return tags(Output.of(tags)); } @@ -435,11 +463,23 @@ public Builder timeouts(V2modelsBotTimeoutsArgs timeouts) { return timeouts(Output.of(timeouts)); } + /** + * @param type Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + * + * @return builder + * + */ public Builder type(@Nullable Output type) { $.type = type; return this; } + /** + * @param type Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + * + * @return builder + * + */ public Builder type(String type) { return type(Output.of(type)); } diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionLocaleSpecificationArgs.java b/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionLocaleSpecificationArgs.java new file mode 100644 index 00000000000..48b168a82f2 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionLocaleSpecificationArgs.java @@ -0,0 +1,62 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.lex.inputs; + +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.lang.String; +import java.util.Objects; + + +public final class V2modelsBotVersionLocaleSpecificationArgs extends com.pulumi.resources.ResourceArgs { + + public static final V2modelsBotVersionLocaleSpecificationArgs Empty = new V2modelsBotVersionLocaleSpecificationArgs(); + + @Import(name="sourceBotVersion", required=true) + private Output sourceBotVersion; + + public Output sourceBotVersion() { + return this.sourceBotVersion; + } + + private V2modelsBotVersionLocaleSpecificationArgs() {} + + private V2modelsBotVersionLocaleSpecificationArgs(V2modelsBotVersionLocaleSpecificationArgs $) { + this.sourceBotVersion = $.sourceBotVersion; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(V2modelsBotVersionLocaleSpecificationArgs defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private V2modelsBotVersionLocaleSpecificationArgs $; + + public Builder() { + $ = new V2modelsBotVersionLocaleSpecificationArgs(); + } + + public Builder(V2modelsBotVersionLocaleSpecificationArgs defaults) { + $ = new V2modelsBotVersionLocaleSpecificationArgs(Objects.requireNonNull(defaults)); + } + + public Builder sourceBotVersion(Output sourceBotVersion) { + $.sourceBotVersion = sourceBotVersion; + return this; + } + + public Builder sourceBotVersion(String sourceBotVersion) { + return sourceBotVersion(Output.of(sourceBotVersion)); + } + + public V2modelsBotVersionLocaleSpecificationArgs build() { + $.sourceBotVersion = Objects.requireNonNull($.sourceBotVersion, "expected parameter 'sourceBotVersion' to be non-null"); + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionState.java b/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionState.java new file mode 100644 index 00000000000..d3e7e5eabee --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionState.java @@ -0,0 +1,174 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.lex.inputs; + +import com.pulumi.aws.lex.inputs.V2modelsBotVersionLocaleSpecificationArgs; +import com.pulumi.aws.lex.inputs.V2modelsBotVersionTimeoutsArgs; +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.lang.String; +import java.util.Map; +import java.util.Objects; +import java.util.Optional; +import javax.annotation.Nullable; + + +public final class V2modelsBotVersionState extends com.pulumi.resources.ResourceArgs { + + public static final V2modelsBotVersionState Empty = new V2modelsBotVersionState(); + + /** + * Idientifier of the bot to create the version for. + * + */ + @Import(name="botId") + private @Nullable Output botId; + + /** + * @return Idientifier of the bot to create the version for. + * + */ + public Optional> botId() { + return Optional.ofNullable(this.botId); + } + + @Import(name="botVersion") + private @Nullable Output botVersion; + + public Optional> botVersion() { + return Optional.ofNullable(this.botVersion); + } + + /** + * A description of the version. Use the description to help identify the version in lists. + * + */ + @Import(name="description") + private @Nullable Output description; + + /** + * @return A description of the version. Use the description to help identify the version in lists. + * + */ + public Optional> description() { + return Optional.ofNullable(this.description); + } + + @Import(name="localeSpecification") + private @Nullable Output> localeSpecification; + + public Optional>> localeSpecification() { + return Optional.ofNullable(this.localeSpecification); + } + + @Import(name="timeouts") + private @Nullable Output timeouts; + + public Optional> timeouts() { + return Optional.ofNullable(this.timeouts); + } + + private V2modelsBotVersionState() {} + + private V2modelsBotVersionState(V2modelsBotVersionState $) { + this.botId = $.botId; + this.botVersion = $.botVersion; + this.description = $.description; + this.localeSpecification = $.localeSpecification; + this.timeouts = $.timeouts; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(V2modelsBotVersionState defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private V2modelsBotVersionState $; + + public Builder() { + $ = new V2modelsBotVersionState(); + } + + public Builder(V2modelsBotVersionState defaults) { + $ = new V2modelsBotVersionState(Objects.requireNonNull(defaults)); + } + + /** + * @param botId Idientifier of the bot to create the version for. + * + * @return builder + * + */ + public Builder botId(@Nullable Output botId) { + $.botId = botId; + return this; + } + + /** + * @param botId Idientifier of the bot to create the version for. + * + * @return builder + * + */ + public Builder botId(String botId) { + return botId(Output.of(botId)); + } + + public Builder botVersion(@Nullable Output botVersion) { + $.botVersion = botVersion; + return this; + } + + public Builder botVersion(String botVersion) { + return botVersion(Output.of(botVersion)); + } + + /** + * @param description A description of the version. Use the description to help identify the version in lists. + * + * @return builder + * + */ + public Builder description(@Nullable Output description) { + $.description = description; + return this; + } + + /** + * @param description A description of the version. Use the description to help identify the version in lists. + * + * @return builder + * + */ + public Builder description(String description) { + return description(Output.of(description)); + } + + public Builder localeSpecification(@Nullable Output> localeSpecification) { + $.localeSpecification = localeSpecification; + return this; + } + + public Builder localeSpecification(Map localeSpecification) { + return localeSpecification(Output.of(localeSpecification)); + } + + public Builder timeouts(@Nullable Output timeouts) { + $.timeouts = timeouts; + return this; + } + + public Builder timeouts(V2modelsBotVersionTimeoutsArgs timeouts) { + return timeouts(Output.of(timeouts)); + } + + public V2modelsBotVersionState build() { + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionTimeoutsArgs.java b/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionTimeoutsArgs.java new file mode 100644 index 00000000000..436d93d9b4d --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/inputs/V2modelsBotVersionTimeoutsArgs.java @@ -0,0 +1,80 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.lex.inputs; + +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.lang.String; +import java.util.Objects; +import java.util.Optional; +import javax.annotation.Nullable; + + +public final class V2modelsBotVersionTimeoutsArgs extends com.pulumi.resources.ResourceArgs { + + public static final V2modelsBotVersionTimeoutsArgs Empty = new V2modelsBotVersionTimeoutsArgs(); + + @Import(name="create") + private @Nullable Output create; + + public Optional> create() { + return Optional.ofNullable(this.create); + } + + @Import(name="delete") + private @Nullable Output delete; + + public Optional> delete() { + return Optional.ofNullable(this.delete); + } + + private V2modelsBotVersionTimeoutsArgs() {} + + private V2modelsBotVersionTimeoutsArgs(V2modelsBotVersionTimeoutsArgs $) { + this.create = $.create; + this.delete = $.delete; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(V2modelsBotVersionTimeoutsArgs defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private V2modelsBotVersionTimeoutsArgs $; + + public Builder() { + $ = new V2modelsBotVersionTimeoutsArgs(); + } + + public Builder(V2modelsBotVersionTimeoutsArgs defaults) { + $ = new V2modelsBotVersionTimeoutsArgs(Objects.requireNonNull(defaults)); + } + + public Builder create(@Nullable Output create) { + $.create = create; + return this; + } + + public Builder create(String create) { + return create(Output.of(create)); + } + + public Builder delete(@Nullable Output delete) { + $.delete = delete; + return this; + } + + public Builder delete(String delete) { + return delete(Output.of(delete)); + } + + public V2modelsBotVersionTimeoutsArgs build() { + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotLocaleVoiceSettings.java b/sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotLocaleVoiceSettings.java index 76085a24f0c..b86ac5c81e8 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotLocaleVoiceSettings.java +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotLocaleVoiceSettings.java @@ -11,13 +11,29 @@ @CustomType public final class V2modelsBotLocaleVoiceSettings { + /** + * @return Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + * + */ private @Nullable String engine; + /** + * @return Identifier of the Amazon Polly voice to use. + * + */ private String voiceId; private V2modelsBotLocaleVoiceSettings() {} + /** + * @return Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + * + */ public Optional engine() { return Optional.ofNullable(this.engine); } + /** + * @return Identifier of the Amazon Polly voice to use. + * + */ public String voiceId() { return this.voiceId; } diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotVersionLocaleSpecification.java b/sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotVersionLocaleSpecification.java new file mode 100644 index 00000000000..fb889c4707c --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotVersionLocaleSpecification.java @@ -0,0 +1,46 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.lex.outputs; + +import com.pulumi.core.annotations.CustomType; +import java.lang.String; +import java.util.Objects; + +@CustomType +public final class V2modelsBotVersionLocaleSpecification { + private String sourceBotVersion; + + private V2modelsBotVersionLocaleSpecification() {} + public String sourceBotVersion() { + return this.sourceBotVersion; + } + + public static Builder builder() { + return new Builder(); + } + + public static Builder builder(V2modelsBotVersionLocaleSpecification defaults) { + return new Builder(defaults); + } + @CustomType.Builder + public static final class Builder { + private String sourceBotVersion; + public Builder() {} + public Builder(V2modelsBotVersionLocaleSpecification defaults) { + Objects.requireNonNull(defaults); + this.sourceBotVersion = defaults.sourceBotVersion; + } + + @CustomType.Setter + public Builder sourceBotVersion(String sourceBotVersion) { + this.sourceBotVersion = Objects.requireNonNull(sourceBotVersion); + return this; + } + public V2modelsBotVersionLocaleSpecification build() { + final var o = new V2modelsBotVersionLocaleSpecification(); + o.sourceBotVersion = sourceBotVersion; + return o; + } + } +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotVersionTimeouts.java b/sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotVersionTimeouts.java new file mode 100644 index 00000000000..b915cfe93d0 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/lex/outputs/V2modelsBotVersionTimeouts.java @@ -0,0 +1,60 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.lex.outputs; + +import com.pulumi.core.annotations.CustomType; +import java.lang.String; +import java.util.Objects; +import java.util.Optional; +import javax.annotation.Nullable; + +@CustomType +public final class V2modelsBotVersionTimeouts { + private @Nullable String create; + private @Nullable String delete; + + private V2modelsBotVersionTimeouts() {} + public Optional create() { + return Optional.ofNullable(this.create); + } + public Optional delete() { + return Optional.ofNullable(this.delete); + } + + public static Builder builder() { + return new Builder(); + } + + public static Builder builder(V2modelsBotVersionTimeouts defaults) { + return new Builder(defaults); + } + @CustomType.Builder + public static final class Builder { + private @Nullable String create; + private @Nullable String delete; + public Builder() {} + public Builder(V2modelsBotVersionTimeouts defaults) { + Objects.requireNonNull(defaults); + this.create = defaults.create; + this.delete = defaults.delete; + } + + @CustomType.Setter + public Builder create(@Nullable String create) { + this.create = create; + return this; + } + @CustomType.Setter + public Builder delete(@Nullable String delete) { + this.delete = delete; + return this; + } + public V2modelsBotVersionTimeouts build() { + final var o = new V2modelsBotVersionTimeouts(); + o.create = create; + o.delete = delete; + return o; + } + } +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/rds/Cluster.java b/sdk/java/src/main/java/com/pulumi/aws/rds/Cluster.java index bf87acf1529..582bb428700 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/rds/Cluster.java +++ b/sdk/java/src/main/java/com/pulumi/aws/rds/Cluster.java @@ -159,42 +159,6 @@ * } * } * ``` - * ### Aurora Multi-Master Cluster - * - * > More information about Aurora Multi-Master Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html). - * ```java - * package generated_program; - * - * import com.pulumi.Context; - * import com.pulumi.Pulumi; - * import com.pulumi.core.Output; - * import com.pulumi.aws.rds.Cluster; - * import com.pulumi.aws.rds.ClusterArgs; - * import java.util.List; - * import java.util.ArrayList; - * import java.util.Map; - * import java.io.File; - * import java.nio.file.Files; - * import java.nio.file.Paths; - * - * public class App { - * public static void main(String[] args) { - * Pulumi.run(App::stack); - * } - * - * public static void stack(Context ctx) { - * var example = new Cluster("example", ClusterArgs.builder() - * .clusterIdentifier("example") - * .dbSubnetGroupName(aws_db_subnet_group.example().name()) - * .engineMode("multimaster") - * .masterPassword("barbarbarbar") - * .masterUsername("foo") - * .skipFinalSnapshot(true) - * .build()); - * - * } - * } - * ``` * ### RDS Multi-AZ Cluster * * > More information about RDS Multi-AZ Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html). @@ -793,14 +757,14 @@ public Output engine() { return this.engine; } /** - * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * */ @Export(name="engineMode", refs={String.class}, tree="[0]") private Output engineMode; /** - * @return Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * @return Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * */ public Output> engineMode() { diff --git a/sdk/java/src/main/java/com/pulumi/aws/rds/ClusterArgs.java b/sdk/java/src/main/java/com/pulumi/aws/rds/ClusterArgs.java index 9f4c8cd7933..33e1cfa762a 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/rds/ClusterArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/rds/ClusterArgs.java @@ -369,14 +369,14 @@ public Output> engine() { } /** - * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * */ @Import(name="engineMode") private @Nullable Output> engineMode; /** - * @return Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * @return Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * */ public Optional>> engineMode() { @@ -1381,7 +1381,7 @@ public Builder engine(EngineType engine) { } /** - * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * * @return builder * @@ -1392,7 +1392,7 @@ public Builder engineMode(@Nullable Output> engineMode } /** - * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * * @return builder * @@ -1402,7 +1402,7 @@ public Builder engineMode(Either engineMode) { } /** - * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * * @return builder * @@ -1412,7 +1412,7 @@ public Builder engineMode(String engineMode) { } /** - * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aws/rds/inputs/ClusterState.java b/sdk/java/src/main/java/com/pulumi/aws/rds/inputs/ClusterState.java index 6f09f94dd85..cc91840ddc0 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/rds/inputs/ClusterState.java +++ b/sdk/java/src/main/java/com/pulumi/aws/rds/inputs/ClusterState.java @@ -415,14 +415,14 @@ public Optional>> engine() { } /** - * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * */ @Import(name="engineMode") private @Nullable Output> engineMode; /** - * @return Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * @return Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * */ public Optional>> engineMode() { @@ -1583,7 +1583,7 @@ public Builder engine(EngineType engine) { } /** - * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * * @return builder * @@ -1594,7 +1594,7 @@ public Builder engineMode(@Nullable Output> engineMode } /** - * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * * @return builder * @@ -1604,7 +1604,7 @@ public Builder engineMode(Either engineMode) { } /** - * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * * @return builder * @@ -1614,7 +1614,7 @@ public Builder engineMode(String engineMode) { } /** - * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * @param engineMode Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3/BucketLoggingV2.java b/sdk/java/src/main/java/com/pulumi/aws/s3/BucketLoggingV2.java index e5f60a6a725..9e2cfd30de9 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/s3/BucketLoggingV2.java +++ b/sdk/java/src/main/java/com/pulumi/aws/s3/BucketLoggingV2.java @@ -7,6 +7,7 @@ import com.pulumi.aws.s3.BucketLoggingV2Args; import com.pulumi.aws.s3.inputs.BucketLoggingV2State; import com.pulumi.aws.s3.outputs.BucketLoggingV2TargetGrant; +import com.pulumi.aws.s3.outputs.BucketLoggingV2TargetObjectKeyFormat; import com.pulumi.core.Output; import com.pulumi.core.annotations.Export; import com.pulumi.core.annotations.ResourceType; @@ -148,6 +149,20 @@ public Output targetBucket() { public Output>> targetGrants() { return Codegen.optional(this.targetGrants); } + /** + * Amazon S3 key format for log objects. See below. + * + */ + @Export(name="targetObjectKeyFormat", refs={BucketLoggingV2TargetObjectKeyFormat.class}, tree="[0]") + private Output targetObjectKeyFormat; + + /** + * @return Amazon S3 key format for log objects. See below. + * + */ + public Output> targetObjectKeyFormat() { + return Codegen.optional(this.targetObjectKeyFormat); + } /** * Prefix for all log object keys. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3/BucketLoggingV2Args.java b/sdk/java/src/main/java/com/pulumi/aws/s3/BucketLoggingV2Args.java index c0b9c25c9c9..daf022bccac 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/s3/BucketLoggingV2Args.java +++ b/sdk/java/src/main/java/com/pulumi/aws/s3/BucketLoggingV2Args.java @@ -4,6 +4,7 @@ package com.pulumi.aws.s3; import com.pulumi.aws.s3.inputs.BucketLoggingV2TargetGrantArgs; +import com.pulumi.aws.s3.inputs.BucketLoggingV2TargetObjectKeyFormatArgs; import com.pulumi.core.Output; import com.pulumi.core.annotations.Import; import java.lang.String; @@ -77,6 +78,21 @@ public Optional>> targetGrants() { return Optional.ofNullable(this.targetGrants); } + /** + * Amazon S3 key format for log objects. See below. + * + */ + @Import(name="targetObjectKeyFormat") + private @Nullable Output targetObjectKeyFormat; + + /** + * @return Amazon S3 key format for log objects. See below. + * + */ + public Optional> targetObjectKeyFormat() { + return Optional.ofNullable(this.targetObjectKeyFormat); + } + /** * Prefix for all log object keys. * @@ -99,6 +115,7 @@ private BucketLoggingV2Args(BucketLoggingV2Args $) { this.expectedBucketOwner = $.expectedBucketOwner; this.targetBucket = $.targetBucket; this.targetGrants = $.targetGrants; + this.targetObjectKeyFormat = $.targetObjectKeyFormat; this.targetPrefix = $.targetPrefix; } @@ -214,6 +231,27 @@ public Builder targetGrants(BucketLoggingV2TargetGrantArgs... targetGrants) { return targetGrants(List.of(targetGrants)); } + /** + * @param targetObjectKeyFormat Amazon S3 key format for log objects. See below. + * + * @return builder + * + */ + public Builder targetObjectKeyFormat(@Nullable Output targetObjectKeyFormat) { + $.targetObjectKeyFormat = targetObjectKeyFormat; + return this; + } + + /** + * @param targetObjectKeyFormat Amazon S3 key format for log objects. See below. + * + * @return builder + * + */ + public Builder targetObjectKeyFormat(BucketLoggingV2TargetObjectKeyFormatArgs targetObjectKeyFormat) { + return targetObjectKeyFormat(Output.of(targetObjectKeyFormat)); + } + /** * @param targetPrefix Prefix for all log object keys. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2State.java b/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2State.java index 37cb7c91a36..5658511846f 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2State.java +++ b/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2State.java @@ -4,6 +4,7 @@ package com.pulumi.aws.s3.inputs; import com.pulumi.aws.s3.inputs.BucketLoggingV2TargetGrantArgs; +import com.pulumi.aws.s3.inputs.BucketLoggingV2TargetObjectKeyFormatArgs; import com.pulumi.core.Output; import com.pulumi.core.annotations.Import; import java.lang.String; @@ -77,6 +78,21 @@ public Optional>> targetGrants() { return Optional.ofNullable(this.targetGrants); } + /** + * Amazon S3 key format for log objects. See below. + * + */ + @Import(name="targetObjectKeyFormat") + private @Nullable Output targetObjectKeyFormat; + + /** + * @return Amazon S3 key format for log objects. See below. + * + */ + public Optional> targetObjectKeyFormat() { + return Optional.ofNullable(this.targetObjectKeyFormat); + } + /** * Prefix for all log object keys. * @@ -99,6 +115,7 @@ private BucketLoggingV2State(BucketLoggingV2State $) { this.expectedBucketOwner = $.expectedBucketOwner; this.targetBucket = $.targetBucket; this.targetGrants = $.targetGrants; + this.targetObjectKeyFormat = $.targetObjectKeyFormat; this.targetPrefix = $.targetPrefix; } @@ -214,6 +231,27 @@ public Builder targetGrants(BucketLoggingV2TargetGrantArgs... targetGrants) { return targetGrants(List.of(targetGrants)); } + /** + * @param targetObjectKeyFormat Amazon S3 key format for log objects. See below. + * + * @return builder + * + */ + public Builder targetObjectKeyFormat(@Nullable Output targetObjectKeyFormat) { + $.targetObjectKeyFormat = targetObjectKeyFormat; + return this; + } + + /** + * @param targetObjectKeyFormat Amazon S3 key format for log objects. See below. + * + * @return builder + * + */ + public Builder targetObjectKeyFormat(BucketLoggingV2TargetObjectKeyFormatArgs targetObjectKeyFormat) { + return targetObjectKeyFormat(Output.of(targetObjectKeyFormat)); + } + /** * @param targetPrefix Prefix for all log object keys. * diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatArgs.java b/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatArgs.java new file mode 100644 index 00000000000..c6a6ae86575 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatArgs.java @@ -0,0 +1,121 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.s3.inputs; + +import com.pulumi.aws.s3.inputs.BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs; +import com.pulumi.aws.s3.inputs.BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs; +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.util.Objects; +import java.util.Optional; +import javax.annotation.Nullable; + + +public final class BucketLoggingV2TargetObjectKeyFormatArgs extends com.pulumi.resources.ResourceArgs { + + public static final BucketLoggingV2TargetObjectKeyFormatArgs Empty = new BucketLoggingV2TargetObjectKeyFormatArgs(); + + /** + * Partitioned S3 key for log objects. See below. + * + */ + @Import(name="partitionedPrefix") + private @Nullable Output partitionedPrefix; + + /** + * @return Partitioned S3 key for log objects. See below. + * + */ + public Optional> partitionedPrefix() { + return Optional.ofNullable(this.partitionedPrefix); + } + + /** + * Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + * + */ + @Import(name="simplePrefix") + private @Nullable Output simplePrefix; + + /** + * @return Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + * + */ + public Optional> simplePrefix() { + return Optional.ofNullable(this.simplePrefix); + } + + private BucketLoggingV2TargetObjectKeyFormatArgs() {} + + private BucketLoggingV2TargetObjectKeyFormatArgs(BucketLoggingV2TargetObjectKeyFormatArgs $) { + this.partitionedPrefix = $.partitionedPrefix; + this.simplePrefix = $.simplePrefix; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(BucketLoggingV2TargetObjectKeyFormatArgs defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private BucketLoggingV2TargetObjectKeyFormatArgs $; + + public Builder() { + $ = new BucketLoggingV2TargetObjectKeyFormatArgs(); + } + + public Builder(BucketLoggingV2TargetObjectKeyFormatArgs defaults) { + $ = new BucketLoggingV2TargetObjectKeyFormatArgs(Objects.requireNonNull(defaults)); + } + + /** + * @param partitionedPrefix Partitioned S3 key for log objects. See below. + * + * @return builder + * + */ + public Builder partitionedPrefix(@Nullable Output partitionedPrefix) { + $.partitionedPrefix = partitionedPrefix; + return this; + } + + /** + * @param partitionedPrefix Partitioned S3 key for log objects. See below. + * + * @return builder + * + */ + public Builder partitionedPrefix(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs partitionedPrefix) { + return partitionedPrefix(Output.of(partitionedPrefix)); + } + + /** + * @param simplePrefix Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + * + * @return builder + * + */ + public Builder simplePrefix(@Nullable Output simplePrefix) { + $.simplePrefix = simplePrefix; + return this; + } + + /** + * @param simplePrefix Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + * + * @return builder + * + */ + public Builder simplePrefix(BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs simplePrefix) { + return simplePrefix(Output.of(simplePrefix)); + } + + public BucketLoggingV2TargetObjectKeyFormatArgs build() { + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.java b/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.java new file mode 100644 index 00000000000..e4505dca1a6 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.java @@ -0,0 +1,82 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.s3.inputs; + +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.lang.String; +import java.util.Objects; + + +public final class BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs extends com.pulumi.resources.ResourceArgs { + + public static final BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs Empty = new BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs(); + + /** + * Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + * + */ + @Import(name="partitionDateSource", required=true) + private Output partitionDateSource; + + /** + * @return Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + * + */ + public Output partitionDateSource() { + return this.partitionDateSource; + } + + private BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs() {} + + private BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs $) { + this.partitionDateSource = $.partitionDateSource; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs $; + + public Builder() { + $ = new BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs(); + } + + public Builder(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs defaults) { + $ = new BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs(Objects.requireNonNull(defaults)); + } + + /** + * @param partitionDateSource Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + * + * @return builder + * + */ + public Builder partitionDateSource(Output partitionDateSource) { + $.partitionDateSource = partitionDateSource; + return this; + } + + /** + * @param partitionDateSource Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + * + * @return builder + * + */ + public Builder partitionDateSource(String partitionDateSource) { + return partitionDateSource(Output.of(partitionDateSource)); + } + + public BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs build() { + $.partitionDateSource = Objects.requireNonNull($.partitionDateSource, "expected parameter 'partitionDateSource' to be non-null"); + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs.java b/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs.java new file mode 100644 index 00000000000..b0b6e543100 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/s3/inputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs.java @@ -0,0 +1,28 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.s3.inputs; + + + + +public final class BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs extends com.pulumi.resources.ResourceArgs { + + public static final BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs Empty = new BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs(); + + public static Builder builder() { + return new Builder(); + } + + public static final class Builder { + private BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs $; + + public Builder() { + $ = new BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs(); + } + public BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs build() { + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormat.java b/sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormat.java new file mode 100644 index 00000000000..fad1648d884 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormat.java @@ -0,0 +1,77 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.s3.outputs; + +import com.pulumi.aws.s3.outputs.BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix; +import com.pulumi.aws.s3.outputs.BucketLoggingV2TargetObjectKeyFormatSimplePrefix; +import com.pulumi.core.annotations.CustomType; +import java.util.Objects; +import java.util.Optional; +import javax.annotation.Nullable; + +@CustomType +public final class BucketLoggingV2TargetObjectKeyFormat { + /** + * @return Partitioned S3 key for log objects. See below. + * + */ + private @Nullable BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix partitionedPrefix; + /** + * @return Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + * + */ + private @Nullable BucketLoggingV2TargetObjectKeyFormatSimplePrefix simplePrefix; + + private BucketLoggingV2TargetObjectKeyFormat() {} + /** + * @return Partitioned S3 key for log objects. See below. + * + */ + public Optional partitionedPrefix() { + return Optional.ofNullable(this.partitionedPrefix); + } + /** + * @return Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + * + */ + public Optional simplePrefix() { + return Optional.ofNullable(this.simplePrefix); + } + + public static Builder builder() { + return new Builder(); + } + + public static Builder builder(BucketLoggingV2TargetObjectKeyFormat defaults) { + return new Builder(defaults); + } + @CustomType.Builder + public static final class Builder { + private @Nullable BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix partitionedPrefix; + private @Nullable BucketLoggingV2TargetObjectKeyFormatSimplePrefix simplePrefix; + public Builder() {} + public Builder(BucketLoggingV2TargetObjectKeyFormat defaults) { + Objects.requireNonNull(defaults); + this.partitionedPrefix = defaults.partitionedPrefix; + this.simplePrefix = defaults.simplePrefix; + } + + @CustomType.Setter + public Builder partitionedPrefix(@Nullable BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix partitionedPrefix) { + this.partitionedPrefix = partitionedPrefix; + return this; + } + @CustomType.Setter + public Builder simplePrefix(@Nullable BucketLoggingV2TargetObjectKeyFormatSimplePrefix simplePrefix) { + this.simplePrefix = simplePrefix; + return this; + } + public BucketLoggingV2TargetObjectKeyFormat build() { + final var o = new BucketLoggingV2TargetObjectKeyFormat(); + o.partitionedPrefix = partitionedPrefix; + o.simplePrefix = simplePrefix; + return o; + } + } +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.java b/sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.java new file mode 100644 index 00000000000..641ea9477b8 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.java @@ -0,0 +1,54 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.s3.outputs; + +import com.pulumi.core.annotations.CustomType; +import java.lang.String; +import java.util.Objects; + +@CustomType +public final class BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix { + /** + * @return Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + * + */ + private String partitionDateSource; + + private BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix() {} + /** + * @return Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + * + */ + public String partitionDateSource() { + return this.partitionDateSource; + } + + public static Builder builder() { + return new Builder(); + } + + public static Builder builder(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix defaults) { + return new Builder(defaults); + } + @CustomType.Builder + public static final class Builder { + private String partitionDateSource; + public Builder() {} + public Builder(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix defaults) { + Objects.requireNonNull(defaults); + this.partitionDateSource = defaults.partitionDateSource; + } + + @CustomType.Setter + public Builder partitionDateSource(String partitionDateSource) { + this.partitionDateSource = Objects.requireNonNull(partitionDateSource); + return this; + } + public BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix build() { + final var o = new BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix(); + o.partitionDateSource = partitionDateSource; + return o; + } + } +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefix.java b/sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefix.java new file mode 100644 index 00000000000..bf270dda804 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/s3/outputs/BucketLoggingV2TargetObjectKeyFormatSimplePrefix.java @@ -0,0 +1,32 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.s3.outputs; + +import com.pulumi.core.annotations.CustomType; +import java.util.Objects; + +@CustomType +public final class BucketLoggingV2TargetObjectKeyFormatSimplePrefix { + private BucketLoggingV2TargetObjectKeyFormatSimplePrefix() {} + + public static Builder builder() { + return new Builder(); + } + + public static Builder builder(BucketLoggingV2TargetObjectKeyFormatSimplePrefix defaults) { + return new Builder(defaults); + } + @CustomType.Builder + public static final class Builder { + public Builder() {} + public Builder(BucketLoggingV2TargetObjectKeyFormatSimplePrefix defaults) { + Objects.requireNonNull(defaults); + } + + public BucketLoggingV2TargetObjectKeyFormatSimplePrefix build() { + final var o = new BucketLoggingV2TargetObjectKeyFormatSimplePrefix(); + return o; + } + } +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3control/AccessGrantsInstanceResourcePolicy.java b/sdk/java/src/main/java/com/pulumi/aws/s3control/AccessGrantsInstanceResourcePolicy.java new file mode 100644 index 00000000000..8609dc7ad3c --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/s3control/AccessGrantsInstanceResourcePolicy.java @@ -0,0 +1,100 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.s3control; + +import com.pulumi.aws.Utilities; +import com.pulumi.aws.s3control.AccessGrantsInstanceResourcePolicyArgs; +import com.pulumi.aws.s3control.inputs.AccessGrantsInstanceResourcePolicyState; +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Export; +import com.pulumi.core.annotations.ResourceType; +import com.pulumi.core.internal.Codegen; +import java.lang.String; +import javax.annotation.Nullable; + +/** + * Provides a resource to manage an S3 Access Grants instance resource policy. + * Use a resource policy to manage cross-account access to your S3 Access Grants instance. + * + * ## Import + * + * Using `pulumi import`, import S3 Access Grants instance resource policies using the `account_id`. For example: + * + * ```sh + * $ pulumi import aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy example 123456789012 + * ``` + * + */ +@ResourceType(type="aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy") +public class AccessGrantsInstanceResourcePolicy extends com.pulumi.resources.CustomResource { + @Export(name="accountId", refs={String.class}, tree="[0]") + private Output accountId; + + public Output accountId() { + return this.accountId; + } + /** + * The policy document. + * + */ + @Export(name="policy", refs={String.class}, tree="[0]") + private Output policy; + + /** + * @return The policy document. + * + */ + public Output policy() { + return this.policy; + } + + /** + * + * @param name The _unique_ name of the resulting resource. + */ + public AccessGrantsInstanceResourcePolicy(String name) { + this(name, AccessGrantsInstanceResourcePolicyArgs.Empty); + } + /** + * + * @param name The _unique_ name of the resulting resource. + * @param args The arguments to use to populate this resource's properties. + */ + public AccessGrantsInstanceResourcePolicy(String name, AccessGrantsInstanceResourcePolicyArgs args) { + this(name, args, null); + } + /** + * + * @param name The _unique_ name of the resulting resource. + * @param args The arguments to use to populate this resource's properties. + * @param options A bag of options that control this resource's behavior. + */ + public AccessGrantsInstanceResourcePolicy(String name, AccessGrantsInstanceResourcePolicyArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) { + super("aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy", name, args == null ? AccessGrantsInstanceResourcePolicyArgs.Empty : args, makeResourceOptions(options, Codegen.empty())); + } + + private AccessGrantsInstanceResourcePolicy(String name, Output id, @Nullable AccessGrantsInstanceResourcePolicyState state, @Nullable com.pulumi.resources.CustomResourceOptions options) { + super("aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy", name, state, makeResourceOptions(options, id)); + } + + private static com.pulumi.resources.CustomResourceOptions makeResourceOptions(@Nullable com.pulumi.resources.CustomResourceOptions options, @Nullable Output id) { + var defaultOptions = com.pulumi.resources.CustomResourceOptions.builder() + .version(Utilities.getVersion()) + .build(); + return com.pulumi.resources.CustomResourceOptions.merge(defaultOptions, options, id); + } + + /** + * Get an existing Host resource's state with the given name, ID, and optional extra + * properties used to qualify the lookup. + * + * @param name The _unique_ name of the resulting resource. + * @param id The _unique_ provider ID of the resource to lookup. + * @param state + * @param options Optional settings to control the behavior of the CustomResource. + */ + public static AccessGrantsInstanceResourcePolicy get(String name, Output id, @Nullable AccessGrantsInstanceResourcePolicyState state, @Nullable com.pulumi.resources.CustomResourceOptions options) { + return new AccessGrantsInstanceResourcePolicy(name, id, state, options); + } +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3control/AccessGrantsInstanceResourcePolicyArgs.java b/sdk/java/src/main/java/com/pulumi/aws/s3control/AccessGrantsInstanceResourcePolicyArgs.java new file mode 100644 index 00000000000..1a7029b41f4 --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/s3control/AccessGrantsInstanceResourcePolicyArgs.java @@ -0,0 +1,101 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.s3control; + +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.lang.String; +import java.util.Objects; +import java.util.Optional; +import javax.annotation.Nullable; + + +public final class AccessGrantsInstanceResourcePolicyArgs extends com.pulumi.resources.ResourceArgs { + + public static final AccessGrantsInstanceResourcePolicyArgs Empty = new AccessGrantsInstanceResourcePolicyArgs(); + + @Import(name="accountId") + private @Nullable Output accountId; + + public Optional> accountId() { + return Optional.ofNullable(this.accountId); + } + + /** + * The policy document. + * + */ + @Import(name="policy", required=true) + private Output policy; + + /** + * @return The policy document. + * + */ + public Output policy() { + return this.policy; + } + + private AccessGrantsInstanceResourcePolicyArgs() {} + + private AccessGrantsInstanceResourcePolicyArgs(AccessGrantsInstanceResourcePolicyArgs $) { + this.accountId = $.accountId; + this.policy = $.policy; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(AccessGrantsInstanceResourcePolicyArgs defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private AccessGrantsInstanceResourcePolicyArgs $; + + public Builder() { + $ = new AccessGrantsInstanceResourcePolicyArgs(); + } + + public Builder(AccessGrantsInstanceResourcePolicyArgs defaults) { + $ = new AccessGrantsInstanceResourcePolicyArgs(Objects.requireNonNull(defaults)); + } + + public Builder accountId(@Nullable Output accountId) { + $.accountId = accountId; + return this; + } + + public Builder accountId(String accountId) { + return accountId(Output.of(accountId)); + } + + /** + * @param policy The policy document. + * + * @return builder + * + */ + public Builder policy(Output policy) { + $.policy = policy; + return this; + } + + /** + * @param policy The policy document. + * + * @return builder + * + */ + public Builder policy(String policy) { + return policy(Output.of(policy)); + } + + public AccessGrantsInstanceResourcePolicyArgs build() { + $.policy = Objects.requireNonNull($.policy, "expected parameter 'policy' to be non-null"); + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/s3control/inputs/AccessGrantsInstanceResourcePolicyState.java b/sdk/java/src/main/java/com/pulumi/aws/s3control/inputs/AccessGrantsInstanceResourcePolicyState.java new file mode 100644 index 00000000000..057e2f0e86c --- /dev/null +++ b/sdk/java/src/main/java/com/pulumi/aws/s3control/inputs/AccessGrantsInstanceResourcePolicyState.java @@ -0,0 +1,100 @@ +// *** WARNING: this file was generated by pulumi-java-gen. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +package com.pulumi.aws.s3control.inputs; + +import com.pulumi.core.Output; +import com.pulumi.core.annotations.Import; +import java.lang.String; +import java.util.Objects; +import java.util.Optional; +import javax.annotation.Nullable; + + +public final class AccessGrantsInstanceResourcePolicyState extends com.pulumi.resources.ResourceArgs { + + public static final AccessGrantsInstanceResourcePolicyState Empty = new AccessGrantsInstanceResourcePolicyState(); + + @Import(name="accountId") + private @Nullable Output accountId; + + public Optional> accountId() { + return Optional.ofNullable(this.accountId); + } + + /** + * The policy document. + * + */ + @Import(name="policy") + private @Nullable Output policy; + + /** + * @return The policy document. + * + */ + public Optional> policy() { + return Optional.ofNullable(this.policy); + } + + private AccessGrantsInstanceResourcePolicyState() {} + + private AccessGrantsInstanceResourcePolicyState(AccessGrantsInstanceResourcePolicyState $) { + this.accountId = $.accountId; + this.policy = $.policy; + } + + public static Builder builder() { + return new Builder(); + } + public static Builder builder(AccessGrantsInstanceResourcePolicyState defaults) { + return new Builder(defaults); + } + + public static final class Builder { + private AccessGrantsInstanceResourcePolicyState $; + + public Builder() { + $ = new AccessGrantsInstanceResourcePolicyState(); + } + + public Builder(AccessGrantsInstanceResourcePolicyState defaults) { + $ = new AccessGrantsInstanceResourcePolicyState(Objects.requireNonNull(defaults)); + } + + public Builder accountId(@Nullable Output accountId) { + $.accountId = accountId; + return this; + } + + public Builder accountId(String accountId) { + return accountId(Output.of(accountId)); + } + + /** + * @param policy The policy document. + * + * @return builder + * + */ + public Builder policy(@Nullable Output policy) { + $.policy = policy; + return this; + } + + /** + * @param policy The policy document. + * + * @return builder + * + */ + public Builder policy(String policy) { + return policy(Output.of(policy)); + } + + public AccessGrantsInstanceResourcePolicyState build() { + return $; + } + } + +} diff --git a/sdk/java/src/main/java/com/pulumi/aws/sagemaker/Domain.java b/sdk/java/src/main/java/com/pulumi/aws/sagemaker/Domain.java index e6ab246eeec..369930522a8 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/sagemaker/Domain.java +++ b/sdk/java/src/main/java/com/pulumi/aws/sagemaker/Domain.java @@ -232,22 +232,30 @@ public Output> defaultSpaceSettings() { return Codegen.optional(this.defaultSpaceSettings); } /** - * The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + * The default user settings. See Default User Settings below. * */ @Export(name="defaultUserSettings", refs={DomainDefaultUserSettings.class}, tree="[0]") private Output defaultUserSettings; /** - * @return The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + * @return The default user settings. See Default User Settings below. * */ public Output defaultUserSettings() { return this.defaultUserSettings; } + /** + * The domain name. + * + */ @Export(name="domainName", refs={String.class}, tree="[0]") private Output domainName; + /** + * @return The domain name. + * + */ public Output domainName() { return this.domainName; } diff --git a/sdk/java/src/main/java/com/pulumi/aws/sagemaker/DomainArgs.java b/sdk/java/src/main/java/com/pulumi/aws/sagemaker/DomainArgs.java index 18f2ad02f62..37c11b5d0f8 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/sagemaker/DomainArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aws/sagemaker/DomainArgs.java @@ -82,23 +82,31 @@ public Optional> defaultSpaceSettings() { } /** - * The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + * The default user settings. See Default User Settings below. * */ @Import(name="defaultUserSettings", required=true) private Output defaultUserSettings; /** - * @return The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + * @return The default user settings. See Default User Settings below. * */ public Output defaultUserSettings() { return this.defaultUserSettings; } + /** + * The domain name. + * + */ @Import(name="domainName", required=true) private Output domainName; + /** + * @return The domain name. + * + */ public Output domainName() { return this.domainName; } @@ -317,7 +325,7 @@ public Builder defaultSpaceSettings(DomainDefaultSpaceSettingsArgs defaultSpaceS } /** - * @param defaultUserSettings The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + * @param defaultUserSettings The default user settings. See Default User Settings below. * * @return builder * @@ -328,7 +336,7 @@ public Builder defaultUserSettings(Output default } /** - * @param defaultUserSettings The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + * @param defaultUserSettings The default user settings. See Default User Settings below. * * @return builder * @@ -337,11 +345,23 @@ public Builder defaultUserSettings(DomainDefaultUserSettingsArgs defaultUserSett return defaultUserSettings(Output.of(defaultUserSettings)); } + /** + * @param domainName The domain name. + * + * @return builder + * + */ public Builder domainName(Output domainName) { $.domainName = domainName; return this; } + /** + * @param domainName The domain name. + * + * @return builder + * + */ public Builder domainName(String domainName) { return domainName(Output.of(domainName)); } diff --git a/sdk/java/src/main/java/com/pulumi/aws/sagemaker/inputs/DomainState.java b/sdk/java/src/main/java/com/pulumi/aws/sagemaker/inputs/DomainState.java index 0ae64769531..62146049426 100644 --- a/sdk/java/src/main/java/com/pulumi/aws/sagemaker/inputs/DomainState.java +++ b/sdk/java/src/main/java/com/pulumi/aws/sagemaker/inputs/DomainState.java @@ -97,23 +97,31 @@ public Optional> defaultSpaceSettings() { } /** - * The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + * The default user settings. See Default User Settings below. * */ @Import(name="defaultUserSettings") private @Nullable Output defaultUserSettings; /** - * @return The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + * @return The default user settings. See Default User Settings below. * */ public Optional> defaultUserSettings() { return Optional.ofNullable(this.defaultUserSettings); } + /** + * The domain name. + * + */ @Import(name="domainName") private @Nullable Output domainName; + /** + * @return The domain name. + * + */ public Optional> domainName() { return Optional.ofNullable(this.domainName); } @@ -442,7 +450,7 @@ public Builder defaultSpaceSettings(DomainDefaultSpaceSettingsArgs defaultSpaceS } /** - * @param defaultUserSettings The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + * @param defaultUserSettings The default user settings. See Default User Settings below. * * @return builder * @@ -453,7 +461,7 @@ public Builder defaultUserSettings(@Nullable Output domainName) { $.domainName = domainName; return this; } + /** + * @param domainName The domain name. + * + * @return builder + * + */ public Builder domainName(String domainName) { return domainName(Output.of(domainName)); } diff --git a/sdk/nodejs/alb/targetGroup.ts b/sdk/nodejs/alb/targetGroup.ts index 2070c36d22c..8098305a6e8 100644 --- a/sdk/nodejs/alb/targetGroup.ts +++ b/sdk/nodejs/alb/targetGroup.ts @@ -166,7 +166,10 @@ export class TargetGroup extends pulumi.CustomResource { */ public readonly preserveClientIp!: pulumi.Output; /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `targetType` is `instance`, `ip`, or `alb`. + * Does not apply when `targetType` is `lambda`. */ public readonly protocol!: pulumi.Output; /** @@ -204,7 +207,9 @@ export class TargetGroup extends pulumi.CustomResource { */ public readonly targetHealthStates!: pulumi.Output; /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -350,7 +355,10 @@ export interface TargetGroupState { */ preserveClientIp?: pulumi.Input; /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `targetType` is `instance`, `ip`, or `alb`. + * Does not apply when `targetType` is `lambda`. */ protocol?: pulumi.Input; /** @@ -388,7 +396,9 @@ export interface TargetGroupState { */ targetHealthStates?: pulumi.Input[]>; /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -454,7 +464,10 @@ export interface TargetGroupArgs { */ preserveClientIp?: pulumi.Input; /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `targetType` is `instance`, `ip`, or `alb`. + * Does not apply when `targetType` is `lambda`. */ protocol?: pulumi.Input; /** @@ -486,7 +499,9 @@ export interface TargetGroupArgs { */ targetHealthStates?: pulumi.Input[]>; /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * diff --git a/sdk/nodejs/apprunner/autoScalingConfigurationVersion.ts b/sdk/nodejs/apprunner/autoScalingConfigurationVersion.ts index b5f67ba3b9e..d380063317b 100644 --- a/sdk/nodejs/apprunner/autoScalingConfigurationVersion.ts +++ b/sdk/nodejs/apprunner/autoScalingConfigurationVersion.ts @@ -72,6 +72,8 @@ export class AutoScalingConfigurationVersion extends pulumi.CustomResource { * The revision of this auto scaling configuration. */ public /*out*/ readonly autoScalingConfigurationRevision!: pulumi.Output; + public /*out*/ readonly hasAssociatedService!: pulumi.Output; + public /*out*/ readonly isDefault!: pulumi.Output; /** * Whether the auto scaling configuration has the highest `autoScalingConfigurationRevision` among all configurations that share the same `autoScalingConfigurationName`. */ @@ -119,6 +121,8 @@ export class AutoScalingConfigurationVersion extends pulumi.CustomResource { resourceInputs["arn"] = state ? state.arn : undefined; resourceInputs["autoScalingConfigurationName"] = state ? state.autoScalingConfigurationName : undefined; resourceInputs["autoScalingConfigurationRevision"] = state ? state.autoScalingConfigurationRevision : undefined; + resourceInputs["hasAssociatedService"] = state ? state.hasAssociatedService : undefined; + resourceInputs["isDefault"] = state ? state.isDefault : undefined; resourceInputs["latest"] = state ? state.latest : undefined; resourceInputs["maxConcurrency"] = state ? state.maxConcurrency : undefined; resourceInputs["maxSize"] = state ? state.maxSize : undefined; @@ -138,6 +142,8 @@ export class AutoScalingConfigurationVersion extends pulumi.CustomResource { resourceInputs["tags"] = args ? args.tags : undefined; resourceInputs["arn"] = undefined /*out*/; resourceInputs["autoScalingConfigurationRevision"] = undefined /*out*/; + resourceInputs["hasAssociatedService"] = undefined /*out*/; + resourceInputs["isDefault"] = undefined /*out*/; resourceInputs["latest"] = undefined /*out*/; resourceInputs["status"] = undefined /*out*/; resourceInputs["tagsAll"] = undefined /*out*/; @@ -165,6 +171,8 @@ export interface AutoScalingConfigurationVersionState { * The revision of this auto scaling configuration. */ autoScalingConfigurationRevision?: pulumi.Input; + hasAssociatedService?: pulumi.Input; + isDefault?: pulumi.Input; /** * Whether the auto scaling configuration has the highest `autoScalingConfigurationRevision` among all configurations that share the same `autoScalingConfigurationName`. */ diff --git a/sdk/nodejs/apprunner/defaultAutoScalingConfigurationVersion.ts b/sdk/nodejs/apprunner/defaultAutoScalingConfigurationVersion.ts new file mode 100644 index 00000000000..4a5d8e9ef89 --- /dev/null +++ b/sdk/nodejs/apprunner/defaultAutoScalingConfigurationVersion.ts @@ -0,0 +1,113 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +import * as pulumi from "@pulumi/pulumi"; +import * as utilities from "../utilities"; + +/** + * Manages the default App Runner auto scaling configuration. + * When creating or updating this resource the existing default auto scaling configuration will be set to non-default automatically. + * When creating or updating this resource the configuration is automatically assigned as the default to the new services you create in the future. The new default designation doesn't affect the associations that were previously set for existing services. + * Each account can have only one default auto scaling configuration per Region. + * + * ## Example Usage + * + * ```typescript + * import * as pulumi from "@pulumi/pulumi"; + * import * as aws from "@pulumi/aws"; + * + * const exampleAutoScalingConfigurationVersion = new aws.apprunner.AutoScalingConfigurationVersion("exampleAutoScalingConfigurationVersion", { + * autoScalingConfigurationName: "example", + * maxConcurrency: 50, + * maxSize: 10, + * minSize: 2, + * }); + * const exampleDefaultAutoScalingConfigurationVersion = new aws.apprunner.DefaultAutoScalingConfigurationVersion("exampleDefaultAutoScalingConfigurationVersion", {autoScalingConfigurationArn: exampleAutoScalingConfigurationVersion.arn}); + * ``` + * + * ## Import + * + * Using `pulumi import`, import App Runner default auto scaling configurations using the current Region. For example: + * + * ```sh + * $ pulumi import aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion example us-west-2 + * ``` + */ +export class DefaultAutoScalingConfigurationVersion extends pulumi.CustomResource { + /** + * Get an existing DefaultAutoScalingConfigurationVersion resource's state with the given name, ID, and optional extra + * properties used to qualify the lookup. + * + * @param name The _unique_ name of the resulting resource. + * @param id The _unique_ provider ID of the resource to lookup. + * @param state Any extra arguments used during the lookup. + * @param opts Optional settings to control the behavior of the CustomResource. + */ + public static get(name: string, id: pulumi.Input, state?: DefaultAutoScalingConfigurationVersionState, opts?: pulumi.CustomResourceOptions): DefaultAutoScalingConfigurationVersion { + return new DefaultAutoScalingConfigurationVersion(name, state, { ...opts, id: id }); + } + + /** @internal */ + public static readonly __pulumiType = 'aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion'; + + /** + * Returns true if the given object is an instance of DefaultAutoScalingConfigurationVersion. This is designed to work even + * when multiple copies of the Pulumi SDK have been loaded into the same process. + */ + public static isInstance(obj: any): obj is DefaultAutoScalingConfigurationVersion { + if (obj === undefined || obj === null) { + return false; + } + return obj['__pulumiType'] === DefaultAutoScalingConfigurationVersion.__pulumiType; + } + + /** + * The ARN of the App Runner auto scaling configuration that you want to set as the default. + */ + public readonly autoScalingConfigurationArn!: pulumi.Output; + + /** + * Create a DefaultAutoScalingConfigurationVersion resource with the given unique name, arguments, and options. + * + * @param name The _unique_ name of the resource. + * @param args The arguments to use to populate this resource's properties. + * @param opts A bag of options that control this resource's behavior. + */ + constructor(name: string, args: DefaultAutoScalingConfigurationVersionArgs, opts?: pulumi.CustomResourceOptions) + constructor(name: string, argsOrState?: DefaultAutoScalingConfigurationVersionArgs | DefaultAutoScalingConfigurationVersionState, opts?: pulumi.CustomResourceOptions) { + let resourceInputs: pulumi.Inputs = {}; + opts = opts || {}; + if (opts.id) { + const state = argsOrState as DefaultAutoScalingConfigurationVersionState | undefined; + resourceInputs["autoScalingConfigurationArn"] = state ? state.autoScalingConfigurationArn : undefined; + } else { + const args = argsOrState as DefaultAutoScalingConfigurationVersionArgs | undefined; + if ((!args || args.autoScalingConfigurationArn === undefined) && !opts.urn) { + throw new Error("Missing required property 'autoScalingConfigurationArn'"); + } + resourceInputs["autoScalingConfigurationArn"] = args ? args.autoScalingConfigurationArn : undefined; + } + opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts); + super(DefaultAutoScalingConfigurationVersion.__pulumiType, name, resourceInputs, opts); + } +} + +/** + * Input properties used for looking up and filtering DefaultAutoScalingConfigurationVersion resources. + */ +export interface DefaultAutoScalingConfigurationVersionState { + /** + * The ARN of the App Runner auto scaling configuration that you want to set as the default. + */ + autoScalingConfigurationArn?: pulumi.Input; +} + +/** + * The set of arguments for constructing a DefaultAutoScalingConfigurationVersion resource. + */ +export interface DefaultAutoScalingConfigurationVersionArgs { + /** + * The ARN of the App Runner auto scaling configuration that you want to set as the default. + */ + autoScalingConfigurationArn: pulumi.Input; +} diff --git a/sdk/nodejs/apprunner/index.ts b/sdk/nodejs/apprunner/index.ts index b6e79066fd8..45ce0391f2a 100644 --- a/sdk/nodejs/apprunner/index.ts +++ b/sdk/nodejs/apprunner/index.ts @@ -20,6 +20,11 @@ export type CustomDomainAssociation = import("./customDomainAssociation").Custom export const CustomDomainAssociation: typeof import("./customDomainAssociation").CustomDomainAssociation = null as any; utilities.lazyLoad(exports, ["CustomDomainAssociation"], () => require("./customDomainAssociation")); +export { DefaultAutoScalingConfigurationVersionArgs, DefaultAutoScalingConfigurationVersionState } from "./defaultAutoScalingConfigurationVersion"; +export type DefaultAutoScalingConfigurationVersion = import("./defaultAutoScalingConfigurationVersion").DefaultAutoScalingConfigurationVersion; +export const DefaultAutoScalingConfigurationVersion: typeof import("./defaultAutoScalingConfigurationVersion").DefaultAutoScalingConfigurationVersion = null as any; +utilities.lazyLoad(exports, ["DefaultAutoScalingConfigurationVersion"], () => require("./defaultAutoScalingConfigurationVersion")); + export { ObservabilityConfigurationArgs, ObservabilityConfigurationState } from "./observabilityConfiguration"; export type ObservabilityConfiguration = import("./observabilityConfiguration").ObservabilityConfiguration; export const ObservabilityConfiguration: typeof import("./observabilityConfiguration").ObservabilityConfiguration = null as any; @@ -51,6 +56,8 @@ const _module = { return new Connection(name, undefined, { urn }) case "aws:apprunner/customDomainAssociation:CustomDomainAssociation": return new CustomDomainAssociation(name, undefined, { urn }) + case "aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion": + return new DefaultAutoScalingConfigurationVersion(name, undefined, { urn }) case "aws:apprunner/observabilityConfiguration:ObservabilityConfiguration": return new ObservabilityConfiguration(name, undefined, { urn }) case "aws:apprunner/service:Service": @@ -67,6 +74,7 @@ const _module = { pulumi.runtime.registerResourceModule("aws", "apprunner/autoScalingConfigurationVersion", _module) pulumi.runtime.registerResourceModule("aws", "apprunner/connection", _module) pulumi.runtime.registerResourceModule("aws", "apprunner/customDomainAssociation", _module) +pulumi.runtime.registerResourceModule("aws", "apprunner/defaultAutoScalingConfigurationVersion", _module) pulumi.runtime.registerResourceModule("aws", "apprunner/observabilityConfiguration", _module) pulumi.runtime.registerResourceModule("aws", "apprunner/service", _module) pulumi.runtime.registerResourceModule("aws", "apprunner/vpcConnector", _module) diff --git a/sdk/nodejs/cloudwatch/eventRule.ts b/sdk/nodejs/cloudwatch/eventRule.ts index 766525ffd94..ba531d09540 100644 --- a/sdk/nodejs/cloudwatch/eventRule.ts +++ b/sdk/nodejs/cloudwatch/eventRule.ts @@ -97,7 +97,11 @@ export class EventRule extends pulumi.CustomResource { */ public readonly eventPattern!: pulumi.Output; /** - * Whether the rule should be enabled (defaults to `true`). + * Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. + * + * @deprecated Use "state" instead */ public readonly isEnabled!: pulumi.Output; /** @@ -116,6 +120,15 @@ export class EventRule extends pulumi.CustomResource { * The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `scheduleExpression` or `eventPattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). */ public readonly scheduleExpression!: pulumi.Output; + /** + * State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `isEnabled`. + */ + public readonly state!: pulumi.Output; /** * A map of tags to assign to the resource. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. */ @@ -149,6 +162,7 @@ export class EventRule extends pulumi.CustomResource { resourceInputs["namePrefix"] = state ? state.namePrefix : undefined; resourceInputs["roleArn"] = state ? state.roleArn : undefined; resourceInputs["scheduleExpression"] = state ? state.scheduleExpression : undefined; + resourceInputs["state"] = state ? state.state : undefined; resourceInputs["tags"] = state ? state.tags : undefined; resourceInputs["tagsAll"] = state ? state.tagsAll : undefined; } else { @@ -161,6 +175,7 @@ export class EventRule extends pulumi.CustomResource { resourceInputs["namePrefix"] = args ? args.namePrefix : undefined; resourceInputs["roleArn"] = args ? args.roleArn : undefined; resourceInputs["scheduleExpression"] = args ? args.scheduleExpression : undefined; + resourceInputs["state"] = args ? args.state : undefined; resourceInputs["tags"] = args ? args.tags : undefined; resourceInputs["arn"] = undefined /*out*/; resourceInputs["tagsAll"] = undefined /*out*/; @@ -194,7 +209,11 @@ export interface EventRuleState { */ eventPattern?: pulumi.Input; /** - * Whether the rule should be enabled (defaults to `true`). + * Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. + * + * @deprecated Use "state" instead */ isEnabled?: pulumi.Input; /** @@ -213,6 +232,15 @@ export interface EventRuleState { * The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `scheduleExpression` or `eventPattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). */ scheduleExpression?: pulumi.Input; + /** + * State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `isEnabled`. + */ + state?: pulumi.Input; /** * A map of tags to assign to the resource. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. */ @@ -243,7 +271,11 @@ export interface EventRuleArgs { */ eventPattern?: pulumi.Input; /** - * Whether the rule should be enabled (defaults to `true`). + * Whether the rule should be enabled. + * Defaults to `true`. + * Conflicts with `state`. + * + * @deprecated Use "state" instead */ isEnabled?: pulumi.Input; /** @@ -262,6 +294,15 @@ export interface EventRuleArgs { * The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `scheduleExpression` or `eventPattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). */ scheduleExpression?: pulumi.Input; + /** + * State of the rule. + * Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + * To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + * Defaults to `ENABLED`. + * Conflicts with `isEnabled`. + */ + state?: pulumi.Input; /** * A map of tags to assign to the resource. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. */ diff --git a/sdk/nodejs/dms/replicationConfig.ts b/sdk/nodejs/dms/replicationConfig.ts index ee717a64b71..c1772f0fbf1 100644 --- a/sdk/nodejs/dms/replicationConfig.ts +++ b/sdk/nodejs/dms/replicationConfig.ts @@ -25,7 +25,7 @@ import * as utilities from "../utilities"; * sourceEndpointArn: aws_dms_endpoint.source.endpoint_arn, * targetEndpointArn: aws_dms_endpoint.target.endpoint_arn, * tableMappings: ` { - * "rules":[{"rule-type":"selection","rule-id":"1","rule-name":"1","object-locator":{"schema-name":"%%","table-name":"%%", "rule-action":"include"}] + * "rules":[{"rule-type":"selection","rule-id":"1","rule-name":"1","rule-action":"include","object-locator":{"schema-name":"%%","table-name":"%%"}}] * } * `, * startReplication: true, diff --git a/sdk/nodejs/elasticache/replicationGroup.ts b/sdk/nodejs/elasticache/replicationGroup.ts index 87efc8b92f4..9426cb610dc 100644 --- a/sdk/nodejs/elasticache/replicationGroup.ts +++ b/sdk/nodejs/elasticache/replicationGroup.ts @@ -161,6 +161,28 @@ import * as utilities from "../utilities"; * numCacheClusters: 1, * }); * ``` + * ### Redis AUTH and In-Transit Encryption Enabled + * + * ```typescript + * import * as pulumi from "@pulumi/pulumi"; + * import * as aws from "@pulumi/aws"; + * + * const example = new aws.elasticache.ReplicationGroup("example", { + * description: "example with authentication", + * nodeType: "cache.t2.micro", + * numCacheClusters: 1, + * port: 6379, + * subnetGroupName: aws_elasticache_subnet_group.example.name, + * securityGroupIds: [aws_security_group.example.id], + * parameterGroupName: "default.redis5.0", + * engineVersion: "5.0.6", + * transitEncryptionEnabled: true, + * authToken: "abcdefgh1234567890", + * authTokenUpdateStrategy: "ROTATE", + * }); + * ``` + * + * > When adding a new `authToken` to a previously passwordless replication group, using the `ROTATE` update strategy will result in support for **both** the new token and passwordless authentication. To immediately require authorization when adding the initial token, use the `SET` strategy instead. See the [Authenticating with the Redis AUTH command](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html) guide for additional details. * * ## Import * @@ -214,6 +236,10 @@ export class ReplicationGroup extends pulumi.CustomResource { * Password used to access a password protected server. Can be specified only if `transitEncryptionEnabled = true`. */ public readonly authToken!: pulumi.Output; + /** + * Strategy to use when updating the `authToken`. Can be specified only if `transitEncryptionEnabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + */ + public readonly authTokenUpdateStrategy!: pulumi.Output; /** * Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. * Only supported for engine type `"redis"` and if the engine version is 6 or higher. @@ -406,6 +432,7 @@ export class ReplicationGroup extends pulumi.CustomResource { resourceInputs["arn"] = state ? state.arn : undefined; resourceInputs["atRestEncryptionEnabled"] = state ? state.atRestEncryptionEnabled : undefined; resourceInputs["authToken"] = state ? state.authToken : undefined; + resourceInputs["authTokenUpdateStrategy"] = state ? state.authTokenUpdateStrategy : undefined; resourceInputs["autoMinorVersionUpgrade"] = state ? state.autoMinorVersionUpgrade : undefined; resourceInputs["automaticFailoverEnabled"] = state ? state.automaticFailoverEnabled : undefined; resourceInputs["clusterEnabled"] = state ? state.clusterEnabled : undefined; @@ -451,6 +478,7 @@ export class ReplicationGroup extends pulumi.CustomResource { resourceInputs["applyImmediately"] = args ? args.applyImmediately : undefined; resourceInputs["atRestEncryptionEnabled"] = args ? args.atRestEncryptionEnabled : undefined; resourceInputs["authToken"] = args?.authToken ? pulumi.secret(args.authToken) : undefined; + resourceInputs["authTokenUpdateStrategy"] = args ? args.authTokenUpdateStrategy : undefined; resourceInputs["autoMinorVersionUpgrade"] = args ? args.autoMinorVersionUpgrade : undefined; resourceInputs["automaticFailoverEnabled"] = args ? args.automaticFailoverEnabled : undefined; resourceInputs["dataTieringEnabled"] = args ? args.dataTieringEnabled : undefined; @@ -520,6 +548,10 @@ export interface ReplicationGroupState { * Password used to access a password protected server. Can be specified only if `transitEncryptionEnabled = true`. */ authToken?: pulumi.Input; + /** + * Strategy to use when updating the `authToken`. Can be specified only if `transitEncryptionEnabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + */ + authTokenUpdateStrategy?: pulumi.Input; /** * Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. * Only supported for engine type `"redis"` and if the engine version is 6 or higher. @@ -712,6 +744,10 @@ export interface ReplicationGroupArgs { * Password used to access a password protected server. Can be specified only if `transitEncryptionEnabled = true`. */ authToken?: pulumi.Input; + /** + * Strategy to use when updating the `authToken`. Can be specified only if `transitEncryptionEnabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + */ + authTokenUpdateStrategy?: pulumi.Input; /** * Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. * Only supported for engine type `"redis"` and if the engine version is 6 or higher. diff --git a/sdk/nodejs/emr/getSupportedInstanceTypes.ts b/sdk/nodejs/emr/getSupportedInstanceTypes.ts new file mode 100644 index 00000000000..709a6abe230 --- /dev/null +++ b/sdk/nodejs/emr/getSupportedInstanceTypes.ts @@ -0,0 +1,90 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +import * as pulumi from "@pulumi/pulumi"; +import * as inputs from "../types/input"; +import * as outputs from "../types/output"; +import * as enums from "../types/enums"; +import * as utilities from "../utilities"; + +/** + * Data source for managing AWS EMR Supported Instance Types. + * + * ## Example Usage + * ### Basic Usage + * + * ```typescript + * import * as pulumi from "@pulumi/pulumi"; + * import * as aws from "@pulumi/aws"; + * + * const example = aws.emr.getSupportedInstanceTypes({ + * releaseLabel: "ebs-6.15.0", + * }); + * ``` + */ +export function getSupportedInstanceTypes(args: GetSupportedInstanceTypesArgs, opts?: pulumi.InvokeOptions): Promise { + + opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); + return pulumi.runtime.invoke("aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes", { + "releaseLabel": args.releaseLabel, + "supportedInstanceTypes": args.supportedInstanceTypes, + }, opts); +} + +/** + * A collection of arguments for invoking getSupportedInstanceTypes. + */ +export interface GetSupportedInstanceTypesArgs { + /** + * Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + */ + releaseLabel: string; + /** + * List of supported instance types. See `supportedInstanceTypes` below. + */ + supportedInstanceTypes?: inputs.emr.GetSupportedInstanceTypesSupportedInstanceType[]; +} + +/** + * A collection of values returned by getSupportedInstanceTypes. + */ +export interface GetSupportedInstanceTypesResult { + readonly id: string; + readonly releaseLabel: string; + /** + * List of supported instance types. See `supportedInstanceTypes` below. + */ + readonly supportedInstanceTypes?: outputs.emr.GetSupportedInstanceTypesSupportedInstanceType[]; +} +/** + * Data source for managing AWS EMR Supported Instance Types. + * + * ## Example Usage + * ### Basic Usage + * + * ```typescript + * import * as pulumi from "@pulumi/pulumi"; + * import * as aws from "@pulumi/aws"; + * + * const example = aws.emr.getSupportedInstanceTypes({ + * releaseLabel: "ebs-6.15.0", + * }); + * ``` + */ +export function getSupportedInstanceTypesOutput(args: GetSupportedInstanceTypesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output { + return pulumi.output(args).apply((a: any) => getSupportedInstanceTypes(a, opts)) +} + +/** + * A collection of arguments for invoking getSupportedInstanceTypes. + */ +export interface GetSupportedInstanceTypesOutputArgs { + /** + * Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + */ + releaseLabel: pulumi.Input; + /** + * List of supported instance types. See `supportedInstanceTypes` below. + */ + supportedInstanceTypes?: pulumi.Input[]>; +} diff --git a/sdk/nodejs/emr/index.ts b/sdk/nodejs/emr/index.ts index 2476eb60e21..621d598913b 100644 --- a/sdk/nodejs/emr/index.ts +++ b/sdk/nodejs/emr/index.ts @@ -20,6 +20,11 @@ export const getReleaseLabels: typeof import("./getReleaseLabels").getReleaseLab export const getReleaseLabelsOutput: typeof import("./getReleaseLabels").getReleaseLabelsOutput = null as any; utilities.lazyLoad(exports, ["getReleaseLabels","getReleaseLabelsOutput"], () => require("./getReleaseLabels")); +export { GetSupportedInstanceTypesArgs, GetSupportedInstanceTypesResult, GetSupportedInstanceTypesOutputArgs } from "./getSupportedInstanceTypes"; +export const getSupportedInstanceTypes: typeof import("./getSupportedInstanceTypes").getSupportedInstanceTypes = null as any; +export const getSupportedInstanceTypesOutput: typeof import("./getSupportedInstanceTypes").getSupportedInstanceTypesOutput = null as any; +utilities.lazyLoad(exports, ["getSupportedInstanceTypes","getSupportedInstanceTypesOutput"], () => require("./getSupportedInstanceTypes")); + export { InstanceFleetArgs, InstanceFleetState } from "./instanceFleet"; export type InstanceFleet = import("./instanceFleet").InstanceFleet; export const InstanceFleet: typeof import("./instanceFleet").InstanceFleet = null as any; diff --git a/sdk/nodejs/glue/connection.ts b/sdk/nodejs/glue/connection.ts index f69e42c46bb..7de02eff9aa 100644 --- a/sdk/nodejs/glue/connection.ts +++ b/sdk/nodejs/glue/connection.ts @@ -94,7 +94,7 @@ export class Connection extends pulumi.CustomResource { */ public readonly connectionProperties!: pulumi.Output<{[key: string]: string} | undefined>; /** - * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. */ public readonly connectionType!: pulumi.Output; /** @@ -184,7 +184,7 @@ export interface ConnectionState { */ connectionProperties?: pulumi.Input<{[key: string]: pulumi.Input}>; /** - * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. */ connectionType?: pulumi.Input; /** @@ -228,7 +228,7 @@ export interface ConnectionArgs { */ connectionProperties?: pulumi.Input<{[key: string]: pulumi.Input}>; /** - * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + * The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. */ connectionType?: pulumi.Input; /** diff --git a/sdk/nodejs/glue/crawler.ts b/sdk/nodejs/glue/crawler.ts index 378227598f9..76b5ec46c04 100644 --- a/sdk/nodejs/glue/crawler.ts +++ b/sdk/nodejs/glue/crawler.ts @@ -199,7 +199,7 @@ export class Crawler extends pulumi.CustomResource { */ public readonly icebergTargets!: pulumi.Output; /** - * List of nested JBDC target arguments. See JDBC Target below. + * List of nested JDBC target arguments. See JDBC Target below. */ public readonly jdbcTargets!: pulumi.Output; /** @@ -379,7 +379,7 @@ export interface CrawlerState { */ icebergTargets?: pulumi.Input[]>; /** - * List of nested JBDC target arguments. See JDBC Target below. + * List of nested JDBC target arguments. See JDBC Target below. */ jdbcTargets?: pulumi.Input[]>; /** @@ -479,7 +479,7 @@ export interface CrawlerArgs { */ icebergTargets?: pulumi.Input[]>; /** - * List of nested JBDC target arguments. See JDBC Target below. + * List of nested JDBC target arguments. See JDBC Target below. */ jdbcTargets?: pulumi.Input[]>; /** diff --git a/sdk/nodejs/lb/targetGroup.ts b/sdk/nodejs/lb/targetGroup.ts index efdc17de7c4..ff4f4303ccd 100644 --- a/sdk/nodejs/lb/targetGroup.ts +++ b/sdk/nodejs/lb/targetGroup.ts @@ -166,7 +166,10 @@ export class TargetGroup extends pulumi.CustomResource { */ public readonly preserveClientIp!: pulumi.Output; /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `targetType` is `instance`, `ip`, or `alb`. + * Does not apply when `targetType` is `lambda`. */ public readonly protocol!: pulumi.Output; /** @@ -204,7 +207,9 @@ export class TargetGroup extends pulumi.CustomResource { */ public readonly targetHealthStates!: pulumi.Output; /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -350,7 +355,10 @@ export interface TargetGroupState { */ preserveClientIp?: pulumi.Input; /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `targetType` is `instance`, `ip`, or `alb`. + * Does not apply when `targetType` is `lambda`. */ protocol?: pulumi.Input; /** @@ -388,7 +396,9 @@ export interface TargetGroupState { */ targetHealthStates?: pulumi.Input[]>; /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * @@ -454,7 +464,10 @@ export interface TargetGroupArgs { */ preserveClientIp?: pulumi.Input; /** - * Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `targetType` is `instance`, `ip` or `alb`. Does not apply when `targetType` is `lambda`. + * Protocol to use for routing traffic to the targets. + * Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + * Required when `targetType` is `instance`, `ip`, or `alb`. + * Does not apply when `targetType` is `lambda`. */ protocol?: pulumi.Input; /** @@ -486,7 +499,9 @@ export interface TargetGroupArgs { */ targetHealthStates?: pulumi.Input[]>; /** - * Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + * Type of target that you must specify when registering targets with this target group. + * See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + * The default is `instance`. * * Note that you can't specify targets for a target group using both instance IDs and IP addresses. * diff --git a/sdk/nodejs/lex/index.ts b/sdk/nodejs/lex/index.ts index b7cfc8fdc0a..c95eac292ac 100644 --- a/sdk/nodejs/lex/index.ts +++ b/sdk/nodejs/lex/index.ts @@ -55,6 +55,11 @@ export type V2modelsBotLocale = import("./v2modelsBotLocale").V2modelsBotLocale; export const V2modelsBotLocale: typeof import("./v2modelsBotLocale").V2modelsBotLocale = null as any; utilities.lazyLoad(exports, ["V2modelsBotLocale"], () => require("./v2modelsBotLocale")); +export { V2modelsBotVersionArgs, V2modelsBotVersionState } from "./v2modelsBotVersion"; +export type V2modelsBotVersion = import("./v2modelsBotVersion").V2modelsBotVersion; +export const V2modelsBotVersion: typeof import("./v2modelsBotVersion").V2modelsBotVersion = null as any; +utilities.lazyLoad(exports, ["V2modelsBotVersion"], () => require("./v2modelsBotVersion")); + const _module = { version: utilities.getVersion(), @@ -72,6 +77,8 @@ const _module = { return new V2modelsBot(name, undefined, { urn }) case "aws:lex/v2modelsBotLocale:V2modelsBotLocale": return new V2modelsBotLocale(name, undefined, { urn }) + case "aws:lex/v2modelsBotVersion:V2modelsBotVersion": + return new V2modelsBotVersion(name, undefined, { urn }) default: throw new Error(`unknown resource type ${type}`); } @@ -83,3 +90,4 @@ pulumi.runtime.registerResourceModule("aws", "lex/intent", _module) pulumi.runtime.registerResourceModule("aws", "lex/slotType", _module) pulumi.runtime.registerResourceModule("aws", "lex/v2modelsBot", _module) pulumi.runtime.registerResourceModule("aws", "lex/v2modelsBotLocale", _module) +pulumi.runtime.registerResourceModule("aws", "lex/v2modelsBotVersion", _module) diff --git a/sdk/nodejs/lex/v2modelsBot.ts b/sdk/nodejs/lex/v2modelsBot.ts index 9e61d8f8792..e63bf1eed61 100644 --- a/sdk/nodejs/lex/v2modelsBot.ts +++ b/sdk/nodejs/lex/v2modelsBot.ts @@ -23,6 +23,9 @@ import * as utilities from "../utilities"; * }], * idleSessionTtlInSeconds: 10, * roleArn: "bot_example_arn", + * tags: { + * foo: "bar", + * }, * }); * ``` * @@ -89,6 +92,9 @@ export class V2modelsBot extends pulumi.CustomResource { * The following arguments are optional: */ public readonly roleArn!: pulumi.Output; + /** + * List of tags to add to the bot. You can only add tags when you create a bot. + */ public readonly tags!: pulumi.Output<{[key: string]: string} | undefined>; /** * @deprecated Please use `tags` instead. @@ -99,6 +105,9 @@ export class V2modelsBot extends pulumi.CustomResource { */ public readonly testBotAliasTags!: pulumi.Output<{[key: string]: string} | undefined>; public readonly timeouts!: pulumi.Output; + /** + * Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + */ public readonly type!: pulumi.Output; /** @@ -185,6 +194,9 @@ export interface V2modelsBotState { * The following arguments are optional: */ roleArn?: pulumi.Input; + /** + * List of tags to add to the bot. You can only add tags when you create a bot. + */ tags?: pulumi.Input<{[key: string]: pulumi.Input}>; /** * @deprecated Please use `tags` instead. @@ -195,6 +207,9 @@ export interface V2modelsBotState { */ testBotAliasTags?: pulumi.Input<{[key: string]: pulumi.Input}>; timeouts?: pulumi.Input; + /** + * Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + */ type?: pulumi.Input; } @@ -228,11 +243,17 @@ export interface V2modelsBotArgs { * The following arguments are optional: */ roleArn: pulumi.Input; + /** + * List of tags to add to the bot. You can only add tags when you create a bot. + */ tags?: pulumi.Input<{[key: string]: pulumi.Input}>; /** * List of tags to add to the test alias for a bot. You can only add tags when you create a bot. */ testBotAliasTags?: pulumi.Input<{[key: string]: pulumi.Input}>; timeouts?: pulumi.Input; + /** + * Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + */ type?: pulumi.Input; } diff --git a/sdk/nodejs/lex/v2modelsBotLocale.ts b/sdk/nodejs/lex/v2modelsBotLocale.ts index e6fe63c9791..76d444adc50 100644 --- a/sdk/nodejs/lex/v2modelsBotLocale.ts +++ b/sdk/nodejs/lex/v2modelsBotLocale.ts @@ -18,12 +18,29 @@ import * as utilities from "../utilities"; * import * as aws from "@pulumi/aws"; * * const example = new aws.lex.V2modelsBotLocale("example", { - * botId: aws_lexv2models_bot.test.id, + * botId: aws_lexv2models_bot.example.id, * botVersion: "DRAFT", * localeId: "en_US", * nLuIntentConfidenceThreshold: 0.7, * }); * ``` + * ### Voice Settings + * + * ```typescript + * import * as pulumi from "@pulumi/pulumi"; + * import * as aws from "@pulumi/aws"; + * + * const example = new aws.lex.V2modelsBotLocale("example", { + * botId: aws_lexv2models_bot.example.id, + * botVersion: "DRAFT", + * localeId: "en_US", + * nLuIntentConfidenceThreshold: 0.7, + * voiceSettings: { + * voiceId: "Kendra", + * engine: "standard", + * }, + * }); + * ``` * * ## Import * @@ -89,7 +106,7 @@ export class V2modelsBotLocale extends pulumi.CustomResource { public readonly name!: pulumi.Output; public readonly timeouts!: pulumi.Output; /** - * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voiceSettings`. */ public readonly voiceSettings!: pulumi.Output; @@ -174,7 +191,7 @@ export interface V2modelsBotLocaleState { name?: pulumi.Input; timeouts?: pulumi.Input; /** - * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voiceSettings`. */ voiceSettings?: pulumi.Input; } @@ -211,7 +228,7 @@ export interface V2modelsBotLocaleArgs { name?: pulumi.Input; timeouts?: pulumi.Input; /** - * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + * Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voiceSettings`. */ voiceSettings?: pulumi.Input; } diff --git a/sdk/nodejs/lex/v2modelsBotVersion.ts b/sdk/nodejs/lex/v2modelsBotVersion.ts new file mode 100644 index 00000000000..b63a897283b --- /dev/null +++ b/sdk/nodejs/lex/v2modelsBotVersion.ts @@ -0,0 +1,132 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +import * as pulumi from "@pulumi/pulumi"; +import * as inputs from "../types/input"; +import * as outputs from "../types/output"; +import * as enums from "../types/enums"; +import * as utilities from "../utilities"; + +/** + * Resource for managing an AWS Lex V2 Models Bot Version. + * + * ## Example Usage + * + * ## Import + * + * Using `pulumi import`, import Lex V2 Models Bot Version using the `example_id_arg`. For example: + * + * ```sh + * $ pulumi import aws:lex/v2modelsBotVersion:V2modelsBotVersion example bot_version-id-12345678 + * ``` + */ +export class V2modelsBotVersion extends pulumi.CustomResource { + /** + * Get an existing V2modelsBotVersion resource's state with the given name, ID, and optional extra + * properties used to qualify the lookup. + * + * @param name The _unique_ name of the resulting resource. + * @param id The _unique_ provider ID of the resource to lookup. + * @param state Any extra arguments used during the lookup. + * @param opts Optional settings to control the behavior of the CustomResource. + */ + public static get(name: string, id: pulumi.Input, state?: V2modelsBotVersionState, opts?: pulumi.CustomResourceOptions): V2modelsBotVersion { + return new V2modelsBotVersion(name, state, { ...opts, id: id }); + } + + /** @internal */ + public static readonly __pulumiType = 'aws:lex/v2modelsBotVersion:V2modelsBotVersion'; + + /** + * Returns true if the given object is an instance of V2modelsBotVersion. This is designed to work even + * when multiple copies of the Pulumi SDK have been loaded into the same process. + */ + public static isInstance(obj: any): obj is V2modelsBotVersion { + if (obj === undefined || obj === null) { + return false; + } + return obj['__pulumiType'] === V2modelsBotVersion.__pulumiType; + } + + /** + * Idientifier of the bot to create the version for. + */ + public readonly botId!: pulumi.Output; + public readonly botVersion!: pulumi.Output; + /** + * A description of the version. Use the description to help identify the version in lists. + */ + public readonly description!: pulumi.Output; + public readonly localeSpecification!: pulumi.Output<{[key: string]: outputs.lex.V2modelsBotVersionLocaleSpecification}>; + public readonly timeouts!: pulumi.Output; + + /** + * Create a V2modelsBotVersion resource with the given unique name, arguments, and options. + * + * @param name The _unique_ name of the resource. + * @param args The arguments to use to populate this resource's properties. + * @param opts A bag of options that control this resource's behavior. + */ + constructor(name: string, args: V2modelsBotVersionArgs, opts?: pulumi.CustomResourceOptions) + constructor(name: string, argsOrState?: V2modelsBotVersionArgs | V2modelsBotVersionState, opts?: pulumi.CustomResourceOptions) { + let resourceInputs: pulumi.Inputs = {}; + opts = opts || {}; + if (opts.id) { + const state = argsOrState as V2modelsBotVersionState | undefined; + resourceInputs["botId"] = state ? state.botId : undefined; + resourceInputs["botVersion"] = state ? state.botVersion : undefined; + resourceInputs["description"] = state ? state.description : undefined; + resourceInputs["localeSpecification"] = state ? state.localeSpecification : undefined; + resourceInputs["timeouts"] = state ? state.timeouts : undefined; + } else { + const args = argsOrState as V2modelsBotVersionArgs | undefined; + if ((!args || args.botId === undefined) && !opts.urn) { + throw new Error("Missing required property 'botId'"); + } + if ((!args || args.localeSpecification === undefined) && !opts.urn) { + throw new Error("Missing required property 'localeSpecification'"); + } + resourceInputs["botId"] = args ? args.botId : undefined; + resourceInputs["botVersion"] = args ? args.botVersion : undefined; + resourceInputs["description"] = args ? args.description : undefined; + resourceInputs["localeSpecification"] = args ? args.localeSpecification : undefined; + resourceInputs["timeouts"] = args ? args.timeouts : undefined; + } + opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts); + super(V2modelsBotVersion.__pulumiType, name, resourceInputs, opts); + } +} + +/** + * Input properties used for looking up and filtering V2modelsBotVersion resources. + */ +export interface V2modelsBotVersionState { + /** + * Idientifier of the bot to create the version for. + */ + botId?: pulumi.Input; + botVersion?: pulumi.Input; + /** + * A description of the version. Use the description to help identify the version in lists. + */ + description?: pulumi.Input; + localeSpecification?: pulumi.Input<{[key: string]: pulumi.Input}>; + timeouts?: pulumi.Input; +} + +/** + * The set of arguments for constructing a V2modelsBotVersion resource. + */ +export interface V2modelsBotVersionArgs { + /** + * Idientifier of the bot to create the version for. + */ + botId: pulumi.Input; + botVersion?: pulumi.Input; + /** + * A description of the version. Use the description to help identify the version in lists. + */ + description?: pulumi.Input; + localeSpecification: pulumi.Input<{[key: string]: pulumi.Input}>; + timeouts?: pulumi.Input; +} diff --git a/sdk/nodejs/rds/cluster.ts b/sdk/nodejs/rds/cluster.ts index 3079962c6ec..edf249e6e6e 100644 --- a/sdk/nodejs/rds/cluster.ts +++ b/sdk/nodejs/rds/cluster.ts @@ -89,23 +89,6 @@ import * as utilities from "../utilities"; * preferredBackupWindow: "07:00-09:00", * }); * ``` - * ### Aurora Multi-Master Cluster - * - * > More information about Aurora Multi-Master Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html). - * - * ```typescript - * import * as pulumi from "@pulumi/pulumi"; - * import * as aws from "@pulumi/aws"; - * - * const example = new aws.rds.Cluster("example", { - * clusterIdentifier: "example", - * dbSubnetGroupName: aws_db_subnet_group.example.name, - * engineMode: "multimaster", - * masterPassword: "barbarbarbar", - * masterUsername: "foo", - * skipFinalSnapshot: true, - * }); - * ``` * ### RDS Multi-AZ Cluster * * > More information about RDS Multi-AZ Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html). @@ -364,7 +347,7 @@ export class Cluster extends pulumi.CustomResource { */ public readonly engine!: pulumi.Output; /** - * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. */ public readonly engineMode!: pulumi.Output; /** @@ -749,7 +732,7 @@ export interface ClusterState { */ engine?: pulumi.Input; /** - * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. */ engineMode?: pulumi.Input; /** @@ -981,7 +964,7 @@ export interface ClusterArgs { */ engine: pulumi.Input; /** - * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + * Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. */ engineMode?: pulumi.Input; /** diff --git a/sdk/nodejs/s3/bucketLoggingV2.ts b/sdk/nodejs/s3/bucketLoggingV2.ts index e36815308b0..c91f6471f8e 100644 --- a/sdk/nodejs/s3/bucketLoggingV2.ts +++ b/sdk/nodejs/s3/bucketLoggingV2.ts @@ -98,6 +98,10 @@ export class BucketLoggingV2 extends pulumi.CustomResource { * Set of configuration blocks with information for granting permissions. See below. */ public readonly targetGrants!: pulumi.Output; + /** + * Amazon S3 key format for log objects. See below. + */ + public readonly targetObjectKeyFormat!: pulumi.Output; /** * Prefix for all log object keys. */ @@ -120,6 +124,7 @@ export class BucketLoggingV2 extends pulumi.CustomResource { resourceInputs["expectedBucketOwner"] = state ? state.expectedBucketOwner : undefined; resourceInputs["targetBucket"] = state ? state.targetBucket : undefined; resourceInputs["targetGrants"] = state ? state.targetGrants : undefined; + resourceInputs["targetObjectKeyFormat"] = state ? state.targetObjectKeyFormat : undefined; resourceInputs["targetPrefix"] = state ? state.targetPrefix : undefined; } else { const args = argsOrState as BucketLoggingV2Args | undefined; @@ -136,6 +141,7 @@ export class BucketLoggingV2 extends pulumi.CustomResource { resourceInputs["expectedBucketOwner"] = args ? args.expectedBucketOwner : undefined; resourceInputs["targetBucket"] = args ? args.targetBucket : undefined; resourceInputs["targetGrants"] = args ? args.targetGrants : undefined; + resourceInputs["targetObjectKeyFormat"] = args ? args.targetObjectKeyFormat : undefined; resourceInputs["targetPrefix"] = args ? args.targetPrefix : undefined; } opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts); @@ -163,6 +169,10 @@ export interface BucketLoggingV2State { * Set of configuration blocks with information for granting permissions. See below. */ targetGrants?: pulumi.Input[]>; + /** + * Amazon S3 key format for log objects. See below. + */ + targetObjectKeyFormat?: pulumi.Input; /** * Prefix for all log object keys. */ @@ -189,6 +199,10 @@ export interface BucketLoggingV2Args { * Set of configuration blocks with information for granting permissions. See below. */ targetGrants?: pulumi.Input[]>; + /** + * Amazon S3 key format for log objects. See below. + */ + targetObjectKeyFormat?: pulumi.Input; /** * Prefix for all log object keys. */ diff --git a/sdk/nodejs/s3control/accessGrantsInstanceResourcePolicy.ts b/sdk/nodejs/s3control/accessGrantsInstanceResourcePolicy.ts new file mode 100644 index 00000000000..244234a1097 --- /dev/null +++ b/sdk/nodejs/s3control/accessGrantsInstanceResourcePolicy.ts @@ -0,0 +1,101 @@ +// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +import * as pulumi from "@pulumi/pulumi"; +import * as utilities from "../utilities"; + +/** + * Provides a resource to manage an S3 Access Grants instance resource policy. + * Use a resource policy to manage cross-account access to your S3 Access Grants instance. + * + * ## Import + * + * Using `pulumi import`, import S3 Access Grants instance resource policies using the `account_id`. For example: + * + * ```sh + * $ pulumi import aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy example 123456789012 + * ``` + */ +export class AccessGrantsInstanceResourcePolicy extends pulumi.CustomResource { + /** + * Get an existing AccessGrantsInstanceResourcePolicy resource's state with the given name, ID, and optional extra + * properties used to qualify the lookup. + * + * @param name The _unique_ name of the resulting resource. + * @param id The _unique_ provider ID of the resource to lookup. + * @param state Any extra arguments used during the lookup. + * @param opts Optional settings to control the behavior of the CustomResource. + */ + public static get(name: string, id: pulumi.Input, state?: AccessGrantsInstanceResourcePolicyState, opts?: pulumi.CustomResourceOptions): AccessGrantsInstanceResourcePolicy { + return new AccessGrantsInstanceResourcePolicy(name, state, { ...opts, id: id }); + } + + /** @internal */ + public static readonly __pulumiType = 'aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy'; + + /** + * Returns true if the given object is an instance of AccessGrantsInstanceResourcePolicy. This is designed to work even + * when multiple copies of the Pulumi SDK have been loaded into the same process. + */ + public static isInstance(obj: any): obj is AccessGrantsInstanceResourcePolicy { + if (obj === undefined || obj === null) { + return false; + } + return obj['__pulumiType'] === AccessGrantsInstanceResourcePolicy.__pulumiType; + } + + public readonly accountId!: pulumi.Output; + /** + * The policy document. + */ + public readonly policy!: pulumi.Output; + + /** + * Create a AccessGrantsInstanceResourcePolicy resource with the given unique name, arguments, and options. + * + * @param name The _unique_ name of the resource. + * @param args The arguments to use to populate this resource's properties. + * @param opts A bag of options that control this resource's behavior. + */ + constructor(name: string, args: AccessGrantsInstanceResourcePolicyArgs, opts?: pulumi.CustomResourceOptions) + constructor(name: string, argsOrState?: AccessGrantsInstanceResourcePolicyArgs | AccessGrantsInstanceResourcePolicyState, opts?: pulumi.CustomResourceOptions) { + let resourceInputs: pulumi.Inputs = {}; + opts = opts || {}; + if (opts.id) { + const state = argsOrState as AccessGrantsInstanceResourcePolicyState | undefined; + resourceInputs["accountId"] = state ? state.accountId : undefined; + resourceInputs["policy"] = state ? state.policy : undefined; + } else { + const args = argsOrState as AccessGrantsInstanceResourcePolicyArgs | undefined; + if ((!args || args.policy === undefined) && !opts.urn) { + throw new Error("Missing required property 'policy'"); + } + resourceInputs["accountId"] = args ? args.accountId : undefined; + resourceInputs["policy"] = args ? args.policy : undefined; + } + opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts); + super(AccessGrantsInstanceResourcePolicy.__pulumiType, name, resourceInputs, opts); + } +} + +/** + * Input properties used for looking up and filtering AccessGrantsInstanceResourcePolicy resources. + */ +export interface AccessGrantsInstanceResourcePolicyState { + accountId?: pulumi.Input; + /** + * The policy document. + */ + policy?: pulumi.Input; +} + +/** + * The set of arguments for constructing a AccessGrantsInstanceResourcePolicy resource. + */ +export interface AccessGrantsInstanceResourcePolicyArgs { + accountId?: pulumi.Input; + /** + * The policy document. + */ + policy: pulumi.Input; +} diff --git a/sdk/nodejs/s3control/index.ts b/sdk/nodejs/s3control/index.ts index 8414b80307f..db67317049f 100644 --- a/sdk/nodejs/s3control/index.ts +++ b/sdk/nodejs/s3control/index.ts @@ -5,6 +5,11 @@ import * as pulumi from "@pulumi/pulumi"; import * as utilities from "../utilities"; // Export members: +export { AccessGrantsInstanceResourcePolicyArgs, AccessGrantsInstanceResourcePolicyState } from "./accessGrantsInstanceResourcePolicy"; +export type AccessGrantsInstanceResourcePolicy = import("./accessGrantsInstanceResourcePolicy").AccessGrantsInstanceResourcePolicy; +export const AccessGrantsInstanceResourcePolicy: typeof import("./accessGrantsInstanceResourcePolicy").AccessGrantsInstanceResourcePolicy = null as any; +utilities.lazyLoad(exports, ["AccessGrantsInstanceResourcePolicy"], () => require("./accessGrantsInstanceResourcePolicy")); + export { AccessPointPolicyArgs, AccessPointPolicyState } from "./accessPointPolicy"; export type AccessPointPolicy = import("./accessPointPolicy").AccessPointPolicy; export const AccessPointPolicy: typeof import("./accessPointPolicy").AccessPointPolicy = null as any; @@ -60,6 +65,8 @@ const _module = { version: utilities.getVersion(), construct: (name: string, type: string, urn: string): pulumi.Resource => { switch (type) { + case "aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy": + return new AccessGrantsInstanceResourcePolicy(name, undefined, { urn }) case "aws:s3control/accessPointPolicy:AccessPointPolicy": return new AccessPointPolicy(name, undefined, { urn }) case "aws:s3control/bucket:Bucket": @@ -83,6 +90,7 @@ const _module = { } }, }; +pulumi.runtime.registerResourceModule("aws", "s3control/accessGrantsInstanceResourcePolicy", _module) pulumi.runtime.registerResourceModule("aws", "s3control/accessPointPolicy", _module) pulumi.runtime.registerResourceModule("aws", "s3control/bucket", _module) pulumi.runtime.registerResourceModule("aws", "s3control/bucketLifecycleConfiguration", _module) diff --git a/sdk/nodejs/sagemaker/domain.ts b/sdk/nodejs/sagemaker/domain.ts index 3bfe477a4d3..7139b3c62dd 100644 --- a/sdk/nodejs/sagemaker/domain.ts +++ b/sdk/nodejs/sagemaker/domain.ts @@ -136,9 +136,12 @@ export class Domain extends pulumi.CustomResource { */ public readonly defaultSpaceSettings!: pulumi.Output; /** - * The default user settings. See Default User Settings below.* `domainName` - (Required) The domain name. + * The default user settings. See Default User Settings below. */ public readonly defaultUserSettings!: pulumi.Output; + /** + * The domain name. + */ public readonly domainName!: pulumi.Output; /** * The domain's settings. @@ -288,9 +291,12 @@ export interface DomainState { */ defaultSpaceSettings?: pulumi.Input; /** - * The default user settings. See Default User Settings below.* `domainName` - (Required) The domain name. + * The default user settings. See Default User Settings below. */ defaultUserSettings?: pulumi.Input; + /** + * The domain name. + */ domainName?: pulumi.Input; /** * The domain's settings. @@ -363,9 +369,12 @@ export interface DomainArgs { */ defaultSpaceSettings?: pulumi.Input; /** - * The default user settings. See Default User Settings below.* `domainName` - (Required) The domain name. + * The default user settings. See Default User Settings below. */ defaultUserSettings: pulumi.Input; + /** + * The domain name. + */ domainName: pulumi.Input; /** * The domain's settings. diff --git a/sdk/nodejs/tsconfig.json b/sdk/nodejs/tsconfig.json index df1ce3b7159..e613082dc2c 100644 --- a/sdk/nodejs/tsconfig.json +++ b/sdk/nodejs/tsconfig.json @@ -153,6 +153,7 @@ "apprunner/autoScalingConfigurationVersion.ts", "apprunner/connection.ts", "apprunner/customDomainAssociation.ts", + "apprunner/defaultAutoScalingConfigurationVersion.ts", "apprunner/index.ts", "apprunner/observabilityConfiguration.ts", "apprunner/service.ts", @@ -897,6 +898,7 @@ "emr/blockPublicAccessConfiguration.ts", "emr/cluster.ts", "emr/getReleaseLabels.ts", + "emr/getSupportedInstanceTypes.ts", "emr/index.ts", "emr/instanceFleet.ts", "emr/instanceGroup.ts", @@ -1233,6 +1235,7 @@ "lex/slotType.ts", "lex/v2modelsBot.ts", "lex/v2modelsBotLocale.ts", + "lex/v2modelsBotVersion.ts", "licensemanager/association.ts", "licensemanager/getLicenseGrants.ts", "licensemanager/getReceivedLicense.ts", @@ -1705,6 +1708,7 @@ "s3/objectCopy.ts", "s3/routingRules.ts", "s3/s3Mixins.ts", + "s3control/accessGrantsInstanceResourcePolicy.ts", "s3control/accessPointPolicy.ts", "s3control/bucket.ts", "s3control/bucketLifecycleConfiguration.ts", diff --git a/sdk/nodejs/types/input.ts b/sdk/nodejs/types/input.ts index a2f30b1a13e..a8c213ce507 100644 --- a/sdk/nodejs/types/input.ts +++ b/sdk/nodejs/types/input.ts @@ -1094,19 +1094,33 @@ export namespace alb { */ interval?: pulumi.Input; /** - * Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. */ matcher?: pulumi.Input; /** * Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. */ path?: pulumi.Input; /** - * The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. */ port?: pulumi.Input; /** - * Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `targetType` is `lambda`. */ protocol?: pulumi.Input; /** @@ -6123,6 +6137,10 @@ export namespace apprunner { * Network configuration settings for inbound network traffic. See Ingress Configuration below for more details. */ ingressConfiguration?: pulumi.Input; + /** + * App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + */ + ipAddressType?: pulumi.Input; } export interface ServiceNetworkConfigurationEgressConfiguration { @@ -6197,6 +6215,10 @@ export namespace apprunner { * Version that should be used within the source code repository. See Source Code Version below for more details. */ sourceCodeVersion: pulumi.Input; + /** + * The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + */ + sourceDirectory?: pulumi.Input; } export interface ServiceSourceConfigurationCodeRepositoryCodeConfiguration { @@ -16658,19 +16680,24 @@ export namespace dynamodb { export interface TableImportTable { /** - * Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + * Type of compression to be used on the input coming from the imported table. + * Valid values are `GZIP`, `ZSTD` and `NONE`. */ inputCompressionType?: pulumi.Input; /** - * The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + * The format of the source data. + * Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. */ inputFormat: pulumi.Input; /** - * Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + * Describe the format options for the data that was imported into the target table. + * There is one value, `csv`. + * See below. */ inputFormatOptions?: pulumi.Input; /** - * Values for the S3 bucket the source file is imported from. See below. + * Values for the S3 bucket the source file is imported from. + * See below. */ s3BucketSource: pulumi.Input; } @@ -24864,6 +24891,100 @@ export namespace emr { prefix?: pulumi.Input; } + export interface GetSupportedInstanceTypesSupportedInstanceType { + /** + * CPU architecture. + */ + architecture?: string; + /** + * Indicates whether the instance type supports Amazon EBS optimization. + */ + ebsOptimizedAvailable?: boolean; + /** + * Indicates whether the instance type uses Amazon EBS optimization by default. + */ + ebsOptimizedByDefault?: boolean; + /** + * Indicates whether the instance type only supports Amazon EBS. + */ + ebsStorageOnly?: boolean; + /** + * The Amazon EC2 family and generation for the instance type. + */ + instanceFamilyId?: string; + /** + * Indicates whether the instance type only supports 64-bit architecture. + */ + is64BitsOnly?: boolean; + /** + * Memory that is available to Amazon EMR from the instance type. + */ + memoryGb?: number; + /** + * Number of disks for the instance type. + */ + numberOfDisks?: number; + /** + * Storage capacity of the instance type. + */ + storageGb?: number; + /** + * Amazon EC2 instance type. For example, `m5.xlarge`. + */ + type?: string; + /** + * The number of vCPUs available for the instance type. + */ + vcpu?: number; + } + + export interface GetSupportedInstanceTypesSupportedInstanceTypeArgs { + /** + * CPU architecture. + */ + architecture?: pulumi.Input; + /** + * Indicates whether the instance type supports Amazon EBS optimization. + */ + ebsOptimizedAvailable?: pulumi.Input; + /** + * Indicates whether the instance type uses Amazon EBS optimization by default. + */ + ebsOptimizedByDefault?: pulumi.Input; + /** + * Indicates whether the instance type only supports Amazon EBS. + */ + ebsStorageOnly?: pulumi.Input; + /** + * The Amazon EC2 family and generation for the instance type. + */ + instanceFamilyId?: pulumi.Input; + /** + * Indicates whether the instance type only supports 64-bit architecture. + */ + is64BitsOnly?: pulumi.Input; + /** + * Memory that is available to Amazon EMR from the instance type. + */ + memoryGb?: pulumi.Input; + /** + * Number of disks for the instance type. + */ + numberOfDisks?: pulumi.Input; + /** + * Storage capacity of the instance type. + */ + storageGb?: pulumi.Input; + /** + * Amazon EC2 instance type. For example, `m5.xlarge`. + */ + type?: pulumi.Input; + /** + * The number of vCPUs available for the instance type. + */ + vcpu?: pulumi.Input; + } + export interface InstanceFleetInstanceTypeConfig { /** * The bid price for each EC2 Spot instance type as defined by `instanceType`. Expressed in USD. If neither `bidPrice` nor `bidPriceAsPercentageOfOnDemandPrice` is provided, `bidPriceAsPercentageOfOnDemandPrice` defaults to 100%. @@ -34702,19 +34823,33 @@ export namespace lb { */ interval?: pulumi.Input; /** - * Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. */ matcher?: pulumi.Input; /** * Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. */ path?: pulumi.Input; /** - * The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. */ port?: pulumi.Input; /** - * Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `targetType` is `lambda`. */ protocol?: pulumi.Input; /** @@ -35200,7 +35335,13 @@ export namespace lex { } export interface V2modelsBotLocaleVoiceSettings { + /** + * Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + */ engine?: pulumi.Input; + /** + * Identifier of the Amazon Polly voice to use. + */ voiceId: pulumi.Input; } @@ -35232,6 +35373,15 @@ export namespace lex { delete?: pulumi.Input; update?: pulumi.Input; } + + export interface V2modelsBotVersionLocaleSpecification { + sourceBotVersion: pulumi.Input; + } + + export interface V2modelsBotVersionTimeouts { + create?: pulumi.Input; + delete?: pulumi.Input; + } } export namespace licensemanager { @@ -46950,6 +47100,27 @@ export namespace s3 { uri?: pulumi.Input; } + export interface BucketLoggingV2TargetObjectKeyFormat { + /** + * Partitioned S3 key for log objects. See below. + */ + partitionedPrefix?: pulumi.Input; + /** + * Use the simple format for S3 keys for log objects. To use, set `simplePrefix {}`. + */ + simplePrefix?: pulumi.Input; + } + + export interface BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix { + /** + * Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + */ + partitionDateSource: pulumi.Input; + } + + export interface BucketLoggingV2TargetObjectKeyFormatSimplePrefix { + } + export interface BucketMetricFilter { /** * Object prefix for filtering (singular). diff --git a/sdk/nodejs/types/output.ts b/sdk/nodejs/types/output.ts index 8e1ab3888dd..f283cdc6e5c 100644 --- a/sdk/nodejs/types/output.ts +++ b/sdk/nodejs/types/output.ts @@ -898,19 +898,33 @@ export namespace alb { */ interval?: number; /** - * Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. */ matcher: string; /** * Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. */ path: string; /** - * The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. */ port?: string; /** - * Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `targetType` is `lambda`. */ protocol?: string; /** @@ -7082,6 +7096,10 @@ export namespace apprunner { * Network configuration settings for inbound network traffic. See Ingress Configuration below for more details. */ ingressConfiguration: outputs.apprunner.ServiceNetworkConfigurationIngressConfiguration; + /** + * App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + */ + ipAddressType?: string; } export interface ServiceNetworkConfigurationEgressConfiguration { @@ -7156,6 +7174,10 @@ export namespace apprunner { * Version that should be used within the source code repository. See Source Code Version below for more details. */ sourceCodeVersion: outputs.apprunner.ServiceSourceConfigurationCodeRepositorySourceCodeVersion; + /** + * The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + */ + sourceDirectory: string; } export interface ServiceSourceConfigurationCodeRepositoryCodeConfiguration { @@ -19563,19 +19585,24 @@ export namespace dynamodb { export interface TableImportTable { /** - * Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + * Type of compression to be used on the input coming from the imported table. + * Valid values are `GZIP`, `ZSTD` and `NONE`. */ inputCompressionType?: string; /** - * The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + * The format of the source data. + * Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. */ inputFormat: string; /** - * Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + * Describe the format options for the data that was imported into the target table. + * There is one value, `csv`. + * See below. */ inputFormatOptions?: outputs.dynamodb.TableImportTableInputFormatOptions; /** - * Values for the S3 bucket the source file is imported from. See below. + * Values for the S3 bucket the source file is imported from. + * See below. */ s3BucketSource: outputs.dynamodb.TableImportTableS3BucketSource; } @@ -29090,6 +29117,53 @@ export namespace emr { prefix?: string; } + export interface GetSupportedInstanceTypesSupportedInstanceType { + /** + * CPU architecture. + */ + architecture: string; + /** + * Indicates whether the instance type supports Amazon EBS optimization. + */ + ebsOptimizedAvailable: boolean; + /** + * Indicates whether the instance type uses Amazon EBS optimization by default. + */ + ebsOptimizedByDefault: boolean; + /** + * Indicates whether the instance type only supports Amazon EBS. + */ + ebsStorageOnly: boolean; + /** + * The Amazon EC2 family and generation for the instance type. + */ + instanceFamilyId: string; + /** + * Indicates whether the instance type only supports 64-bit architecture. + */ + is64BitsOnly: boolean; + /** + * Memory that is available to Amazon EMR from the instance type. + */ + memoryGb: number; + /** + * Number of disks for the instance type. + */ + numberOfDisks: number; + /** + * Storage capacity of the instance type. + */ + storageGb: number; + /** + * Amazon EC2 instance type. For example, `m5.xlarge`. + */ + type: string; + /** + * The number of vCPUs available for the instance type. + */ + vcpu: number; + } + export interface InstanceFleetInstanceTypeConfig { /** * The bid price for each EC2 Spot instance type as defined by `instanceType`. Expressed in USD. If neither `bidPrice` nor `bidPriceAsPercentageOfOnDemandPrice` is provided, `bidPriceAsPercentageOfOnDemandPrice` defaults to 100%. @@ -40048,19 +40122,33 @@ export namespace lb { */ interval?: number; /** - * Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + * The HTTP or gRPC codes to use when checking for a successful response from a target. + * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`. + * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * * When the `targetType` is `lambda`, values can be between `200` and `499`. The default is `200`. */ matcher: string; /** * Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * * For HTTP and HTTPS health checks, the default is `/`. + * * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. */ path: string; /** - * The port the load balancer uses when performing health checks on targets. Default is traffic-port. + * The port the load balancer uses when performing health checks on targets. + * Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + * Default is `traffic-port`. */ port?: string; /** - * Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * Protocol the load balancer uses when performing health checks on targets. + * Must be one of `TCP`, `HTTP`, or `HTTPS`. + * The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + * Default is `HTTP`. + * Cannot be specified when the `targetType` is `lambda`. */ protocol?: string; /** @@ -40552,7 +40640,13 @@ export namespace lex { } export interface V2modelsBotLocaleVoiceSettings { + /** + * Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + */ engine: string; + /** + * Identifier of the Amazon Polly voice to use. + */ voiceId: string; } @@ -40585,6 +40679,15 @@ export namespace lex { update?: string; } + export interface V2modelsBotVersionLocaleSpecification { + sourceBotVersion: string; + } + + export interface V2modelsBotVersionTimeouts { + create?: string; + delete?: string; + } + } export namespace licensemanager { @@ -53293,6 +53396,27 @@ export namespace s3 { uri?: string; } + export interface BucketLoggingV2TargetObjectKeyFormat { + /** + * Partitioned S3 key for log objects. See below. + */ + partitionedPrefix?: outputs.s3.BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix; + /** + * Use the simple format for S3 keys for log objects. To use, set `simplePrefix {}`. + */ + simplePrefix?: outputs.s3.BucketLoggingV2TargetObjectKeyFormatSimplePrefix; + } + + export interface BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix { + /** + * Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + */ + partitionDateSource: string; + } + + export interface BucketLoggingV2TargetObjectKeyFormatSimplePrefix { + } + export interface BucketMetricFilter { /** * Object prefix for filtering (singular). diff --git a/sdk/python/pulumi_aws/__init__.py b/sdk/python/pulumi_aws/__init__.py index a511d9eadc8..15dc88aabc6 100644 --- a/sdk/python/pulumi_aws/__init__.py +++ b/sdk/python/pulumi_aws/__init__.py @@ -1303,6 +1303,14 @@ "aws:apprunner/customDomainAssociation:CustomDomainAssociation": "CustomDomainAssociation" } }, + { + "pkg": "aws", + "mod": "apprunner/defaultAutoScalingConfigurationVersion", + "fqn": "pulumi_aws.apprunner", + "classes": { + "aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion": "DefaultAutoScalingConfigurationVersion" + } + }, { "pkg": "aws", "mod": "apprunner/observabilityConfiguration", @@ -6591,6 +6599,14 @@ "aws:lex/v2modelsBotLocale:V2modelsBotLocale": "V2modelsBotLocale" } }, + { + "pkg": "aws", + "mod": "lex/v2modelsBotVersion", + "fqn": "pulumi_aws.lex", + "classes": { + "aws:lex/v2modelsBotVersion:V2modelsBotVersion": "V2modelsBotVersion" + } + }, { "pkg": "aws", "mod": "licensemanager/association", @@ -8967,6 +8983,14 @@ "aws:s3/objectCopy:ObjectCopy": "ObjectCopy" } }, + { + "pkg": "aws", + "mod": "s3control/accessGrantsInstanceResourcePolicy", + "fqn": "pulumi_aws.s3control", + "classes": { + "aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy": "AccessGrantsInstanceResourcePolicy" + } + }, { "pkg": "aws", "mod": "s3control/accessPointPolicy", diff --git a/sdk/python/pulumi_aws/alb/_inputs.py b/sdk/python/pulumi_aws/alb/_inputs.py index 6df3e13b1f3..450096b1d7b 100644 --- a/sdk/python/pulumi_aws/alb/_inputs.py +++ b/sdk/python/pulumi_aws/alb/_inputs.py @@ -1918,10 +1918,24 @@ def __init__(__self__, *, :param pulumi.Input[bool] enabled: Whether health checks are enabled. Defaults to `true`. :param pulumi.Input[int] healthy_threshold: Number of consecutive health check successes required before considering a target healthy. The range is 2-10. Defaults to 3. :param pulumi.Input[int] interval: Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30. - :param pulumi.Input[str] matcher: Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + :param pulumi.Input[str] matcher: The HTTP or gRPC codes to use when checking for a successful response from a target. + The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. :param pulumi.Input[str] path: Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. - :param pulumi.Input[str] port: The port the load balancer uses when performing health checks on targets. Default is traffic-port. - :param pulumi.Input[str] protocol: Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * For HTTP and HTTPS health checks, the default is `/`. + * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. + :param pulumi.Input[str] port: The port the load balancer uses when performing health checks on targets. + Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + Default is `traffic-port`. + :param pulumi.Input[str] protocol: Protocol the load balancer uses when performing health checks on targets. + Must be one of `TCP`, `HTTP`, or `HTTPS`. + The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + Default is `HTTP`. + Cannot be specified when the `target_type` is `lambda`. :param pulumi.Input[int] timeout: Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds. :param pulumi.Input[int] unhealthy_threshold: Number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. Defaults to 3. """ @@ -1984,7 +1998,13 @@ def interval(self, value: Optional[pulumi.Input[int]]): @pulumi.getter def matcher(self) -> Optional[pulumi.Input[str]]: """ - Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + The HTTP or gRPC codes to use when checking for a successful response from a target. + The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. """ return pulumi.get(self, "matcher") @@ -1997,6 +2017,8 @@ def matcher(self, value: Optional[pulumi.Input[str]]): def path(self) -> Optional[pulumi.Input[str]]: """ Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * For HTTP and HTTPS health checks, the default is `/`. + * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. """ return pulumi.get(self, "path") @@ -2008,7 +2030,9 @@ def path(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def port(self) -> Optional[pulumi.Input[str]]: """ - The port the load balancer uses when performing health checks on targets. Default is traffic-port. + The port the load balancer uses when performing health checks on targets. + Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + Default is `traffic-port`. """ return pulumi.get(self, "port") @@ -2020,7 +2044,11 @@ def port(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def protocol(self) -> Optional[pulumi.Input[str]]: """ - Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + Protocol the load balancer uses when performing health checks on targets. + Must be one of `TCP`, `HTTP`, or `HTTPS`. + The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + Default is `HTTP`. + Cannot be specified when the `target_type` is `lambda`. """ return pulumi.get(self, "protocol") diff --git a/sdk/python/pulumi_aws/alb/outputs.py b/sdk/python/pulumi_aws/alb/outputs.py index 445ddffa839..3288882d205 100644 --- a/sdk/python/pulumi_aws/alb/outputs.py +++ b/sdk/python/pulumi_aws/alb/outputs.py @@ -1875,10 +1875,24 @@ def __init__(__self__, *, :param bool enabled: Whether health checks are enabled. Defaults to `true`. :param int healthy_threshold: Number of consecutive health check successes required before considering a target healthy. The range is 2-10. Defaults to 3. :param int interval: Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30. - :param str matcher: Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + :param str matcher: The HTTP or gRPC codes to use when checking for a successful response from a target. + The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. :param str path: Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. - :param str port: The port the load balancer uses when performing health checks on targets. Default is traffic-port. - :param str protocol: Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * For HTTP and HTTPS health checks, the default is `/`. + * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. + :param str port: The port the load balancer uses when performing health checks on targets. + Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + Default is `traffic-port`. + :param str protocol: Protocol the load balancer uses when performing health checks on targets. + Must be one of `TCP`, `HTTP`, or `HTTPS`. + The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + Default is `HTTP`. + Cannot be specified when the `target_type` is `lambda`. :param int timeout: Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds. :param int unhealthy_threshold: Number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. Defaults to 3. """ @@ -1929,7 +1943,13 @@ def interval(self) -> Optional[int]: @pulumi.getter def matcher(self) -> Optional[str]: """ - Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + The HTTP or gRPC codes to use when checking for a successful response from a target. + The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. """ return pulumi.get(self, "matcher") @@ -1938,6 +1958,8 @@ def matcher(self) -> Optional[str]: def path(self) -> Optional[str]: """ Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * For HTTP and HTTPS health checks, the default is `/`. + * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. """ return pulumi.get(self, "path") @@ -1945,7 +1967,9 @@ def path(self) -> Optional[str]: @pulumi.getter def port(self) -> Optional[str]: """ - The port the load balancer uses when performing health checks on targets. Default is traffic-port. + The port the load balancer uses when performing health checks on targets. + Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + Default is `traffic-port`. """ return pulumi.get(self, "port") @@ -1953,7 +1977,11 @@ def port(self) -> Optional[str]: @pulumi.getter def protocol(self) -> Optional[str]: """ - Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + Protocol the load balancer uses when performing health checks on targets. + Must be one of `TCP`, `HTTP`, or `HTTPS`. + The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + Default is `HTTP`. + Cannot be specified when the `target_type` is `lambda`. """ return pulumi.get(self, "protocol") diff --git a/sdk/python/pulumi_aws/alb/target_group.py b/sdk/python/pulumi_aws/alb/target_group.py index ce16e62e9b9..4522860730f 100644 --- a/sdk/python/pulumi_aws/alb/target_group.py +++ b/sdk/python/pulumi_aws/alb/target_group.py @@ -50,7 +50,10 @@ def __init__(__self__, *, :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters. :param pulumi.Input[int] port: Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] preserve_client_ip: Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. - :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] protocol_version: Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 :param pulumi.Input[bool] proxy_protocol_v2: Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`. :param pulumi.Input[int] slow_start: Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds. @@ -58,7 +61,9 @@ def __init__(__self__, *, :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. :param pulumi.Input[Sequence[pulumi.Input['TargetGroupTargetFailoverArgs']]] target_failovers: Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information. :param pulumi.Input[Sequence[pulumi.Input['TargetGroupTargetHealthStateArgs']]] target_health_states: Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information. - :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -248,7 +253,10 @@ def preserve_client_ip(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def protocol(self) -> Optional[pulumi.Input[str]]: """ - Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. """ return pulumi.get(self, "protocol") @@ -344,7 +352,9 @@ def target_health_states(self, value: Optional[pulumi.Input[Sequence[pulumi.Inpu @pulumi.getter(name="targetType") def target_type(self) -> Optional[pulumi.Input[str]]: """ - Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -415,7 +425,10 @@ def __init__(__self__, *, :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters. :param pulumi.Input[int] port: Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] preserve_client_ip: Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. - :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] protocol_version: Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 :param pulumi.Input[bool] proxy_protocol_v2: Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`. :param pulumi.Input[int] slow_start: Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds. @@ -424,7 +437,9 @@ def __init__(__self__, *, :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block. :param pulumi.Input[Sequence[pulumi.Input['TargetGroupTargetFailoverArgs']]] target_failovers: Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information. :param pulumi.Input[Sequence[pulumi.Input['TargetGroupTargetHealthStateArgs']]] target_health_states: Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information. - :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -647,7 +662,10 @@ def preserve_client_ip(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def protocol(self) -> Optional[pulumi.Input[str]]: """ - Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. """ return pulumi.get(self, "protocol") @@ -758,7 +776,9 @@ def target_health_states(self, value: Optional[pulumi.Input[Sequence[pulumi.Inpu @pulumi.getter(name="targetType") def target_type(self) -> Optional[pulumi.Input[str]]: """ - Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -901,7 +921,10 @@ def __init__(__self__, :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters. :param pulumi.Input[int] port: Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] preserve_client_ip: Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. - :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] protocol_version: Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 :param pulumi.Input[bool] proxy_protocol_v2: Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`. :param pulumi.Input[int] slow_start: Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds. @@ -909,7 +932,9 @@ def __init__(__self__, :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetGroupTargetFailoverArgs']]]] target_failovers: Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetGroupTargetHealthStateArgs']]]] target_health_states: Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information. - :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -1127,7 +1152,10 @@ def get(resource_name: str, :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters. :param pulumi.Input[int] port: Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] preserve_client_ip: Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. - :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] protocol_version: Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 :param pulumi.Input[bool] proxy_protocol_v2: Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`. :param pulumi.Input[int] slow_start: Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds. @@ -1136,7 +1164,9 @@ def get(resource_name: str, :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetGroupTargetFailoverArgs']]]] target_failovers: Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetGroupTargetHealthStateArgs']]]] target_health_states: Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information. - :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -1285,7 +1315,10 @@ def preserve_client_ip(self) -> pulumi.Output[str]: @pulumi.getter def protocol(self) -> pulumi.Output[Optional[str]]: """ - Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. """ return pulumi.get(self, "protocol") @@ -1360,7 +1393,9 @@ def target_health_states(self) -> pulumi.Output[Sequence['outputs.TargetGroupTar @pulumi.getter(name="targetType") def target_type(self) -> pulumi.Output[Optional[str]]: """ - Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. diff --git a/sdk/python/pulumi_aws/apprunner/__init__.py b/sdk/python/pulumi_aws/apprunner/__init__.py index b8cb09cd12f..f441e53242e 100644 --- a/sdk/python/pulumi_aws/apprunner/__init__.py +++ b/sdk/python/pulumi_aws/apprunner/__init__.py @@ -8,6 +8,7 @@ from .auto_scaling_configuration_version import * from .connection import * from .custom_domain_association import * +from .default_auto_scaling_configuration_version import * from .observability_configuration import * from .service import * from .vpc_connector import * diff --git a/sdk/python/pulumi_aws/apprunner/_inputs.py b/sdk/python/pulumi_aws/apprunner/_inputs.py index 6de9393a83f..67f7df67a62 100644 --- a/sdk/python/pulumi_aws/apprunner/_inputs.py +++ b/sdk/python/pulumi_aws/apprunner/_inputs.py @@ -308,15 +308,19 @@ def memory(self, value: Optional[pulumi.Input[str]]): class ServiceNetworkConfigurationArgs: def __init__(__self__, *, egress_configuration: Optional[pulumi.Input['ServiceNetworkConfigurationEgressConfigurationArgs']] = None, - ingress_configuration: Optional[pulumi.Input['ServiceNetworkConfigurationIngressConfigurationArgs']] = None): + ingress_configuration: Optional[pulumi.Input['ServiceNetworkConfigurationIngressConfigurationArgs']] = None, + ip_address_type: Optional[pulumi.Input[str]] = None): """ :param pulumi.Input['ServiceNetworkConfigurationEgressConfigurationArgs'] egress_configuration: Network configuration settings for outbound message traffic. See Egress Configuration below for more details. :param pulumi.Input['ServiceNetworkConfigurationIngressConfigurationArgs'] ingress_configuration: Network configuration settings for inbound network traffic. See Ingress Configuration below for more details. + :param pulumi.Input[str] ip_address_type: App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. """ if egress_configuration is not None: pulumi.set(__self__, "egress_configuration", egress_configuration) if ingress_configuration is not None: pulumi.set(__self__, "ingress_configuration", ingress_configuration) + if ip_address_type is not None: + pulumi.set(__self__, "ip_address_type", ip_address_type) @property @pulumi.getter(name="egressConfiguration") @@ -342,6 +346,18 @@ def ingress_configuration(self) -> Optional[pulumi.Input['ServiceNetworkConfigur def ingress_configuration(self, value: Optional[pulumi.Input['ServiceNetworkConfigurationIngressConfigurationArgs']]): pulumi.set(self, "ingress_configuration", value) + @property + @pulumi.getter(name="ipAddressType") + def ip_address_type(self) -> Optional[pulumi.Input[str]]: + """ + App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + """ + return pulumi.get(self, "ip_address_type") + + @ip_address_type.setter + def ip_address_type(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "ip_address_type", value) + @pulumi.input_type class ServiceNetworkConfigurationEgressConfigurationArgs: @@ -558,16 +574,20 @@ class ServiceSourceConfigurationCodeRepositoryArgs: def __init__(__self__, *, repository_url: pulumi.Input[str], source_code_version: pulumi.Input['ServiceSourceConfigurationCodeRepositorySourceCodeVersionArgs'], - code_configuration: Optional[pulumi.Input['ServiceSourceConfigurationCodeRepositoryCodeConfigurationArgs']] = None): + code_configuration: Optional[pulumi.Input['ServiceSourceConfigurationCodeRepositoryCodeConfigurationArgs']] = None, + source_directory: Optional[pulumi.Input[str]] = None): """ :param pulumi.Input[str] repository_url: Location of the repository that contains the source code. :param pulumi.Input['ServiceSourceConfigurationCodeRepositorySourceCodeVersionArgs'] source_code_version: Version that should be used within the source code repository. See Source Code Version below for more details. :param pulumi.Input['ServiceSourceConfigurationCodeRepositoryCodeConfigurationArgs'] code_configuration: Configuration for building and running the service from a source code repository. See Code Configuration below for more details. + :param pulumi.Input[str] source_directory: The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. """ pulumi.set(__self__, "repository_url", repository_url) pulumi.set(__self__, "source_code_version", source_code_version) if code_configuration is not None: pulumi.set(__self__, "code_configuration", code_configuration) + if source_directory is not None: + pulumi.set(__self__, "source_directory", source_directory) @property @pulumi.getter(name="repositoryUrl") @@ -605,6 +625,18 @@ def code_configuration(self) -> Optional[pulumi.Input['ServiceSourceConfiguratio def code_configuration(self, value: Optional[pulumi.Input['ServiceSourceConfigurationCodeRepositoryCodeConfigurationArgs']]): pulumi.set(self, "code_configuration", value) + @property + @pulumi.getter(name="sourceDirectory") + def source_directory(self) -> Optional[pulumi.Input[str]]: + """ + The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + """ + return pulumi.get(self, "source_directory") + + @source_directory.setter + def source_directory(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "source_directory", value) + @pulumi.input_type class ServiceSourceConfigurationCodeRepositoryCodeConfigurationArgs: diff --git a/sdk/python/pulumi_aws/apprunner/auto_scaling_configuration_version.py b/sdk/python/pulumi_aws/apprunner/auto_scaling_configuration_version.py index dbdb2d68fb0..35b04a671ee 100644 --- a/sdk/python/pulumi_aws/apprunner/auto_scaling_configuration_version.py +++ b/sdk/python/pulumi_aws/apprunner/auto_scaling_configuration_version.py @@ -104,6 +104,8 @@ def __init__(__self__, *, arn: Optional[pulumi.Input[str]] = None, auto_scaling_configuration_name: Optional[pulumi.Input[str]] = None, auto_scaling_configuration_revision: Optional[pulumi.Input[int]] = None, + has_associated_service: Optional[pulumi.Input[bool]] = None, + is_default: Optional[pulumi.Input[bool]] = None, latest: Optional[pulumi.Input[bool]] = None, max_concurrency: Optional[pulumi.Input[int]] = None, max_size: Optional[pulumi.Input[int]] = None, @@ -130,6 +132,10 @@ def __init__(__self__, *, pulumi.set(__self__, "auto_scaling_configuration_name", auto_scaling_configuration_name) if auto_scaling_configuration_revision is not None: pulumi.set(__self__, "auto_scaling_configuration_revision", auto_scaling_configuration_revision) + if has_associated_service is not None: + pulumi.set(__self__, "has_associated_service", has_associated_service) + if is_default is not None: + pulumi.set(__self__, "is_default", is_default) if latest is not None: pulumi.set(__self__, "latest", latest) if max_concurrency is not None: @@ -184,6 +190,24 @@ def auto_scaling_configuration_revision(self) -> Optional[pulumi.Input[int]]: def auto_scaling_configuration_revision(self, value: Optional[pulumi.Input[int]]): pulumi.set(self, "auto_scaling_configuration_revision", value) + @property + @pulumi.getter(name="hasAssociatedService") + def has_associated_service(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "has_associated_service") + + @has_associated_service.setter + def has_associated_service(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "has_associated_service", value) + + @property + @pulumi.getter(name="isDefault") + def is_default(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "is_default") + + @is_default.setter + def is_default(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "is_default", value) + @property @pulumi.getter def latest(self) -> Optional[pulumi.Input[bool]]: @@ -389,6 +413,8 @@ def _internal_init(__self__, __props__.__dict__["tags"] = tags __props__.__dict__["arn"] = None __props__.__dict__["auto_scaling_configuration_revision"] = None + __props__.__dict__["has_associated_service"] = None + __props__.__dict__["is_default"] = None __props__.__dict__["latest"] = None __props__.__dict__["status"] = None __props__.__dict__["tags_all"] = None @@ -407,6 +433,8 @@ def get(resource_name: str, arn: Optional[pulumi.Input[str]] = None, auto_scaling_configuration_name: Optional[pulumi.Input[str]] = None, auto_scaling_configuration_revision: Optional[pulumi.Input[int]] = None, + has_associated_service: Optional[pulumi.Input[bool]] = None, + is_default: Optional[pulumi.Input[bool]] = None, latest: Optional[pulumi.Input[bool]] = None, max_concurrency: Optional[pulumi.Input[int]] = None, max_size: Optional[pulumi.Input[int]] = None, @@ -439,6 +467,8 @@ def get(resource_name: str, __props__.__dict__["arn"] = arn __props__.__dict__["auto_scaling_configuration_name"] = auto_scaling_configuration_name __props__.__dict__["auto_scaling_configuration_revision"] = auto_scaling_configuration_revision + __props__.__dict__["has_associated_service"] = has_associated_service + __props__.__dict__["is_default"] = is_default __props__.__dict__["latest"] = latest __props__.__dict__["max_concurrency"] = max_concurrency __props__.__dict__["max_size"] = max_size @@ -472,6 +502,16 @@ def auto_scaling_configuration_revision(self) -> pulumi.Output[int]: """ return pulumi.get(self, "auto_scaling_configuration_revision") + @property + @pulumi.getter(name="hasAssociatedService") + def has_associated_service(self) -> pulumi.Output[bool]: + return pulumi.get(self, "has_associated_service") + + @property + @pulumi.getter(name="isDefault") + def is_default(self) -> pulumi.Output[bool]: + return pulumi.get(self, "is_default") + @property @pulumi.getter def latest(self) -> pulumi.Output[bool]: diff --git a/sdk/python/pulumi_aws/apprunner/default_auto_scaling_configuration_version.py b/sdk/python/pulumi_aws/apprunner/default_auto_scaling_configuration_version.py new file mode 100644 index 00000000000..6afa810765c --- /dev/null +++ b/sdk/python/pulumi_aws/apprunner/default_auto_scaling_configuration_version.py @@ -0,0 +1,196 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from .. import _utilities + +__all__ = ['DefaultAutoScalingConfigurationVersionArgs', 'DefaultAutoScalingConfigurationVersion'] + +@pulumi.input_type +class DefaultAutoScalingConfigurationVersionArgs: + def __init__(__self__, *, + auto_scaling_configuration_arn: pulumi.Input[str]): + """ + The set of arguments for constructing a DefaultAutoScalingConfigurationVersion resource. + :param pulumi.Input[str] auto_scaling_configuration_arn: The ARN of the App Runner auto scaling configuration that you want to set as the default. + """ + pulumi.set(__self__, "auto_scaling_configuration_arn", auto_scaling_configuration_arn) + + @property + @pulumi.getter(name="autoScalingConfigurationArn") + def auto_scaling_configuration_arn(self) -> pulumi.Input[str]: + """ + The ARN of the App Runner auto scaling configuration that you want to set as the default. + """ + return pulumi.get(self, "auto_scaling_configuration_arn") + + @auto_scaling_configuration_arn.setter + def auto_scaling_configuration_arn(self, value: pulumi.Input[str]): + pulumi.set(self, "auto_scaling_configuration_arn", value) + + +@pulumi.input_type +class _DefaultAutoScalingConfigurationVersionState: + def __init__(__self__, *, + auto_scaling_configuration_arn: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering DefaultAutoScalingConfigurationVersion resources. + :param pulumi.Input[str] auto_scaling_configuration_arn: The ARN of the App Runner auto scaling configuration that you want to set as the default. + """ + if auto_scaling_configuration_arn is not None: + pulumi.set(__self__, "auto_scaling_configuration_arn", auto_scaling_configuration_arn) + + @property + @pulumi.getter(name="autoScalingConfigurationArn") + def auto_scaling_configuration_arn(self) -> Optional[pulumi.Input[str]]: + """ + The ARN of the App Runner auto scaling configuration that you want to set as the default. + """ + return pulumi.get(self, "auto_scaling_configuration_arn") + + @auto_scaling_configuration_arn.setter + def auto_scaling_configuration_arn(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "auto_scaling_configuration_arn", value) + + +class DefaultAutoScalingConfigurationVersion(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + auto_scaling_configuration_arn: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Manages the default App Runner auto scaling configuration. + When creating or updating this resource the existing default auto scaling configuration will be set to non-default automatically. + When creating or updating this resource the configuration is automatically assigned as the default to the new services you create in the future. The new default designation doesn't affect the associations that were previously set for existing services. + Each account can have only one default auto scaling configuration per Region. + + ## Example Usage + + ```python + import pulumi + import pulumi_aws as aws + + example_auto_scaling_configuration_version = aws.apprunner.AutoScalingConfigurationVersion("exampleAutoScalingConfigurationVersion", + auto_scaling_configuration_name="example", + max_concurrency=50, + max_size=10, + min_size=2) + example_default_auto_scaling_configuration_version = aws.apprunner.DefaultAutoScalingConfigurationVersion("exampleDefaultAutoScalingConfigurationVersion", auto_scaling_configuration_arn=example_auto_scaling_configuration_version.arn) + ``` + + ## Import + + Using `pulumi import`, import App Runner default auto scaling configurations using the current Region. For example: + + ```sh + $ pulumi import aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion example us-west-2 + ``` + + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + :param pulumi.Input[str] auto_scaling_configuration_arn: The ARN of the App Runner auto scaling configuration that you want to set as the default. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: DefaultAutoScalingConfigurationVersionArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Manages the default App Runner auto scaling configuration. + When creating or updating this resource the existing default auto scaling configuration will be set to non-default automatically. + When creating or updating this resource the configuration is automatically assigned as the default to the new services you create in the future. The new default designation doesn't affect the associations that were previously set for existing services. + Each account can have only one default auto scaling configuration per Region. + + ## Example Usage + + ```python + import pulumi + import pulumi_aws as aws + + example_auto_scaling_configuration_version = aws.apprunner.AutoScalingConfigurationVersion("exampleAutoScalingConfigurationVersion", + auto_scaling_configuration_name="example", + max_concurrency=50, + max_size=10, + min_size=2) + example_default_auto_scaling_configuration_version = aws.apprunner.DefaultAutoScalingConfigurationVersion("exampleDefaultAutoScalingConfigurationVersion", auto_scaling_configuration_arn=example_auto_scaling_configuration_version.arn) + ``` + + ## Import + + Using `pulumi import`, import App Runner default auto scaling configurations using the current Region. For example: + + ```sh + $ pulumi import aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion example us-west-2 + ``` + + :param str resource_name: The name of the resource. + :param DefaultAutoScalingConfigurationVersionArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(DefaultAutoScalingConfigurationVersionArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + auto_scaling_configuration_arn: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = DefaultAutoScalingConfigurationVersionArgs.__new__(DefaultAutoScalingConfigurationVersionArgs) + + if auto_scaling_configuration_arn is None and not opts.urn: + raise TypeError("Missing required property 'auto_scaling_configuration_arn'") + __props__.__dict__["auto_scaling_configuration_arn"] = auto_scaling_configuration_arn + super(DefaultAutoScalingConfigurationVersion, __self__).__init__( + 'aws:apprunner/defaultAutoScalingConfigurationVersion:DefaultAutoScalingConfigurationVersion', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + auto_scaling_configuration_arn: Optional[pulumi.Input[str]] = None) -> 'DefaultAutoScalingConfigurationVersion': + """ + Get an existing DefaultAutoScalingConfigurationVersion resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + :param pulumi.Input[str] auto_scaling_configuration_arn: The ARN of the App Runner auto scaling configuration that you want to set as the default. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _DefaultAutoScalingConfigurationVersionState.__new__(_DefaultAutoScalingConfigurationVersionState) + + __props__.__dict__["auto_scaling_configuration_arn"] = auto_scaling_configuration_arn + return DefaultAutoScalingConfigurationVersion(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="autoScalingConfigurationArn") + def auto_scaling_configuration_arn(self) -> pulumi.Output[str]: + """ + The ARN of the App Runner auto scaling configuration that you want to set as the default. + """ + return pulumi.get(self, "auto_scaling_configuration_arn") + diff --git a/sdk/python/pulumi_aws/apprunner/outputs.py b/sdk/python/pulumi_aws/apprunner/outputs.py index cf6d10f1196..701970a0f12 100644 --- a/sdk/python/pulumi_aws/apprunner/outputs.py +++ b/sdk/python/pulumi_aws/apprunner/outputs.py @@ -307,6 +307,8 @@ def __key_warning(key: str): suggest = "egress_configuration" elif key == "ingressConfiguration": suggest = "ingress_configuration" + elif key == "ipAddressType": + suggest = "ip_address_type" if suggest: pulumi.log.warn(f"Key '{key}' not found in ServiceNetworkConfiguration. Access the value via the '{suggest}' property getter instead.") @@ -321,15 +323,19 @@ def get(self, key: str, default = None) -> Any: def __init__(__self__, *, egress_configuration: Optional['outputs.ServiceNetworkConfigurationEgressConfiguration'] = None, - ingress_configuration: Optional['outputs.ServiceNetworkConfigurationIngressConfiguration'] = None): + ingress_configuration: Optional['outputs.ServiceNetworkConfigurationIngressConfiguration'] = None, + ip_address_type: Optional[str] = None): """ :param 'ServiceNetworkConfigurationEgressConfigurationArgs' egress_configuration: Network configuration settings for outbound message traffic. See Egress Configuration below for more details. :param 'ServiceNetworkConfigurationIngressConfigurationArgs' ingress_configuration: Network configuration settings for inbound network traffic. See Ingress Configuration below for more details. + :param str ip_address_type: App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. """ if egress_configuration is not None: pulumi.set(__self__, "egress_configuration", egress_configuration) if ingress_configuration is not None: pulumi.set(__self__, "ingress_configuration", ingress_configuration) + if ip_address_type is not None: + pulumi.set(__self__, "ip_address_type", ip_address_type) @property @pulumi.getter(name="egressConfiguration") @@ -347,6 +353,14 @@ def ingress_configuration(self) -> Optional['outputs.ServiceNetworkConfiguration """ return pulumi.get(self, "ingress_configuration") + @property + @pulumi.getter(name="ipAddressType") + def ip_address_type(self) -> Optional[str]: + """ + App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. + """ + return pulumi.get(self, "ip_address_type") + @pulumi.output_type class ServiceNetworkConfigurationEgressConfiguration(dict): @@ -622,6 +636,8 @@ def __key_warning(key: str): suggest = "source_code_version" elif key == "codeConfiguration": suggest = "code_configuration" + elif key == "sourceDirectory": + suggest = "source_directory" if suggest: pulumi.log.warn(f"Key '{key}' not found in ServiceSourceConfigurationCodeRepository. Access the value via the '{suggest}' property getter instead.") @@ -637,16 +653,20 @@ def get(self, key: str, default = None) -> Any: def __init__(__self__, *, repository_url: str, source_code_version: 'outputs.ServiceSourceConfigurationCodeRepositorySourceCodeVersion', - code_configuration: Optional['outputs.ServiceSourceConfigurationCodeRepositoryCodeConfiguration'] = None): + code_configuration: Optional['outputs.ServiceSourceConfigurationCodeRepositoryCodeConfiguration'] = None, + source_directory: Optional[str] = None): """ :param str repository_url: Location of the repository that contains the source code. :param 'ServiceSourceConfigurationCodeRepositorySourceCodeVersionArgs' source_code_version: Version that should be used within the source code repository. See Source Code Version below for more details. :param 'ServiceSourceConfigurationCodeRepositoryCodeConfigurationArgs' code_configuration: Configuration for building and running the service from a source code repository. See Code Configuration below for more details. + :param str source_directory: The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. """ pulumi.set(__self__, "repository_url", repository_url) pulumi.set(__self__, "source_code_version", source_code_version) if code_configuration is not None: pulumi.set(__self__, "code_configuration", code_configuration) + if source_directory is not None: + pulumi.set(__self__, "source_directory", source_directory) @property @pulumi.getter(name="repositoryUrl") @@ -672,6 +692,14 @@ def code_configuration(self) -> Optional['outputs.ServiceSourceConfigurationCode """ return pulumi.get(self, "code_configuration") + @property + @pulumi.getter(name="sourceDirectory") + def source_directory(self) -> Optional[str]: + """ + The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. + """ + return pulumi.get(self, "source_directory") + @pulumi.output_type class ServiceSourceConfigurationCodeRepositoryCodeConfiguration(dict): diff --git a/sdk/python/pulumi_aws/cloudwatch/event_rule.py b/sdk/python/pulumi_aws/cloudwatch/event_rule.py index 4471dc64ae1..c219ccc3ce0 100644 --- a/sdk/python/pulumi_aws/cloudwatch/event_rule.py +++ b/sdk/python/pulumi_aws/cloudwatch/event_rule.py @@ -22,6 +22,7 @@ def __init__(__self__, *, name_prefix: Optional[pulumi.Input[str]] = None, role_arn: Optional[pulumi.Input[str]] = None, schedule_expression: Optional[pulumi.Input[str]] = None, + state: Optional[pulumi.Input[str]] = None, tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None): """ The set of arguments for constructing a EventRule resource. @@ -29,11 +30,19 @@ def __init__(__self__, *, :param pulumi.Input[str] event_bus_name: The name or ARN of the event bus to associate with this rule. If you omit this, the `default` event bus is used. :param pulumi.Input[str] event_pattern: The event pattern described a JSON object. At least one of `schedule_expression` or `event_pattern` is required. See full documentation of [Events and Event Patterns in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) for details. **Note**: The event pattern size is 2048 by default but it is adjustable up to 4096 characters by submitting a service quota increase request. See [Amazon EventBridge quotas](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-quota.html) for details. - :param pulumi.Input[bool] is_enabled: Whether the rule should be enabled (defaults to `true`). + :param pulumi.Input[bool] is_enabled: Whether the rule should be enabled. + Defaults to `true`. + Conflicts with `state`. :param pulumi.Input[str] name: The name of the rule. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`. :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. **Note**: Due to the length of the generated suffix, must be 38 characters or less. :param pulumi.Input[str] role_arn: The Amazon Resource Name (ARN) associated with the role that is used for target invocation. :param pulumi.Input[str] schedule_expression: The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `schedule_expression` or `event_pattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). + :param pulumi.Input[str] state: State of the rule. + Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + Defaults to `ENABLED`. + Conflicts with `is_enabled`. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. """ if description is not None: @@ -42,6 +51,9 @@ def __init__(__self__, *, pulumi.set(__self__, "event_bus_name", event_bus_name) if event_pattern is not None: pulumi.set(__self__, "event_pattern", event_pattern) + if is_enabled is not None: + warnings.warn("""Use \"state\" instead""", DeprecationWarning) + pulumi.log.warn("""is_enabled is deprecated: Use \"state\" instead""") if is_enabled is not None: pulumi.set(__self__, "is_enabled", is_enabled) if name is not None: @@ -52,6 +64,8 @@ def __init__(__self__, *, pulumi.set(__self__, "role_arn", role_arn) if schedule_expression is not None: pulumi.set(__self__, "schedule_expression", schedule_expression) + if state is not None: + pulumi.set(__self__, "state", state) if tags is not None: pulumi.set(__self__, "tags", tags) @@ -96,8 +110,13 @@ def event_pattern(self, value: Optional[pulumi.Input[str]]): @pulumi.getter(name="isEnabled") def is_enabled(self) -> Optional[pulumi.Input[bool]]: """ - Whether the rule should be enabled (defaults to `true`). + Whether the rule should be enabled. + Defaults to `true`. + Conflicts with `state`. """ + warnings.warn("""Use \"state\" instead""", DeprecationWarning) + pulumi.log.warn("""is_enabled is deprecated: Use \"state\" instead""") + return pulumi.get(self, "is_enabled") @is_enabled.setter @@ -152,6 +171,23 @@ def schedule_expression(self) -> Optional[pulumi.Input[str]]: def schedule_expression(self, value: Optional[pulumi.Input[str]]): pulumi.set(self, "schedule_expression", value) + @property + @pulumi.getter + def state(self) -> Optional[pulumi.Input[str]]: + """ + State of the rule. + Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + Defaults to `ENABLED`. + Conflicts with `is_enabled`. + """ + return pulumi.get(self, "state") + + @state.setter + def state(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "state", value) + @property @pulumi.getter def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: @@ -177,6 +213,7 @@ def __init__(__self__, *, name_prefix: Optional[pulumi.Input[str]] = None, role_arn: Optional[pulumi.Input[str]] = None, schedule_expression: Optional[pulumi.Input[str]] = None, + state: Optional[pulumi.Input[str]] = None, tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, tags_all: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None): """ @@ -186,11 +223,19 @@ def __init__(__self__, *, :param pulumi.Input[str] event_bus_name: The name or ARN of the event bus to associate with this rule. If you omit this, the `default` event bus is used. :param pulumi.Input[str] event_pattern: The event pattern described a JSON object. At least one of `schedule_expression` or `event_pattern` is required. See full documentation of [Events and Event Patterns in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) for details. **Note**: The event pattern size is 2048 by default but it is adjustable up to 4096 characters by submitting a service quota increase request. See [Amazon EventBridge quotas](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-quota.html) for details. - :param pulumi.Input[bool] is_enabled: Whether the rule should be enabled (defaults to `true`). + :param pulumi.Input[bool] is_enabled: Whether the rule should be enabled. + Defaults to `true`. + Conflicts with `state`. :param pulumi.Input[str] name: The name of the rule. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`. :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. **Note**: Due to the length of the generated suffix, must be 38 characters or less. :param pulumi.Input[str] role_arn: The Amazon Resource Name (ARN) associated with the role that is used for target invocation. :param pulumi.Input[str] schedule_expression: The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `schedule_expression` or `event_pattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). + :param pulumi.Input[str] state: State of the rule. + Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + Defaults to `ENABLED`. + Conflicts with `is_enabled`. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block. """ @@ -202,6 +247,9 @@ def __init__(__self__, *, pulumi.set(__self__, "event_bus_name", event_bus_name) if event_pattern is not None: pulumi.set(__self__, "event_pattern", event_pattern) + if is_enabled is not None: + warnings.warn("""Use \"state\" instead""", DeprecationWarning) + pulumi.log.warn("""is_enabled is deprecated: Use \"state\" instead""") if is_enabled is not None: pulumi.set(__self__, "is_enabled", is_enabled) if name is not None: @@ -212,6 +260,8 @@ def __init__(__self__, *, pulumi.set(__self__, "role_arn", role_arn) if schedule_expression is not None: pulumi.set(__self__, "schedule_expression", schedule_expression) + if state is not None: + pulumi.set(__self__, "state", state) if tags is not None: pulumi.set(__self__, "tags", tags) if tags_all is not None: @@ -273,8 +323,13 @@ def event_pattern(self, value: Optional[pulumi.Input[str]]): @pulumi.getter(name="isEnabled") def is_enabled(self) -> Optional[pulumi.Input[bool]]: """ - Whether the rule should be enabled (defaults to `true`). + Whether the rule should be enabled. + Defaults to `true`. + Conflicts with `state`. """ + warnings.warn("""Use \"state\" instead""", DeprecationWarning) + pulumi.log.warn("""is_enabled is deprecated: Use \"state\" instead""") + return pulumi.get(self, "is_enabled") @is_enabled.setter @@ -329,6 +384,23 @@ def schedule_expression(self) -> Optional[pulumi.Input[str]]: def schedule_expression(self, value: Optional[pulumi.Input[str]]): pulumi.set(self, "schedule_expression", value) + @property + @pulumi.getter + def state(self) -> Optional[pulumi.Input[str]]: + """ + State of the rule. + Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + Defaults to `ENABLED`. + Conflicts with `is_enabled`. + """ + return pulumi.get(self, "state") + + @state.setter + def state(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "state", value) + @property @pulumi.getter def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: @@ -370,6 +442,7 @@ def __init__(__self__, name_prefix: Optional[pulumi.Input[str]] = None, role_arn: Optional[pulumi.Input[str]] = None, schedule_expression: Optional[pulumi.Input[str]] = None, + state: Optional[pulumi.Input[str]] = None, tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, __props__=None): """ @@ -421,11 +494,19 @@ def __init__(__self__, :param pulumi.Input[str] event_bus_name: The name or ARN of the event bus to associate with this rule. If you omit this, the `default` event bus is used. :param pulumi.Input[str] event_pattern: The event pattern described a JSON object. At least one of `schedule_expression` or `event_pattern` is required. See full documentation of [Events and Event Patterns in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) for details. **Note**: The event pattern size is 2048 by default but it is adjustable up to 4096 characters by submitting a service quota increase request. See [Amazon EventBridge quotas](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-quota.html) for details. - :param pulumi.Input[bool] is_enabled: Whether the rule should be enabled (defaults to `true`). + :param pulumi.Input[bool] is_enabled: Whether the rule should be enabled. + Defaults to `true`. + Conflicts with `state`. :param pulumi.Input[str] name: The name of the rule. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`. :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. **Note**: Due to the length of the generated suffix, must be 38 characters or less. :param pulumi.Input[str] role_arn: The Amazon Resource Name (ARN) associated with the role that is used for target invocation. :param pulumi.Input[str] schedule_expression: The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `schedule_expression` or `event_pattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). + :param pulumi.Input[str] state: State of the rule. + Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + Defaults to `ENABLED`. + Conflicts with `is_enabled`. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. """ ... @@ -500,6 +581,7 @@ def _internal_init(__self__, name_prefix: Optional[pulumi.Input[str]] = None, role_arn: Optional[pulumi.Input[str]] = None, schedule_expression: Optional[pulumi.Input[str]] = None, + state: Optional[pulumi.Input[str]] = None, tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, __props__=None): opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) @@ -518,6 +600,7 @@ def _internal_init(__self__, __props__.__dict__["name_prefix"] = name_prefix __props__.__dict__["role_arn"] = role_arn __props__.__dict__["schedule_expression"] = schedule_expression + __props__.__dict__["state"] = state __props__.__dict__["tags"] = tags __props__.__dict__["arn"] = None __props__.__dict__["tags_all"] = None @@ -542,6 +625,7 @@ def get(resource_name: str, name_prefix: Optional[pulumi.Input[str]] = None, role_arn: Optional[pulumi.Input[str]] = None, schedule_expression: Optional[pulumi.Input[str]] = None, + state: Optional[pulumi.Input[str]] = None, tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, tags_all: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'EventRule': """ @@ -556,11 +640,19 @@ def get(resource_name: str, :param pulumi.Input[str] event_bus_name: The name or ARN of the event bus to associate with this rule. If you omit this, the `default` event bus is used. :param pulumi.Input[str] event_pattern: The event pattern described a JSON object. At least one of `schedule_expression` or `event_pattern` is required. See full documentation of [Events and Event Patterns in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) for details. **Note**: The event pattern size is 2048 by default but it is adjustable up to 4096 characters by submitting a service quota increase request. See [Amazon EventBridge quotas](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-quota.html) for details. - :param pulumi.Input[bool] is_enabled: Whether the rule should be enabled (defaults to `true`). + :param pulumi.Input[bool] is_enabled: Whether the rule should be enabled. + Defaults to `true`. + Conflicts with `state`. :param pulumi.Input[str] name: The name of the rule. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`. :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. **Note**: Due to the length of the generated suffix, must be 38 characters or less. :param pulumi.Input[str] role_arn: The Amazon Resource Name (ARN) associated with the role that is used for target invocation. :param pulumi.Input[str] schedule_expression: The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `schedule_expression` or `event_pattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). + :param pulumi.Input[str] state: State of the rule. + Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + Defaults to `ENABLED`. + Conflicts with `is_enabled`. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block. """ @@ -577,6 +669,7 @@ def get(resource_name: str, __props__.__dict__["name_prefix"] = name_prefix __props__.__dict__["role_arn"] = role_arn __props__.__dict__["schedule_expression"] = schedule_expression + __props__.__dict__["state"] = state __props__.__dict__["tags"] = tags __props__.__dict__["tags_all"] = tags_all return EventRule(resource_name, opts=opts, __props__=__props__) @@ -618,8 +711,13 @@ def event_pattern(self) -> pulumi.Output[Optional[str]]: @pulumi.getter(name="isEnabled") def is_enabled(self) -> pulumi.Output[Optional[bool]]: """ - Whether the rule should be enabled (defaults to `true`). + Whether the rule should be enabled. + Defaults to `true`. + Conflicts with `state`. """ + warnings.warn("""Use \"state\" instead""", DeprecationWarning) + pulumi.log.warn("""is_enabled is deprecated: Use \"state\" instead""") + return pulumi.get(self, "is_enabled") @property @@ -654,6 +752,19 @@ def schedule_expression(self) -> pulumi.Output[Optional[str]]: """ return pulumi.get(self, "schedule_expression") + @property + @pulumi.getter + def state(self) -> pulumi.Output[Optional[str]]: + """ + State of the rule. + Valid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + When state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail. + To also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`. + Defaults to `ENABLED`. + Conflicts with `is_enabled`. + """ + return pulumi.get(self, "state") + @property @pulumi.getter def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]: diff --git a/sdk/python/pulumi_aws/dms/replication_config.py b/sdk/python/pulumi_aws/dms/replication_config.py index bbd0717497a..c43c79749ee 100644 --- a/sdk/python/pulumi_aws/dms/replication_config.py +++ b/sdk/python/pulumi_aws/dms/replication_config.py @@ -448,7 +448,7 @@ def __init__(__self__, source_endpoint_arn=aws_dms_endpoint["source"]["endpoint_arn"], target_endpoint_arn=aws_dms_endpoint["target"]["endpoint_arn"], table_mappings=\"\"\" { - "rules":[{"rule-type":"selection","rule-id":"1","rule-name":"1","object-locator":{"schema-name":"%%","table-name":"%%", "rule-action":"include"}] + "rules":[{"rule-type":"selection","rule-id":"1","rule-name":"1","rule-action":"include","object-locator":{"schema-name":"%%","table-name":"%%"}}] } \"\"\", start_replication=True, @@ -506,7 +506,7 @@ def __init__(__self__, source_endpoint_arn=aws_dms_endpoint["source"]["endpoint_arn"], target_endpoint_arn=aws_dms_endpoint["target"]["endpoint_arn"], table_mappings=\"\"\" { - "rules":[{"rule-type":"selection","rule-id":"1","rule-name":"1","object-locator":{"schema-name":"%%","table-name":"%%", "rule-action":"include"}] + "rules":[{"rule-type":"selection","rule-id":"1","rule-name":"1","rule-action":"include","object-locator":{"schema-name":"%%","table-name":"%%"}}] } \"\"\", start_replication=True, diff --git a/sdk/python/pulumi_aws/dynamodb/_inputs.py b/sdk/python/pulumi_aws/dynamodb/_inputs.py index 52d62a0ef51..609a1d9045e 100644 --- a/sdk/python/pulumi_aws/dynamodb/_inputs.py +++ b/sdk/python/pulumi_aws/dynamodb/_inputs.py @@ -208,10 +208,15 @@ def __init__(__self__, *, input_compression_type: Optional[pulumi.Input[str]] = None, input_format_options: Optional[pulumi.Input['TableImportTableInputFormatOptionsArgs']] = None): """ - :param pulumi.Input[str] input_format: The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. - :param pulumi.Input['TableImportTableS3BucketSourceArgs'] s3_bucket_source: Values for the S3 bucket the source file is imported from. See below. - :param pulumi.Input[str] input_compression_type: Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. - :param pulumi.Input['TableImportTableInputFormatOptionsArgs'] input_format_options: Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + :param pulumi.Input[str] input_format: The format of the source data. + Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. + :param pulumi.Input['TableImportTableS3BucketSourceArgs'] s3_bucket_source: Values for the S3 bucket the source file is imported from. + See below. + :param pulumi.Input[str] input_compression_type: Type of compression to be used on the input coming from the imported table. + Valid values are `GZIP`, `ZSTD` and `NONE`. + :param pulumi.Input['TableImportTableInputFormatOptionsArgs'] input_format_options: Describe the format options for the data that was imported into the target table. + There is one value, `csv`. + See below. """ pulumi.set(__self__, "input_format", input_format) pulumi.set(__self__, "s3_bucket_source", s3_bucket_source) @@ -224,7 +229,8 @@ def __init__(__self__, *, @pulumi.getter(name="inputFormat") def input_format(self) -> pulumi.Input[str]: """ - The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + The format of the source data. + Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. """ return pulumi.get(self, "input_format") @@ -236,7 +242,8 @@ def input_format(self, value: pulumi.Input[str]): @pulumi.getter(name="s3BucketSource") def s3_bucket_source(self) -> pulumi.Input['TableImportTableS3BucketSourceArgs']: """ - Values for the S3 bucket the source file is imported from. See below. + Values for the S3 bucket the source file is imported from. + See below. """ return pulumi.get(self, "s3_bucket_source") @@ -248,7 +255,8 @@ def s3_bucket_source(self, value: pulumi.Input['TableImportTableS3BucketSourceAr @pulumi.getter(name="inputCompressionType") def input_compression_type(self) -> Optional[pulumi.Input[str]]: """ - Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + Type of compression to be used on the input coming from the imported table. + Valid values are `GZIP`, `ZSTD` and `NONE`. """ return pulumi.get(self, "input_compression_type") @@ -260,7 +268,9 @@ def input_compression_type(self, value: Optional[pulumi.Input[str]]): @pulumi.getter(name="inputFormatOptions") def input_format_options(self) -> Optional[pulumi.Input['TableImportTableInputFormatOptionsArgs']]: """ - Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + Describe the format options for the data that was imported into the target table. + There is one value, `csv`. + See below. """ return pulumi.get(self, "input_format_options") diff --git a/sdk/python/pulumi_aws/dynamodb/outputs.py b/sdk/python/pulumi_aws/dynamodb/outputs.py index a3a1193397a..113a373ee52 100644 --- a/sdk/python/pulumi_aws/dynamodb/outputs.py +++ b/sdk/python/pulumi_aws/dynamodb/outputs.py @@ -242,10 +242,15 @@ def __init__(__self__, *, input_compression_type: Optional[str] = None, input_format_options: Optional['outputs.TableImportTableInputFormatOptions'] = None): """ - :param str input_format: The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. - :param 'TableImportTableS3BucketSourceArgs' s3_bucket_source: Values for the S3 bucket the source file is imported from. See below. - :param str input_compression_type: Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. - :param 'TableImportTableInputFormatOptionsArgs' input_format_options: Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + :param str input_format: The format of the source data. + Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. + :param 'TableImportTableS3BucketSourceArgs' s3_bucket_source: Values for the S3 bucket the source file is imported from. + See below. + :param str input_compression_type: Type of compression to be used on the input coming from the imported table. + Valid values are `GZIP`, `ZSTD` and `NONE`. + :param 'TableImportTableInputFormatOptionsArgs' input_format_options: Describe the format options for the data that was imported into the target table. + There is one value, `csv`. + See below. """ pulumi.set(__self__, "input_format", input_format) pulumi.set(__self__, "s3_bucket_source", s3_bucket_source) @@ -258,7 +263,8 @@ def __init__(__self__, *, @pulumi.getter(name="inputFormat") def input_format(self) -> str: """ - The format of the source data. Valid values are `CSV`, `DYNAMODB_JSON` and `ION`. + The format of the source data. + Valid values are `CSV`, `DYNAMODB_JSON`, and `ION`. """ return pulumi.get(self, "input_format") @@ -266,7 +272,8 @@ def input_format(self) -> str: @pulumi.getter(name="s3BucketSource") def s3_bucket_source(self) -> 'outputs.TableImportTableS3BucketSource': """ - Values for the S3 bucket the source file is imported from. See below. + Values for the S3 bucket the source file is imported from. + See below. """ return pulumi.get(self, "s3_bucket_source") @@ -274,7 +281,8 @@ def s3_bucket_source(self) -> 'outputs.TableImportTableS3BucketSource': @pulumi.getter(name="inputCompressionType") def input_compression_type(self) -> Optional[str]: """ - Type of compression to be used on the input coming from the imported table. Valid values are `GZIP`, `ZSTD` and `NONE`. + Type of compression to be used on the input coming from the imported table. + Valid values are `GZIP`, `ZSTD` and `NONE`. """ return pulumi.get(self, "input_compression_type") @@ -282,7 +290,9 @@ def input_compression_type(self) -> Optional[str]: @pulumi.getter(name="inputFormatOptions") def input_format_options(self) -> Optional['outputs.TableImportTableInputFormatOptions']: """ - Describe the format options for the data that was imported into the target table. There is one value, `csv`. See below. + Describe the format options for the data that was imported into the target table. + There is one value, `csv`. + See below. """ return pulumi.get(self, "input_format_options") diff --git a/sdk/python/pulumi_aws/elasticache/replication_group.py b/sdk/python/pulumi_aws/elasticache/replication_group.py index c6ac55fcfd5..ce884dec7b0 100644 --- a/sdk/python/pulumi_aws/elasticache/replication_group.py +++ b/sdk/python/pulumi_aws/elasticache/replication_group.py @@ -19,6 +19,7 @@ def __init__(__self__, *, apply_immediately: Optional[pulumi.Input[bool]] = None, at_rest_encryption_enabled: Optional[pulumi.Input[bool]] = None, auth_token: Optional[pulumi.Input[str]] = None, + auth_token_update_strategy: Optional[pulumi.Input[str]] = None, auto_minor_version_upgrade: Optional[pulumi.Input[bool]] = None, automatic_failover_enabled: Optional[pulumi.Input[bool]] = None, data_tiering_enabled: Optional[pulumi.Input[bool]] = None, @@ -57,6 +58,7 @@ def __init__(__self__, *, :param pulumi.Input[bool] apply_immediately: Specifies whether any modifications are applied immediately, or during the next maintenance window. Default is `false`. :param pulumi.Input[bool] at_rest_encryption_enabled: Whether to enable encryption at rest. :param pulumi.Input[str] auth_token: Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`. + :param pulumi.Input[str] auth_token_update_strategy: Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. :param pulumi.Input[bool] auto_minor_version_upgrade: Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. Only supported for engine type `"redis"` and if the engine version is 6 or higher. Defaults to `true`. @@ -109,6 +111,8 @@ def __init__(__self__, *, pulumi.set(__self__, "at_rest_encryption_enabled", at_rest_encryption_enabled) if auth_token is not None: pulumi.set(__self__, "auth_token", auth_token) + if auth_token_update_strategy is not None: + pulumi.set(__self__, "auth_token_update_strategy", auth_token_update_strategy) if auto_minor_version_upgrade is not None: pulumi.set(__self__, "auto_minor_version_upgrade", auto_minor_version_upgrade) if automatic_failover_enabled is not None: @@ -212,6 +216,18 @@ def auth_token(self) -> Optional[pulumi.Input[str]]: def auth_token(self, value: Optional[pulumi.Input[str]]): pulumi.set(self, "auth_token", value) + @property + @pulumi.getter(name="authTokenUpdateStrategy") + def auth_token_update_strategy(self) -> Optional[pulumi.Input[str]]: + """ + Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + """ + return pulumi.get(self, "auth_token_update_strategy") + + @auth_token_update_strategy.setter + def auth_token_update_strategy(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "auth_token_update_strategy", value) + @property @pulumi.getter(name="autoMinorVersionUpgrade") def auto_minor_version_upgrade(self) -> Optional[pulumi.Input[bool]]: @@ -628,6 +644,7 @@ def __init__(__self__, *, arn: Optional[pulumi.Input[str]] = None, at_rest_encryption_enabled: Optional[pulumi.Input[bool]] = None, auth_token: Optional[pulumi.Input[str]] = None, + auth_token_update_strategy: Optional[pulumi.Input[str]] = None, auto_minor_version_upgrade: Optional[pulumi.Input[bool]] = None, automatic_failover_enabled: Optional[pulumi.Input[bool]] = None, cluster_enabled: Optional[pulumi.Input[bool]] = None, @@ -674,6 +691,7 @@ def __init__(__self__, *, :param pulumi.Input[str] arn: ARN of the created ElastiCache Replication Group. :param pulumi.Input[bool] at_rest_encryption_enabled: Whether to enable encryption at rest. :param pulumi.Input[str] auth_token: Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`. + :param pulumi.Input[str] auth_token_update_strategy: Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. :param pulumi.Input[bool] auto_minor_version_upgrade: Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. Only supported for engine type `"redis"` and if the engine version is 6 or higher. Defaults to `true`. @@ -735,6 +753,8 @@ def __init__(__self__, *, pulumi.set(__self__, "at_rest_encryption_enabled", at_rest_encryption_enabled) if auth_token is not None: pulumi.set(__self__, "auth_token", auth_token) + if auth_token_update_strategy is not None: + pulumi.set(__self__, "auth_token_update_strategy", auth_token_update_strategy) if auto_minor_version_upgrade is not None: pulumi.set(__self__, "auto_minor_version_upgrade", auto_minor_version_upgrade) if automatic_failover_enabled is not None: @@ -867,6 +887,18 @@ def auth_token(self) -> Optional[pulumi.Input[str]]: def auth_token(self, value: Optional[pulumi.Input[str]]): pulumi.set(self, "auth_token", value) + @property + @pulumi.getter(name="authTokenUpdateStrategy") + def auth_token_update_strategy(self) -> Optional[pulumi.Input[str]]: + """ + Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + """ + return pulumi.get(self, "auth_token_update_strategy") + + @auth_token_update_strategy.setter + def auth_token_update_strategy(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "auth_token_update_strategy", value) + @property @pulumi.getter(name="autoMinorVersionUpgrade") def auto_minor_version_upgrade(self) -> Optional[pulumi.Input[bool]]: @@ -1371,6 +1403,7 @@ def __init__(__self__, apply_immediately: Optional[pulumi.Input[bool]] = None, at_rest_encryption_enabled: Optional[pulumi.Input[bool]] = None, auth_token: Optional[pulumi.Input[str]] = None, + auth_token_update_strategy: Optional[pulumi.Input[str]] = None, auto_minor_version_upgrade: Optional[pulumi.Input[bool]] = None, automatic_failover_enabled: Optional[pulumi.Input[bool]] = None, data_tiering_enabled: Optional[pulumi.Input[bool]] = None, @@ -1549,6 +1582,27 @@ def __init__(__self__, global_replication_group_id=example.global_replication_group_id, num_cache_clusters=1) ``` + ### Redis AUTH and In-Transit Encryption Enabled + + ```python + import pulumi + import pulumi_aws as aws + + example = aws.elasticache.ReplicationGroup("example", + description="example with authentication", + node_type="cache.t2.micro", + num_cache_clusters=1, + port=6379, + subnet_group_name=aws_elasticache_subnet_group["example"]["name"], + security_group_ids=[aws_security_group["example"]["id"]], + parameter_group_name="default.redis5.0", + engine_version="5.0.6", + transit_encryption_enabled=True, + auth_token="abcdefgh1234567890", + auth_token_update_strategy="ROTATE") + ``` + + > When adding a new `auth_token` to a previously passwordless replication group, using the `ROTATE` update strategy will result in support for **both** the new token and passwordless authentication. To immediately require authorization when adding the initial token, use the `SET` strategy instead. See the [Authenticating with the Redis AUTH command](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html) guide for additional details. ## Import @@ -1563,6 +1617,7 @@ def __init__(__self__, :param pulumi.Input[bool] apply_immediately: Specifies whether any modifications are applied immediately, or during the next maintenance window. Default is `false`. :param pulumi.Input[bool] at_rest_encryption_enabled: Whether to enable encryption at rest. :param pulumi.Input[str] auth_token: Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`. + :param pulumi.Input[str] auth_token_update_strategy: Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. :param pulumi.Input[bool] auto_minor_version_upgrade: Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. Only supported for engine type `"redis"` and if the engine version is 6 or higher. Defaults to `true`. @@ -1759,6 +1814,27 @@ def __init__(__self__, global_replication_group_id=example.global_replication_group_id, num_cache_clusters=1) ``` + ### Redis AUTH and In-Transit Encryption Enabled + + ```python + import pulumi + import pulumi_aws as aws + + example = aws.elasticache.ReplicationGroup("example", + description="example with authentication", + node_type="cache.t2.micro", + num_cache_clusters=1, + port=6379, + subnet_group_name=aws_elasticache_subnet_group["example"]["name"], + security_group_ids=[aws_security_group["example"]["id"]], + parameter_group_name="default.redis5.0", + engine_version="5.0.6", + transit_encryption_enabled=True, + auth_token="abcdefgh1234567890", + auth_token_update_strategy="ROTATE") + ``` + + > When adding a new `auth_token` to a previously passwordless replication group, using the `ROTATE` update strategy will result in support for **both** the new token and passwordless authentication. To immediately require authorization when adding the initial token, use the `SET` strategy instead. See the [Authenticating with the Redis AUTH command](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html) guide for additional details. ## Import @@ -1786,6 +1862,7 @@ def _internal_init(__self__, apply_immediately: Optional[pulumi.Input[bool]] = None, at_rest_encryption_enabled: Optional[pulumi.Input[bool]] = None, auth_token: Optional[pulumi.Input[str]] = None, + auth_token_update_strategy: Optional[pulumi.Input[str]] = None, auto_minor_version_upgrade: Optional[pulumi.Input[bool]] = None, automatic_failover_enabled: Optional[pulumi.Input[bool]] = None, data_tiering_enabled: Optional[pulumi.Input[bool]] = None, @@ -1831,6 +1908,7 @@ def _internal_init(__self__, __props__.__dict__["apply_immediately"] = apply_immediately __props__.__dict__["at_rest_encryption_enabled"] = at_rest_encryption_enabled __props__.__dict__["auth_token"] = None if auth_token is None else pulumi.Output.secret(auth_token) + __props__.__dict__["auth_token_update_strategy"] = auth_token_update_strategy __props__.__dict__["auto_minor_version_upgrade"] = auto_minor_version_upgrade __props__.__dict__["automatic_failover_enabled"] = automatic_failover_enabled __props__.__dict__["data_tiering_enabled"] = data_tiering_enabled @@ -1888,6 +1966,7 @@ def get(resource_name: str, arn: Optional[pulumi.Input[str]] = None, at_rest_encryption_enabled: Optional[pulumi.Input[bool]] = None, auth_token: Optional[pulumi.Input[str]] = None, + auth_token_update_strategy: Optional[pulumi.Input[str]] = None, auto_minor_version_upgrade: Optional[pulumi.Input[bool]] = None, automatic_failover_enabled: Optional[pulumi.Input[bool]] = None, cluster_enabled: Optional[pulumi.Input[bool]] = None, @@ -1939,6 +2018,7 @@ def get(resource_name: str, :param pulumi.Input[str] arn: ARN of the created ElastiCache Replication Group. :param pulumi.Input[bool] at_rest_encryption_enabled: Whether to enable encryption at rest. :param pulumi.Input[str] auth_token: Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`. + :param pulumi.Input[str] auth_token_update_strategy: Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. :param pulumi.Input[bool] auto_minor_version_upgrade: Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. Only supported for engine type `"redis"` and if the engine version is 6 or higher. Defaults to `true`. @@ -2000,6 +2080,7 @@ def get(resource_name: str, __props__.__dict__["arn"] = arn __props__.__dict__["at_rest_encryption_enabled"] = at_rest_encryption_enabled __props__.__dict__["auth_token"] = auth_token + __props__.__dict__["auth_token_update_strategy"] = auth_token_update_strategy __props__.__dict__["auto_minor_version_upgrade"] = auto_minor_version_upgrade __props__.__dict__["automatic_failover_enabled"] = automatic_failover_enabled __props__.__dict__["cluster_enabled"] = cluster_enabled @@ -2074,6 +2155,14 @@ def auth_token(self) -> pulumi.Output[Optional[str]]: """ return pulumi.get(self, "auth_token") + @property + @pulumi.getter(name="authTokenUpdateStrategy") + def auth_token_update_strategy(self) -> pulumi.Output[Optional[str]]: + """ + Strategy to use when updating the `auth_token`. Can be specified only if `transit_encryption_enabled = true`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`. + """ + return pulumi.get(self, "auth_token_update_strategy") + @property @pulumi.getter(name="autoMinorVersionUpgrade") def auto_minor_version_upgrade(self) -> pulumi.Output[bool]: diff --git a/sdk/python/pulumi_aws/emr/__init__.py b/sdk/python/pulumi_aws/emr/__init__.py index 1f137758210..082161f1cb8 100644 --- a/sdk/python/pulumi_aws/emr/__init__.py +++ b/sdk/python/pulumi_aws/emr/__init__.py @@ -8,6 +8,7 @@ from .block_public_access_configuration import * from .cluster import * from .get_release_labels import * +from .get_supported_instance_types import * from .instance_fleet import * from .instance_group import * from .managed_scaling_policy import * diff --git a/sdk/python/pulumi_aws/emr/_inputs.py b/sdk/python/pulumi_aws/emr/_inputs.py index 3d6fdce6c9e..2b4be6787ee 100644 --- a/sdk/python/pulumi_aws/emr/_inputs.py +++ b/sdk/python/pulumi_aws/emr/_inputs.py @@ -45,6 +45,7 @@ 'InstanceGroupEbsConfigArgs', 'ManagedScalingPolicyComputeLimitArgs', 'GetReleaseLabelsFiltersArgs', + 'GetSupportedInstanceTypesSupportedInstanceTypeArgs', ] @pulumi.input_type @@ -2412,3 +2413,175 @@ def prefix(self, value: Optional[str]): pulumi.set(self, "prefix", value) +@pulumi.input_type +class GetSupportedInstanceTypesSupportedInstanceTypeArgs: + def __init__(__self__, *, + architecture: str, + ebs_optimized_available: bool, + ebs_optimized_by_default: bool, + ebs_storage_only: bool, + instance_family_id: str, + is64_bits_only: bool, + memory_gb: float, + number_of_disks: int, + storage_gb: int, + type: str, + vcpu: int): + """ + :param str architecture: CPU architecture. + :param bool ebs_optimized_available: Indicates whether the instance type supports Amazon EBS optimization. + :param bool ebs_optimized_by_default: Indicates whether the instance type uses Amazon EBS optimization by default. + :param bool ebs_storage_only: Indicates whether the instance type only supports Amazon EBS. + :param str instance_family_id: The Amazon EC2 family and generation for the instance type. + :param bool is64_bits_only: Indicates whether the instance type only supports 64-bit architecture. + :param float memory_gb: Memory that is available to Amazon EMR from the instance type. + :param int number_of_disks: Number of disks for the instance type. + :param int storage_gb: Storage capacity of the instance type. + :param str type: Amazon EC2 instance type. For example, `m5.xlarge`. + :param int vcpu: The number of vCPUs available for the instance type. + """ + pulumi.set(__self__, "architecture", architecture) + pulumi.set(__self__, "ebs_optimized_available", ebs_optimized_available) + pulumi.set(__self__, "ebs_optimized_by_default", ebs_optimized_by_default) + pulumi.set(__self__, "ebs_storage_only", ebs_storage_only) + pulumi.set(__self__, "instance_family_id", instance_family_id) + pulumi.set(__self__, "is64_bits_only", is64_bits_only) + pulumi.set(__self__, "memory_gb", memory_gb) + pulumi.set(__self__, "number_of_disks", number_of_disks) + pulumi.set(__self__, "storage_gb", storage_gb) + pulumi.set(__self__, "type", type) + pulumi.set(__self__, "vcpu", vcpu) + + @property + @pulumi.getter + def architecture(self) -> str: + """ + CPU architecture. + """ + return pulumi.get(self, "architecture") + + @architecture.setter + def architecture(self, value: str): + pulumi.set(self, "architecture", value) + + @property + @pulumi.getter(name="ebsOptimizedAvailable") + def ebs_optimized_available(self) -> bool: + """ + Indicates whether the instance type supports Amazon EBS optimization. + """ + return pulumi.get(self, "ebs_optimized_available") + + @ebs_optimized_available.setter + def ebs_optimized_available(self, value: bool): + pulumi.set(self, "ebs_optimized_available", value) + + @property + @pulumi.getter(name="ebsOptimizedByDefault") + def ebs_optimized_by_default(self) -> bool: + """ + Indicates whether the instance type uses Amazon EBS optimization by default. + """ + return pulumi.get(self, "ebs_optimized_by_default") + + @ebs_optimized_by_default.setter + def ebs_optimized_by_default(self, value: bool): + pulumi.set(self, "ebs_optimized_by_default", value) + + @property + @pulumi.getter(name="ebsStorageOnly") + def ebs_storage_only(self) -> bool: + """ + Indicates whether the instance type only supports Amazon EBS. + """ + return pulumi.get(self, "ebs_storage_only") + + @ebs_storage_only.setter + def ebs_storage_only(self, value: bool): + pulumi.set(self, "ebs_storage_only", value) + + @property + @pulumi.getter(name="instanceFamilyId") + def instance_family_id(self) -> str: + """ + The Amazon EC2 family and generation for the instance type. + """ + return pulumi.get(self, "instance_family_id") + + @instance_family_id.setter + def instance_family_id(self, value: str): + pulumi.set(self, "instance_family_id", value) + + @property + @pulumi.getter(name="is64BitsOnly") + def is64_bits_only(self) -> bool: + """ + Indicates whether the instance type only supports 64-bit architecture. + """ + return pulumi.get(self, "is64_bits_only") + + @is64_bits_only.setter + def is64_bits_only(self, value: bool): + pulumi.set(self, "is64_bits_only", value) + + @property + @pulumi.getter(name="memoryGb") + def memory_gb(self) -> float: + """ + Memory that is available to Amazon EMR from the instance type. + """ + return pulumi.get(self, "memory_gb") + + @memory_gb.setter + def memory_gb(self, value: float): + pulumi.set(self, "memory_gb", value) + + @property + @pulumi.getter(name="numberOfDisks") + def number_of_disks(self) -> int: + """ + Number of disks for the instance type. + """ + return pulumi.get(self, "number_of_disks") + + @number_of_disks.setter + def number_of_disks(self, value: int): + pulumi.set(self, "number_of_disks", value) + + @property + @pulumi.getter(name="storageGb") + def storage_gb(self) -> int: + """ + Storage capacity of the instance type. + """ + return pulumi.get(self, "storage_gb") + + @storage_gb.setter + def storage_gb(self, value: int): + pulumi.set(self, "storage_gb", value) + + @property + @pulumi.getter + def type(self) -> str: + """ + Amazon EC2 instance type. For example, `m5.xlarge`. + """ + return pulumi.get(self, "type") + + @type.setter + def type(self, value: str): + pulumi.set(self, "type", value) + + @property + @pulumi.getter + def vcpu(self) -> int: + """ + The number of vCPUs available for the instance type. + """ + return pulumi.get(self, "vcpu") + + @vcpu.setter + def vcpu(self, value: int): + pulumi.set(self, "vcpu", value) + + diff --git a/sdk/python/pulumi_aws/emr/get_supported_instance_types.py b/sdk/python/pulumi_aws/emr/get_supported_instance_types.py new file mode 100644 index 00000000000..a926cc6041c --- /dev/null +++ b/sdk/python/pulumi_aws/emr/get_supported_instance_types.py @@ -0,0 +1,120 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from .. import _utilities +from . import outputs +from ._inputs import * + +__all__ = [ + 'GetSupportedInstanceTypesResult', + 'AwaitableGetSupportedInstanceTypesResult', + 'get_supported_instance_types', + 'get_supported_instance_types_output', +] + +@pulumi.output_type +class GetSupportedInstanceTypesResult: + """ + A collection of values returned by getSupportedInstanceTypes. + """ + def __init__(__self__, id=None, release_label=None, supported_instance_types=None): + if id and not isinstance(id, str): + raise TypeError("Expected argument 'id' to be a str") + pulumi.set(__self__, "id", id) + if release_label and not isinstance(release_label, str): + raise TypeError("Expected argument 'release_label' to be a str") + pulumi.set(__self__, "release_label", release_label) + if supported_instance_types and not isinstance(supported_instance_types, list): + raise TypeError("Expected argument 'supported_instance_types' to be a list") + pulumi.set(__self__, "supported_instance_types", supported_instance_types) + + @property + @pulumi.getter + def id(self) -> str: + return pulumi.get(self, "id") + + @property + @pulumi.getter(name="releaseLabel") + def release_label(self) -> str: + return pulumi.get(self, "release_label") + + @property + @pulumi.getter(name="supportedInstanceTypes") + def supported_instance_types(self) -> Optional[Sequence['outputs.GetSupportedInstanceTypesSupportedInstanceTypeResult']]: + """ + List of supported instance types. See `supported_instance_types` below. + """ + return pulumi.get(self, "supported_instance_types") + + +class AwaitableGetSupportedInstanceTypesResult(GetSupportedInstanceTypesResult): + # pylint: disable=using-constant-test + def __await__(self): + if False: + yield self + return GetSupportedInstanceTypesResult( + id=self.id, + release_label=self.release_label, + supported_instance_types=self.supported_instance_types) + + +def get_supported_instance_types(release_label: Optional[str] = None, + supported_instance_types: Optional[Sequence[pulumi.InputType['GetSupportedInstanceTypesSupportedInstanceTypeArgs']]] = None, + opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSupportedInstanceTypesResult: + """ + Data source for managing AWS EMR Supported Instance Types. + + ## Example Usage + ### Basic Usage + + ```python + import pulumi + import pulumi_aws as aws + + example = aws.emr.get_supported_instance_types(release_label="ebs-6.15.0") + ``` + + + :param str release_label: Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + :param Sequence[pulumi.InputType['GetSupportedInstanceTypesSupportedInstanceTypeArgs']] supported_instance_types: List of supported instance types. See `supported_instance_types` below. + """ + __args__ = dict() + __args__['releaseLabel'] = release_label + __args__['supportedInstanceTypes'] = supported_instance_types + opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts) + __ret__ = pulumi.runtime.invoke('aws:emr/getSupportedInstanceTypes:getSupportedInstanceTypes', __args__, opts=opts, typ=GetSupportedInstanceTypesResult).value + + return AwaitableGetSupportedInstanceTypesResult( + id=pulumi.get(__ret__, 'id'), + release_label=pulumi.get(__ret__, 'release_label'), + supported_instance_types=pulumi.get(__ret__, 'supported_instance_types')) + + +@_utilities.lift_output_func(get_supported_instance_types) +def get_supported_instance_types_output(release_label: Optional[pulumi.Input[str]] = None, + supported_instance_types: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetSupportedInstanceTypesSupportedInstanceTypeArgs']]]]] = None, + opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSupportedInstanceTypesResult]: + """ + Data source for managing AWS EMR Supported Instance Types. + + ## Example Usage + ### Basic Usage + + ```python + import pulumi + import pulumi_aws as aws + + example = aws.emr.get_supported_instance_types(release_label="ebs-6.15.0") + ``` + + + :param str release_label: Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). + :param Sequence[pulumi.InputType['GetSupportedInstanceTypesSupportedInstanceTypeArgs']] supported_instance_types: List of supported instance types. See `supported_instance_types` below. + """ + ... diff --git a/sdk/python/pulumi_aws/emr/outputs.py b/sdk/python/pulumi_aws/emr/outputs.py index d64d6ba957b..ed1495cc47c 100644 --- a/sdk/python/pulumi_aws/emr/outputs.py +++ b/sdk/python/pulumi_aws/emr/outputs.py @@ -46,6 +46,7 @@ 'InstanceGroupEbsConfig', 'ManagedScalingPolicyComputeLimit', 'GetReleaseLabelsFiltersResult', + 'GetSupportedInstanceTypesSupportedInstanceTypeResult', ] @pulumi.output_type @@ -2497,3 +2498,131 @@ def prefix(self) -> Optional[str]: return pulumi.get(self, "prefix") +@pulumi.output_type +class GetSupportedInstanceTypesSupportedInstanceTypeResult(dict): + def __init__(__self__, *, + architecture: str, + ebs_optimized_available: bool, + ebs_optimized_by_default: bool, + ebs_storage_only: bool, + instance_family_id: str, + is64_bits_only: bool, + memory_gb: float, + number_of_disks: int, + storage_gb: int, + type: str, + vcpu: int): + """ + :param str architecture: CPU architecture. + :param bool ebs_optimized_available: Indicates whether the instance type supports Amazon EBS optimization. + :param bool ebs_optimized_by_default: Indicates whether the instance type uses Amazon EBS optimization by default. + :param bool ebs_storage_only: Indicates whether the instance type only supports Amazon EBS. + :param str instance_family_id: The Amazon EC2 family and generation for the instance type. + :param bool is64_bits_only: Indicates whether the instance type only supports 64-bit architecture. + :param float memory_gb: Memory that is available to Amazon EMR from the instance type. + :param int number_of_disks: Number of disks for the instance type. + :param int storage_gb: Storage capacity of the instance type. + :param str type: Amazon EC2 instance type. For example, `m5.xlarge`. + :param int vcpu: The number of vCPUs available for the instance type. + """ + pulumi.set(__self__, "architecture", architecture) + pulumi.set(__self__, "ebs_optimized_available", ebs_optimized_available) + pulumi.set(__self__, "ebs_optimized_by_default", ebs_optimized_by_default) + pulumi.set(__self__, "ebs_storage_only", ebs_storage_only) + pulumi.set(__self__, "instance_family_id", instance_family_id) + pulumi.set(__self__, "is64_bits_only", is64_bits_only) + pulumi.set(__self__, "memory_gb", memory_gb) + pulumi.set(__self__, "number_of_disks", number_of_disks) + pulumi.set(__self__, "storage_gb", storage_gb) + pulumi.set(__self__, "type", type) + pulumi.set(__self__, "vcpu", vcpu) + + @property + @pulumi.getter + def architecture(self) -> str: + """ + CPU architecture. + """ + return pulumi.get(self, "architecture") + + @property + @pulumi.getter(name="ebsOptimizedAvailable") + def ebs_optimized_available(self) -> bool: + """ + Indicates whether the instance type supports Amazon EBS optimization. + """ + return pulumi.get(self, "ebs_optimized_available") + + @property + @pulumi.getter(name="ebsOptimizedByDefault") + def ebs_optimized_by_default(self) -> bool: + """ + Indicates whether the instance type uses Amazon EBS optimization by default. + """ + return pulumi.get(self, "ebs_optimized_by_default") + + @property + @pulumi.getter(name="ebsStorageOnly") + def ebs_storage_only(self) -> bool: + """ + Indicates whether the instance type only supports Amazon EBS. + """ + return pulumi.get(self, "ebs_storage_only") + + @property + @pulumi.getter(name="instanceFamilyId") + def instance_family_id(self) -> str: + """ + The Amazon EC2 family and generation for the instance type. + """ + return pulumi.get(self, "instance_family_id") + + @property + @pulumi.getter(name="is64BitsOnly") + def is64_bits_only(self) -> bool: + """ + Indicates whether the instance type only supports 64-bit architecture. + """ + return pulumi.get(self, "is64_bits_only") + + @property + @pulumi.getter(name="memoryGb") + def memory_gb(self) -> float: + """ + Memory that is available to Amazon EMR from the instance type. + """ + return pulumi.get(self, "memory_gb") + + @property + @pulumi.getter(name="numberOfDisks") + def number_of_disks(self) -> int: + """ + Number of disks for the instance type. + """ + return pulumi.get(self, "number_of_disks") + + @property + @pulumi.getter(name="storageGb") + def storage_gb(self) -> int: + """ + Storage capacity of the instance type. + """ + return pulumi.get(self, "storage_gb") + + @property + @pulumi.getter + def type(self) -> str: + """ + Amazon EC2 instance type. For example, `m5.xlarge`. + """ + return pulumi.get(self, "type") + + @property + @pulumi.getter + def vcpu(self) -> int: + """ + The number of vCPUs available for the instance type. + """ + return pulumi.get(self, "vcpu") + + diff --git a/sdk/python/pulumi_aws/glue/connection.py b/sdk/python/pulumi_aws/glue/connection.py index 2d894a5a106..e29051a1513 100644 --- a/sdk/python/pulumi_aws/glue/connection.py +++ b/sdk/python/pulumi_aws/glue/connection.py @@ -28,7 +28,7 @@ def __init__(__self__, *, The set of arguments for constructing a Connection resource. :param pulumi.Input[str] catalog_id: The ID of the Data Catalog in which to create the connection. If none is supplied, the AWS account ID is used by default. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] connection_properties: A map of key-value pairs used as parameters for this connection. - :param pulumi.Input[str] connection_type: The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + :param pulumi.Input[str] connection_type: The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. :param pulumi.Input[str] description: Description of the connection. :param pulumi.Input[Sequence[pulumi.Input[str]]] match_criterias: A list of criteria that can be used in selecting this connection. :param pulumi.Input[str] name: The name of the connection. @@ -80,7 +80,7 @@ def connection_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi @pulumi.getter(name="connectionType") def connection_type(self) -> Optional[pulumi.Input[str]]: """ - The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. """ return pulumi.get(self, "connection_type") @@ -167,7 +167,7 @@ def __init__(__self__, *, :param pulumi.Input[str] arn: The ARN of the Glue Connection. :param pulumi.Input[str] catalog_id: The ID of the Data Catalog in which to create the connection. If none is supplied, the AWS account ID is used by default. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] connection_properties: A map of key-value pairs used as parameters for this connection. - :param pulumi.Input[str] connection_type: The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + :param pulumi.Input[str] connection_type: The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. :param pulumi.Input[str] description: Description of the connection. :param pulumi.Input[Sequence[pulumi.Input[str]]] match_criterias: A list of criteria that can be used in selecting this connection. :param pulumi.Input[str] name: The name of the connection. @@ -239,7 +239,7 @@ def connection_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi @pulumi.getter(name="connectionType") def connection_type(self) -> Optional[pulumi.Input[str]]: """ - The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. """ return pulumi.get(self, "connection_type") @@ -386,7 +386,7 @@ def __init__(__self__, :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] catalog_id: The ID of the Data Catalog in which to create the connection. If none is supplied, the AWS account ID is used by default. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] connection_properties: A map of key-value pairs used as parameters for this connection. - :param pulumi.Input[str] connection_type: The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + :param pulumi.Input[str] connection_type: The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. :param pulumi.Input[str] description: Description of the connection. :param pulumi.Input[Sequence[pulumi.Input[str]]] match_criterias: A list of criteria that can be used in selecting this connection. :param pulumi.Input[str] name: The name of the connection. @@ -518,7 +518,7 @@ def get(resource_name: str, :param pulumi.Input[str] arn: The ARN of the Glue Connection. :param pulumi.Input[str] catalog_id: The ID of the Data Catalog in which to create the connection. If none is supplied, the AWS account ID is used by default. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] connection_properties: A map of key-value pairs used as parameters for this connection. - :param pulumi.Input[str] connection_type: The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + :param pulumi.Input[str] connection_type: The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. :param pulumi.Input[str] description: Description of the connection. :param pulumi.Input[Sequence[pulumi.Input[str]]] match_criterias: A list of criteria that can be used in selecting this connection. :param pulumi.Input[str] name: The name of the connection. @@ -570,7 +570,7 @@ def connection_properties(self) -> pulumi.Output[Optional[Mapping[str, str]]]: @pulumi.getter(name="connectionType") def connection_type(self) -> pulumi.Output[Optional[str]]: """ - The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JBDC`. + The type of the connection. Supported are: `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, and `NETWORK`. Defaults to `JDBC`. """ return pulumi.get(self, "connection_type") diff --git a/sdk/python/pulumi_aws/glue/crawler.py b/sdk/python/pulumi_aws/glue/crawler.py index 4aeee1320a8..9548b38a759 100644 --- a/sdk/python/pulumi_aws/glue/crawler.py +++ b/sdk/python/pulumi_aws/glue/crawler.py @@ -50,7 +50,7 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input['CrawlerDynamodbTargetArgs']]] dynamodb_targets: List of nested DynamoDB target arguments. See Dynamodb Target below. :param pulumi.Input[Sequence[pulumi.Input['CrawlerHudiTargetArgs']]] hudi_targets: List of nested Hudi target arguments. See Iceberg Target below. :param pulumi.Input[Sequence[pulumi.Input['CrawlerIcebergTargetArgs']]] iceberg_targets: List of nested Iceberg target arguments. See Iceberg Target below. - :param pulumi.Input[Sequence[pulumi.Input['CrawlerJdbcTargetArgs']]] jdbc_targets: List of nested JBDC target arguments. See JDBC Target below. + :param pulumi.Input[Sequence[pulumi.Input['CrawlerJdbcTargetArgs']]] jdbc_targets: List of nested JDBC target arguments. See JDBC Target below. :param pulumi.Input['CrawlerLakeFormationConfigurationArgs'] lake_formation_configuration: Specifies Lake Formation configuration settings for the crawler. See Lake Formation Configuration below. :param pulumi.Input['CrawlerLineageConfigurationArgs'] lineage_configuration: Specifies data lineage configuration settings for the crawler. See Lineage Configuration below. :param pulumi.Input[Sequence[pulumi.Input['CrawlerMongodbTargetArgs']]] mongodb_targets: List of nested MongoDB target arguments. See MongoDB Target below. @@ -230,7 +230,7 @@ def iceberg_targets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['Cr @pulumi.getter(name="jdbcTargets") def jdbc_targets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CrawlerJdbcTargetArgs']]]]: """ - List of nested JBDC target arguments. See JDBC Target below. + List of nested JDBC target arguments. See JDBC Target below. """ return pulumi.get(self, "jdbc_targets") @@ -410,7 +410,7 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input['CrawlerDynamodbTargetArgs']]] dynamodb_targets: List of nested DynamoDB target arguments. See Dynamodb Target below. :param pulumi.Input[Sequence[pulumi.Input['CrawlerHudiTargetArgs']]] hudi_targets: List of nested Hudi target arguments. See Iceberg Target below. :param pulumi.Input[Sequence[pulumi.Input['CrawlerIcebergTargetArgs']]] iceberg_targets: List of nested Iceberg target arguments. See Iceberg Target below. - :param pulumi.Input[Sequence[pulumi.Input['CrawlerJdbcTargetArgs']]] jdbc_targets: List of nested JBDC target arguments. See JDBC Target below. + :param pulumi.Input[Sequence[pulumi.Input['CrawlerJdbcTargetArgs']]] jdbc_targets: List of nested JDBC target arguments. See JDBC Target below. :param pulumi.Input['CrawlerLakeFormationConfigurationArgs'] lake_formation_configuration: Specifies Lake Formation configuration settings for the crawler. See Lake Formation Configuration below. :param pulumi.Input['CrawlerLineageConfigurationArgs'] lineage_configuration: Specifies data lineage configuration settings for the crawler. See Lineage Configuration below. :param pulumi.Input[Sequence[pulumi.Input['CrawlerMongodbTargetArgs']]] mongodb_targets: List of nested MongoDB target arguments. See MongoDB Target below. @@ -601,7 +601,7 @@ def iceberg_targets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['Cr @pulumi.getter(name="jdbcTargets") def jdbc_targets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CrawlerJdbcTargetArgs']]]]: """ - List of nested JBDC target arguments. See JDBC Target below. + List of nested JDBC target arguments. See JDBC Target below. """ return pulumi.get(self, "jdbc_targets") @@ -926,7 +926,7 @@ def __init__(__self__, :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerDynamodbTargetArgs']]]] dynamodb_targets: List of nested DynamoDB target arguments. See Dynamodb Target below. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerHudiTargetArgs']]]] hudi_targets: List of nested Hudi target arguments. See Iceberg Target below. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerIcebergTargetArgs']]]] iceberg_targets: List of nested Iceberg target arguments. See Iceberg Target below. - :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerJdbcTargetArgs']]]] jdbc_targets: List of nested JBDC target arguments. See JDBC Target below. + :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerJdbcTargetArgs']]]] jdbc_targets: List of nested JDBC target arguments. See JDBC Target below. :param pulumi.Input[pulumi.InputType['CrawlerLakeFormationConfigurationArgs']] lake_formation_configuration: Specifies Lake Formation configuration settings for the crawler. See Lake Formation Configuration below. :param pulumi.Input[pulumi.InputType['CrawlerLineageConfigurationArgs']] lineage_configuration: Specifies data lineage configuration settings for the crawler. See Lineage Configuration below. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerMongodbTargetArgs']]]] mongodb_targets: List of nested MongoDB target arguments. See MongoDB Target below. @@ -1191,7 +1191,7 @@ def get(resource_name: str, :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerDynamodbTargetArgs']]]] dynamodb_targets: List of nested DynamoDB target arguments. See Dynamodb Target below. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerHudiTargetArgs']]]] hudi_targets: List of nested Hudi target arguments. See Iceberg Target below. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerIcebergTargetArgs']]]] iceberg_targets: List of nested Iceberg target arguments. See Iceberg Target below. - :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerJdbcTargetArgs']]]] jdbc_targets: List of nested JBDC target arguments. See JDBC Target below. + :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerJdbcTargetArgs']]]] jdbc_targets: List of nested JDBC target arguments. See JDBC Target below. :param pulumi.Input[pulumi.InputType['CrawlerLakeFormationConfigurationArgs']] lake_formation_configuration: Specifies Lake Formation configuration settings for the crawler. See Lake Formation Configuration below. :param pulumi.Input[pulumi.InputType['CrawlerLineageConfigurationArgs']] lineage_configuration: Specifies data lineage configuration settings for the crawler. See Lineage Configuration below. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CrawlerMongodbTargetArgs']]]] mongodb_targets: List of nested MongoDB target arguments. See MongoDB Target below. @@ -1320,7 +1320,7 @@ def iceberg_targets(self) -> pulumi.Output[Optional[Sequence['outputs.CrawlerIce @pulumi.getter(name="jdbcTargets") def jdbc_targets(self) -> pulumi.Output[Optional[Sequence['outputs.CrawlerJdbcTarget']]]: """ - List of nested JBDC target arguments. See JDBC Target below. + List of nested JDBC target arguments. See JDBC Target below. """ return pulumi.get(self, "jdbc_targets") diff --git a/sdk/python/pulumi_aws/lb/_inputs.py b/sdk/python/pulumi_aws/lb/_inputs.py index 476ae5e7044..e3e990d5000 100644 --- a/sdk/python/pulumi_aws/lb/_inputs.py +++ b/sdk/python/pulumi_aws/lb/_inputs.py @@ -1917,10 +1917,24 @@ def __init__(__self__, *, :param pulumi.Input[bool] enabled: Whether health checks are enabled. Defaults to `true`. :param pulumi.Input[int] healthy_threshold: Number of consecutive health check successes required before considering a target healthy. The range is 2-10. Defaults to 3. :param pulumi.Input[int] interval: Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30. - :param pulumi.Input[str] matcher: Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + :param pulumi.Input[str] matcher: The HTTP or gRPC codes to use when checking for a successful response from a target. + The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. :param pulumi.Input[str] path: Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. - :param pulumi.Input[str] port: The port the load balancer uses when performing health checks on targets. Default is traffic-port. - :param pulumi.Input[str] protocol: Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * For HTTP and HTTPS health checks, the default is `/`. + * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. + :param pulumi.Input[str] port: The port the load balancer uses when performing health checks on targets. + Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + Default is `traffic-port`. + :param pulumi.Input[str] protocol: Protocol the load balancer uses when performing health checks on targets. + Must be one of `TCP`, `HTTP`, or `HTTPS`. + The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + Default is `HTTP`. + Cannot be specified when the `target_type` is `lambda`. :param pulumi.Input[int] timeout: Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds. :param pulumi.Input[int] unhealthy_threshold: Number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. Defaults to 3. """ @@ -1983,7 +1997,13 @@ def interval(self, value: Optional[pulumi.Input[int]]): @pulumi.getter def matcher(self) -> Optional[pulumi.Input[str]]: """ - Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + The HTTP or gRPC codes to use when checking for a successful response from a target. + The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. """ return pulumi.get(self, "matcher") @@ -1996,6 +2016,8 @@ def matcher(self, value: Optional[pulumi.Input[str]]): def path(self) -> Optional[pulumi.Input[str]]: """ Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * For HTTP and HTTPS health checks, the default is `/`. + * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. """ return pulumi.get(self, "path") @@ -2007,7 +2029,9 @@ def path(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def port(self) -> Optional[pulumi.Input[str]]: """ - The port the load balancer uses when performing health checks on targets. Default is traffic-port. + The port the load balancer uses when performing health checks on targets. + Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + Default is `traffic-port`. """ return pulumi.get(self, "port") @@ -2019,7 +2043,11 @@ def port(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def protocol(self) -> Optional[pulumi.Input[str]]: """ - Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + Protocol the load balancer uses when performing health checks on targets. + Must be one of `TCP`, `HTTP`, or `HTTPS`. + The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + Default is `HTTP`. + Cannot be specified when the `target_type` is `lambda`. """ return pulumi.get(self, "protocol") diff --git a/sdk/python/pulumi_aws/lb/outputs.py b/sdk/python/pulumi_aws/lb/outputs.py index db3be31cf9c..2014cd1fae4 100644 --- a/sdk/python/pulumi_aws/lb/outputs.py +++ b/sdk/python/pulumi_aws/lb/outputs.py @@ -1874,10 +1874,24 @@ def __init__(__self__, *, :param bool enabled: Whether health checks are enabled. Defaults to `true`. :param int healthy_threshold: Number of consecutive health check successes required before considering a target healthy. The range is 2-10. Defaults to 3. :param int interval: Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30. - :param str matcher: Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + :param str matcher: The HTTP or gRPC codes to use when checking for a successful response from a target. + The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. :param str path: Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. - :param str port: The port the load balancer uses when performing health checks on targets. Default is traffic-port. - :param str protocol: Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + * For HTTP and HTTPS health checks, the default is `/`. + * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. + :param str port: The port the load balancer uses when performing health checks on targets. + Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + Default is `traffic-port`. + :param str protocol: Protocol the load balancer uses when performing health checks on targets. + Must be one of `TCP`, `HTTP`, or `HTTPS`. + The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + Default is `HTTP`. + Cannot be specified when the `target_type` is `lambda`. :param int timeout: Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds. :param int unhealthy_threshold: Number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. Defaults to 3. """ @@ -1928,7 +1942,13 @@ def interval(self) -> Optional[int]: @pulumi.getter def matcher(self) -> Optional[str]: """ - Response codes to use when checking for a healthy responses from a target. You can specify multiple values (for example, "200,202" for HTTP(s) or "0,12" for GRPC) or a range of values (for example, "200-299" or "0-99"). Required for HTTP/HTTPS/GRPC ALB. Only applies to Application Load Balancers (i.e., HTTP/HTTPS/GRPC) not Network Load Balancers (i.e., TCP). + The HTTP or gRPC codes to use when checking for a successful response from a target. + The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`. + Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299"). + * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`. + * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`. + * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`. + * When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`. """ return pulumi.get(self, "matcher") @@ -1937,6 +1957,8 @@ def matcher(self) -> Optional[str]: def path(self) -> Optional[str]: """ Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS. + * For HTTP and HTTPS health checks, the default is `/`. + * For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`. """ return pulumi.get(self, "path") @@ -1944,7 +1966,9 @@ def path(self) -> Optional[str]: @pulumi.getter def port(self) -> Optional[str]: """ - The port the load balancer uses when performing health checks on targets. Default is traffic-port. + The port the load balancer uses when performing health checks on targets. + Valid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`. + Default is `traffic-port`. """ return pulumi.get(self, "port") @@ -1952,7 +1976,11 @@ def port(self) -> Optional[str]: @pulumi.getter def protocol(self) -> Optional[str]: """ - Protocol the load balancer uses when performing health checks on targets. Must be either `TCP`, `HTTP`, or `HTTPS`. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. Defaults to HTTP. + Protocol the load balancer uses when performing health checks on targets. + Must be one of `TCP`, `HTTP`, or `HTTPS`. + The `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`. + Default is `HTTP`. + Cannot be specified when the `target_type` is `lambda`. """ return pulumi.get(self, "protocol") diff --git a/sdk/python/pulumi_aws/lb/target_group.py b/sdk/python/pulumi_aws/lb/target_group.py index 38bf44d967f..ce483b90d45 100644 --- a/sdk/python/pulumi_aws/lb/target_group.py +++ b/sdk/python/pulumi_aws/lb/target_group.py @@ -50,7 +50,10 @@ def __init__(__self__, *, :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters. :param pulumi.Input[int] port: Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] preserve_client_ip: Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. - :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] protocol_version: Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 :param pulumi.Input[bool] proxy_protocol_v2: Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`. :param pulumi.Input[int] slow_start: Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds. @@ -58,7 +61,9 @@ def __init__(__self__, *, :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. :param pulumi.Input[Sequence[pulumi.Input['TargetGroupTargetFailoverArgs']]] target_failovers: Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information. :param pulumi.Input[Sequence[pulumi.Input['TargetGroupTargetHealthStateArgs']]] target_health_states: Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information. - :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -248,7 +253,10 @@ def preserve_client_ip(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def protocol(self) -> Optional[pulumi.Input[str]]: """ - Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. """ return pulumi.get(self, "protocol") @@ -344,7 +352,9 @@ def target_health_states(self, value: Optional[pulumi.Input[Sequence[pulumi.Inpu @pulumi.getter(name="targetType") def target_type(self) -> Optional[pulumi.Input[str]]: """ - Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -415,7 +425,10 @@ def __init__(__self__, *, :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters. :param pulumi.Input[int] port: Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] preserve_client_ip: Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. - :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] protocol_version: Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 :param pulumi.Input[bool] proxy_protocol_v2: Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`. :param pulumi.Input[int] slow_start: Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds. @@ -424,7 +437,9 @@ def __init__(__self__, *, :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block. :param pulumi.Input[Sequence[pulumi.Input['TargetGroupTargetFailoverArgs']]] target_failovers: Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information. :param pulumi.Input[Sequence[pulumi.Input['TargetGroupTargetHealthStateArgs']]] target_health_states: Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information. - :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -647,7 +662,10 @@ def preserve_client_ip(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def protocol(self) -> Optional[pulumi.Input[str]]: """ - Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. """ return pulumi.get(self, "protocol") @@ -758,7 +776,9 @@ def target_health_states(self, value: Optional[pulumi.Input[Sequence[pulumi.Inpu @pulumi.getter(name="targetType") def target_type(self) -> Optional[pulumi.Input[str]]: """ - Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -901,7 +921,10 @@ def __init__(__self__, :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters. :param pulumi.Input[int] port: Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] preserve_client_ip: Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. - :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] protocol_version: Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 :param pulumi.Input[bool] proxy_protocol_v2: Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`. :param pulumi.Input[int] slow_start: Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds. @@ -909,7 +932,9 @@ def __init__(__self__, :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetGroupTargetFailoverArgs']]]] target_failovers: Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetGroupTargetHealthStateArgs']]]] target_health_states: Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information. - :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -1127,7 +1152,10 @@ def get(resource_name: str, :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters. :param pulumi.Input[int] port: Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] preserve_client_ip: Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information. - :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + :param pulumi.Input[str] protocol: Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. :param pulumi.Input[str] protocol_version: Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1 :param pulumi.Input[bool] proxy_protocol_v2: Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`. :param pulumi.Input[int] slow_start: Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds. @@ -1136,7 +1164,9 @@ def get(resource_name: str, :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetGroupTargetFailoverArgs']]]] target_failovers: Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetGroupTargetHealthStateArgs']]]] target_health_states: Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information. - :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + :param pulumi.Input[str] target_type: Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. @@ -1285,7 +1315,10 @@ def preserve_client_ip(self) -> pulumi.Output[str]: @pulumi.getter def protocol(self) -> pulumi.Output[Optional[str]]: """ - Protocol to use for routing traffic to the targets. Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`. + Protocol to use for routing traffic to the targets. + Should be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`. + Required when `target_type` is `instance`, `ip`, or `alb`. + Does not apply when `target_type` is `lambda`. """ return pulumi.get(self, "protocol") @@ -1360,7 +1393,9 @@ def target_health_states(self) -> pulumi.Output[Sequence['outputs.TargetGroupTar @pulumi.getter(name="targetType") def target_type(self) -> pulumi.Output[Optional[str]]: """ - Type of target that you must specify when registering targets with this target group. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. The default is `instance`. + Type of target that you must specify when registering targets with this target group. + See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values. + The default is `instance`. Note that you can't specify targets for a target group using both instance IDs and IP addresses. diff --git a/sdk/python/pulumi_aws/lex/__init__.py b/sdk/python/pulumi_aws/lex/__init__.py index ac1e7f866c5..323d03954e7 100644 --- a/sdk/python/pulumi_aws/lex/__init__.py +++ b/sdk/python/pulumi_aws/lex/__init__.py @@ -15,5 +15,6 @@ from .slot_type import * from .v2models_bot import * from .v2models_bot_locale import * +from .v2models_bot_version import * from ._inputs import * from . import outputs diff --git a/sdk/python/pulumi_aws/lex/_inputs.py b/sdk/python/pulumi_aws/lex/_inputs.py index 503783fb211..5c04f3fedcc 100644 --- a/sdk/python/pulumi_aws/lex/_inputs.py +++ b/sdk/python/pulumi_aws/lex/_inputs.py @@ -40,6 +40,8 @@ 'V2modelsBotLocaleVoiceSettingsArgs', 'V2modelsBotMemberArgs', 'V2modelsBotTimeoutsArgs', + 'V2modelsBotVersionLocaleSpecificationArgs', + 'V2modelsBotVersionTimeoutsArgs', ] @pulumi.input_type @@ -1506,6 +1508,10 @@ class V2modelsBotLocaleVoiceSettingsArgs: def __init__(__self__, *, voice_id: pulumi.Input[str], engine: Optional[pulumi.Input[str]] = None): + """ + :param pulumi.Input[str] voice_id: Identifier of the Amazon Polly voice to use. + :param pulumi.Input[str] engine: Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + """ pulumi.set(__self__, "voice_id", voice_id) if engine is not None: pulumi.set(__self__, "engine", engine) @@ -1513,6 +1519,9 @@ def __init__(__self__, *, @property @pulumi.getter(name="voiceId") def voice_id(self) -> pulumi.Input[str]: + """ + Identifier of the Amazon Polly voice to use. + """ return pulumi.get(self, "voice_id") @voice_id.setter @@ -1522,6 +1531,9 @@ def voice_id(self, value: pulumi.Input[str]): @property @pulumi.getter def engine(self) -> Optional[pulumi.Input[str]]: + """ + Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + """ return pulumi.get(self, "engine") @engine.setter @@ -1652,3 +1664,48 @@ def update(self, value: Optional[pulumi.Input[str]]): pulumi.set(self, "update", value) +@pulumi.input_type +class V2modelsBotVersionLocaleSpecificationArgs: + def __init__(__self__, *, + source_bot_version: pulumi.Input[str]): + pulumi.set(__self__, "source_bot_version", source_bot_version) + + @property + @pulumi.getter(name="sourceBotVersion") + def source_bot_version(self) -> pulumi.Input[str]: + return pulumi.get(self, "source_bot_version") + + @source_bot_version.setter + def source_bot_version(self, value: pulumi.Input[str]): + pulumi.set(self, "source_bot_version", value) + + +@pulumi.input_type +class V2modelsBotVersionTimeoutsArgs: + def __init__(__self__, *, + create: Optional[pulumi.Input[str]] = None, + delete: Optional[pulumi.Input[str]] = None): + if create is not None: + pulumi.set(__self__, "create", create) + if delete is not None: + pulumi.set(__self__, "delete", delete) + + @property + @pulumi.getter + def create(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "create") + + @create.setter + def create(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "create", value) + + @property + @pulumi.getter + def delete(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "delete") + + @delete.setter + def delete(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "delete", value) + + diff --git a/sdk/python/pulumi_aws/lex/outputs.py b/sdk/python/pulumi_aws/lex/outputs.py index 1e86f9d5e52..949c013b622 100644 --- a/sdk/python/pulumi_aws/lex/outputs.py +++ b/sdk/python/pulumi_aws/lex/outputs.py @@ -41,6 +41,8 @@ 'V2modelsBotLocaleVoiceSettings', 'V2modelsBotMember', 'V2modelsBotTimeouts', + 'V2modelsBotVersionLocaleSpecification', + 'V2modelsBotVersionTimeouts', 'GetSlotTypeEnumerationValueResult', ] @@ -1690,6 +1692,10 @@ def get(self, key: str, default = None) -> Any: def __init__(__self__, *, voice_id: str, engine: Optional[str] = None): + """ + :param str voice_id: Identifier of the Amazon Polly voice to use. + :param str engine: Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + """ pulumi.set(__self__, "voice_id", voice_id) if engine is not None: pulumi.set(__self__, "engine", engine) @@ -1697,11 +1703,17 @@ def __init__(__self__, *, @property @pulumi.getter(name="voiceId") def voice_id(self) -> str: + """ + Identifier of the Amazon Polly voice to use. + """ return pulumi.get(self, "voice_id") @property @pulumi.getter def engine(self) -> Optional[str]: + """ + Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. + """ return pulumi.get(self, "engine") @@ -1815,6 +1827,56 @@ def update(self) -> Optional[str]: return pulumi.get(self, "update") +@pulumi.output_type +class V2modelsBotVersionLocaleSpecification(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "sourceBotVersion": + suggest = "source_bot_version" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in V2modelsBotVersionLocaleSpecification. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + V2modelsBotVersionLocaleSpecification.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + V2modelsBotVersionLocaleSpecification.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + source_bot_version: str): + pulumi.set(__self__, "source_bot_version", source_bot_version) + + @property + @pulumi.getter(name="sourceBotVersion") + def source_bot_version(self) -> str: + return pulumi.get(self, "source_bot_version") + + +@pulumi.output_type +class V2modelsBotVersionTimeouts(dict): + def __init__(__self__, *, + create: Optional[str] = None, + delete: Optional[str] = None): + if create is not None: + pulumi.set(__self__, "create", create) + if delete is not None: + pulumi.set(__self__, "delete", delete) + + @property + @pulumi.getter + def create(self) -> Optional[str]: + return pulumi.get(self, "create") + + @property + @pulumi.getter + def delete(self) -> Optional[str]: + return pulumi.get(self, "delete") + + @pulumi.output_type class GetSlotTypeEnumerationValueResult(dict): def __init__(__self__, *, diff --git a/sdk/python/pulumi_aws/lex/v2models_bot.py b/sdk/python/pulumi_aws/lex/v2models_bot.py index 3bf7a219491..76413388e21 100644 --- a/sdk/python/pulumi_aws/lex/v2models_bot.py +++ b/sdk/python/pulumi_aws/lex/v2models_bot.py @@ -36,7 +36,9 @@ def __init__(__self__, *, :param pulumi.Input[str] description: Description of the bot. It appears in lists to help you identify a particular bot. :param pulumi.Input[Sequence[pulumi.Input['V2modelsBotMemberArgs']]] members: List of bot members in a network to be created. See `bot_members`. :param pulumi.Input[str] name: Name of the bot. The bot name must be unique in the account that creates the bot. Type String. Length Constraints: Minimum length of 1. Maximum length of 100. + :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: List of tags to add to the bot. You can only add tags when you create a bot. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] test_bot_alias_tags: List of tags to add to the test alias for a bot. You can only add tags when you create a bot. + :param pulumi.Input[str] type: Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. """ pulumi.set(__self__, "idle_session_ttl_in_seconds", idle_session_ttl_in_seconds) pulumi.set(__self__, "role_arn", role_arn) @@ -134,6 +136,9 @@ def name(self, value: Optional[pulumi.Input[str]]): @property @pulumi.getter def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + """ + List of tags to add to the bot. You can only add tags when you create a bot. + """ return pulumi.get(self, "tags") @tags.setter @@ -164,6 +169,9 @@ def timeouts(self, value: Optional[pulumi.Input['V2modelsBotTimeoutsArgs']]): @property @pulumi.getter def type(self) -> Optional[pulumi.Input[str]]: + """ + Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + """ return pulumi.get(self, "type") @type.setter @@ -196,7 +204,9 @@ def __init__(__self__, *, :param pulumi.Input[str] role_arn: ARN of an IAM role that has permission to access the bot. The following arguments are optional: + :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: List of tags to add to the bot. You can only add tags when you create a bot. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] test_bot_alias_tags: List of tags to add to the test alias for a bot. You can only add tags when you create a bot. + :param pulumi.Input[str] type: Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. """ if arn is not None: pulumi.set(__self__, "arn", arn) @@ -312,6 +322,9 @@ def role_arn(self, value: Optional[pulumi.Input[str]]): @property @pulumi.getter def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + """ + List of tags to add to the bot. You can only add tags when you create a bot. + """ return pulumi.get(self, "tags") @tags.setter @@ -354,6 +367,9 @@ def timeouts(self, value: Optional[pulumi.Input['V2modelsBotTimeoutsArgs']]): @property @pulumi.getter def type(self) -> Optional[pulumi.Input[str]]: + """ + Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + """ return pulumi.get(self, "type") @type.setter @@ -392,7 +408,10 @@ def __init__(__self__, child_directed="boolean", )], idle_session_ttl_in_seconds=10, - role_arn="bot_example_arn") + role_arn="bot_example_arn", + tags={ + "foo": "bar", + }) ``` ## Import @@ -413,7 +432,9 @@ def __init__(__self__, :param pulumi.Input[str] role_arn: ARN of an IAM role that has permission to access the bot. The following arguments are optional: + :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: List of tags to add to the bot. You can only add tags when you create a bot. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] test_bot_alias_tags: List of tags to add to the test alias for a bot. You can only add tags when you create a bot. + :param pulumi.Input[str] type: Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. """ ... @overload @@ -436,7 +457,10 @@ def __init__(__self__, child_directed="boolean", )], idle_session_ttl_in_seconds=10, - role_arn="bot_example_arn") + role_arn="bot_example_arn", + tags={ + "foo": "bar", + }) ``` ## Import @@ -536,7 +560,9 @@ def get(resource_name: str, :param pulumi.Input[str] role_arn: ARN of an IAM role that has permission to access the bot. The following arguments are optional: + :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: List of tags to add to the bot. You can only add tags when you create a bot. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] test_bot_alias_tags: List of tags to add to the test alias for a bot. You can only add tags when you create a bot. + :param pulumi.Input[str] type: Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. """ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) @@ -614,6 +640,9 @@ def role_arn(self) -> pulumi.Output[str]: @property @pulumi.getter def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]: + """ + List of tags to add to the bot. You can only add tags when you create a bot. + """ return pulumi.get(self, "tags") @property @@ -640,5 +669,8 @@ def timeouts(self) -> pulumi.Output[Optional['outputs.V2modelsBotTimeouts']]: @property @pulumi.getter def type(self) -> pulumi.Output[str]: + """ + Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`. + """ return pulumi.get(self, "type") diff --git a/sdk/python/pulumi_aws/lex/v2models_bot_locale.py b/sdk/python/pulumi_aws/lex/v2models_bot_locale.py index 2e170f72ed6..6c952a1125a 100644 --- a/sdk/python/pulumi_aws/lex/v2models_bot_locale.py +++ b/sdk/python/pulumi_aws/lex/v2models_bot_locale.py @@ -34,7 +34,7 @@ def __init__(__self__, *, The following arguments are optional: :param pulumi.Input[str] description: Description of the bot locale. Use this to help identify the bot locale in lists. :param pulumi.Input[str] name: Specified locale name. - :param pulumi.Input['V2modelsBotLocaleVoiceSettingsArgs'] voice_settings: Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + :param pulumi.Input['V2modelsBotLocaleVoiceSettingsArgs'] voice_settings: Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. """ pulumi.set(__self__, "bot_id", bot_id) pulumi.set(__self__, "bot_version", bot_version) @@ -136,7 +136,7 @@ def timeouts(self, value: Optional[pulumi.Input['V2modelsBotLocaleTimeoutsArgs'] @pulumi.getter(name="voiceSettings") def voice_settings(self) -> Optional[pulumi.Input['V2modelsBotLocaleVoiceSettingsArgs']]: """ - Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. """ return pulumi.get(self, "voice_settings") @@ -166,7 +166,7 @@ def __init__(__self__, *, The following arguments are optional: :param pulumi.Input[str] name: Specified locale name. - :param pulumi.Input['V2modelsBotLocaleVoiceSettingsArgs'] voice_settings: Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + :param pulumi.Input['V2modelsBotLocaleVoiceSettingsArgs'] voice_settings: Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. """ if bot_id is not None: pulumi.set(__self__, "bot_id", bot_id) @@ -272,7 +272,7 @@ def timeouts(self, value: Optional[pulumi.Input['V2modelsBotLocaleTimeoutsArgs'] @pulumi.getter(name="voiceSettings") def voice_settings(self) -> Optional[pulumi.Input['V2modelsBotLocaleVoiceSettingsArgs']]: """ - Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. """ return pulumi.get(self, "voice_settings") @@ -306,11 +306,27 @@ def __init__(__self__, import pulumi_aws as aws example = aws.lex.V2modelsBotLocale("example", - bot_id=aws_lexv2models_bot["test"]["id"], + bot_id=aws_lexv2models_bot["example"]["id"], bot_version="DRAFT", locale_id="en_US", n_lu_intent_confidence_threshold=0.7) ``` + ### Voice Settings + + ```python + import pulumi + import pulumi_aws as aws + + example = aws.lex.V2modelsBotLocale("example", + bot_id=aws_lexv2models_bot["example"]["id"], + bot_version="DRAFT", + locale_id="en_US", + n_lu_intent_confidence_threshold=0.7, + voice_settings=aws.lex.V2modelsBotLocaleVoiceSettingsArgs( + voice_id="Kendra", + engine="standard", + )) + ``` ## Import @@ -330,7 +346,7 @@ def __init__(__self__, The following arguments are optional: :param pulumi.Input[str] name: Specified locale name. - :param pulumi.Input[pulumi.InputType['V2modelsBotLocaleVoiceSettingsArgs']] voice_settings: Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + :param pulumi.Input[pulumi.InputType['V2modelsBotLocaleVoiceSettingsArgs']] voice_settings: Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. """ ... @overload @@ -349,11 +365,27 @@ def __init__(__self__, import pulumi_aws as aws example = aws.lex.V2modelsBotLocale("example", - bot_id=aws_lexv2models_bot["test"]["id"], + bot_id=aws_lexv2models_bot["example"]["id"], bot_version="DRAFT", locale_id="en_US", n_lu_intent_confidence_threshold=0.7) ``` + ### Voice Settings + + ```python + import pulumi + import pulumi_aws as aws + + example = aws.lex.V2modelsBotLocale("example", + bot_id=aws_lexv2models_bot["example"]["id"], + bot_version="DRAFT", + locale_id="en_US", + n_lu_intent_confidence_threshold=0.7, + voice_settings=aws.lex.V2modelsBotLocaleVoiceSettingsArgs( + voice_id="Kendra", + engine="standard", + )) + ``` ## Import @@ -444,7 +476,7 @@ def get(resource_name: str, The following arguments are optional: :param pulumi.Input[str] name: Specified locale name. - :param pulumi.Input[pulumi.InputType['V2modelsBotLocaleVoiceSettingsArgs']] voice_settings: Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + :param pulumi.Input[pulumi.InputType['V2modelsBotLocaleVoiceSettingsArgs']] voice_settings: Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. """ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) @@ -519,7 +551,7 @@ def timeouts(self) -> pulumi.Output[Optional['outputs.V2modelsBotLocaleTimeouts' @pulumi.getter(name="voiceSettings") def voice_settings(self) -> pulumi.Output[Optional['outputs.V2modelsBotLocaleVoiceSettings']]: """ - Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. + Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`. """ return pulumi.get(self, "voice_settings") diff --git a/sdk/python/pulumi_aws/lex/v2models_bot_version.py b/sdk/python/pulumi_aws/lex/v2models_bot_version.py new file mode 100644 index 00000000000..5224724efc4 --- /dev/null +++ b/sdk/python/pulumi_aws/lex/v2models_bot_version.py @@ -0,0 +1,318 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from .. import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['V2modelsBotVersionArgs', 'V2modelsBotVersion'] + +@pulumi.input_type +class V2modelsBotVersionArgs: + def __init__(__self__, *, + bot_id: pulumi.Input[str], + locale_specification: pulumi.Input[Mapping[str, pulumi.Input['V2modelsBotVersionLocaleSpecificationArgs']]], + bot_version: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + timeouts: Optional[pulumi.Input['V2modelsBotVersionTimeoutsArgs']] = None): + """ + The set of arguments for constructing a V2modelsBotVersion resource. + :param pulumi.Input[str] bot_id: Idientifier of the bot to create the version for. + :param pulumi.Input[str] description: A description of the version. Use the description to help identify the version in lists. + """ + pulumi.set(__self__, "bot_id", bot_id) + pulumi.set(__self__, "locale_specification", locale_specification) + if bot_version is not None: + pulumi.set(__self__, "bot_version", bot_version) + if description is not None: + pulumi.set(__self__, "description", description) + if timeouts is not None: + pulumi.set(__self__, "timeouts", timeouts) + + @property + @pulumi.getter(name="botId") + def bot_id(self) -> pulumi.Input[str]: + """ + Idientifier of the bot to create the version for. + """ + return pulumi.get(self, "bot_id") + + @bot_id.setter + def bot_id(self, value: pulumi.Input[str]): + pulumi.set(self, "bot_id", value) + + @property + @pulumi.getter(name="localeSpecification") + def locale_specification(self) -> pulumi.Input[Mapping[str, pulumi.Input['V2modelsBotVersionLocaleSpecificationArgs']]]: + return pulumi.get(self, "locale_specification") + + @locale_specification.setter + def locale_specification(self, value: pulumi.Input[Mapping[str, pulumi.Input['V2modelsBotVersionLocaleSpecificationArgs']]]): + pulumi.set(self, "locale_specification", value) + + @property + @pulumi.getter(name="botVersion") + def bot_version(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bot_version") + + @bot_version.setter + def bot_version(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bot_version", value) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + """ + A description of the version. Use the description to help identify the version in lists. + """ + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter + def timeouts(self) -> Optional[pulumi.Input['V2modelsBotVersionTimeoutsArgs']]: + return pulumi.get(self, "timeouts") + + @timeouts.setter + def timeouts(self, value: Optional[pulumi.Input['V2modelsBotVersionTimeoutsArgs']]): + pulumi.set(self, "timeouts", value) + + +@pulumi.input_type +class _V2modelsBotVersionState: + def __init__(__self__, *, + bot_id: Optional[pulumi.Input[str]] = None, + bot_version: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + locale_specification: Optional[pulumi.Input[Mapping[str, pulumi.Input['V2modelsBotVersionLocaleSpecificationArgs']]]] = None, + timeouts: Optional[pulumi.Input['V2modelsBotVersionTimeoutsArgs']] = None): + """ + Input properties used for looking up and filtering V2modelsBotVersion resources. + :param pulumi.Input[str] bot_id: Idientifier of the bot to create the version for. + :param pulumi.Input[str] description: A description of the version. Use the description to help identify the version in lists. + """ + if bot_id is not None: + pulumi.set(__self__, "bot_id", bot_id) + if bot_version is not None: + pulumi.set(__self__, "bot_version", bot_version) + if description is not None: + pulumi.set(__self__, "description", description) + if locale_specification is not None: + pulumi.set(__self__, "locale_specification", locale_specification) + if timeouts is not None: + pulumi.set(__self__, "timeouts", timeouts) + + @property + @pulumi.getter(name="botId") + def bot_id(self) -> Optional[pulumi.Input[str]]: + """ + Idientifier of the bot to create the version for. + """ + return pulumi.get(self, "bot_id") + + @bot_id.setter + def bot_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bot_id", value) + + @property + @pulumi.getter(name="botVersion") + def bot_version(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bot_version") + + @bot_version.setter + def bot_version(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bot_version", value) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + """ + A description of the version. Use the description to help identify the version in lists. + """ + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter(name="localeSpecification") + def locale_specification(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['V2modelsBotVersionLocaleSpecificationArgs']]]]: + return pulumi.get(self, "locale_specification") + + @locale_specification.setter + def locale_specification(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['V2modelsBotVersionLocaleSpecificationArgs']]]]): + pulumi.set(self, "locale_specification", value) + + @property + @pulumi.getter + def timeouts(self) -> Optional[pulumi.Input['V2modelsBotVersionTimeoutsArgs']]: + return pulumi.get(self, "timeouts") + + @timeouts.setter + def timeouts(self, value: Optional[pulumi.Input['V2modelsBotVersionTimeoutsArgs']]): + pulumi.set(self, "timeouts", value) + + +class V2modelsBotVersion(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + bot_id: Optional[pulumi.Input[str]] = None, + bot_version: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + locale_specification: Optional[pulumi.Input[Mapping[str, pulumi.Input[pulumi.InputType['V2modelsBotVersionLocaleSpecificationArgs']]]]] = None, + timeouts: Optional[pulumi.Input[pulumi.InputType['V2modelsBotVersionTimeoutsArgs']]] = None, + __props__=None): + """ + Resource for managing an AWS Lex V2 Models Bot Version. + + ## Example Usage + + ## Import + + Using `pulumi import`, import Lex V2 Models Bot Version using the `example_id_arg`. For example: + + ```sh + $ pulumi import aws:lex/v2modelsBotVersion:V2modelsBotVersion example bot_version-id-12345678 + ``` + + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + :param pulumi.Input[str] bot_id: Idientifier of the bot to create the version for. + :param pulumi.Input[str] description: A description of the version. Use the description to help identify the version in lists. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: V2modelsBotVersionArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Resource for managing an AWS Lex V2 Models Bot Version. + + ## Example Usage + + ## Import + + Using `pulumi import`, import Lex V2 Models Bot Version using the `example_id_arg`. For example: + + ```sh + $ pulumi import aws:lex/v2modelsBotVersion:V2modelsBotVersion example bot_version-id-12345678 + ``` + + :param str resource_name: The name of the resource. + :param V2modelsBotVersionArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(V2modelsBotVersionArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + bot_id: Optional[pulumi.Input[str]] = None, + bot_version: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + locale_specification: Optional[pulumi.Input[Mapping[str, pulumi.Input[pulumi.InputType['V2modelsBotVersionLocaleSpecificationArgs']]]]] = None, + timeouts: Optional[pulumi.Input[pulumi.InputType['V2modelsBotVersionTimeoutsArgs']]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = V2modelsBotVersionArgs.__new__(V2modelsBotVersionArgs) + + if bot_id is None and not opts.urn: + raise TypeError("Missing required property 'bot_id'") + __props__.__dict__["bot_id"] = bot_id + __props__.__dict__["bot_version"] = bot_version + __props__.__dict__["description"] = description + if locale_specification is None and not opts.urn: + raise TypeError("Missing required property 'locale_specification'") + __props__.__dict__["locale_specification"] = locale_specification + __props__.__dict__["timeouts"] = timeouts + super(V2modelsBotVersion, __self__).__init__( + 'aws:lex/v2modelsBotVersion:V2modelsBotVersion', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + bot_id: Optional[pulumi.Input[str]] = None, + bot_version: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + locale_specification: Optional[pulumi.Input[Mapping[str, pulumi.Input[pulumi.InputType['V2modelsBotVersionLocaleSpecificationArgs']]]]] = None, + timeouts: Optional[pulumi.Input[pulumi.InputType['V2modelsBotVersionTimeoutsArgs']]] = None) -> 'V2modelsBotVersion': + """ + Get an existing V2modelsBotVersion resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + :param pulumi.Input[str] bot_id: Idientifier of the bot to create the version for. + :param pulumi.Input[str] description: A description of the version. Use the description to help identify the version in lists. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _V2modelsBotVersionState.__new__(_V2modelsBotVersionState) + + __props__.__dict__["bot_id"] = bot_id + __props__.__dict__["bot_version"] = bot_version + __props__.__dict__["description"] = description + __props__.__dict__["locale_specification"] = locale_specification + __props__.__dict__["timeouts"] = timeouts + return V2modelsBotVersion(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="botId") + def bot_id(self) -> pulumi.Output[str]: + """ + Idientifier of the bot to create the version for. + """ + return pulumi.get(self, "bot_id") + + @property + @pulumi.getter(name="botVersion") + def bot_version(self) -> pulumi.Output[str]: + return pulumi.get(self, "bot_version") + + @property + @pulumi.getter + def description(self) -> pulumi.Output[Optional[str]]: + """ + A description of the version. Use the description to help identify the version in lists. + """ + return pulumi.get(self, "description") + + @property + @pulumi.getter(name="localeSpecification") + def locale_specification(self) -> pulumi.Output[Mapping[str, 'outputs.V2modelsBotVersionLocaleSpecification']]: + return pulumi.get(self, "locale_specification") + + @property + @pulumi.getter + def timeouts(self) -> pulumi.Output[Optional['outputs.V2modelsBotVersionTimeouts']]: + return pulumi.get(self, "timeouts") + diff --git a/sdk/python/pulumi_aws/rds/cluster.py b/sdk/python/pulumi_aws/rds/cluster.py index a83469ccd1a..a657585c4f8 100644 --- a/sdk/python/pulumi_aws/rds/cluster.py +++ b/sdk/python/pulumi_aws/rds/cluster.py @@ -97,7 +97,7 @@ def __init__(__self__, *, :param pulumi.Input[bool] enable_global_write_forwarding: Whether cluster should forward writes to an associated global cluster. Applied to secondary clusters to enable them to forward writes to an `rds.GlobalCluster`'s primary cluster. See the [Aurora Userguide documentation](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-write-forwarding.html) for more information. :param pulumi.Input[bool] enable_http_endpoint: Enable HTTP endpoint (data API). Only valid when `engine_mode` is set to `serverless`. :param pulumi.Input[Sequence[pulumi.Input[str]]] enabled_cloudwatch_logs_exports: Set of log types to export to cloudwatch. If omitted, no logs will be exported. The following log types are supported: `audit`, `error`, `general`, `slowquery`, `postgresql` (PostgreSQL). - :param pulumi.Input[Union[str, 'EngineMode']] engine_mode: Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + :param pulumi.Input[Union[str, 'EngineMode']] engine_mode: Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. :param pulumi.Input[str] engine_version: Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engine_version_actual`, , see Attribute Reference below. :param pulumi.Input[str] final_snapshot_identifier: Name of your final DB snapshot when this DB cluster is deleted. If omitted, no final snapshot will be made. :param pulumi.Input[str] global_cluster_identifier: Global cluster identifier specified on `rds.GlobalCluster`. @@ -499,7 +499,7 @@ def enabled_cloudwatch_logs_exports(self, value: Optional[pulumi.Input[Sequence[ @pulumi.getter(name="engineMode") def engine_mode(self) -> Optional[pulumi.Input[Union[str, 'EngineMode']]]: """ - Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. """ return pulumi.get(self, "engine_mode") @@ -923,7 +923,7 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input[str]]] enabled_cloudwatch_logs_exports: Set of log types to export to cloudwatch. If omitted, no logs will be exported. The following log types are supported: `audit`, `error`, `general`, `slowquery`, `postgresql` (PostgreSQL). :param pulumi.Input[str] endpoint: DNS address of the RDS instance :param pulumi.Input[Union[str, 'EngineType']] engine: Name of the database engine to be used for this DB cluster. Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`. (Note that `mysql` and `postgres` are Multi-AZ RDS clusters). - :param pulumi.Input[Union[str, 'EngineMode']] engine_mode: Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + :param pulumi.Input[Union[str, 'EngineMode']] engine_mode: Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. :param pulumi.Input[str] engine_version: Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engine_version_actual`, , see Attribute Reference below. :param pulumi.Input[str] engine_version_actual: Running version of the database. :param pulumi.Input[str] final_snapshot_identifier: Name of your final DB snapshot when this DB cluster is deleted. If omitted, no final snapshot will be made. @@ -1387,7 +1387,7 @@ def engine(self, value: Optional[pulumi.Input[Union[str, 'EngineType']]]): @pulumi.getter(name="engineMode") def engine_mode(self) -> Optional[pulumi.Input[Union[str, 'EngineMode']]]: """ - Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. """ return pulumi.get(self, "engine_mode") @@ -1916,22 +1916,6 @@ def __init__(__self__, master_username="foo", preferred_backup_window="07:00-09:00") ``` - ### Aurora Multi-Master Cluster - - > More information about Aurora Multi-Master Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html). - - ```python - import pulumi - import pulumi_aws as aws - - example = aws.rds.Cluster("example", - cluster_identifier="example", - db_subnet_group_name=aws_db_subnet_group["example"]["name"], - engine_mode="multimaster", - master_password="barbarbarbar", - master_username="foo", - skip_final_snapshot=True) - ``` ### RDS Multi-AZ Cluster > More information about RDS Multi-AZ Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html). @@ -2076,7 +2060,7 @@ def __init__(__self__, :param pulumi.Input[bool] enable_http_endpoint: Enable HTTP endpoint (data API). Only valid when `engine_mode` is set to `serverless`. :param pulumi.Input[Sequence[pulumi.Input[str]]] enabled_cloudwatch_logs_exports: Set of log types to export to cloudwatch. If omitted, no logs will be exported. The following log types are supported: `audit`, `error`, `general`, `slowquery`, `postgresql` (PostgreSQL). :param pulumi.Input[Union[str, 'EngineType']] engine: Name of the database engine to be used for this DB cluster. Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`. (Note that `mysql` and `postgres` are Multi-AZ RDS clusters). - :param pulumi.Input[Union[str, 'EngineMode']] engine_mode: Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + :param pulumi.Input[Union[str, 'EngineMode']] engine_mode: Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. :param pulumi.Input[str] engine_version: Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engine_version_actual`, , see Attribute Reference below. :param pulumi.Input[str] final_snapshot_identifier: Name of your final DB snapshot when this DB cluster is deleted. If omitted, no final snapshot will be made. :param pulumi.Input[str] global_cluster_identifier: Global cluster identifier specified on `rds.GlobalCluster`. @@ -2189,22 +2173,6 @@ def __init__(__self__, master_username="foo", preferred_backup_window="07:00-09:00") ``` - ### Aurora Multi-Master Cluster - - > More information about Aurora Multi-Master Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html). - - ```python - import pulumi - import pulumi_aws as aws - - example = aws.rds.Cluster("example", - cluster_identifier="example", - db_subnet_group_name=aws_db_subnet_group["example"]["name"], - engine_mode="multimaster", - master_password="barbarbarbar", - master_username="foo", - skip_final_snapshot=True) - ``` ### RDS Multi-AZ Cluster > More information about RDS Multi-AZ Clusters can be found in the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html). @@ -2561,7 +2529,7 @@ def get(resource_name: str, :param pulumi.Input[Sequence[pulumi.Input[str]]] enabled_cloudwatch_logs_exports: Set of log types to export to cloudwatch. If omitted, no logs will be exported. The following log types are supported: `audit`, `error`, `general`, `slowquery`, `postgresql` (PostgreSQL). :param pulumi.Input[str] endpoint: DNS address of the RDS instance :param pulumi.Input[Union[str, 'EngineType']] engine: Name of the database engine to be used for this DB cluster. Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`. (Note that `mysql` and `postgres` are Multi-AZ RDS clusters). - :param pulumi.Input[Union[str, 'EngineMode']] engine_mode: Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + :param pulumi.Input[Union[str, 'EngineMode']] engine_mode: Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. :param pulumi.Input[str] engine_version: Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engine_version_actual`, , see Attribute Reference below. :param pulumi.Input[str] engine_version_actual: Running version of the database. :param pulumi.Input[str] final_snapshot_identifier: Name of your final DB snapshot when this DB cluster is deleted. If omitted, no final snapshot will be made. @@ -2869,7 +2837,7 @@ def engine(self) -> pulumi.Output[str]: @pulumi.getter(name="engineMode") def engine_mode(self) -> pulumi.Output[Optional[str]]: """ - Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. + Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html) for limitations when using `serverless`. """ return pulumi.get(self, "engine_mode") diff --git a/sdk/python/pulumi_aws/s3/_inputs.py b/sdk/python/pulumi_aws/s3/_inputs.py index b6045053cfd..765c3f73b40 100644 --- a/sdk/python/pulumi_aws/s3/_inputs.py +++ b/sdk/python/pulumi_aws/s3/_inputs.py @@ -44,6 +44,9 @@ 'BucketLoggingArgs', 'BucketLoggingV2TargetGrantArgs', 'BucketLoggingV2TargetGrantGranteeArgs', + 'BucketLoggingV2TargetObjectKeyFormatArgs', + 'BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs', + 'BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs', 'BucketMetricFilterArgs', 'BucketNotificationLambdaFunctionArgs', 'BucketNotificationQueueArgs', @@ -2017,6 +2020,73 @@ def uri(self, value: Optional[pulumi.Input[str]]): pulumi.set(self, "uri", value) +@pulumi.input_type +class BucketLoggingV2TargetObjectKeyFormatArgs: + def __init__(__self__, *, + partitioned_prefix: Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs']] = None, + simple_prefix: Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs']] = None): + """ + :param pulumi.Input['BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs'] partitioned_prefix: Partitioned S3 key for log objects. See below. + :param pulumi.Input['BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs'] simple_prefix: Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + """ + if partitioned_prefix is not None: + pulumi.set(__self__, "partitioned_prefix", partitioned_prefix) + if simple_prefix is not None: + pulumi.set(__self__, "simple_prefix", simple_prefix) + + @property + @pulumi.getter(name="partitionedPrefix") + def partitioned_prefix(self) -> Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs']]: + """ + Partitioned S3 key for log objects. See below. + """ + return pulumi.get(self, "partitioned_prefix") + + @partitioned_prefix.setter + def partitioned_prefix(self, value: Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs']]): + pulumi.set(self, "partitioned_prefix", value) + + @property + @pulumi.getter(name="simplePrefix") + def simple_prefix(self) -> Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs']]: + """ + Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + """ + return pulumi.get(self, "simple_prefix") + + @simple_prefix.setter + def simple_prefix(self, value: Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs']]): + pulumi.set(self, "simple_prefix", value) + + +@pulumi.input_type +class BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs: + def __init__(__self__, *, + partition_date_source: pulumi.Input[str]): + """ + :param pulumi.Input[str] partition_date_source: Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + """ + pulumi.set(__self__, "partition_date_source", partition_date_source) + + @property + @pulumi.getter(name="partitionDateSource") + def partition_date_source(self) -> pulumi.Input[str]: + """ + Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + """ + return pulumi.get(self, "partition_date_source") + + @partition_date_source.setter + def partition_date_source(self, value: pulumi.Input[str]): + pulumi.set(self, "partition_date_source", value) + + +@pulumi.input_type +class BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs: + def __init__(__self__): + pass + + @pulumi.input_type class BucketMetricFilterArgs: def __init__(__self__, *, diff --git a/sdk/python/pulumi_aws/s3/bucket_logging_v2.py b/sdk/python/pulumi_aws/s3/bucket_logging_v2.py index adaa0c500d4..51170c8c3d1 100644 --- a/sdk/python/pulumi_aws/s3/bucket_logging_v2.py +++ b/sdk/python/pulumi_aws/s3/bucket_logging_v2.py @@ -20,7 +20,8 @@ def __init__(__self__, *, target_bucket: pulumi.Input[str], target_prefix: pulumi.Input[str], expected_bucket_owner: Optional[pulumi.Input[str]] = None, - target_grants: Optional[pulumi.Input[Sequence[pulumi.Input['BucketLoggingV2TargetGrantArgs']]]] = None): + target_grants: Optional[pulumi.Input[Sequence[pulumi.Input['BucketLoggingV2TargetGrantArgs']]]] = None, + target_object_key_format: Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatArgs']] = None): """ The set of arguments for constructing a BucketLoggingV2 resource. :param pulumi.Input[str] bucket: Name of the bucket. @@ -28,6 +29,7 @@ def __init__(__self__, *, :param pulumi.Input[str] target_prefix: Prefix for all log object keys. :param pulumi.Input[str] expected_bucket_owner: Account ID of the expected bucket owner. :param pulumi.Input[Sequence[pulumi.Input['BucketLoggingV2TargetGrantArgs']]] target_grants: Set of configuration blocks with information for granting permissions. See below. + :param pulumi.Input['BucketLoggingV2TargetObjectKeyFormatArgs'] target_object_key_format: Amazon S3 key format for log objects. See below. """ pulumi.set(__self__, "bucket", bucket) pulumi.set(__self__, "target_bucket", target_bucket) @@ -36,6 +38,8 @@ def __init__(__self__, *, pulumi.set(__self__, "expected_bucket_owner", expected_bucket_owner) if target_grants is not None: pulumi.set(__self__, "target_grants", target_grants) + if target_object_key_format is not None: + pulumi.set(__self__, "target_object_key_format", target_object_key_format) @property @pulumi.getter @@ -97,6 +101,18 @@ def target_grants(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BucketLo def target_grants(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BucketLoggingV2TargetGrantArgs']]]]): pulumi.set(self, "target_grants", value) + @property + @pulumi.getter(name="targetObjectKeyFormat") + def target_object_key_format(self) -> Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatArgs']]: + """ + Amazon S3 key format for log objects. See below. + """ + return pulumi.get(self, "target_object_key_format") + + @target_object_key_format.setter + def target_object_key_format(self, value: Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatArgs']]): + pulumi.set(self, "target_object_key_format", value) + @pulumi.input_type class _BucketLoggingV2State: @@ -105,6 +121,7 @@ def __init__(__self__, *, expected_bucket_owner: Optional[pulumi.Input[str]] = None, target_bucket: Optional[pulumi.Input[str]] = None, target_grants: Optional[pulumi.Input[Sequence[pulumi.Input['BucketLoggingV2TargetGrantArgs']]]] = None, + target_object_key_format: Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatArgs']] = None, target_prefix: Optional[pulumi.Input[str]] = None): """ Input properties used for looking up and filtering BucketLoggingV2 resources. @@ -112,6 +129,7 @@ def __init__(__self__, *, :param pulumi.Input[str] expected_bucket_owner: Account ID of the expected bucket owner. :param pulumi.Input[str] target_bucket: Name of the bucket where you want Amazon S3 to store server access logs. :param pulumi.Input[Sequence[pulumi.Input['BucketLoggingV2TargetGrantArgs']]] target_grants: Set of configuration blocks with information for granting permissions. See below. + :param pulumi.Input['BucketLoggingV2TargetObjectKeyFormatArgs'] target_object_key_format: Amazon S3 key format for log objects. See below. :param pulumi.Input[str] target_prefix: Prefix for all log object keys. """ if bucket is not None: @@ -122,6 +140,8 @@ def __init__(__self__, *, pulumi.set(__self__, "target_bucket", target_bucket) if target_grants is not None: pulumi.set(__self__, "target_grants", target_grants) + if target_object_key_format is not None: + pulumi.set(__self__, "target_object_key_format", target_object_key_format) if target_prefix is not None: pulumi.set(__self__, "target_prefix", target_prefix) @@ -173,6 +193,18 @@ def target_grants(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BucketLo def target_grants(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BucketLoggingV2TargetGrantArgs']]]]): pulumi.set(self, "target_grants", value) + @property + @pulumi.getter(name="targetObjectKeyFormat") + def target_object_key_format(self) -> Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatArgs']]: + """ + Amazon S3 key format for log objects. See below. + """ + return pulumi.get(self, "target_object_key_format") + + @target_object_key_format.setter + def target_object_key_format(self, value: Optional[pulumi.Input['BucketLoggingV2TargetObjectKeyFormatArgs']]): + pulumi.set(self, "target_object_key_format", value) + @property @pulumi.getter(name="targetPrefix") def target_prefix(self) -> Optional[pulumi.Input[str]]: @@ -195,6 +227,7 @@ def __init__(__self__, expected_bucket_owner: Optional[pulumi.Input[str]] = None, target_bucket: Optional[pulumi.Input[str]] = None, target_grants: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BucketLoggingV2TargetGrantArgs']]]]] = None, + target_object_key_format: Optional[pulumi.Input[pulumi.InputType['BucketLoggingV2TargetObjectKeyFormatArgs']]] = None, target_prefix: Optional[pulumi.Input[str]] = None, __props__=None): """ @@ -247,6 +280,7 @@ def __init__(__self__, :param pulumi.Input[str] expected_bucket_owner: Account ID of the expected bucket owner. :param pulumi.Input[str] target_bucket: Name of the bucket where you want Amazon S3 to store server access logs. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BucketLoggingV2TargetGrantArgs']]]] target_grants: Set of configuration blocks with information for granting permissions. See below. + :param pulumi.Input[pulumi.InputType['BucketLoggingV2TargetObjectKeyFormatArgs']] target_object_key_format: Amazon S3 key format for log objects. See below. :param pulumi.Input[str] target_prefix: Prefix for all log object keys. """ ... @@ -318,6 +352,7 @@ def _internal_init(__self__, expected_bucket_owner: Optional[pulumi.Input[str]] = None, target_bucket: Optional[pulumi.Input[str]] = None, target_grants: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BucketLoggingV2TargetGrantArgs']]]]] = None, + target_object_key_format: Optional[pulumi.Input[pulumi.InputType['BucketLoggingV2TargetObjectKeyFormatArgs']]] = None, target_prefix: Optional[pulumi.Input[str]] = None, __props__=None): opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) @@ -336,6 +371,7 @@ def _internal_init(__self__, raise TypeError("Missing required property 'target_bucket'") __props__.__dict__["target_bucket"] = target_bucket __props__.__dict__["target_grants"] = target_grants + __props__.__dict__["target_object_key_format"] = target_object_key_format if target_prefix is None and not opts.urn: raise TypeError("Missing required property 'target_prefix'") __props__.__dict__["target_prefix"] = target_prefix @@ -353,6 +389,7 @@ def get(resource_name: str, expected_bucket_owner: Optional[pulumi.Input[str]] = None, target_bucket: Optional[pulumi.Input[str]] = None, target_grants: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BucketLoggingV2TargetGrantArgs']]]]] = None, + target_object_key_format: Optional[pulumi.Input[pulumi.InputType['BucketLoggingV2TargetObjectKeyFormatArgs']]] = None, target_prefix: Optional[pulumi.Input[str]] = None) -> 'BucketLoggingV2': """ Get an existing BucketLoggingV2 resource's state with the given name, id, and optional extra @@ -365,6 +402,7 @@ def get(resource_name: str, :param pulumi.Input[str] expected_bucket_owner: Account ID of the expected bucket owner. :param pulumi.Input[str] target_bucket: Name of the bucket where you want Amazon S3 to store server access logs. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BucketLoggingV2TargetGrantArgs']]]] target_grants: Set of configuration blocks with information for granting permissions. See below. + :param pulumi.Input[pulumi.InputType['BucketLoggingV2TargetObjectKeyFormatArgs']] target_object_key_format: Amazon S3 key format for log objects. See below. :param pulumi.Input[str] target_prefix: Prefix for all log object keys. """ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) @@ -375,6 +413,7 @@ def get(resource_name: str, __props__.__dict__["expected_bucket_owner"] = expected_bucket_owner __props__.__dict__["target_bucket"] = target_bucket __props__.__dict__["target_grants"] = target_grants + __props__.__dict__["target_object_key_format"] = target_object_key_format __props__.__dict__["target_prefix"] = target_prefix return BucketLoggingV2(resource_name, opts=opts, __props__=__props__) @@ -410,6 +449,14 @@ def target_grants(self) -> pulumi.Output[Optional[Sequence['outputs.BucketLoggin """ return pulumi.get(self, "target_grants") + @property + @pulumi.getter(name="targetObjectKeyFormat") + def target_object_key_format(self) -> pulumi.Output[Optional['outputs.BucketLoggingV2TargetObjectKeyFormat']]: + """ + Amazon S3 key format for log objects. See below. + """ + return pulumi.get(self, "target_object_key_format") + @property @pulumi.getter(name="targetPrefix") def target_prefix(self) -> pulumi.Output[str]: diff --git a/sdk/python/pulumi_aws/s3/outputs.py b/sdk/python/pulumi_aws/s3/outputs.py index 8d491b9bbe6..27c80b1c524 100644 --- a/sdk/python/pulumi_aws/s3/outputs.py +++ b/sdk/python/pulumi_aws/s3/outputs.py @@ -45,6 +45,9 @@ 'BucketLogging', 'BucketLoggingV2TargetGrant', 'BucketLoggingV2TargetGrantGrantee', + 'BucketLoggingV2TargetObjectKeyFormat', + 'BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix', + 'BucketLoggingV2TargetObjectKeyFormatSimplePrefix', 'BucketMetricFilter', 'BucketNotificationLambdaFunction', 'BucketNotificationQueue', @@ -2074,6 +2077,97 @@ def uri(self) -> Optional[str]: return pulumi.get(self, "uri") +@pulumi.output_type +class BucketLoggingV2TargetObjectKeyFormat(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "partitionedPrefix": + suggest = "partitioned_prefix" + elif key == "simplePrefix": + suggest = "simple_prefix" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in BucketLoggingV2TargetObjectKeyFormat. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + BucketLoggingV2TargetObjectKeyFormat.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + BucketLoggingV2TargetObjectKeyFormat.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + partitioned_prefix: Optional['outputs.BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix'] = None, + simple_prefix: Optional['outputs.BucketLoggingV2TargetObjectKeyFormatSimplePrefix'] = None): + """ + :param 'BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs' partitioned_prefix: Partitioned S3 key for log objects. See below. + :param 'BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs' simple_prefix: Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + """ + if partitioned_prefix is not None: + pulumi.set(__self__, "partitioned_prefix", partitioned_prefix) + if simple_prefix is not None: + pulumi.set(__self__, "simple_prefix", simple_prefix) + + @property + @pulumi.getter(name="partitionedPrefix") + def partitioned_prefix(self) -> Optional['outputs.BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix']: + """ + Partitioned S3 key for log objects. See below. + """ + return pulumi.get(self, "partitioned_prefix") + + @property + @pulumi.getter(name="simplePrefix") + def simple_prefix(self) -> Optional['outputs.BucketLoggingV2TargetObjectKeyFormatSimplePrefix']: + """ + Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`. + """ + return pulumi.get(self, "simple_prefix") + + +@pulumi.output_type +class BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "partitionDateSource": + suggest = "partition_date_source" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + partition_date_source: str): + """ + :param str partition_date_source: Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + """ + pulumi.set(__self__, "partition_date_source", partition_date_source) + + @property + @pulumi.getter(name="partitionDateSource") + def partition_date_source(self) -> str: + """ + Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. + """ + return pulumi.get(self, "partition_date_source") + + +@pulumi.output_type +class BucketLoggingV2TargetObjectKeyFormatSimplePrefix(dict): + def __init__(__self__): + pass + + @pulumi.output_type class BucketMetricFilter(dict): def __init__(__self__, *, diff --git a/sdk/python/pulumi_aws/s3control/__init__.py b/sdk/python/pulumi_aws/s3control/__init__.py index 8d524a60208..66812663c9e 100644 --- a/sdk/python/pulumi_aws/s3control/__init__.py +++ b/sdk/python/pulumi_aws/s3control/__init__.py @@ -5,6 +5,7 @@ from .. import _utilities import typing # Export this package's modules as members: +from .access_grants_instance_resource_policy import * from .access_point_policy import * from .bucket import * from .bucket_lifecycle_configuration import * diff --git a/sdk/python/pulumi_aws/s3control/access_grants_instance_resource_policy.py b/sdk/python/pulumi_aws/s3control/access_grants_instance_resource_policy.py new file mode 100644 index 00000000000..76dc9058a42 --- /dev/null +++ b/sdk/python/pulumi_aws/s3control/access_grants_instance_resource_policy.py @@ -0,0 +1,198 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from .. import _utilities + +__all__ = ['AccessGrantsInstanceResourcePolicyArgs', 'AccessGrantsInstanceResourcePolicy'] + +@pulumi.input_type +class AccessGrantsInstanceResourcePolicyArgs: + def __init__(__self__, *, + policy: pulumi.Input[str], + account_id: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a AccessGrantsInstanceResourcePolicy resource. + :param pulumi.Input[str] policy: The policy document. + """ + pulumi.set(__self__, "policy", policy) + if account_id is not None: + pulumi.set(__self__, "account_id", account_id) + + @property + @pulumi.getter + def policy(self) -> pulumi.Input[str]: + """ + The policy document. + """ + return pulumi.get(self, "policy") + + @policy.setter + def policy(self, value: pulumi.Input[str]): + pulumi.set(self, "policy", value) + + @property + @pulumi.getter(name="accountId") + def account_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "account_id") + + @account_id.setter + def account_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "account_id", value) + + +@pulumi.input_type +class _AccessGrantsInstanceResourcePolicyState: + def __init__(__self__, *, + account_id: Optional[pulumi.Input[str]] = None, + policy: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering AccessGrantsInstanceResourcePolicy resources. + :param pulumi.Input[str] policy: The policy document. + """ + if account_id is not None: + pulumi.set(__self__, "account_id", account_id) + if policy is not None: + pulumi.set(__self__, "policy", policy) + + @property + @pulumi.getter(name="accountId") + def account_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "account_id") + + @account_id.setter + def account_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "account_id", value) + + @property + @pulumi.getter + def policy(self) -> Optional[pulumi.Input[str]]: + """ + The policy document. + """ + return pulumi.get(self, "policy") + + @policy.setter + def policy(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "policy", value) + + +class AccessGrantsInstanceResourcePolicy(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + account_id: Optional[pulumi.Input[str]] = None, + policy: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Provides a resource to manage an S3 Access Grants instance resource policy. + Use a resource policy to manage cross-account access to your S3 Access Grants instance. + + ## Import + + Using `pulumi import`, import S3 Access Grants instance resource policies using the `account_id`. For example: + + ```sh + $ pulumi import aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy example 123456789012 + ``` + + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + :param pulumi.Input[str] policy: The policy document. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: AccessGrantsInstanceResourcePolicyArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Provides a resource to manage an S3 Access Grants instance resource policy. + Use a resource policy to manage cross-account access to your S3 Access Grants instance. + + ## Import + + Using `pulumi import`, import S3 Access Grants instance resource policies using the `account_id`. For example: + + ```sh + $ pulumi import aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy example 123456789012 + ``` + + :param str resource_name: The name of the resource. + :param AccessGrantsInstanceResourcePolicyArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(AccessGrantsInstanceResourcePolicyArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + account_id: Optional[pulumi.Input[str]] = None, + policy: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = AccessGrantsInstanceResourcePolicyArgs.__new__(AccessGrantsInstanceResourcePolicyArgs) + + __props__.__dict__["account_id"] = account_id + if policy is None and not opts.urn: + raise TypeError("Missing required property 'policy'") + __props__.__dict__["policy"] = policy + super(AccessGrantsInstanceResourcePolicy, __self__).__init__( + 'aws:s3control/accessGrantsInstanceResourcePolicy:AccessGrantsInstanceResourcePolicy', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + account_id: Optional[pulumi.Input[str]] = None, + policy: Optional[pulumi.Input[str]] = None) -> 'AccessGrantsInstanceResourcePolicy': + """ + Get an existing AccessGrantsInstanceResourcePolicy resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + :param pulumi.Input[str] policy: The policy document. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _AccessGrantsInstanceResourcePolicyState.__new__(_AccessGrantsInstanceResourcePolicyState) + + __props__.__dict__["account_id"] = account_id + __props__.__dict__["policy"] = policy + return AccessGrantsInstanceResourcePolicy(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="accountId") + def account_id(self) -> pulumi.Output[str]: + return pulumi.get(self, "account_id") + + @property + @pulumi.getter + def policy(self) -> pulumi.Output[str]: + """ + The policy document. + """ + return pulumi.get(self, "policy") + diff --git a/sdk/python/pulumi_aws/sagemaker/domain.py b/sdk/python/pulumi_aws/sagemaker/domain.py index 5ea07afbbbb..f08103e5147 100644 --- a/sdk/python/pulumi_aws/sagemaker/domain.py +++ b/sdk/python/pulumi_aws/sagemaker/domain.py @@ -31,7 +31,8 @@ def __init__(__self__, *, """ The set of arguments for constructing a Domain resource. :param pulumi.Input[str] auth_mode: The mode of authentication that members use to access the domain. Valid values are `IAM` and `SSO`. - :param pulumi.Input['DomainDefaultUserSettingsArgs'] default_user_settings: The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + :param pulumi.Input['DomainDefaultUserSettingsArgs'] default_user_settings: The default user settings. See Default User Settings below. + :param pulumi.Input[str] domain_name: The domain name. :param pulumi.Input[Sequence[pulumi.Input[str]]] subnet_ids: The VPC subnets that Studio uses for communication. :param pulumi.Input[str] vpc_id: The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication. @@ -80,7 +81,7 @@ def auth_mode(self, value: pulumi.Input[str]): @pulumi.getter(name="defaultUserSettings") def default_user_settings(self) -> pulumi.Input['DomainDefaultUserSettingsArgs']: """ - The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + The default user settings. See Default User Settings below. """ return pulumi.get(self, "default_user_settings") @@ -91,6 +92,9 @@ def default_user_settings(self, value: pulumi.Input['DomainDefaultUserSettingsAr @property @pulumi.getter(name="domainName") def domain_name(self) -> pulumi.Input[str]: + """ + The domain name. + """ return pulumi.get(self, "domain_name") @domain_name.setter @@ -236,7 +240,8 @@ def __init__(__self__, *, :param pulumi.Input[str] arn: The Amazon Resource Name (ARN) assigned by AWS to this Domain. :param pulumi.Input[str] auth_mode: The mode of authentication that members use to access the domain. Valid values are `IAM` and `SSO`. :param pulumi.Input['DomainDefaultSpaceSettingsArgs'] default_space_settings: The default space settings. See Default Space Settings below. - :param pulumi.Input['DomainDefaultUserSettingsArgs'] default_user_settings: The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + :param pulumi.Input['DomainDefaultUserSettingsArgs'] default_user_settings: The default user settings. See Default User Settings below. + :param pulumi.Input[str] domain_name: The domain name. :param pulumi.Input['DomainDomainSettingsArgs'] domain_settings: The domain's settings. :param pulumi.Input[str] home_efs_file_system_id: The ID of the Amazon Elastic File System (EFS) managed by this Domain. :param pulumi.Input[str] kms_key_id: The AWS KMS customer managed CMK used to encrypt the EFS volume attached to the domain. @@ -355,7 +360,7 @@ def default_space_settings(self, value: Optional[pulumi.Input['DomainDefaultSpac @pulumi.getter(name="defaultUserSettings") def default_user_settings(self) -> Optional[pulumi.Input['DomainDefaultUserSettingsArgs']]: """ - The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + The default user settings. See Default User Settings below. """ return pulumi.get(self, "default_user_settings") @@ -366,6 +371,9 @@ def default_user_settings(self, value: Optional[pulumi.Input['DomainDefaultUserS @property @pulumi.getter(name="domainName") def domain_name(self) -> Optional[pulumi.Input[str]]: + """ + The domain name. + """ return pulumi.get(self, "domain_name") @domain_name.setter @@ -606,7 +614,8 @@ def __init__(__self__, :param pulumi.Input[str] app_security_group_management: The entity that creates and manages the required security groups for inter-app communication in `VPCOnly` mode. Valid values are `Service` and `Customer`. :param pulumi.Input[str] auth_mode: The mode of authentication that members use to access the domain. Valid values are `IAM` and `SSO`. :param pulumi.Input[pulumi.InputType['DomainDefaultSpaceSettingsArgs']] default_space_settings: The default space settings. See Default Space Settings below. - :param pulumi.Input[pulumi.InputType['DomainDefaultUserSettingsArgs']] default_user_settings: The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + :param pulumi.Input[pulumi.InputType['DomainDefaultUserSettingsArgs']] default_user_settings: The default user settings. See Default User Settings below. + :param pulumi.Input[str] domain_name: The domain name. :param pulumi.Input[pulumi.InputType['DomainDomainSettingsArgs']] domain_settings: The domain's settings. :param pulumi.Input[str] kms_key_id: The AWS KMS customer managed CMK used to encrypt the EFS volume attached to the domain. :param pulumi.Input[pulumi.InputType['DomainRetentionPolicyArgs']] retention_policy: The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained. See Retention Policy below. @@ -800,7 +809,8 @@ def get(resource_name: str, :param pulumi.Input[str] arn: The Amazon Resource Name (ARN) assigned by AWS to this Domain. :param pulumi.Input[str] auth_mode: The mode of authentication that members use to access the domain. Valid values are `IAM` and `SSO`. :param pulumi.Input[pulumi.InputType['DomainDefaultSpaceSettingsArgs']] default_space_settings: The default space settings. See Default Space Settings below. - :param pulumi.Input[pulumi.InputType['DomainDefaultUserSettingsArgs']] default_user_settings: The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + :param pulumi.Input[pulumi.InputType['DomainDefaultUserSettingsArgs']] default_user_settings: The default user settings. See Default User Settings below. + :param pulumi.Input[str] domain_name: The domain name. :param pulumi.Input[pulumi.InputType['DomainDomainSettingsArgs']] domain_settings: The domain's settings. :param pulumi.Input[str] home_efs_file_system_id: The ID of the Amazon Elastic File System (EFS) managed by this Domain. :param pulumi.Input[str] kms_key_id: The AWS KMS customer managed CMK used to encrypt the EFS volume attached to the domain. @@ -883,13 +893,16 @@ def default_space_settings(self) -> pulumi.Output[Optional['outputs.DomainDefaul @pulumi.getter(name="defaultUserSettings") def default_user_settings(self) -> pulumi.Output['outputs.DomainDefaultUserSettings']: """ - The default user settings. See Default User Settings below.* `domain_name` - (Required) The domain name. + The default user settings. See Default User Settings below. """ return pulumi.get(self, "default_user_settings") @property @pulumi.getter(name="domainName") def domain_name(self) -> pulumi.Output[str]: + """ + The domain name. + """ return pulumi.get(self, "domain_name") @property diff --git a/upstream b/upstream index 4b389cd97e0..2f22e6ca780 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit 4b389cd97e084992727d76e83cbd75ef2210484f +Subproject commit 2f22e6ca78084d2623b287aa23e91bd44478d01b