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
@@ -571,7 +571,7 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
571
571
|
timeout_sec=1,
|
572
572
|
http_health_check={
|
573
573
|
"port": 80,
|
574
|
-
"
|
574
|
+
"request_path": "/",
|
575
575
|
})
|
576
576
|
login = gcp.compute.RegionBackendService("login",
|
577
577
|
region="us-central1",
|
@@ -594,12 +594,12 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
594
594
|
default_service=home.id,
|
595
595
|
host_rules=[{
|
596
596
|
"hosts": ["mysite.com"],
|
597
|
-
"
|
597
|
+
"path_matcher": "allpaths",
|
598
598
|
}],
|
599
599
|
path_matchers=[{
|
600
600
|
"name": "allpaths",
|
601
|
-
"
|
602
|
-
"
|
601
|
+
"default_service": home.id,
|
602
|
+
"path_rules": [
|
603
603
|
{
|
604
604
|
"paths": ["/home"],
|
605
605
|
"service": home.id,
|
@@ -629,7 +629,7 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
629
629
|
timeout_sec=1,
|
630
630
|
http_health_check={
|
631
631
|
"port": 80,
|
632
|
-
"
|
632
|
+
"request_path": "/",
|
633
633
|
})
|
634
634
|
login = gcp.compute.RegionBackendService("login",
|
635
635
|
region="us-central1",
|
@@ -650,98 +650,98 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
650
650
|
name="regionurlmap",
|
651
651
|
description="a description",
|
652
652
|
default_route_action={
|
653
|
-
"
|
654
|
-
"
|
653
|
+
"retry_policy": {
|
654
|
+
"retry_conditions": [
|
655
655
|
"5xx",
|
656
656
|
"gateway-error",
|
657
657
|
],
|
658
|
-
"
|
659
|
-
"
|
658
|
+
"num_retries": 3,
|
659
|
+
"per_try_timeout": {
|
660
660
|
"seconds": "0",
|
661
661
|
"nanos": 500,
|
662
662
|
},
|
663
663
|
},
|
664
|
-
"
|
665
|
-
"
|
664
|
+
"request_mirror_policy": {
|
665
|
+
"backend_service": home.id,
|
666
666
|
},
|
667
|
-
"
|
667
|
+
"weighted_backend_services": [
|
668
668
|
{
|
669
|
-
"
|
669
|
+
"backend_service": login.id,
|
670
670
|
"weight": 200,
|
671
|
-
"
|
672
|
-
"
|
673
|
-
"
|
674
|
-
"
|
671
|
+
"header_action": {
|
672
|
+
"request_headers_to_adds": [{
|
673
|
+
"header_name": "foo-request-1",
|
674
|
+
"header_value": "bar",
|
675
675
|
"replace": True,
|
676
676
|
}],
|
677
|
-
"
|
678
|
-
"
|
679
|
-
"
|
680
|
-
"
|
677
|
+
"request_headers_to_removes": ["fizz"],
|
678
|
+
"response_headers_to_adds": [{
|
679
|
+
"header_name": "foo-response-1",
|
680
|
+
"header_value": "bar",
|
681
681
|
"replace": True,
|
682
682
|
}],
|
683
|
-
"
|
683
|
+
"response_headers_to_removes": ["buzz"],
|
684
684
|
},
|
685
685
|
},
|
686
686
|
{
|
687
|
-
"
|
687
|
+
"backend_service": home.id,
|
688
688
|
"weight": 100,
|
689
|
-
"
|
690
|
-
"
|
689
|
+
"header_action": {
|
690
|
+
"request_headers_to_adds": [
|
691
691
|
{
|
692
|
-
"
|
693
|
-
"
|
692
|
+
"header_name": "foo-request-1",
|
693
|
+
"header_value": "bar",
|
694
694
|
"replace": True,
|
695
695
|
},
|
696
696
|
{
|
697
|
-
"
|
698
|
-
"
|
697
|
+
"header_name": "foo-request-2",
|
698
|
+
"header_value": "bar",
|
699
699
|
"replace": True,
|
700
700
|
},
|
701
701
|
],
|
702
|
-
"
|
703
|
-
"
|
702
|
+
"request_headers_to_removes": ["fizz"],
|
703
|
+
"response_headers_to_adds": [
|
704
704
|
{
|
705
|
-
"
|
706
|
-
"
|
705
|
+
"header_name": "foo-response-2",
|
706
|
+
"header_value": "bar",
|
707
707
|
"replace": True,
|
708
708
|
},
|
709
709
|
{
|
710
|
-
"
|
711
|
-
"
|
710
|
+
"header_name": "foo-response-1",
|
711
|
+
"header_value": "bar",
|
712
712
|
"replace": True,
|
713
713
|
},
|
714
714
|
],
|
715
|
-
"
|
715
|
+
"response_headers_to_removes": ["buzz"],
|
716
716
|
},
|
717
717
|
},
|
718
718
|
],
|
719
|
-
"
|
720
|
-
"
|
721
|
-
"
|
719
|
+
"url_rewrite": {
|
720
|
+
"host_rewrite": "dev.example.com",
|
721
|
+
"path_prefix_rewrite": "/v1/api/",
|
722
722
|
},
|
723
|
-
"
|
723
|
+
"cors_policy": {
|
724
724
|
"disabled": False,
|
725
|
-
"
|
726
|
-
"
|
727
|
-
"
|
725
|
+
"allow_credentials": True,
|
726
|
+
"allow_headers": ["foobar"],
|
727
|
+
"allow_methods": [
|
728
728
|
"GET",
|
729
729
|
"POST",
|
730
730
|
],
|
731
|
-
"
|
732
|
-
"
|
733
|
-
"
|
731
|
+
"allow_origins": ["example.com"],
|
732
|
+
"expose_headers": ["foobar"],
|
733
|
+
"max_age": 60,
|
734
734
|
},
|
735
|
-
"
|
735
|
+
"fault_injection_policy": {
|
736
736
|
"delay": {
|
737
|
-
"
|
737
|
+
"fixed_delay": {
|
738
738
|
"seconds": "0",
|
739
739
|
"nanos": 500,
|
740
740
|
},
|
741
741
|
"percentage": 0.5,
|
742
742
|
},
|
743
743
|
"abort": {
|
744
|
-
"
|
744
|
+
"http_status": 500,
|
745
745
|
"percentage": 0.5,
|
746
746
|
},
|
747
747
|
},
|
@@ -752,12 +752,12 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
752
752
|
},
|
753
753
|
host_rules=[{
|
754
754
|
"hosts": ["mysite.com"],
|
755
|
-
"
|
755
|
+
"path_matcher": "allpaths",
|
756
756
|
}],
|
757
757
|
path_matchers=[{
|
758
758
|
"name": "allpaths",
|
759
|
-
"
|
760
|
-
"
|
759
|
+
"default_service": home.id,
|
760
|
+
"path_rules": [
|
761
761
|
{
|
762
762
|
"paths": ["/home"],
|
763
763
|
"service": home.id,
|
@@ -797,45 +797,45 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
797
797
|
default_service=home.id,
|
798
798
|
host_rules=[{
|
799
799
|
"hosts": ["mysite.com"],
|
800
|
-
"
|
800
|
+
"path_matcher": "allpaths",
|
801
801
|
}],
|
802
802
|
path_matchers=[{
|
803
803
|
"name": "allpaths",
|
804
|
-
"
|
805
|
-
"
|
804
|
+
"default_service": home.id,
|
805
|
+
"path_rules": [{
|
806
806
|
"paths": ["/home"],
|
807
|
-
"
|
808
|
-
"
|
809
|
-
"
|
810
|
-
"
|
811
|
-
"
|
812
|
-
"
|
813
|
-
"
|
814
|
-
"
|
807
|
+
"route_action": {
|
808
|
+
"cors_policy": {
|
809
|
+
"allow_credentials": True,
|
810
|
+
"allow_headers": ["Allowed content"],
|
811
|
+
"allow_methods": ["GET"],
|
812
|
+
"allow_origins": ["Allowed origin"],
|
813
|
+
"expose_headers": ["Exposed header"],
|
814
|
+
"max_age": 30,
|
815
815
|
"disabled": False,
|
816
816
|
},
|
817
|
-
"
|
817
|
+
"fault_injection_policy": {
|
818
818
|
"abort": {
|
819
|
-
"
|
819
|
+
"http_status": 234,
|
820
820
|
"percentage": 5.6,
|
821
821
|
},
|
822
822
|
"delay": {
|
823
|
-
"
|
823
|
+
"fixed_delay": {
|
824
824
|
"seconds": "0",
|
825
825
|
"nanos": 50000,
|
826
826
|
},
|
827
827
|
"percentage": 7.8,
|
828
828
|
},
|
829
829
|
},
|
830
|
-
"
|
831
|
-
"
|
830
|
+
"request_mirror_policy": {
|
831
|
+
"backend_service": home.id,
|
832
832
|
},
|
833
|
-
"
|
834
|
-
"
|
835
|
-
"
|
833
|
+
"retry_policy": {
|
834
|
+
"num_retries": 4,
|
835
|
+
"per_try_timeout": {
|
836
836
|
"seconds": "30",
|
837
837
|
},
|
838
|
-
"
|
838
|
+
"retry_conditions": [
|
839
839
|
"5xx",
|
840
840
|
"deadline-exceeded",
|
841
841
|
],
|
@@ -844,24 +844,24 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
844
844
|
"seconds": "20",
|
845
845
|
"nanos": 750000000,
|
846
846
|
},
|
847
|
-
"
|
848
|
-
"
|
849
|
-
"
|
847
|
+
"url_rewrite": {
|
848
|
+
"host_rewrite": "dev.example.com",
|
849
|
+
"path_prefix_rewrite": "/v1/api/",
|
850
850
|
},
|
851
|
-
"
|
852
|
-
"
|
851
|
+
"weighted_backend_services": [{
|
852
|
+
"backend_service": home.id,
|
853
853
|
"weight": 400,
|
854
|
-
"
|
855
|
-
"
|
856
|
-
"
|
857
|
-
"
|
858
|
-
"
|
854
|
+
"header_action": {
|
855
|
+
"request_headers_to_removes": ["RemoveMe"],
|
856
|
+
"request_headers_to_adds": [{
|
857
|
+
"header_name": "AddMe",
|
858
|
+
"header_value": "MyValue",
|
859
859
|
"replace": True,
|
860
860
|
}],
|
861
|
-
"
|
862
|
-
"
|
863
|
-
"
|
864
|
-
"
|
861
|
+
"response_headers_to_removes": ["RemoveMe"],
|
862
|
+
"response_headers_to_adds": [{
|
863
|
+
"header_name": "AddMe",
|
864
|
+
"header_value": "MyValue",
|
865
865
|
"replace": False,
|
866
866
|
}],
|
867
867
|
},
|
@@ -898,20 +898,20 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
898
898
|
default_service=home.id,
|
899
899
|
host_rules=[{
|
900
900
|
"hosts": ["mysite.com"],
|
901
|
-
"
|
901
|
+
"path_matcher": "allpaths",
|
902
902
|
}],
|
903
903
|
path_matchers=[{
|
904
904
|
"name": "allpaths",
|
905
|
-
"
|
906
|
-
"
|
905
|
+
"default_service": home.id,
|
906
|
+
"path_rules": [{
|
907
907
|
"paths": ["/home"],
|
908
|
-
"
|
909
|
-
"
|
910
|
-
"
|
911
|
-
"
|
908
|
+
"route_action": {
|
909
|
+
"retry_policy": {
|
910
|
+
"num_retries": 4,
|
911
|
+
"per_try_timeout": {
|
912
912
|
"seconds": "30",
|
913
913
|
},
|
914
|
-
"
|
914
|
+
"retry_conditions": [
|
915
915
|
"5xx",
|
916
916
|
"deadline-exceeded",
|
917
917
|
],
|
@@ -920,17 +920,17 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
920
920
|
"seconds": "20",
|
921
921
|
"nanos": 750000000,
|
922
922
|
},
|
923
|
-
"
|
924
|
-
"
|
925
|
-
"
|
923
|
+
"url_rewrite": {
|
924
|
+
"host_rewrite": "dev.example.com",
|
925
|
+
"path_prefix_rewrite": "/v1/api/",
|
926
926
|
},
|
927
|
-
"
|
928
|
-
"
|
927
|
+
"weighted_backend_services": [{
|
928
|
+
"backend_service": home.id,
|
929
929
|
"weight": 400,
|
930
|
-
"
|
931
|
-
"
|
932
|
-
"
|
933
|
-
"
|
930
|
+
"header_action": {
|
931
|
+
"response_headers_to_adds": [{
|
932
|
+
"header_name": "AddMe",
|
933
|
+
"header_value": "MyValue",
|
934
934
|
"replace": False,
|
935
935
|
}],
|
936
936
|
},
|
@@ -967,53 +967,53 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
967
967
|
default_service=home.id,
|
968
968
|
host_rules=[{
|
969
969
|
"hosts": ["mysite.com"],
|
970
|
-
"
|
970
|
+
"path_matcher": "allpaths",
|
971
971
|
}],
|
972
972
|
path_matchers=[{
|
973
973
|
"name": "allpaths",
|
974
|
-
"
|
975
|
-
"
|
974
|
+
"default_service": home.id,
|
975
|
+
"route_rules": [{
|
976
976
|
"priority": 1,
|
977
|
-
"
|
978
|
-
"
|
979
|
-
"
|
980
|
-
"
|
981
|
-
"
|
977
|
+
"header_action": {
|
978
|
+
"request_headers_to_removes": ["RemoveMe2"],
|
979
|
+
"request_headers_to_adds": [{
|
980
|
+
"header_name": "AddSomethingElse",
|
981
|
+
"header_value": "MyOtherValue",
|
982
982
|
"replace": True,
|
983
983
|
}],
|
984
|
-
"
|
985
|
-
"
|
986
|
-
"
|
987
|
-
"
|
984
|
+
"response_headers_to_removes": ["RemoveMe3"],
|
985
|
+
"response_headers_to_adds": [{
|
986
|
+
"header_name": "AddMe",
|
987
|
+
"header_value": "MyValue",
|
988
988
|
"replace": False,
|
989
989
|
}],
|
990
990
|
},
|
991
|
-
"
|
992
|
-
"
|
993
|
-
"
|
994
|
-
"
|
995
|
-
"
|
996
|
-
"
|
991
|
+
"match_rules": [{
|
992
|
+
"full_path_match": "a full path",
|
993
|
+
"header_matches": [{
|
994
|
+
"header_name": "someheader",
|
995
|
+
"exact_match": "match this exactly",
|
996
|
+
"invert_match": True,
|
997
997
|
}],
|
998
|
-
"
|
999
|
-
"
|
1000
|
-
"
|
1001
|
-
"
|
998
|
+
"ignore_case": True,
|
999
|
+
"metadata_filters": [{
|
1000
|
+
"filter_match_criteria": "MATCH_ANY",
|
1001
|
+
"filter_labels": [{
|
1002
1002
|
"name": "PLANET",
|
1003
1003
|
"value": "MARS",
|
1004
1004
|
}],
|
1005
1005
|
}],
|
1006
|
-
"
|
1006
|
+
"query_parameter_matches": [{
|
1007
1007
|
"name": "a query parameter",
|
1008
|
-
"
|
1008
|
+
"present_match": True,
|
1009
1009
|
}],
|
1010
1010
|
}],
|
1011
|
-
"
|
1012
|
-
"
|
1013
|
-
"
|
1014
|
-
"
|
1015
|
-
"
|
1016
|
-
"
|
1011
|
+
"url_redirect": {
|
1012
|
+
"host_redirect": "A host",
|
1013
|
+
"https_redirect": False,
|
1014
|
+
"path_redirect": "some/path",
|
1015
|
+
"redirect_response_code": "TEMPORARY_REDIRECT",
|
1016
|
+
"strip_query": True,
|
1017
1017
|
},
|
1018
1018
|
}],
|
1019
1019
|
}],
|
@@ -1046,27 +1046,27 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1046
1046
|
default_service=home.id,
|
1047
1047
|
host_rules=[{
|
1048
1048
|
"hosts": ["mysite.com"],
|
1049
|
-
"
|
1049
|
+
"path_matcher": "allpaths",
|
1050
1050
|
}],
|
1051
1051
|
path_matchers=[{
|
1052
1052
|
"name": "allpaths",
|
1053
|
-
"
|
1054
|
-
"
|
1053
|
+
"default_service": home.id,
|
1054
|
+
"route_rules": [{
|
1055
1055
|
"priority": 1,
|
1056
1056
|
"service": home.id,
|
1057
|
-
"
|
1058
|
-
"
|
1057
|
+
"header_action": {
|
1058
|
+
"request_headers_to_removes": ["RemoveMe2"],
|
1059
1059
|
},
|
1060
|
-
"
|
1061
|
-
"
|
1062
|
-
"
|
1063
|
-
"
|
1064
|
-
"
|
1065
|
-
"
|
1060
|
+
"match_rules": [{
|
1061
|
+
"full_path_match": "a full path",
|
1062
|
+
"header_matches": [{
|
1063
|
+
"header_name": "someheader",
|
1064
|
+
"exact_match": "match this exactly",
|
1065
|
+
"invert_match": True,
|
1066
1066
|
}],
|
1067
|
-
"
|
1067
|
+
"query_parameter_matches": [{
|
1068
1068
|
"name": "a query parameter",
|
1069
|
-
"
|
1069
|
+
"present_match": True,
|
1070
1070
|
}],
|
1071
1071
|
}],
|
1072
1072
|
}],
|
@@ -1090,7 +1090,7 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1090
1090
|
timeout_sec=1,
|
1091
1091
|
http_health_check={
|
1092
1092
|
"port": 80,
|
1093
|
-
"
|
1093
|
+
"request_path": "/",
|
1094
1094
|
})
|
1095
1095
|
home_backend = gcp.compute.RegionBackendService("home-backend",
|
1096
1096
|
region="us-central1",
|
@@ -1123,27 +1123,27 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1123
1123
|
default_service=home_backend.id,
|
1124
1124
|
host_rules=[{
|
1125
1125
|
"hosts": ["mysite.com"],
|
1126
|
-
"
|
1126
|
+
"path_matcher": "mysite",
|
1127
1127
|
}],
|
1128
1128
|
path_matchers=[{
|
1129
1129
|
"name": "mysite",
|
1130
|
-
"
|
1131
|
-
"
|
1130
|
+
"default_service": home_backend.id,
|
1131
|
+
"route_rules": [
|
1132
1132
|
{
|
1133
|
-
"
|
1134
|
-
"
|
1133
|
+
"match_rules": [{
|
1134
|
+
"path_template_match": "/xyzwebservices/v2/xyz/users/{username=*}/carts/{cartid=**}",
|
1135
1135
|
}],
|
1136
1136
|
"service": cart_backend.id,
|
1137
1137
|
"priority": 1,
|
1138
|
-
"
|
1139
|
-
"
|
1140
|
-
"
|
1138
|
+
"route_action": {
|
1139
|
+
"url_rewrite": {
|
1140
|
+
"path_template_rewrite": "/{username}-{cartid}/",
|
1141
1141
|
},
|
1142
1142
|
},
|
1143
1143
|
},
|
1144
1144
|
{
|
1145
|
-
"
|
1146
|
-
"
|
1145
|
+
"match_rules": [{
|
1146
|
+
"path_template_match": "/xyzwebservices/v2/xyz/users/*/accountinfo/*",
|
1147
1147
|
}],
|
1148
1148
|
"service": user_backend.id,
|
1149
1149
|
"priority": 2,
|
@@ -1249,7 +1249,7 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1249
1249
|
timeout_sec=1,
|
1250
1250
|
http_health_check={
|
1251
1251
|
"port": 80,
|
1252
|
-
"
|
1252
|
+
"request_path": "/",
|
1253
1253
|
})
|
1254
1254
|
login = gcp.compute.RegionBackendService("login",
|
1255
1255
|
region="us-central1",
|
@@ -1272,12 +1272,12 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1272
1272
|
default_service=home.id,
|
1273
1273
|
host_rules=[{
|
1274
1274
|
"hosts": ["mysite.com"],
|
1275
|
-
"
|
1275
|
+
"path_matcher": "allpaths",
|
1276
1276
|
}],
|
1277
1277
|
path_matchers=[{
|
1278
1278
|
"name": "allpaths",
|
1279
|
-
"
|
1280
|
-
"
|
1279
|
+
"default_service": home.id,
|
1280
|
+
"path_rules": [
|
1281
1281
|
{
|
1282
1282
|
"paths": ["/home"],
|
1283
1283
|
"service": home.id,
|
@@ -1307,7 +1307,7 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1307
1307
|
timeout_sec=1,
|
1308
1308
|
http_health_check={
|
1309
1309
|
"port": 80,
|
1310
|
-
"
|
1310
|
+
"request_path": "/",
|
1311
1311
|
})
|
1312
1312
|
login = gcp.compute.RegionBackendService("login",
|
1313
1313
|
region="us-central1",
|
@@ -1328,98 +1328,98 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1328
1328
|
name="regionurlmap",
|
1329
1329
|
description="a description",
|
1330
1330
|
default_route_action={
|
1331
|
-
"
|
1332
|
-
"
|
1331
|
+
"retry_policy": {
|
1332
|
+
"retry_conditions": [
|
1333
1333
|
"5xx",
|
1334
1334
|
"gateway-error",
|
1335
1335
|
],
|
1336
|
-
"
|
1337
|
-
"
|
1336
|
+
"num_retries": 3,
|
1337
|
+
"per_try_timeout": {
|
1338
1338
|
"seconds": "0",
|
1339
1339
|
"nanos": 500,
|
1340
1340
|
},
|
1341
1341
|
},
|
1342
|
-
"
|
1343
|
-
"
|
1342
|
+
"request_mirror_policy": {
|
1343
|
+
"backend_service": home.id,
|
1344
1344
|
},
|
1345
|
-
"
|
1345
|
+
"weighted_backend_services": [
|
1346
1346
|
{
|
1347
|
-
"
|
1347
|
+
"backend_service": login.id,
|
1348
1348
|
"weight": 200,
|
1349
|
-
"
|
1350
|
-
"
|
1351
|
-
"
|
1352
|
-
"
|
1349
|
+
"header_action": {
|
1350
|
+
"request_headers_to_adds": [{
|
1351
|
+
"header_name": "foo-request-1",
|
1352
|
+
"header_value": "bar",
|
1353
1353
|
"replace": True,
|
1354
1354
|
}],
|
1355
|
-
"
|
1356
|
-
"
|
1357
|
-
"
|
1358
|
-
"
|
1355
|
+
"request_headers_to_removes": ["fizz"],
|
1356
|
+
"response_headers_to_adds": [{
|
1357
|
+
"header_name": "foo-response-1",
|
1358
|
+
"header_value": "bar",
|
1359
1359
|
"replace": True,
|
1360
1360
|
}],
|
1361
|
-
"
|
1361
|
+
"response_headers_to_removes": ["buzz"],
|
1362
1362
|
},
|
1363
1363
|
},
|
1364
1364
|
{
|
1365
|
-
"
|
1365
|
+
"backend_service": home.id,
|
1366
1366
|
"weight": 100,
|
1367
|
-
"
|
1368
|
-
"
|
1367
|
+
"header_action": {
|
1368
|
+
"request_headers_to_adds": [
|
1369
1369
|
{
|
1370
|
-
"
|
1371
|
-
"
|
1370
|
+
"header_name": "foo-request-1",
|
1371
|
+
"header_value": "bar",
|
1372
1372
|
"replace": True,
|
1373
1373
|
},
|
1374
1374
|
{
|
1375
|
-
"
|
1376
|
-
"
|
1375
|
+
"header_name": "foo-request-2",
|
1376
|
+
"header_value": "bar",
|
1377
1377
|
"replace": True,
|
1378
1378
|
},
|
1379
1379
|
],
|
1380
|
-
"
|
1381
|
-
"
|
1380
|
+
"request_headers_to_removes": ["fizz"],
|
1381
|
+
"response_headers_to_adds": [
|
1382
1382
|
{
|
1383
|
-
"
|
1384
|
-
"
|
1383
|
+
"header_name": "foo-response-2",
|
1384
|
+
"header_value": "bar",
|
1385
1385
|
"replace": True,
|
1386
1386
|
},
|
1387
1387
|
{
|
1388
|
-
"
|
1389
|
-
"
|
1388
|
+
"header_name": "foo-response-1",
|
1389
|
+
"header_value": "bar",
|
1390
1390
|
"replace": True,
|
1391
1391
|
},
|
1392
1392
|
],
|
1393
|
-
"
|
1393
|
+
"response_headers_to_removes": ["buzz"],
|
1394
1394
|
},
|
1395
1395
|
},
|
1396
1396
|
],
|
1397
|
-
"
|
1398
|
-
"
|
1399
|
-
"
|
1397
|
+
"url_rewrite": {
|
1398
|
+
"host_rewrite": "dev.example.com",
|
1399
|
+
"path_prefix_rewrite": "/v1/api/",
|
1400
1400
|
},
|
1401
|
-
"
|
1401
|
+
"cors_policy": {
|
1402
1402
|
"disabled": False,
|
1403
|
-
"
|
1404
|
-
"
|
1405
|
-
"
|
1403
|
+
"allow_credentials": True,
|
1404
|
+
"allow_headers": ["foobar"],
|
1405
|
+
"allow_methods": [
|
1406
1406
|
"GET",
|
1407
1407
|
"POST",
|
1408
1408
|
],
|
1409
|
-
"
|
1410
|
-
"
|
1411
|
-
"
|
1409
|
+
"allow_origins": ["example.com"],
|
1410
|
+
"expose_headers": ["foobar"],
|
1411
|
+
"max_age": 60,
|
1412
1412
|
},
|
1413
|
-
"
|
1413
|
+
"fault_injection_policy": {
|
1414
1414
|
"delay": {
|
1415
|
-
"
|
1415
|
+
"fixed_delay": {
|
1416
1416
|
"seconds": "0",
|
1417
1417
|
"nanos": 500,
|
1418
1418
|
},
|
1419
1419
|
"percentage": 0.5,
|
1420
1420
|
},
|
1421
1421
|
"abort": {
|
1422
|
-
"
|
1422
|
+
"http_status": 500,
|
1423
1423
|
"percentage": 0.5,
|
1424
1424
|
},
|
1425
1425
|
},
|
@@ -1430,12 +1430,12 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1430
1430
|
},
|
1431
1431
|
host_rules=[{
|
1432
1432
|
"hosts": ["mysite.com"],
|
1433
|
-
"
|
1433
|
+
"path_matcher": "allpaths",
|
1434
1434
|
}],
|
1435
1435
|
path_matchers=[{
|
1436
1436
|
"name": "allpaths",
|
1437
|
-
"
|
1438
|
-
"
|
1437
|
+
"default_service": home.id,
|
1438
|
+
"path_rules": [
|
1439
1439
|
{
|
1440
1440
|
"paths": ["/home"],
|
1441
1441
|
"service": home.id,
|
@@ -1475,45 +1475,45 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1475
1475
|
default_service=home.id,
|
1476
1476
|
host_rules=[{
|
1477
1477
|
"hosts": ["mysite.com"],
|
1478
|
-
"
|
1478
|
+
"path_matcher": "allpaths",
|
1479
1479
|
}],
|
1480
1480
|
path_matchers=[{
|
1481
1481
|
"name": "allpaths",
|
1482
|
-
"
|
1483
|
-
"
|
1482
|
+
"default_service": home.id,
|
1483
|
+
"path_rules": [{
|
1484
1484
|
"paths": ["/home"],
|
1485
|
-
"
|
1486
|
-
"
|
1487
|
-
"
|
1488
|
-
"
|
1489
|
-
"
|
1490
|
-
"
|
1491
|
-
"
|
1492
|
-
"
|
1485
|
+
"route_action": {
|
1486
|
+
"cors_policy": {
|
1487
|
+
"allow_credentials": True,
|
1488
|
+
"allow_headers": ["Allowed content"],
|
1489
|
+
"allow_methods": ["GET"],
|
1490
|
+
"allow_origins": ["Allowed origin"],
|
1491
|
+
"expose_headers": ["Exposed header"],
|
1492
|
+
"max_age": 30,
|
1493
1493
|
"disabled": False,
|
1494
1494
|
},
|
1495
|
-
"
|
1495
|
+
"fault_injection_policy": {
|
1496
1496
|
"abort": {
|
1497
|
-
"
|
1497
|
+
"http_status": 234,
|
1498
1498
|
"percentage": 5.6,
|
1499
1499
|
},
|
1500
1500
|
"delay": {
|
1501
|
-
"
|
1501
|
+
"fixed_delay": {
|
1502
1502
|
"seconds": "0",
|
1503
1503
|
"nanos": 50000,
|
1504
1504
|
},
|
1505
1505
|
"percentage": 7.8,
|
1506
1506
|
},
|
1507
1507
|
},
|
1508
|
-
"
|
1509
|
-
"
|
1508
|
+
"request_mirror_policy": {
|
1509
|
+
"backend_service": home.id,
|
1510
1510
|
},
|
1511
|
-
"
|
1512
|
-
"
|
1513
|
-
"
|
1511
|
+
"retry_policy": {
|
1512
|
+
"num_retries": 4,
|
1513
|
+
"per_try_timeout": {
|
1514
1514
|
"seconds": "30",
|
1515
1515
|
},
|
1516
|
-
"
|
1516
|
+
"retry_conditions": [
|
1517
1517
|
"5xx",
|
1518
1518
|
"deadline-exceeded",
|
1519
1519
|
],
|
@@ -1522,24 +1522,24 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1522
1522
|
"seconds": "20",
|
1523
1523
|
"nanos": 750000000,
|
1524
1524
|
},
|
1525
|
-
"
|
1526
|
-
"
|
1527
|
-
"
|
1525
|
+
"url_rewrite": {
|
1526
|
+
"host_rewrite": "dev.example.com",
|
1527
|
+
"path_prefix_rewrite": "/v1/api/",
|
1528
1528
|
},
|
1529
|
-
"
|
1530
|
-
"
|
1529
|
+
"weighted_backend_services": [{
|
1530
|
+
"backend_service": home.id,
|
1531
1531
|
"weight": 400,
|
1532
|
-
"
|
1533
|
-
"
|
1534
|
-
"
|
1535
|
-
"
|
1536
|
-
"
|
1532
|
+
"header_action": {
|
1533
|
+
"request_headers_to_removes": ["RemoveMe"],
|
1534
|
+
"request_headers_to_adds": [{
|
1535
|
+
"header_name": "AddMe",
|
1536
|
+
"header_value": "MyValue",
|
1537
1537
|
"replace": True,
|
1538
1538
|
}],
|
1539
|
-
"
|
1540
|
-
"
|
1541
|
-
"
|
1542
|
-
"
|
1539
|
+
"response_headers_to_removes": ["RemoveMe"],
|
1540
|
+
"response_headers_to_adds": [{
|
1541
|
+
"header_name": "AddMe",
|
1542
|
+
"header_value": "MyValue",
|
1543
1543
|
"replace": False,
|
1544
1544
|
}],
|
1545
1545
|
},
|
@@ -1576,20 +1576,20 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1576
1576
|
default_service=home.id,
|
1577
1577
|
host_rules=[{
|
1578
1578
|
"hosts": ["mysite.com"],
|
1579
|
-
"
|
1579
|
+
"path_matcher": "allpaths",
|
1580
1580
|
}],
|
1581
1581
|
path_matchers=[{
|
1582
1582
|
"name": "allpaths",
|
1583
|
-
"
|
1584
|
-
"
|
1583
|
+
"default_service": home.id,
|
1584
|
+
"path_rules": [{
|
1585
1585
|
"paths": ["/home"],
|
1586
|
-
"
|
1587
|
-
"
|
1588
|
-
"
|
1589
|
-
"
|
1586
|
+
"route_action": {
|
1587
|
+
"retry_policy": {
|
1588
|
+
"num_retries": 4,
|
1589
|
+
"per_try_timeout": {
|
1590
1590
|
"seconds": "30",
|
1591
1591
|
},
|
1592
|
-
"
|
1592
|
+
"retry_conditions": [
|
1593
1593
|
"5xx",
|
1594
1594
|
"deadline-exceeded",
|
1595
1595
|
],
|
@@ -1598,17 +1598,17 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1598
1598
|
"seconds": "20",
|
1599
1599
|
"nanos": 750000000,
|
1600
1600
|
},
|
1601
|
-
"
|
1602
|
-
"
|
1603
|
-
"
|
1601
|
+
"url_rewrite": {
|
1602
|
+
"host_rewrite": "dev.example.com",
|
1603
|
+
"path_prefix_rewrite": "/v1/api/",
|
1604
1604
|
},
|
1605
|
-
"
|
1606
|
-
"
|
1605
|
+
"weighted_backend_services": [{
|
1606
|
+
"backend_service": home.id,
|
1607
1607
|
"weight": 400,
|
1608
|
-
"
|
1609
|
-
"
|
1610
|
-
"
|
1611
|
-
"
|
1608
|
+
"header_action": {
|
1609
|
+
"response_headers_to_adds": [{
|
1610
|
+
"header_name": "AddMe",
|
1611
|
+
"header_value": "MyValue",
|
1612
1612
|
"replace": False,
|
1613
1613
|
}],
|
1614
1614
|
},
|
@@ -1645,53 +1645,53 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1645
1645
|
default_service=home.id,
|
1646
1646
|
host_rules=[{
|
1647
1647
|
"hosts": ["mysite.com"],
|
1648
|
-
"
|
1648
|
+
"path_matcher": "allpaths",
|
1649
1649
|
}],
|
1650
1650
|
path_matchers=[{
|
1651
1651
|
"name": "allpaths",
|
1652
|
-
"
|
1653
|
-
"
|
1652
|
+
"default_service": home.id,
|
1653
|
+
"route_rules": [{
|
1654
1654
|
"priority": 1,
|
1655
|
-
"
|
1656
|
-
"
|
1657
|
-
"
|
1658
|
-
"
|
1659
|
-
"
|
1655
|
+
"header_action": {
|
1656
|
+
"request_headers_to_removes": ["RemoveMe2"],
|
1657
|
+
"request_headers_to_adds": [{
|
1658
|
+
"header_name": "AddSomethingElse",
|
1659
|
+
"header_value": "MyOtherValue",
|
1660
1660
|
"replace": True,
|
1661
1661
|
}],
|
1662
|
-
"
|
1663
|
-
"
|
1664
|
-
"
|
1665
|
-
"
|
1662
|
+
"response_headers_to_removes": ["RemoveMe3"],
|
1663
|
+
"response_headers_to_adds": [{
|
1664
|
+
"header_name": "AddMe",
|
1665
|
+
"header_value": "MyValue",
|
1666
1666
|
"replace": False,
|
1667
1667
|
}],
|
1668
1668
|
},
|
1669
|
-
"
|
1670
|
-
"
|
1671
|
-
"
|
1672
|
-
"
|
1673
|
-
"
|
1674
|
-
"
|
1669
|
+
"match_rules": [{
|
1670
|
+
"full_path_match": "a full path",
|
1671
|
+
"header_matches": [{
|
1672
|
+
"header_name": "someheader",
|
1673
|
+
"exact_match": "match this exactly",
|
1674
|
+
"invert_match": True,
|
1675
1675
|
}],
|
1676
|
-
"
|
1677
|
-
"
|
1678
|
-
"
|
1679
|
-
"
|
1676
|
+
"ignore_case": True,
|
1677
|
+
"metadata_filters": [{
|
1678
|
+
"filter_match_criteria": "MATCH_ANY",
|
1679
|
+
"filter_labels": [{
|
1680
1680
|
"name": "PLANET",
|
1681
1681
|
"value": "MARS",
|
1682
1682
|
}],
|
1683
1683
|
}],
|
1684
|
-
"
|
1684
|
+
"query_parameter_matches": [{
|
1685
1685
|
"name": "a query parameter",
|
1686
|
-
"
|
1686
|
+
"present_match": True,
|
1687
1687
|
}],
|
1688
1688
|
}],
|
1689
|
-
"
|
1690
|
-
"
|
1691
|
-
"
|
1692
|
-
"
|
1693
|
-
"
|
1694
|
-
"
|
1689
|
+
"url_redirect": {
|
1690
|
+
"host_redirect": "A host",
|
1691
|
+
"https_redirect": False,
|
1692
|
+
"path_redirect": "some/path",
|
1693
|
+
"redirect_response_code": "TEMPORARY_REDIRECT",
|
1694
|
+
"strip_query": True,
|
1695
1695
|
},
|
1696
1696
|
}],
|
1697
1697
|
}],
|
@@ -1724,27 +1724,27 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1724
1724
|
default_service=home.id,
|
1725
1725
|
host_rules=[{
|
1726
1726
|
"hosts": ["mysite.com"],
|
1727
|
-
"
|
1727
|
+
"path_matcher": "allpaths",
|
1728
1728
|
}],
|
1729
1729
|
path_matchers=[{
|
1730
1730
|
"name": "allpaths",
|
1731
|
-
"
|
1732
|
-
"
|
1731
|
+
"default_service": home.id,
|
1732
|
+
"route_rules": [{
|
1733
1733
|
"priority": 1,
|
1734
1734
|
"service": home.id,
|
1735
|
-
"
|
1736
|
-
"
|
1735
|
+
"header_action": {
|
1736
|
+
"request_headers_to_removes": ["RemoveMe2"],
|
1737
1737
|
},
|
1738
|
-
"
|
1739
|
-
"
|
1740
|
-
"
|
1741
|
-
"
|
1742
|
-
"
|
1743
|
-
"
|
1738
|
+
"match_rules": [{
|
1739
|
+
"full_path_match": "a full path",
|
1740
|
+
"header_matches": [{
|
1741
|
+
"header_name": "someheader",
|
1742
|
+
"exact_match": "match this exactly",
|
1743
|
+
"invert_match": True,
|
1744
1744
|
}],
|
1745
|
-
"
|
1745
|
+
"query_parameter_matches": [{
|
1746
1746
|
"name": "a query parameter",
|
1747
|
-
"
|
1747
|
+
"present_match": True,
|
1748
1748
|
}],
|
1749
1749
|
}],
|
1750
1750
|
}],
|
@@ -1768,7 +1768,7 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1768
1768
|
timeout_sec=1,
|
1769
1769
|
http_health_check={
|
1770
1770
|
"port": 80,
|
1771
|
-
"
|
1771
|
+
"request_path": "/",
|
1772
1772
|
})
|
1773
1773
|
home_backend = gcp.compute.RegionBackendService("home-backend",
|
1774
1774
|
region="us-central1",
|
@@ -1801,27 +1801,27 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1801
1801
|
default_service=home_backend.id,
|
1802
1802
|
host_rules=[{
|
1803
1803
|
"hosts": ["mysite.com"],
|
1804
|
-
"
|
1804
|
+
"path_matcher": "mysite",
|
1805
1805
|
}],
|
1806
1806
|
path_matchers=[{
|
1807
1807
|
"name": "mysite",
|
1808
|
-
"
|
1809
|
-
"
|
1808
|
+
"default_service": home_backend.id,
|
1809
|
+
"route_rules": [
|
1810
1810
|
{
|
1811
|
-
"
|
1812
|
-
"
|
1811
|
+
"match_rules": [{
|
1812
|
+
"path_template_match": "/xyzwebservices/v2/xyz/users/{username=*}/carts/{cartid=**}",
|
1813
1813
|
}],
|
1814
1814
|
"service": cart_backend.id,
|
1815
1815
|
"priority": 1,
|
1816
|
-
"
|
1817
|
-
"
|
1818
|
-
"
|
1816
|
+
"route_action": {
|
1817
|
+
"url_rewrite": {
|
1818
|
+
"path_template_rewrite": "/{username}-{cartid}/",
|
1819
1819
|
},
|
1820
1820
|
},
|
1821
1821
|
},
|
1822
1822
|
{
|
1823
|
-
"
|
1824
|
-
"
|
1823
|
+
"match_rules": [{
|
1824
|
+
"path_template_match": "/xyzwebservices/v2/xyz/users/*/accountinfo/*",
|
1825
1825
|
}],
|
1826
1826
|
"service": user_backend.id,
|
1827
1827
|
"priority": 2,
|