pulumi-gcp 7.33.0a1721887782__py3-none-any.whl → 7.33.0a1721974181__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/_utilities.py +2 -0
- pulumi_gcp/accesscontextmanager/access_level.py +8 -8
- pulumi_gcp/accesscontextmanager/access_level_condition.py +18 -18
- pulumi_gcp/accesscontextmanager/access_levels.py +16 -16
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +8 -8
- pulumi_gcp/accesscontextmanager/service_perimeter.py +66 -66
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +12 -12
- pulumi_gcp/alloydb/cluster.py +22 -22
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/apigee/addons_config.py +14 -14
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +6 -6
- pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
- pulumi_gcp/appengine/domain_mapping.py +2 -2
- pulumi_gcp/appengine/engine_split_traffic.py +10 -10
- pulumi_gcp/appengine/flexible_app_version.py +18 -18
- pulumi_gcp/appengine/service_network_settings.py +4 -4
- pulumi_gcp/appengine/standard_app_version.py +26 -26
- pulumi_gcp/apphub/application.py +12 -12
- pulumi_gcp/apphub/service.py +12 -12
- pulumi_gcp/applicationintegration/auth_config.py +4 -4
- pulumi_gcp/applicationintegration/client.py +8 -8
- pulumi_gcp/artifactregistry/repository.py +102 -102
- pulumi_gcp/assuredworkloads/workload.py +26 -26
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/beyondcorp/app_connection.py +6 -6
- pulumi_gcp/beyondcorp/app_connector.py +4 -4
- pulumi_gcp/biglake/database.py +2 -2
- pulumi_gcp/biglake/table.py +24 -24
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -30
- pulumi_gcp/bigquery/dataset_access.py +26 -26
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/reservation.py +2 -2
- pulumi_gcp/bigquery/routine.py +40 -40
- pulumi_gcp/bigquery/table.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +2 -2
- pulumi_gcp/bigtable/authorized_view.py +16 -16
- pulumi_gcp/bigtable/gc_policy.py +8 -8
- pulumi_gcp/bigtable/instance.py +24 -24
- pulumi_gcp/bigtable/table.py +6 -6
- pulumi_gcp/billing/budget.py +64 -64
- pulumi_gcp/binaryauthorization/attestor.py +20 -20
- pulumi_gcp/binaryauthorization/policy.py +26 -26
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +32 -32
- pulumi_gcp/certificateauthority/authority.py +222 -222
- pulumi_gcp/certificateauthority/ca_pool.py +108 -108
- pulumi_gcp/certificateauthority/certificate.py +338 -338
- pulumi_gcp/certificateauthority/certificate_template.py +70 -70
- pulumi_gcp/certificatemanager/certificate.py +76 -76
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +30 -30
- pulumi_gcp/certificatemanager/certificate_map_entry.py +2 -2
- pulumi_gcp/certificatemanager/trust_config.py +12 -12
- pulumi_gcp/cloudasset/folder_feed.py +2 -2
- pulumi_gcp/cloudasset/organization_feed.py +2 -2
- pulumi_gcp/cloudasset/project_feed.py +2 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +26 -26
- pulumi_gcp/cloudbuild/trigger.py +228 -228
- pulumi_gcp/cloudbuild/worker_pool.py +16 -16
- pulumi_gcp/cloudbuildv2/connection.py +24 -24
- pulumi_gcp/cloudbuildv2/repository.py +18 -18
- pulumi_gcp/clouddeploy/automation.py +16 -16
- pulumi_gcp/clouddeploy/custom_target_type.py +26 -26
- pulumi_gcp/clouddeploy/delivery_pipeline.py +50 -50
- pulumi_gcp/clouddeploy/target.py +6 -6
- pulumi_gcp/clouddomains/registration.py +48 -48
- pulumi_gcp/cloudfunctionsv2/function.py +292 -292
- pulumi_gcp/cloudquota/s_quota_preference.py +2 -2
- pulumi_gcp/cloudrun/domain_mapping.py +2 -2
- pulumi_gcp/cloudrun/service.py +60 -60
- pulumi_gcp/cloudrunv2/job.py +30 -30
- pulumi_gcp/cloudrunv2/service.py +78 -78
- pulumi_gcp/cloudscheduler/job.py +40 -40
- pulumi_gcp/cloudtasks/queue.py +16 -16
- pulumi_gcp/composer/get_image_versions.py +4 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +4 -4
- pulumi_gcp/composer/user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/address.py +6 -6
- pulumi_gcp/compute/attached_disk.py +2 -2
- pulumi_gcp/compute/autoscaler.py +24 -24
- pulumi_gcp/compute/backend_bucket.py +8 -8
- pulumi_gcp/compute/backend_service.py +72 -72
- pulumi_gcp/compute/backend_service_signed_url_key.py +6 -6
- pulumi_gcp/compute/disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/external_vpn_gateway.py +2 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -18
- pulumi_gcp/compute/forwarding_rule.py +24 -24
- pulumi_gcp/compute/get_disk.py +2 -2
- pulumi_gcp/compute/get_image.py +2 -2
- pulumi_gcp/compute/get_instance_serial_port.py +4 -4
- pulumi_gcp/compute/global_forwarding_rule.py +50 -50
- pulumi_gcp/compute/ha_vpn_gateway.py +4 -4
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/instance.py +4 -4
- pulumi_gcp/compute/instance_from_template.py +6 -6
- pulumi_gcp/compute/instance_group_manager.py +18 -18
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/instance_group_named_port.py +4 -4
- pulumi_gcp/compute/instance_template.py +24 -24
- pulumi_gcp/compute/machine_image.py +6 -6
- pulumi_gcp/compute/managed_ssl_certificate.py +6 -6
- pulumi_gcp/compute/manged_ssl_certificate.py +6 -6
- pulumi_gcp/compute/network_attachment.py +4 -4
- pulumi_gcp/compute/network_endpoint.py +4 -4
- pulumi_gcp/compute/network_endpoint_list.py +12 -12
- pulumi_gcp/compute/network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/network_peering_routes_config.py +18 -18
- pulumi_gcp/compute/node_group.py +12 -12
- pulumi_gcp/compute/organization_security_policy_association.py +8 -8
- pulumi_gcp/compute/organization_security_policy_rule.py +8 -8
- pulumi_gcp/compute/packet_mirroring.py +8 -8
- pulumi_gcp/compute/per_instance_config.py +8 -8
- pulumi_gcp/compute/region_autoscaler.py +18 -18
- pulumi_gcp/compute/region_backend_service.py +42 -42
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +18 -18
- pulumi_gcp/compute/region_network_endpoint.py +4 -4
- pulumi_gcp/compute/region_network_endpoint_group.py +20 -20
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/region_per_instance_config.py +12 -12
- pulumi_gcp/compute/region_security_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +32 -32
- pulumi_gcp/compute/region_target_http_proxy.py +10 -10
- pulumi_gcp/compute/region_target_https_proxy.py +28 -28
- pulumi_gcp/compute/region_url_map.py +314 -314
- pulumi_gcp/compute/reservation.py +6 -6
- pulumi_gcp/compute/resource_policy.py +56 -56
- pulumi_gcp/compute/router.py +6 -6
- pulumi_gcp/compute/router_nat.py +16 -16
- pulumi_gcp/compute/router_peer.py +16 -16
- pulumi_gcp/compute/security_policy.py +54 -54
- pulumi_gcp/compute/security_policy_rule.py +20 -20
- pulumi_gcp/compute/service_attachment.py +12 -12
- pulumi_gcp/compute/subnetwork.py +8 -8
- pulumi_gcp/compute/target_grpc_proxy.py +66 -66
- pulumi_gcp/compute/target_http_proxy.py +16 -16
- pulumi_gcp/compute/target_https_proxy.py +40 -40
- pulumi_gcp/compute/target_instance.py +10 -10
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/container/attached_cluster.py +20 -20
- pulumi_gcp/container/aws_cluster.py +176 -176
- pulumi_gcp/container/aws_node_pool.py +288 -288
- pulumi_gcp/container/azure_cluster.py +34 -34
- pulumi_gcp/container/azure_node_pool.py +38 -38
- pulumi_gcp/container/cluster.py +10 -10
- pulumi_gcp/container/node_pool.py +18 -18
- pulumi_gcp/containeranalysis/note.py +4 -4
- pulumi_gcp/databasemigrationservice/connection_profile.py +60 -60
- pulumi_gcp/databasemigrationservice/private_connection.py +2 -2
- pulumi_gcp/datacatalog/entry.py +2 -2
- pulumi_gcp/datacatalog/tag.py +112 -112
- pulumi_gcp/datacatalog/tag_template.py +28 -28
- pulumi_gcp/dataflow/pipeline.py +32 -32
- pulumi_gcp/dataform/repository.py +10 -10
- pulumi_gcp/dataform/repository_release_config.py +24 -24
- pulumi_gcp/dataform/repository_workflow_config.py +36 -36
- pulumi_gcp/datafusion/instance.py +14 -14
- pulumi_gcp/dataloss/prevention_deidentify_template.py +66 -66
- pulumi_gcp/dataloss/prevention_inspect_template.py +124 -124
- pulumi_gcp/dataloss/prevention_job_trigger.py +292 -292
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -10
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +76 -76
- pulumi_gcp/dataplex/task.py +64 -64
- pulumi_gcp/dataplex/zone.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy.py +14 -14
- pulumi_gcp/dataproc/cluster.py +58 -58
- pulumi_gcp/dataproc/job.py +18 -18
- pulumi_gcp/dataproc/metastore_federation.py +10 -10
- pulumi_gcp/dataproc/metastore_service.py +52 -52
- pulumi_gcp/dataproc/workflow_template.py +52 -52
- pulumi_gcp/datastream/connection_profile.py +18 -18
- pulumi_gcp/datastream/stream.py +222 -222
- pulumi_gcp/diagflow/cx_agent.py +22 -22
- pulumi_gcp/diagflow/cx_entity_type.py +2 -2
- pulumi_gcp/diagflow/cx_environment.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +98 -98
- pulumi_gcp/diagflow/cx_intent.py +6 -6
- pulumi_gcp/diagflow/cx_page.py +154 -154
- pulumi_gcp/diagflow/cx_security_settings.py +22 -22
- pulumi_gcp/diagflow/cx_test_case.py +46 -46
- pulumi_gcp/diagflow/cx_version.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/discoveryengine/chat_engine.py +8 -8
- pulumi_gcp/discoveryengine/data_store.py +12 -12
- pulumi_gcp/dns/get_keys.py +2 -2
- pulumi_gcp/dns/managed_zone.py +48 -48
- pulumi_gcp/dns/policy.py +12 -12
- pulumi_gcp/dns/record_set.py +20 -20
- pulumi_gcp/dns/response_policy.py +26 -26
- pulumi_gcp/dns/response_policy_rule.py +6 -6
- pulumi_gcp/edgecontainer/cluster.py +32 -32
- pulumi_gcp/edgecontainer/node_pool.py +28 -28
- pulumi_gcp/edgecontainer/vpn_connection.py +6 -6
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +20 -20
- pulumi_gcp/eventarc/trigger.py +10 -10
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/filestore/instance.py +28 -28
- pulumi_gcp/filestore/snapshot.py +4 -4
- pulumi_gcp/firebase/android_app.py +8 -8
- pulumi_gcp/firebase/apple_app.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +34 -34
- pulumi_gcp/firebase/hosting_custom_domain.py +2 -2
- pulumi_gcp/firebase/hosting_release.py +4 -4
- pulumi_gcp/firebase/hosting_version.py +4 -4
- pulumi_gcp/firebase/web_app.py +4 -4
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/firestore/index.py +16 -16
- pulumi_gcp/folder/access_approval_settings.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +12 -12
- pulumi_gcp/folder/iam_member.py +12 -12
- pulumi_gcp/folder/iam_policy.py +12 -12
- pulumi_gcp/folder/organization_policy.py +2 -2
- pulumi_gcp/gkebackup/backup_plan.py +130 -130
- pulumi_gcp/gkebackup/restore_plan.py +262 -262
- pulumi_gcp/gkehub/feature.py +90 -90
- pulumi_gcp/gkehub/feature_membership.py +66 -66
- pulumi_gcp/gkehub/fleet.py +4 -4
- pulumi_gcp/gkehub/membership.py +14 -14
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +6 -6
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +100 -100
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +182 -182
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +100 -100
- pulumi_gcp/gkeonprem/v_mware_cluster.py +112 -112
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +24 -24
- pulumi_gcp/healthcare/dataset.py +2 -2
- pulumi_gcp/healthcare/dicom_store.py +10 -10
- pulumi_gcp/healthcare/fhir_store.py +22 -22
- pulumi_gcp/healthcare/hl7_store.py +10 -10
- pulumi_gcp/iam/access_boundary_policy.py +16 -16
- pulumi_gcp/iam/deny_policy.py +18 -18
- pulumi_gcp/iam/workforce_pool.py +4 -4
- pulumi_gcp/iam/workforce_pool_provider.py +84 -84
- pulumi_gcp/iam/workload_identity_pool_provider.py +20 -20
- pulumi_gcp/identityplatform/config.py +32 -32
- pulumi_gcp/identityplatform/inbound_saml_config.py +14 -14
- pulumi_gcp/identityplatform/project_default_config.py +10 -10
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +14 -14
- pulumi_gcp/integrationconnectors/connection.py +132 -132
- pulumi_gcp/integrationconnectors/managed_zone.py +2 -2
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/secret_ciphertext.py +4 -4
- pulumi_gcp/logging/folder_bucket_config.py +2 -2
- pulumi_gcp/logging/metric.py +28 -28
- pulumi_gcp/logging/organization_bucket_config.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +4 -4
- pulumi_gcp/looker/instance.py +38 -38
- pulumi_gcp/managedkafka/cluster.py +18 -18
- pulumi_gcp/managedkafka/topic.py +8 -8
- pulumi_gcp/memcache/instance.py +8 -8
- pulumi_gcp/migrationcenter/preference_set.py +46 -46
- pulumi_gcp/monitoring/alert_policy.py +42 -42
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +4 -4
- pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
- pulumi_gcp/monitoring/get_notification_channel.py +8 -8
- pulumi_gcp/monitoring/metric_descriptor.py +10 -10
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +28 -28
- pulumi_gcp/monitoring/uptime_check_config.py +66 -66
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +6 -6
- pulumi_gcp/networkconnectivity/policy_based_route.py +10 -10
- pulumi_gcp/networkconnectivity/spoke.py +16 -16
- pulumi_gcp/networkmanagement/connectivity_test.py +18 -18
- pulumi_gcp/networksecurity/authorization_policy.py +10 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +12 -12
- pulumi_gcp/networksecurity/gateway_security_policy.py +42 -42
- pulumi_gcp/networksecurity/security_profile.py +6 -6
- pulumi_gcp/networksecurity/server_tls_policy.py +36 -36
- pulumi_gcp/networksecurity/tls_inspection_policy.py +92 -92
- pulumi_gcp/networkservices/edge_cache_keyset.py +2 -2
- pulumi_gcp/networkservices/edge_cache_origin.py +30 -30
- pulumi_gcp/networkservices/edge_cache_service.py +260 -260
- pulumi_gcp/networkservices/endpoint_policy.py +14 -14
- pulumi_gcp/networkservices/gateway.py +8 -8
- pulumi_gcp/networkservices/grpc_route.py +36 -36
- pulumi_gcp/networkservices/http_route.py +148 -148
- pulumi_gcp/networkservices/service_lb_policies.py +2 -2
- pulumi_gcp/networkservices/tcp_route.py +16 -16
- pulumi_gcp/networkservices/tls_route.py +12 -12
- pulumi_gcp/notebooks/instance.py +10 -10
- pulumi_gcp/notebooks/runtime.py +90 -90
- pulumi_gcp/organizations/access_approval_settings.py +8 -8
- pulumi_gcp/organizations/iam_audit_config.py +4 -4
- pulumi_gcp/organizations/iam_member.py +12 -12
- pulumi_gcp/organizations/iam_policy.py +12 -12
- pulumi_gcp/organizations/policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +12 -12
- pulumi_gcp/osconfig/guest_policies.py +28 -28
- pulumi_gcp/osconfig/os_policy_assignment.py +42 -42
- pulumi_gcp/osconfig/patch_deployment.py +70 -70
- pulumi_gcp/privilegedaccessmanager/entitlement.py +20 -20
- pulumi_gcp/projects/access_approval_settings.py +6 -6
- pulumi_gcp/projects/api_key.py +28 -28
- pulumi_gcp/projects/iam_audit_config.py +12 -12
- pulumi_gcp/projects/iam_binding.py +12 -12
- pulumi_gcp/projects/iam_member.py +12 -12
- pulumi_gcp/projects/iam_policy.py +12 -12
- pulumi_gcp/projects/organization_policy.py +2 -2
- pulumi_gcp/pubsub/lite_subscription.py +8 -8
- pulumi_gcp/pubsub/lite_topic.py +8 -8
- pulumi_gcp/pubsub/subscription.py +50 -50
- pulumi_gcp/pubsub/topic.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +54 -54
- pulumi_gcp/redis/instance.py +8 -8
- pulumi_gcp/secretmanager/secret.py +6 -6
- pulumi_gcp/secretmanager/secret_version.py +6 -6
- pulumi_gcp/securesourcemanager/instance.py +30 -30
- pulumi_gcp/securesourcemanager/repository.py +2 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +12 -12
- pulumi_gcp/securitycenter/instance_iam_binding.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_member.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_policy.py +14 -14
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/organization_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/sourcerepo/repository.py +4 -4
- pulumi_gcp/spanner/instance.py +12 -12
- pulumi_gcp/sql/database_instance.py +28 -28
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/bucket.py +12 -12
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +16 -16
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +38 -38
- pulumi_gcp/tpu/v2_vm.py +8 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +16 -16
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_group.py +6 -6
- pulumi_gcp/vertex/ai_feature_group_feature.py +6 -6
- pulumi_gcp/vertex/ai_feature_online_store.py +22 -22
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +76 -76
- pulumi_gcp/vertex/ai_feature_store.py +14 -14
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +30 -30
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +12 -12
- pulumi_gcp/vertex/ai_index.py +28 -28
- pulumi_gcp/vertex/ai_index_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vmwareengine/cluster.py +36 -36
- pulumi_gcp/vmwareengine/external_access_rule.py +20 -20
- pulumi_gcp/vmwareengine/external_address.py +12 -12
- pulumi_gcp/vmwareengine/private_cloud.py +26 -26
- pulumi_gcp/vmwareengine/subnet.py +12 -12
- pulumi_gcp/workbench/instance.py +66 -66
- pulumi_gcp/workstations/workstation.py +8 -8
- pulumi_gcp/workstations/workstation_cluster.py +4 -4
- pulumi_gcp/workstations/workstation_config.py +122 -122
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/top_level.txt +0 -0
@@ -610,7 +610,7 @@ class Listing(pulumi.CustomResource):
|
|
610
610
|
},
|
611
611
|
restricted_export_config={
|
612
612
|
"enabled": True,
|
613
|
-
"
|
613
|
+
"restrict_query_result": True,
|
614
614
|
})
|
615
615
|
```
|
616
616
|
|
@@ -727,7 +727,7 @@ class Listing(pulumi.CustomResource):
|
|
727
727
|
},
|
728
728
|
restricted_export_config={
|
729
729
|
"enabled": True,
|
730
|
-
"
|
730
|
+
"restrict_query_result": True,
|
731
731
|
})
|
732
732
|
```
|
733
733
|
|
@@ -334,7 +334,7 @@ class DataPolicy(pulumi.CustomResource):
|
|
334
334
|
return_type="{\\"typeKind\\" : \\"STRING\\"}",
|
335
335
|
arguments=[{
|
336
336
|
"name": "ssn",
|
337
|
-
"
|
337
|
+
"data_type": "{\\"typeKind\\" : \\"STRING\\"}",
|
338
338
|
}])
|
339
339
|
data_policy = gcp.bigquerydatapolicy.DataPolicy("data_policy",
|
340
340
|
location="us-central1",
|
@@ -451,7 +451,7 @@ class DataPolicy(pulumi.CustomResource):
|
|
451
451
|
return_type="{\\"typeKind\\" : \\"STRING\\"}",
|
452
452
|
arguments=[{
|
453
453
|
"name": "ssn",
|
454
|
-
"
|
454
|
+
"data_type": "{\\"typeKind\\" : \\"STRING\\"}",
|
455
455
|
}])
|
456
456
|
data_policy = gcp.bigquerydatapolicy.DataPolicy("data_policy",
|
457
457
|
location="us-central1",
|
@@ -251,10 +251,10 @@ class AuthorizedView(pulumi.CustomResource):
|
|
251
251
|
instance = gcp.bigtable.Instance("instance",
|
252
252
|
name="tf-instance",
|
253
253
|
clusters=[{
|
254
|
-
"
|
254
|
+
"cluster_id": "tf-instance-cluster",
|
255
255
|
"zone": "us-central1-b",
|
256
|
-
"
|
257
|
-
"
|
256
|
+
"num_nodes": 3,
|
257
|
+
"storage_type": "HDD",
|
258
258
|
}])
|
259
259
|
table = gcp.bigtable.Table("table",
|
260
260
|
name="tf-table",
|
@@ -278,18 +278,18 @@ class AuthorizedView(pulumi.CustomResource):
|
|
278
278
|
instance_name=instance.name,
|
279
279
|
table_name=table.name,
|
280
280
|
subset_view={
|
281
|
-
"
|
282
|
-
"
|
281
|
+
"row_prefixes": [std.base64encode(input="prefix#").result],
|
282
|
+
"family_subsets": [
|
283
283
|
{
|
284
|
-
"
|
284
|
+
"family_name": "family-first",
|
285
285
|
"qualifiers": [
|
286
286
|
std.base64encode(input="qualifier").result,
|
287
287
|
std.base64encode(input="qualifier-second").result,
|
288
288
|
],
|
289
289
|
},
|
290
290
|
{
|
291
|
-
"
|
292
|
-
"
|
291
|
+
"family_name": "family-second",
|
292
|
+
"qualifier_prefixes": [""],
|
293
293
|
},
|
294
294
|
],
|
295
295
|
})
|
@@ -347,10 +347,10 @@ class AuthorizedView(pulumi.CustomResource):
|
|
347
347
|
instance = gcp.bigtable.Instance("instance",
|
348
348
|
name="tf-instance",
|
349
349
|
clusters=[{
|
350
|
-
"
|
350
|
+
"cluster_id": "tf-instance-cluster",
|
351
351
|
"zone": "us-central1-b",
|
352
|
-
"
|
353
|
-
"
|
352
|
+
"num_nodes": 3,
|
353
|
+
"storage_type": "HDD",
|
354
354
|
}])
|
355
355
|
table = gcp.bigtable.Table("table",
|
356
356
|
name="tf-table",
|
@@ -374,18 +374,18 @@ class AuthorizedView(pulumi.CustomResource):
|
|
374
374
|
instance_name=instance.name,
|
375
375
|
table_name=table.name,
|
376
376
|
subset_view={
|
377
|
-
"
|
378
|
-
"
|
377
|
+
"row_prefixes": [std.base64encode(input="prefix#").result],
|
378
|
+
"family_subsets": [
|
379
379
|
{
|
380
|
-
"
|
380
|
+
"family_name": "family-first",
|
381
381
|
"qualifiers": [
|
382
382
|
std.base64encode(input="qualifier").result,
|
383
383
|
std.base64encode(input="qualifier-second").result,
|
384
384
|
],
|
385
385
|
},
|
386
386
|
{
|
387
|
-
"
|
388
|
-
"
|
387
|
+
"family_name": "family-second",
|
388
|
+
"qualifier_prefixes": [""],
|
389
389
|
},
|
390
390
|
],
|
391
391
|
})
|
pulumi_gcp/bigtable/gc_policy.py
CHANGED
@@ -414,9 +414,9 @@ class GCPolicy(pulumi.CustomResource):
|
|
414
414
|
instance = gcp.bigtable.Instance("instance",
|
415
415
|
name="tf-instance",
|
416
416
|
clusters=[{
|
417
|
-
"
|
418
|
-
"
|
419
|
-
"
|
417
|
+
"cluster_id": "tf-instance-cluster",
|
418
|
+
"num_nodes": 3,
|
419
|
+
"storage_type": "HDD",
|
420
420
|
}])
|
421
421
|
table = gcp.bigtable.Table("table",
|
422
422
|
name="tf-table",
|
@@ -472,7 +472,7 @@ class GCPolicy(pulumi.CustomResource):
|
|
472
472
|
instance = gcp.bigtable.Instance("instance",
|
473
473
|
name="instance_name",
|
474
474
|
clusters=[{
|
475
|
-
"
|
475
|
+
"cluster_id": "cid",
|
476
476
|
"zone": "us-central1-b",
|
477
477
|
}],
|
478
478
|
instance_type="DEVELOPMENT",
|
@@ -563,9 +563,9 @@ class GCPolicy(pulumi.CustomResource):
|
|
563
563
|
instance = gcp.bigtable.Instance("instance",
|
564
564
|
name="tf-instance",
|
565
565
|
clusters=[{
|
566
|
-
"
|
567
|
-
"
|
568
|
-
"
|
566
|
+
"cluster_id": "tf-instance-cluster",
|
567
|
+
"num_nodes": 3,
|
568
|
+
"storage_type": "HDD",
|
569
569
|
}])
|
570
570
|
table = gcp.bigtable.Table("table",
|
571
571
|
name="tf-table",
|
@@ -621,7 +621,7 @@ class GCPolicy(pulumi.CustomResource):
|
|
621
621
|
instance = gcp.bigtable.Instance("instance",
|
622
622
|
name="instance_name",
|
623
623
|
clusters=[{
|
624
|
-
"
|
624
|
+
"cluster_id": "cid",
|
625
625
|
"zone": "us-central1-b",
|
626
626
|
}],
|
627
627
|
instance_type="DEVELOPMENT",
|
pulumi_gcp/bigtable/instance.py
CHANGED
@@ -427,9 +427,9 @@ class Instance(pulumi.CustomResource):
|
|
427
427
|
production_instance = gcp.bigtable.Instance("production-instance",
|
428
428
|
name="tf-instance",
|
429
429
|
clusters=[{
|
430
|
-
"
|
431
|
-
"
|
432
|
-
"
|
430
|
+
"cluster_id": "tf-instance-cluster",
|
431
|
+
"num_nodes": 1,
|
432
|
+
"storage_type": "HDD",
|
433
433
|
}],
|
434
434
|
labels={
|
435
435
|
"my-label": "prod-label",
|
@@ -446,19 +446,19 @@ class Instance(pulumi.CustomResource):
|
|
446
446
|
name="tf-instance",
|
447
447
|
clusters=[
|
448
448
|
{
|
449
|
-
"
|
450
|
-
"
|
451
|
-
"
|
449
|
+
"cluster_id": "tf-instance-cluster1",
|
450
|
+
"num_nodes": 1,
|
451
|
+
"storage_type": "HDD",
|
452
452
|
"zone": "us-central1-c",
|
453
453
|
},
|
454
454
|
{
|
455
|
-
"
|
456
|
-
"
|
455
|
+
"cluster_id": "tf-instance-cluster2",
|
456
|
+
"storage_type": "HDD",
|
457
457
|
"zone": "us-central1-b",
|
458
|
-
"
|
459
|
-
"
|
460
|
-
"
|
461
|
-
"
|
458
|
+
"autoscaling_config": {
|
459
|
+
"min_nodes": 1,
|
460
|
+
"max_nodes": 3,
|
461
|
+
"cpu_target": 50,
|
462
462
|
},
|
463
463
|
},
|
464
464
|
],
|
@@ -548,9 +548,9 @@ class Instance(pulumi.CustomResource):
|
|
548
548
|
production_instance = gcp.bigtable.Instance("production-instance",
|
549
549
|
name="tf-instance",
|
550
550
|
clusters=[{
|
551
|
-
"
|
552
|
-
"
|
553
|
-
"
|
551
|
+
"cluster_id": "tf-instance-cluster",
|
552
|
+
"num_nodes": 1,
|
553
|
+
"storage_type": "HDD",
|
554
554
|
}],
|
555
555
|
labels={
|
556
556
|
"my-label": "prod-label",
|
@@ -567,19 +567,19 @@ class Instance(pulumi.CustomResource):
|
|
567
567
|
name="tf-instance",
|
568
568
|
clusters=[
|
569
569
|
{
|
570
|
-
"
|
571
|
-
"
|
572
|
-
"
|
570
|
+
"cluster_id": "tf-instance-cluster1",
|
571
|
+
"num_nodes": 1,
|
572
|
+
"storage_type": "HDD",
|
573
573
|
"zone": "us-central1-c",
|
574
574
|
},
|
575
575
|
{
|
576
|
-
"
|
577
|
-
"
|
576
|
+
"cluster_id": "tf-instance-cluster2",
|
577
|
+
"storage_type": "HDD",
|
578
578
|
"zone": "us-central1-b",
|
579
|
-
"
|
580
|
-
"
|
581
|
-
"
|
582
|
-
"
|
579
|
+
"autoscaling_config": {
|
580
|
+
"min_nodes": 1,
|
581
|
+
"max_nodes": 3,
|
582
|
+
"cpu_target": 50,
|
583
583
|
},
|
584
584
|
},
|
585
585
|
],
|
pulumi_gcp/bigtable/table.py
CHANGED
@@ -341,10 +341,10 @@ class Table(pulumi.CustomResource):
|
|
341
341
|
instance = gcp.bigtable.Instance("instance",
|
342
342
|
name="tf-instance",
|
343
343
|
clusters=[{
|
344
|
-
"
|
344
|
+
"cluster_id": "tf-instance-cluster",
|
345
345
|
"zone": "us-central1-b",
|
346
|
-
"
|
347
|
-
"
|
346
|
+
"num_nodes": 3,
|
347
|
+
"storage_type": "HDD",
|
348
348
|
}])
|
349
349
|
table = gcp.bigtable.Table("table",
|
350
350
|
name="tf-table",
|
@@ -428,10 +428,10 @@ class Table(pulumi.CustomResource):
|
|
428
428
|
instance = gcp.bigtable.Instance("instance",
|
429
429
|
name="tf-instance",
|
430
430
|
clusters=[{
|
431
|
-
"
|
431
|
+
"cluster_id": "tf-instance-cluster",
|
432
432
|
"zone": "us-central1-b",
|
433
|
-
"
|
434
|
-
"
|
433
|
+
"num_nodes": 3,
|
434
|
+
"storage_type": "HDD",
|
435
435
|
}])
|
436
436
|
table = gcp.bigtable.Table("table",
|
437
437
|
name="tf-table",
|
pulumi_gcp/billing/budget.py
CHANGED
@@ -333,13 +333,13 @@ class Budget(pulumi.CustomResource):
|
|
333
333
|
billing_account=account.id,
|
334
334
|
display_name="Example Billing Budget",
|
335
335
|
amount={
|
336
|
-
"
|
337
|
-
"
|
336
|
+
"specified_amount": {
|
337
|
+
"currency_code": "USD",
|
338
338
|
"units": "100000",
|
339
339
|
},
|
340
340
|
},
|
341
341
|
threshold_rules=[{
|
342
|
-
"
|
342
|
+
"threshold_percent": 0.5,
|
343
343
|
}])
|
344
344
|
```
|
345
345
|
### Billing Budget Lastperiod
|
@@ -357,10 +357,10 @@ class Budget(pulumi.CustomResource):
|
|
357
357
|
"projects": [f"projects/{project.number}"],
|
358
358
|
},
|
359
359
|
amount={
|
360
|
-
"
|
360
|
+
"last_period_amount": True,
|
361
361
|
},
|
362
362
|
threshold_rules=[{
|
363
|
-
"
|
363
|
+
"threshold_percent": 10,
|
364
364
|
}])
|
365
365
|
```
|
366
366
|
### Billing Budget Filter
|
@@ -376,27 +376,27 @@ class Budget(pulumi.CustomResource):
|
|
376
376
|
display_name="Example Billing Budget",
|
377
377
|
budget_filter={
|
378
378
|
"projects": [f"projects/{project.number}"],
|
379
|
-
"
|
379
|
+
"credit_types_treatment": "INCLUDE_SPECIFIED_CREDITS",
|
380
380
|
"services": ["services/24E6-581D-38E5"],
|
381
|
-
"
|
381
|
+
"credit_types": [
|
382
382
|
"PROMOTION",
|
383
383
|
"FREE_TIER",
|
384
384
|
],
|
385
|
-
"
|
385
|
+
"resource_ancestors": ["organizations/123456789"],
|
386
386
|
},
|
387
387
|
amount={
|
388
|
-
"
|
389
|
-
"
|
388
|
+
"specified_amount": {
|
389
|
+
"currency_code": "USD",
|
390
390
|
"units": "100000",
|
391
391
|
},
|
392
392
|
},
|
393
393
|
threshold_rules=[
|
394
394
|
{
|
395
|
-
"
|
395
|
+
"threshold_percent": 0.5,
|
396
396
|
},
|
397
397
|
{
|
398
|
-
"
|
399
|
-
"
|
398
|
+
"threshold_percent": 0.9,
|
399
|
+
"spend_basis": "FORECASTED_SPEND",
|
400
400
|
},
|
401
401
|
])
|
402
402
|
```
|
@@ -421,23 +421,23 @@ class Budget(pulumi.CustomResource):
|
|
421
421
|
"projects": [f"projects/{project.number}"],
|
422
422
|
},
|
423
423
|
amount={
|
424
|
-
"
|
425
|
-
"
|
424
|
+
"specified_amount": {
|
425
|
+
"currency_code": "USD",
|
426
426
|
"units": "100000",
|
427
427
|
},
|
428
428
|
},
|
429
429
|
threshold_rules=[
|
430
430
|
{
|
431
|
-
"
|
431
|
+
"threshold_percent": 1,
|
432
432
|
},
|
433
433
|
{
|
434
|
-
"
|
435
|
-
"
|
434
|
+
"threshold_percent": 1,
|
435
|
+
"spend_basis": "FORECASTED_SPEND",
|
436
436
|
},
|
437
437
|
],
|
438
438
|
all_updates_rule={
|
439
|
-
"
|
440
|
-
"
|
439
|
+
"monitoring_notification_channels": [notification_channel.id],
|
440
|
+
"disable_default_iam_recipients": True,
|
441
441
|
})
|
442
442
|
```
|
443
443
|
### Billing Budget Notify Project Recipient
|
@@ -455,14 +455,14 @@ class Budget(pulumi.CustomResource):
|
|
455
455
|
"projects": [f"projects/{project.number}"],
|
456
456
|
},
|
457
457
|
amount={
|
458
|
-
"
|
459
|
-
"
|
458
|
+
"specified_amount": {
|
459
|
+
"currency_code": "USD",
|
460
460
|
"units": "100000",
|
461
461
|
},
|
462
462
|
},
|
463
463
|
all_updates_rule={
|
464
|
-
"
|
465
|
-
"
|
464
|
+
"monitoring_notification_channels": [],
|
465
|
+
"enable_project_level_recipients": True,
|
466
466
|
})
|
467
467
|
```
|
468
468
|
### Billing Budget Customperiod
|
@@ -478,15 +478,15 @@ class Budget(pulumi.CustomResource):
|
|
478
478
|
display_name="Example Billing Budget",
|
479
479
|
budget_filter={
|
480
480
|
"projects": [f"projects/{project.number}"],
|
481
|
-
"
|
481
|
+
"credit_types_treatment": "EXCLUDE_ALL_CREDITS",
|
482
482
|
"services": ["services/24E6-581D-38E5"],
|
483
|
-
"
|
484
|
-
"
|
483
|
+
"custom_period": {
|
484
|
+
"start_date": {
|
485
485
|
"year": 2022,
|
486
486
|
"month": 1,
|
487
487
|
"day": 1,
|
488
488
|
},
|
489
|
-
"
|
489
|
+
"end_date": {
|
490
490
|
"year": 2023,
|
491
491
|
"month": 12,
|
492
492
|
"day": 31,
|
@@ -494,17 +494,17 @@ class Budget(pulumi.CustomResource):
|
|
494
494
|
},
|
495
495
|
},
|
496
496
|
amount={
|
497
|
-
"
|
498
|
-
"
|
497
|
+
"specified_amount": {
|
498
|
+
"currency_code": "USD",
|
499
499
|
"units": "100000",
|
500
500
|
},
|
501
501
|
},
|
502
502
|
threshold_rules=[
|
503
503
|
{
|
504
|
-
"
|
504
|
+
"threshold_percent": 0.5,
|
505
505
|
},
|
506
506
|
{
|
507
|
-
"
|
507
|
+
"threshold_percent": 0.9,
|
508
508
|
},
|
509
509
|
])
|
510
510
|
```
|
@@ -581,13 +581,13 @@ class Budget(pulumi.CustomResource):
|
|
581
581
|
billing_account=account.id,
|
582
582
|
display_name="Example Billing Budget",
|
583
583
|
amount={
|
584
|
-
"
|
585
|
-
"
|
584
|
+
"specified_amount": {
|
585
|
+
"currency_code": "USD",
|
586
586
|
"units": "100000",
|
587
587
|
},
|
588
588
|
},
|
589
589
|
threshold_rules=[{
|
590
|
-
"
|
590
|
+
"threshold_percent": 0.5,
|
591
591
|
}])
|
592
592
|
```
|
593
593
|
### Billing Budget Lastperiod
|
@@ -605,10 +605,10 @@ class Budget(pulumi.CustomResource):
|
|
605
605
|
"projects": [f"projects/{project.number}"],
|
606
606
|
},
|
607
607
|
amount={
|
608
|
-
"
|
608
|
+
"last_period_amount": True,
|
609
609
|
},
|
610
610
|
threshold_rules=[{
|
611
|
-
"
|
611
|
+
"threshold_percent": 10,
|
612
612
|
}])
|
613
613
|
```
|
614
614
|
### Billing Budget Filter
|
@@ -624,27 +624,27 @@ class Budget(pulumi.CustomResource):
|
|
624
624
|
display_name="Example Billing Budget",
|
625
625
|
budget_filter={
|
626
626
|
"projects": [f"projects/{project.number}"],
|
627
|
-
"
|
627
|
+
"credit_types_treatment": "INCLUDE_SPECIFIED_CREDITS",
|
628
628
|
"services": ["services/24E6-581D-38E5"],
|
629
|
-
"
|
629
|
+
"credit_types": [
|
630
630
|
"PROMOTION",
|
631
631
|
"FREE_TIER",
|
632
632
|
],
|
633
|
-
"
|
633
|
+
"resource_ancestors": ["organizations/123456789"],
|
634
634
|
},
|
635
635
|
amount={
|
636
|
-
"
|
637
|
-
"
|
636
|
+
"specified_amount": {
|
637
|
+
"currency_code": "USD",
|
638
638
|
"units": "100000",
|
639
639
|
},
|
640
640
|
},
|
641
641
|
threshold_rules=[
|
642
642
|
{
|
643
|
-
"
|
643
|
+
"threshold_percent": 0.5,
|
644
644
|
},
|
645
645
|
{
|
646
|
-
"
|
647
|
-
"
|
646
|
+
"threshold_percent": 0.9,
|
647
|
+
"spend_basis": "FORECASTED_SPEND",
|
648
648
|
},
|
649
649
|
])
|
650
650
|
```
|
@@ -669,23 +669,23 @@ class Budget(pulumi.CustomResource):
|
|
669
669
|
"projects": [f"projects/{project.number}"],
|
670
670
|
},
|
671
671
|
amount={
|
672
|
-
"
|
673
|
-
"
|
672
|
+
"specified_amount": {
|
673
|
+
"currency_code": "USD",
|
674
674
|
"units": "100000",
|
675
675
|
},
|
676
676
|
},
|
677
677
|
threshold_rules=[
|
678
678
|
{
|
679
|
-
"
|
679
|
+
"threshold_percent": 1,
|
680
680
|
},
|
681
681
|
{
|
682
|
-
"
|
683
|
-
"
|
682
|
+
"threshold_percent": 1,
|
683
|
+
"spend_basis": "FORECASTED_SPEND",
|
684
684
|
},
|
685
685
|
],
|
686
686
|
all_updates_rule={
|
687
|
-
"
|
688
|
-
"
|
687
|
+
"monitoring_notification_channels": [notification_channel.id],
|
688
|
+
"disable_default_iam_recipients": True,
|
689
689
|
})
|
690
690
|
```
|
691
691
|
### Billing Budget Notify Project Recipient
|
@@ -703,14 +703,14 @@ class Budget(pulumi.CustomResource):
|
|
703
703
|
"projects": [f"projects/{project.number}"],
|
704
704
|
},
|
705
705
|
amount={
|
706
|
-
"
|
707
|
-
"
|
706
|
+
"specified_amount": {
|
707
|
+
"currency_code": "USD",
|
708
708
|
"units": "100000",
|
709
709
|
},
|
710
710
|
},
|
711
711
|
all_updates_rule={
|
712
|
-
"
|
713
|
-
"
|
712
|
+
"monitoring_notification_channels": [],
|
713
|
+
"enable_project_level_recipients": True,
|
714
714
|
})
|
715
715
|
```
|
716
716
|
### Billing Budget Customperiod
|
@@ -726,15 +726,15 @@ class Budget(pulumi.CustomResource):
|
|
726
726
|
display_name="Example Billing Budget",
|
727
727
|
budget_filter={
|
728
728
|
"projects": [f"projects/{project.number}"],
|
729
|
-
"
|
729
|
+
"credit_types_treatment": "EXCLUDE_ALL_CREDITS",
|
730
730
|
"services": ["services/24E6-581D-38E5"],
|
731
|
-
"
|
732
|
-
"
|
731
|
+
"custom_period": {
|
732
|
+
"start_date": {
|
733
733
|
"year": 2022,
|
734
734
|
"month": 1,
|
735
735
|
"day": 1,
|
736
736
|
},
|
737
|
-
"
|
737
|
+
"end_date": {
|
738
738
|
"year": 2023,
|
739
739
|
"month": 12,
|
740
740
|
"day": 31,
|
@@ -742,17 +742,17 @@ class Budget(pulumi.CustomResource):
|
|
742
742
|
},
|
743
743
|
},
|
744
744
|
amount={
|
745
|
-
"
|
746
|
-
"
|
745
|
+
"specified_amount": {
|
746
|
+
"currency_code": "USD",
|
747
747
|
"units": "100000",
|
748
748
|
},
|
749
749
|
},
|
750
750
|
threshold_rules=[
|
751
751
|
{
|
752
|
-
"
|
752
|
+
"threshold_percent": 0.5,
|
753
753
|
},
|
754
754
|
{
|
755
|
-
"
|
755
|
+
"threshold_percent": 0.9,
|
756
756
|
},
|
757
757
|
])
|
758
758
|
```
|