pulumi-gcp 7.33.0a1721887782__py3-none-any.whl → 7.33.0a1721954725__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.0a1721954725.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/url_map.py
CHANGED
@@ -646,18 +646,18 @@ class URLMap(pulumi.CustomResource):
|
|
646
646
|
host_rules=[
|
647
647
|
{
|
648
648
|
"hosts": ["mysite.com"],
|
649
|
-
"
|
649
|
+
"path_matcher": "mysite",
|
650
650
|
},
|
651
651
|
{
|
652
652
|
"hosts": ["myothersite.com"],
|
653
|
-
"
|
653
|
+
"path_matcher": "otherpaths",
|
654
654
|
},
|
655
655
|
],
|
656
656
|
path_matchers=[
|
657
657
|
{
|
658
658
|
"name": "mysite",
|
659
|
-
"
|
660
|
-
"
|
659
|
+
"default_service": static.id,
|
660
|
+
"path_rules": [
|
661
661
|
{
|
662
662
|
"paths": ["/home"],
|
663
663
|
"service": static.id,
|
@@ -674,7 +674,7 @@ class URLMap(pulumi.CustomResource):
|
|
674
674
|
},
|
675
675
|
{
|
676
676
|
"name": "otherpaths",
|
677
|
-
"
|
677
|
+
"default_service": static.id,
|
678
678
|
},
|
679
679
|
],
|
680
680
|
tests=[{
|
@@ -707,53 +707,53 @@ class URLMap(pulumi.CustomResource):
|
|
707
707
|
default_service=home.id,
|
708
708
|
host_rules=[{
|
709
709
|
"hosts": ["mysite.com"],
|
710
|
-
"
|
710
|
+
"path_matcher": "allpaths",
|
711
711
|
}],
|
712
712
|
path_matchers=[{
|
713
713
|
"name": "allpaths",
|
714
|
-
"
|
715
|
-
"
|
714
|
+
"default_service": home.id,
|
715
|
+
"route_rules": [{
|
716
716
|
"priority": 1,
|
717
|
-
"
|
718
|
-
"
|
719
|
-
"
|
720
|
-
"
|
721
|
-
"
|
717
|
+
"header_action": {
|
718
|
+
"request_headers_to_removes": ["RemoveMe2"],
|
719
|
+
"request_headers_to_adds": [{
|
720
|
+
"header_name": "AddSomethingElse",
|
721
|
+
"header_value": "MyOtherValue",
|
722
722
|
"replace": True,
|
723
723
|
}],
|
724
|
-
"
|
725
|
-
"
|
726
|
-
"
|
727
|
-
"
|
724
|
+
"response_headers_to_removes": ["RemoveMe3"],
|
725
|
+
"response_headers_to_adds": [{
|
726
|
+
"header_name": "AddMe",
|
727
|
+
"header_value": "MyValue",
|
728
728
|
"replace": False,
|
729
729
|
}],
|
730
730
|
},
|
731
|
-
"
|
732
|
-
"
|
733
|
-
"
|
734
|
-
"
|
735
|
-
"
|
736
|
-
"
|
731
|
+
"match_rules": [{
|
732
|
+
"full_path_match": "a full path",
|
733
|
+
"header_matches": [{
|
734
|
+
"header_name": "someheader",
|
735
|
+
"exact_match": "match this exactly",
|
736
|
+
"invert_match": True,
|
737
737
|
}],
|
738
|
-
"
|
739
|
-
"
|
740
|
-
"
|
741
|
-
"
|
738
|
+
"ignore_case": True,
|
739
|
+
"metadata_filters": [{
|
740
|
+
"filter_match_criteria": "MATCH_ANY",
|
741
|
+
"filter_labels": [{
|
742
742
|
"name": "PLANET",
|
743
743
|
"value": "MARS",
|
744
744
|
}],
|
745
745
|
}],
|
746
|
-
"
|
746
|
+
"query_parameter_matches": [{
|
747
747
|
"name": "a query parameter",
|
748
|
-
"
|
748
|
+
"present_match": True,
|
749
749
|
}],
|
750
750
|
}],
|
751
|
-
"
|
752
|
-
"
|
753
|
-
"
|
754
|
-
"
|
755
|
-
"
|
756
|
-
"
|
751
|
+
"url_redirect": {
|
752
|
+
"host_redirect": "A host",
|
753
|
+
"https_redirect": False,
|
754
|
+
"path_redirect": "some/path",
|
755
|
+
"redirect_response_code": "TEMPORARY_REDIRECT",
|
756
|
+
"strip_query": True,
|
757
757
|
},
|
758
758
|
}],
|
759
759
|
}],
|
@@ -787,24 +787,24 @@ class URLMap(pulumi.CustomResource):
|
|
787
787
|
default_service=home.id,
|
788
788
|
host_rules=[{
|
789
789
|
"hosts": ["mysite.com"],
|
790
|
-
"
|
790
|
+
"path_matcher": "allpaths",
|
791
791
|
}],
|
792
792
|
path_matchers=[{
|
793
793
|
"name": "allpaths",
|
794
|
-
"
|
795
|
-
"
|
794
|
+
"default_service": home.id,
|
795
|
+
"route_rules": [{
|
796
796
|
"priority": 1,
|
797
|
-
"
|
798
|
-
"
|
799
|
-
"
|
800
|
-
"
|
801
|
-
"
|
802
|
-
"
|
797
|
+
"match_rules": [{
|
798
|
+
"prefix_match": "/someprefix",
|
799
|
+
"header_matches": [{
|
800
|
+
"header_name": "someheader",
|
801
|
+
"exact_match": "match this exactly",
|
802
|
+
"invert_match": True,
|
803
803
|
}],
|
804
804
|
}],
|
805
|
-
"
|
806
|
-
"
|
807
|
-
"
|
805
|
+
"url_redirect": {
|
806
|
+
"path_redirect": "some/path",
|
807
|
+
"redirect_response_code": "TEMPORARY_REDIRECT",
|
808
808
|
},
|
809
809
|
}],
|
810
810
|
}],
|
@@ -838,46 +838,46 @@ class URLMap(pulumi.CustomResource):
|
|
838
838
|
default_service=home.id,
|
839
839
|
host_rules=[{
|
840
840
|
"hosts": ["mysite.com"],
|
841
|
-
"
|
841
|
+
"path_matcher": "allpaths",
|
842
842
|
}],
|
843
843
|
path_matchers=[{
|
844
844
|
"name": "allpaths",
|
845
|
-
"
|
846
|
-
"
|
845
|
+
"default_service": home.id,
|
846
|
+
"path_rules": [{
|
847
847
|
"paths": ["/home"],
|
848
|
-
"
|
849
|
-
"
|
850
|
-
"
|
851
|
-
"
|
852
|
-
"
|
853
|
-
"
|
854
|
-
"
|
855
|
-
"
|
856
|
-
"
|
848
|
+
"route_action": {
|
849
|
+
"cors_policy": {
|
850
|
+
"allow_credentials": True,
|
851
|
+
"allow_headers": ["Allowed content"],
|
852
|
+
"allow_methods": ["GET"],
|
853
|
+
"allow_origin_regexes": ["abc.*"],
|
854
|
+
"allow_origins": ["Allowed origin"],
|
855
|
+
"expose_headers": ["Exposed header"],
|
856
|
+
"max_age": 30,
|
857
857
|
"disabled": False,
|
858
858
|
},
|
859
|
-
"
|
859
|
+
"fault_injection_policy": {
|
860
860
|
"abort": {
|
861
|
-
"
|
861
|
+
"http_status": 234,
|
862
862
|
"percentage": 5.6,
|
863
863
|
},
|
864
864
|
"delay": {
|
865
|
-
"
|
865
|
+
"fixed_delay": {
|
866
866
|
"seconds": "0",
|
867
867
|
"nanos": 50000,
|
868
868
|
},
|
869
869
|
"percentage": 7.8,
|
870
870
|
},
|
871
871
|
},
|
872
|
-
"
|
873
|
-
"
|
872
|
+
"request_mirror_policy": {
|
873
|
+
"backend_service": home.id,
|
874
874
|
},
|
875
|
-
"
|
876
|
-
"
|
877
|
-
"
|
875
|
+
"retry_policy": {
|
876
|
+
"num_retries": 4,
|
877
|
+
"per_try_timeout": {
|
878
878
|
"seconds": "30",
|
879
879
|
},
|
880
|
-
"
|
880
|
+
"retry_conditions": [
|
881
881
|
"5xx",
|
882
882
|
"deadline-exceeded",
|
883
883
|
],
|
@@ -886,24 +886,24 @@ class URLMap(pulumi.CustomResource):
|
|
886
886
|
"seconds": "20",
|
887
887
|
"nanos": 750000000,
|
888
888
|
},
|
889
|
-
"
|
890
|
-
"
|
891
|
-
"
|
889
|
+
"url_rewrite": {
|
890
|
+
"host_rewrite": "dev.example.com",
|
891
|
+
"path_prefix_rewrite": "/v1/api/",
|
892
892
|
},
|
893
|
-
"
|
894
|
-
"
|
893
|
+
"weighted_backend_services": [{
|
894
|
+
"backend_service": home.id,
|
895
895
|
"weight": 400,
|
896
|
-
"
|
897
|
-
"
|
898
|
-
"
|
899
|
-
"
|
900
|
-
"
|
896
|
+
"header_action": {
|
897
|
+
"request_headers_to_removes": ["RemoveMe"],
|
898
|
+
"request_headers_to_adds": [{
|
899
|
+
"header_name": "AddMe",
|
900
|
+
"header_value": "MyValue",
|
901
901
|
"replace": True,
|
902
902
|
}],
|
903
|
-
"
|
904
|
-
"
|
905
|
-
"
|
906
|
-
"
|
903
|
+
"response_headers_to_removes": ["RemoveMe"],
|
904
|
+
"response_headers_to_adds": [{
|
905
|
+
"header_name": "AddMe",
|
906
|
+
"header_value": "MyValue",
|
907
907
|
"replace": False,
|
908
908
|
}],
|
909
909
|
},
|
@@ -941,38 +941,38 @@ class URLMap(pulumi.CustomResource):
|
|
941
941
|
default_service=home.id,
|
942
942
|
host_rules=[{
|
943
943
|
"hosts": ["mysite.com"],
|
944
|
-
"
|
944
|
+
"path_matcher": "allpaths",
|
945
945
|
}],
|
946
946
|
path_matchers=[{
|
947
947
|
"name": "allpaths",
|
948
|
-
"
|
949
|
-
"
|
948
|
+
"default_service": home.id,
|
949
|
+
"path_rules": [{
|
950
950
|
"paths": ["/home"],
|
951
|
-
"
|
952
|
-
"
|
953
|
-
"
|
954
|
-
"
|
955
|
-
"
|
956
|
-
"
|
957
|
-
"
|
958
|
-
"
|
959
|
-
"
|
951
|
+
"route_action": {
|
952
|
+
"cors_policy": {
|
953
|
+
"allow_credentials": True,
|
954
|
+
"allow_headers": ["Allowed content"],
|
955
|
+
"allow_methods": ["GET"],
|
956
|
+
"allow_origin_regexes": ["abc.*"],
|
957
|
+
"allow_origins": ["Allowed origin"],
|
958
|
+
"expose_headers": ["Exposed header"],
|
959
|
+
"max_age": 30,
|
960
960
|
"disabled": False,
|
961
961
|
},
|
962
|
-
"
|
963
|
-
"
|
962
|
+
"weighted_backend_services": [{
|
963
|
+
"backend_service": home.id,
|
964
964
|
"weight": 400,
|
965
|
-
"
|
966
|
-
"
|
967
|
-
"
|
968
|
-
"
|
969
|
-
"
|
965
|
+
"header_action": {
|
966
|
+
"request_headers_to_removes": ["RemoveMe"],
|
967
|
+
"request_headers_to_adds": [{
|
968
|
+
"header_name": "AddMe",
|
969
|
+
"header_value": "MyValue",
|
970
970
|
"replace": True,
|
971
971
|
}],
|
972
|
-
"
|
973
|
-
"
|
974
|
-
"
|
975
|
-
"
|
972
|
+
"response_headers_to_removes": ["RemoveMe"],
|
973
|
+
"response_headers_to_adds": [{
|
974
|
+
"header_name": "AddMe",
|
975
|
+
"header_value": "MyValue",
|
976
976
|
"replace": False,
|
977
977
|
}],
|
978
978
|
},
|
@@ -1021,33 +1021,33 @@ class URLMap(pulumi.CustomResource):
|
|
1021
1021
|
default_service=default.id,
|
1022
1022
|
host_rules=[{
|
1023
1023
|
"hosts": ["*"],
|
1024
|
-
"
|
1024
|
+
"path_matcher": "allpaths",
|
1025
1025
|
}],
|
1026
1026
|
path_matchers=[{
|
1027
1027
|
"name": "allpaths",
|
1028
|
-
"
|
1029
|
-
"
|
1028
|
+
"default_service": default.id,
|
1029
|
+
"route_rules": [
|
1030
1030
|
{
|
1031
1031
|
"priority": 1,
|
1032
1032
|
"service": service_a.id,
|
1033
|
-
"
|
1034
|
-
"
|
1035
|
-
"
|
1036
|
-
"
|
1037
|
-
"
|
1038
|
-
"
|
1033
|
+
"match_rules": [{
|
1034
|
+
"prefix_match": "/",
|
1035
|
+
"ignore_case": True,
|
1036
|
+
"header_matches": [{
|
1037
|
+
"header_name": "abtest",
|
1038
|
+
"exact_match": "a",
|
1039
1039
|
}],
|
1040
1040
|
}],
|
1041
1041
|
},
|
1042
1042
|
{
|
1043
1043
|
"priority": 2,
|
1044
1044
|
"service": service_b.id,
|
1045
|
-
"
|
1046
|
-
"
|
1047
|
-
"
|
1048
|
-
"
|
1049
|
-
"
|
1050
|
-
"
|
1045
|
+
"match_rules": [{
|
1046
|
+
"ignore_case": True,
|
1047
|
+
"prefix_match": "/",
|
1048
|
+
"header_matches": [{
|
1049
|
+
"header_name": "abtest",
|
1050
|
+
"exact_match": "b",
|
1051
1051
|
}],
|
1052
1052
|
}],
|
1053
1053
|
},
|
@@ -1089,33 +1089,33 @@ class URLMap(pulumi.CustomResource):
|
|
1089
1089
|
default_service=default.id,
|
1090
1090
|
host_rules=[{
|
1091
1091
|
"hosts": ["*"],
|
1092
|
-
"
|
1092
|
+
"path_matcher": "allpaths",
|
1093
1093
|
}],
|
1094
1094
|
path_matchers=[{
|
1095
1095
|
"name": "allpaths",
|
1096
|
-
"
|
1097
|
-
"
|
1096
|
+
"default_service": default.id,
|
1097
|
+
"route_rules": [
|
1098
1098
|
{
|
1099
1099
|
"priority": 1,
|
1100
1100
|
"service": service_a.id,
|
1101
|
-
"
|
1102
|
-
"
|
1103
|
-
"
|
1104
|
-
"
|
1101
|
+
"match_rules": [{
|
1102
|
+
"prefix_match": "/",
|
1103
|
+
"ignore_case": True,
|
1104
|
+
"query_parameter_matches": [{
|
1105
1105
|
"name": "abtest",
|
1106
|
-
"
|
1106
|
+
"exact_match": "a",
|
1107
1107
|
}],
|
1108
1108
|
}],
|
1109
1109
|
},
|
1110
1110
|
{
|
1111
1111
|
"priority": 2,
|
1112
1112
|
"service": service_b.id,
|
1113
|
-
"
|
1114
|
-
"
|
1115
|
-
"
|
1116
|
-
"
|
1113
|
+
"match_rules": [{
|
1114
|
+
"ignore_case": True,
|
1115
|
+
"prefix_match": "/",
|
1116
|
+
"query_parameter_matches": [{
|
1117
1117
|
"name": "abtest",
|
1118
|
-
"
|
1118
|
+
"exact_match": "b",
|
1119
1119
|
}],
|
1120
1120
|
}],
|
1121
1121
|
},
|
@@ -1160,27 +1160,27 @@ class URLMap(pulumi.CustomResource):
|
|
1160
1160
|
default_service=static.id,
|
1161
1161
|
host_rules=[{
|
1162
1162
|
"hosts": ["mysite.com"],
|
1163
|
-
"
|
1163
|
+
"path_matcher": "mysite",
|
1164
1164
|
}],
|
1165
1165
|
path_matchers=[{
|
1166
1166
|
"name": "mysite",
|
1167
|
-
"
|
1168
|
-
"
|
1167
|
+
"default_service": static.id,
|
1168
|
+
"route_rules": [
|
1169
1169
|
{
|
1170
|
-
"
|
1171
|
-
"
|
1170
|
+
"match_rules": [{
|
1171
|
+
"path_template_match": "/xyzwebservices/v2/xyz/users/{username=*}/carts/{cartid=**}",
|
1172
1172
|
}],
|
1173
1173
|
"service": cart_backend.id,
|
1174
1174
|
"priority": 1,
|
1175
|
-
"
|
1176
|
-
"
|
1177
|
-
"
|
1175
|
+
"route_action": {
|
1176
|
+
"url_rewrite": {
|
1177
|
+
"path_template_rewrite": "/{username}-{cartid}/",
|
1178
1178
|
},
|
1179
1179
|
},
|
1180
1180
|
},
|
1181
1181
|
{
|
1182
|
-
"
|
1183
|
-
"
|
1182
|
+
"match_rules": [{
|
1183
|
+
"path_template_match": "/xyzwebservices/v2/xyz/users/*/accountinfo/*",
|
1184
1184
|
}],
|
1185
1185
|
"service": user_backend.id,
|
1186
1186
|
"priority": 2,
|
@@ -1218,48 +1218,48 @@ class URLMap(pulumi.CustomResource):
|
|
1218
1218
|
description="a description",
|
1219
1219
|
default_service=example.id,
|
1220
1220
|
default_custom_error_response_policy={
|
1221
|
-
"
|
1222
|
-
"
|
1221
|
+
"error_response_rules": [{
|
1222
|
+
"match_response_codes": ["5xx"],
|
1223
1223
|
"path": "/*",
|
1224
|
-
"
|
1224
|
+
"override_response_code": 502,
|
1225
1225
|
}],
|
1226
|
-
"
|
1226
|
+
"error_service": error.id,
|
1227
1227
|
},
|
1228
1228
|
host_rules=[{
|
1229
1229
|
"hosts": ["mysite.com"],
|
1230
|
-
"
|
1230
|
+
"path_matcher": "mysite",
|
1231
1231
|
}],
|
1232
1232
|
path_matchers=[{
|
1233
1233
|
"name": "mysite",
|
1234
|
-
"
|
1235
|
-
"
|
1236
|
-
"
|
1234
|
+
"default_service": example.id,
|
1235
|
+
"default_custom_error_response_policy": {
|
1236
|
+
"error_response_rules": [
|
1237
1237
|
{
|
1238
|
-
"
|
1238
|
+
"match_response_codes": [
|
1239
1239
|
"4xx",
|
1240
1240
|
"5xx",
|
1241
1241
|
],
|
1242
1242
|
"path": "/login",
|
1243
|
-
"
|
1243
|
+
"override_response_code": 404,
|
1244
1244
|
},
|
1245
1245
|
{
|
1246
|
-
"
|
1246
|
+
"match_response_codes": ["503"],
|
1247
1247
|
"path": "/example",
|
1248
|
-
"
|
1248
|
+
"override_response_code": 502,
|
1249
1249
|
},
|
1250
1250
|
],
|
1251
|
-
"
|
1251
|
+
"error_service": error.id,
|
1252
1252
|
},
|
1253
|
-
"
|
1253
|
+
"path_rules": [{
|
1254
1254
|
"paths": ["/*"],
|
1255
1255
|
"service": example.id,
|
1256
|
-
"
|
1257
|
-
"
|
1258
|
-
"
|
1256
|
+
"custom_error_response_policy": {
|
1257
|
+
"error_response_rules": [{
|
1258
|
+
"match_response_codes": ["4xx"],
|
1259
1259
|
"path": "/register",
|
1260
|
-
"
|
1260
|
+
"override_response_code": 401,
|
1261
1261
|
}],
|
1262
|
-
"
|
1262
|
+
"error_service": error.id,
|
1263
1263
|
},
|
1264
1264
|
}],
|
1265
1265
|
}])
|
@@ -1384,18 +1384,18 @@ class URLMap(pulumi.CustomResource):
|
|
1384
1384
|
host_rules=[
|
1385
1385
|
{
|
1386
1386
|
"hosts": ["mysite.com"],
|
1387
|
-
"
|
1387
|
+
"path_matcher": "mysite",
|
1388
1388
|
},
|
1389
1389
|
{
|
1390
1390
|
"hosts": ["myothersite.com"],
|
1391
|
-
"
|
1391
|
+
"path_matcher": "otherpaths",
|
1392
1392
|
},
|
1393
1393
|
],
|
1394
1394
|
path_matchers=[
|
1395
1395
|
{
|
1396
1396
|
"name": "mysite",
|
1397
|
-
"
|
1398
|
-
"
|
1397
|
+
"default_service": static.id,
|
1398
|
+
"path_rules": [
|
1399
1399
|
{
|
1400
1400
|
"paths": ["/home"],
|
1401
1401
|
"service": static.id,
|
@@ -1412,7 +1412,7 @@ class URLMap(pulumi.CustomResource):
|
|
1412
1412
|
},
|
1413
1413
|
{
|
1414
1414
|
"name": "otherpaths",
|
1415
|
-
"
|
1415
|
+
"default_service": static.id,
|
1416
1416
|
},
|
1417
1417
|
],
|
1418
1418
|
tests=[{
|
@@ -1445,53 +1445,53 @@ class URLMap(pulumi.CustomResource):
|
|
1445
1445
|
default_service=home.id,
|
1446
1446
|
host_rules=[{
|
1447
1447
|
"hosts": ["mysite.com"],
|
1448
|
-
"
|
1448
|
+
"path_matcher": "allpaths",
|
1449
1449
|
}],
|
1450
1450
|
path_matchers=[{
|
1451
1451
|
"name": "allpaths",
|
1452
|
-
"
|
1453
|
-
"
|
1452
|
+
"default_service": home.id,
|
1453
|
+
"route_rules": [{
|
1454
1454
|
"priority": 1,
|
1455
|
-
"
|
1456
|
-
"
|
1457
|
-
"
|
1458
|
-
"
|
1459
|
-
"
|
1455
|
+
"header_action": {
|
1456
|
+
"request_headers_to_removes": ["RemoveMe2"],
|
1457
|
+
"request_headers_to_adds": [{
|
1458
|
+
"header_name": "AddSomethingElse",
|
1459
|
+
"header_value": "MyOtherValue",
|
1460
1460
|
"replace": True,
|
1461
1461
|
}],
|
1462
|
-
"
|
1463
|
-
"
|
1464
|
-
"
|
1465
|
-
"
|
1462
|
+
"response_headers_to_removes": ["RemoveMe3"],
|
1463
|
+
"response_headers_to_adds": [{
|
1464
|
+
"header_name": "AddMe",
|
1465
|
+
"header_value": "MyValue",
|
1466
1466
|
"replace": False,
|
1467
1467
|
}],
|
1468
1468
|
},
|
1469
|
-
"
|
1470
|
-
"
|
1471
|
-
"
|
1472
|
-
"
|
1473
|
-
"
|
1474
|
-
"
|
1469
|
+
"match_rules": [{
|
1470
|
+
"full_path_match": "a full path",
|
1471
|
+
"header_matches": [{
|
1472
|
+
"header_name": "someheader",
|
1473
|
+
"exact_match": "match this exactly",
|
1474
|
+
"invert_match": True,
|
1475
1475
|
}],
|
1476
|
-
"
|
1477
|
-
"
|
1478
|
-
"
|
1479
|
-
"
|
1476
|
+
"ignore_case": True,
|
1477
|
+
"metadata_filters": [{
|
1478
|
+
"filter_match_criteria": "MATCH_ANY",
|
1479
|
+
"filter_labels": [{
|
1480
1480
|
"name": "PLANET",
|
1481
1481
|
"value": "MARS",
|
1482
1482
|
}],
|
1483
1483
|
}],
|
1484
|
-
"
|
1484
|
+
"query_parameter_matches": [{
|
1485
1485
|
"name": "a query parameter",
|
1486
|
-
"
|
1486
|
+
"present_match": True,
|
1487
1487
|
}],
|
1488
1488
|
}],
|
1489
|
-
"
|
1490
|
-
"
|
1491
|
-
"
|
1492
|
-
"
|
1493
|
-
"
|
1494
|
-
"
|
1489
|
+
"url_redirect": {
|
1490
|
+
"host_redirect": "A host",
|
1491
|
+
"https_redirect": False,
|
1492
|
+
"path_redirect": "some/path",
|
1493
|
+
"redirect_response_code": "TEMPORARY_REDIRECT",
|
1494
|
+
"strip_query": True,
|
1495
1495
|
},
|
1496
1496
|
}],
|
1497
1497
|
}],
|
@@ -1525,24 +1525,24 @@ class URLMap(pulumi.CustomResource):
|
|
1525
1525
|
default_service=home.id,
|
1526
1526
|
host_rules=[{
|
1527
1527
|
"hosts": ["mysite.com"],
|
1528
|
-
"
|
1528
|
+
"path_matcher": "allpaths",
|
1529
1529
|
}],
|
1530
1530
|
path_matchers=[{
|
1531
1531
|
"name": "allpaths",
|
1532
|
-
"
|
1533
|
-
"
|
1532
|
+
"default_service": home.id,
|
1533
|
+
"route_rules": [{
|
1534
1534
|
"priority": 1,
|
1535
|
-
"
|
1536
|
-
"
|
1537
|
-
"
|
1538
|
-
"
|
1539
|
-
"
|
1540
|
-
"
|
1535
|
+
"match_rules": [{
|
1536
|
+
"prefix_match": "/someprefix",
|
1537
|
+
"header_matches": [{
|
1538
|
+
"header_name": "someheader",
|
1539
|
+
"exact_match": "match this exactly",
|
1540
|
+
"invert_match": True,
|
1541
1541
|
}],
|
1542
1542
|
}],
|
1543
|
-
"
|
1544
|
-
"
|
1545
|
-
"
|
1543
|
+
"url_redirect": {
|
1544
|
+
"path_redirect": "some/path",
|
1545
|
+
"redirect_response_code": "TEMPORARY_REDIRECT",
|
1546
1546
|
},
|
1547
1547
|
}],
|
1548
1548
|
}],
|
@@ -1576,46 +1576,46 @@ class URLMap(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
|
-
"
|
1590
|
-
"
|
1591
|
-
"
|
1592
|
-
"
|
1593
|
-
"
|
1594
|
-
"
|
1586
|
+
"route_action": {
|
1587
|
+
"cors_policy": {
|
1588
|
+
"allow_credentials": True,
|
1589
|
+
"allow_headers": ["Allowed content"],
|
1590
|
+
"allow_methods": ["GET"],
|
1591
|
+
"allow_origin_regexes": ["abc.*"],
|
1592
|
+
"allow_origins": ["Allowed origin"],
|
1593
|
+
"expose_headers": ["Exposed header"],
|
1594
|
+
"max_age": 30,
|
1595
1595
|
"disabled": False,
|
1596
1596
|
},
|
1597
|
-
"
|
1597
|
+
"fault_injection_policy": {
|
1598
1598
|
"abort": {
|
1599
|
-
"
|
1599
|
+
"http_status": 234,
|
1600
1600
|
"percentage": 5.6,
|
1601
1601
|
},
|
1602
1602
|
"delay": {
|
1603
|
-
"
|
1603
|
+
"fixed_delay": {
|
1604
1604
|
"seconds": "0",
|
1605
1605
|
"nanos": 50000,
|
1606
1606
|
},
|
1607
1607
|
"percentage": 7.8,
|
1608
1608
|
},
|
1609
1609
|
},
|
1610
|
-
"
|
1611
|
-
"
|
1610
|
+
"request_mirror_policy": {
|
1611
|
+
"backend_service": home.id,
|
1612
1612
|
},
|
1613
|
-
"
|
1614
|
-
"
|
1615
|
-
"
|
1613
|
+
"retry_policy": {
|
1614
|
+
"num_retries": 4,
|
1615
|
+
"per_try_timeout": {
|
1616
1616
|
"seconds": "30",
|
1617
1617
|
},
|
1618
|
-
"
|
1618
|
+
"retry_conditions": [
|
1619
1619
|
"5xx",
|
1620
1620
|
"deadline-exceeded",
|
1621
1621
|
],
|
@@ -1624,24 +1624,24 @@ class URLMap(pulumi.CustomResource):
|
|
1624
1624
|
"seconds": "20",
|
1625
1625
|
"nanos": 750000000,
|
1626
1626
|
},
|
1627
|
-
"
|
1628
|
-
"
|
1629
|
-
"
|
1627
|
+
"url_rewrite": {
|
1628
|
+
"host_rewrite": "dev.example.com",
|
1629
|
+
"path_prefix_rewrite": "/v1/api/",
|
1630
1630
|
},
|
1631
|
-
"
|
1632
|
-
"
|
1631
|
+
"weighted_backend_services": [{
|
1632
|
+
"backend_service": home.id,
|
1633
1633
|
"weight": 400,
|
1634
|
-
"
|
1635
|
-
"
|
1636
|
-
"
|
1637
|
-
"
|
1638
|
-
"
|
1634
|
+
"header_action": {
|
1635
|
+
"request_headers_to_removes": ["RemoveMe"],
|
1636
|
+
"request_headers_to_adds": [{
|
1637
|
+
"header_name": "AddMe",
|
1638
|
+
"header_value": "MyValue",
|
1639
1639
|
"replace": True,
|
1640
1640
|
}],
|
1641
|
-
"
|
1642
|
-
"
|
1643
|
-
"
|
1644
|
-
"
|
1641
|
+
"response_headers_to_removes": ["RemoveMe"],
|
1642
|
+
"response_headers_to_adds": [{
|
1643
|
+
"header_name": "AddMe",
|
1644
|
+
"header_value": "MyValue",
|
1645
1645
|
"replace": False,
|
1646
1646
|
}],
|
1647
1647
|
},
|
@@ -1679,38 +1679,38 @@ class URLMap(pulumi.CustomResource):
|
|
1679
1679
|
default_service=home.id,
|
1680
1680
|
host_rules=[{
|
1681
1681
|
"hosts": ["mysite.com"],
|
1682
|
-
"
|
1682
|
+
"path_matcher": "allpaths",
|
1683
1683
|
}],
|
1684
1684
|
path_matchers=[{
|
1685
1685
|
"name": "allpaths",
|
1686
|
-
"
|
1687
|
-
"
|
1686
|
+
"default_service": home.id,
|
1687
|
+
"path_rules": [{
|
1688
1688
|
"paths": ["/home"],
|
1689
|
-
"
|
1690
|
-
"
|
1691
|
-
"
|
1692
|
-
"
|
1693
|
-
"
|
1694
|
-
"
|
1695
|
-
"
|
1696
|
-
"
|
1697
|
-
"
|
1689
|
+
"route_action": {
|
1690
|
+
"cors_policy": {
|
1691
|
+
"allow_credentials": True,
|
1692
|
+
"allow_headers": ["Allowed content"],
|
1693
|
+
"allow_methods": ["GET"],
|
1694
|
+
"allow_origin_regexes": ["abc.*"],
|
1695
|
+
"allow_origins": ["Allowed origin"],
|
1696
|
+
"expose_headers": ["Exposed header"],
|
1697
|
+
"max_age": 30,
|
1698
1698
|
"disabled": False,
|
1699
1699
|
},
|
1700
|
-
"
|
1701
|
-
"
|
1700
|
+
"weighted_backend_services": [{
|
1701
|
+
"backend_service": home.id,
|
1702
1702
|
"weight": 400,
|
1703
|
-
"
|
1704
|
-
"
|
1705
|
-
"
|
1706
|
-
"
|
1707
|
-
"
|
1703
|
+
"header_action": {
|
1704
|
+
"request_headers_to_removes": ["RemoveMe"],
|
1705
|
+
"request_headers_to_adds": [{
|
1706
|
+
"header_name": "AddMe",
|
1707
|
+
"header_value": "MyValue",
|
1708
1708
|
"replace": True,
|
1709
1709
|
}],
|
1710
|
-
"
|
1711
|
-
"
|
1712
|
-
"
|
1713
|
-
"
|
1710
|
+
"response_headers_to_removes": ["RemoveMe"],
|
1711
|
+
"response_headers_to_adds": [{
|
1712
|
+
"header_name": "AddMe",
|
1713
|
+
"header_value": "MyValue",
|
1714
1714
|
"replace": False,
|
1715
1715
|
}],
|
1716
1716
|
},
|
@@ -1759,33 +1759,33 @@ class URLMap(pulumi.CustomResource):
|
|
1759
1759
|
default_service=default.id,
|
1760
1760
|
host_rules=[{
|
1761
1761
|
"hosts": ["*"],
|
1762
|
-
"
|
1762
|
+
"path_matcher": "allpaths",
|
1763
1763
|
}],
|
1764
1764
|
path_matchers=[{
|
1765
1765
|
"name": "allpaths",
|
1766
|
-
"
|
1767
|
-
"
|
1766
|
+
"default_service": default.id,
|
1767
|
+
"route_rules": [
|
1768
1768
|
{
|
1769
1769
|
"priority": 1,
|
1770
1770
|
"service": service_a.id,
|
1771
|
-
"
|
1772
|
-
"
|
1773
|
-
"
|
1774
|
-
"
|
1775
|
-
"
|
1776
|
-
"
|
1771
|
+
"match_rules": [{
|
1772
|
+
"prefix_match": "/",
|
1773
|
+
"ignore_case": True,
|
1774
|
+
"header_matches": [{
|
1775
|
+
"header_name": "abtest",
|
1776
|
+
"exact_match": "a",
|
1777
1777
|
}],
|
1778
1778
|
}],
|
1779
1779
|
},
|
1780
1780
|
{
|
1781
1781
|
"priority": 2,
|
1782
1782
|
"service": service_b.id,
|
1783
|
-
"
|
1784
|
-
"
|
1785
|
-
"
|
1786
|
-
"
|
1787
|
-
"
|
1788
|
-
"
|
1783
|
+
"match_rules": [{
|
1784
|
+
"ignore_case": True,
|
1785
|
+
"prefix_match": "/",
|
1786
|
+
"header_matches": [{
|
1787
|
+
"header_name": "abtest",
|
1788
|
+
"exact_match": "b",
|
1789
1789
|
}],
|
1790
1790
|
}],
|
1791
1791
|
},
|
@@ -1827,33 +1827,33 @@ class URLMap(pulumi.CustomResource):
|
|
1827
1827
|
default_service=default.id,
|
1828
1828
|
host_rules=[{
|
1829
1829
|
"hosts": ["*"],
|
1830
|
-
"
|
1830
|
+
"path_matcher": "allpaths",
|
1831
1831
|
}],
|
1832
1832
|
path_matchers=[{
|
1833
1833
|
"name": "allpaths",
|
1834
|
-
"
|
1835
|
-
"
|
1834
|
+
"default_service": default.id,
|
1835
|
+
"route_rules": [
|
1836
1836
|
{
|
1837
1837
|
"priority": 1,
|
1838
1838
|
"service": service_a.id,
|
1839
|
-
"
|
1840
|
-
"
|
1841
|
-
"
|
1842
|
-
"
|
1839
|
+
"match_rules": [{
|
1840
|
+
"prefix_match": "/",
|
1841
|
+
"ignore_case": True,
|
1842
|
+
"query_parameter_matches": [{
|
1843
1843
|
"name": "abtest",
|
1844
|
-
"
|
1844
|
+
"exact_match": "a",
|
1845
1845
|
}],
|
1846
1846
|
}],
|
1847
1847
|
},
|
1848
1848
|
{
|
1849
1849
|
"priority": 2,
|
1850
1850
|
"service": service_b.id,
|
1851
|
-
"
|
1852
|
-
"
|
1853
|
-
"
|
1854
|
-
"
|
1851
|
+
"match_rules": [{
|
1852
|
+
"ignore_case": True,
|
1853
|
+
"prefix_match": "/",
|
1854
|
+
"query_parameter_matches": [{
|
1855
1855
|
"name": "abtest",
|
1856
|
-
"
|
1856
|
+
"exact_match": "b",
|
1857
1857
|
}],
|
1858
1858
|
}],
|
1859
1859
|
},
|
@@ -1898,27 +1898,27 @@ class URLMap(pulumi.CustomResource):
|
|
1898
1898
|
default_service=static.id,
|
1899
1899
|
host_rules=[{
|
1900
1900
|
"hosts": ["mysite.com"],
|
1901
|
-
"
|
1901
|
+
"path_matcher": "mysite",
|
1902
1902
|
}],
|
1903
1903
|
path_matchers=[{
|
1904
1904
|
"name": "mysite",
|
1905
|
-
"
|
1906
|
-
"
|
1905
|
+
"default_service": static.id,
|
1906
|
+
"route_rules": [
|
1907
1907
|
{
|
1908
|
-
"
|
1909
|
-
"
|
1908
|
+
"match_rules": [{
|
1909
|
+
"path_template_match": "/xyzwebservices/v2/xyz/users/{username=*}/carts/{cartid=**}",
|
1910
1910
|
}],
|
1911
1911
|
"service": cart_backend.id,
|
1912
1912
|
"priority": 1,
|
1913
|
-
"
|
1914
|
-
"
|
1915
|
-
"
|
1913
|
+
"route_action": {
|
1914
|
+
"url_rewrite": {
|
1915
|
+
"path_template_rewrite": "/{username}-{cartid}/",
|
1916
1916
|
},
|
1917
1917
|
},
|
1918
1918
|
},
|
1919
1919
|
{
|
1920
|
-
"
|
1921
|
-
"
|
1920
|
+
"match_rules": [{
|
1921
|
+
"path_template_match": "/xyzwebservices/v2/xyz/users/*/accountinfo/*",
|
1922
1922
|
}],
|
1923
1923
|
"service": user_backend.id,
|
1924
1924
|
"priority": 2,
|
@@ -1956,48 +1956,48 @@ class URLMap(pulumi.CustomResource):
|
|
1956
1956
|
description="a description",
|
1957
1957
|
default_service=example.id,
|
1958
1958
|
default_custom_error_response_policy={
|
1959
|
-
"
|
1960
|
-
"
|
1959
|
+
"error_response_rules": [{
|
1960
|
+
"match_response_codes": ["5xx"],
|
1961
1961
|
"path": "/*",
|
1962
|
-
"
|
1962
|
+
"override_response_code": 502,
|
1963
1963
|
}],
|
1964
|
-
"
|
1964
|
+
"error_service": error.id,
|
1965
1965
|
},
|
1966
1966
|
host_rules=[{
|
1967
1967
|
"hosts": ["mysite.com"],
|
1968
|
-
"
|
1968
|
+
"path_matcher": "mysite",
|
1969
1969
|
}],
|
1970
1970
|
path_matchers=[{
|
1971
1971
|
"name": "mysite",
|
1972
|
-
"
|
1973
|
-
"
|
1974
|
-
"
|
1972
|
+
"default_service": example.id,
|
1973
|
+
"default_custom_error_response_policy": {
|
1974
|
+
"error_response_rules": [
|
1975
1975
|
{
|
1976
|
-
"
|
1976
|
+
"match_response_codes": [
|
1977
1977
|
"4xx",
|
1978
1978
|
"5xx",
|
1979
1979
|
],
|
1980
1980
|
"path": "/login",
|
1981
|
-
"
|
1981
|
+
"override_response_code": 404,
|
1982
1982
|
},
|
1983
1983
|
{
|
1984
|
-
"
|
1984
|
+
"match_response_codes": ["503"],
|
1985
1985
|
"path": "/example",
|
1986
|
-
"
|
1986
|
+
"override_response_code": 502,
|
1987
1987
|
},
|
1988
1988
|
],
|
1989
|
-
"
|
1989
|
+
"error_service": error.id,
|
1990
1990
|
},
|
1991
|
-
"
|
1991
|
+
"path_rules": [{
|
1992
1992
|
"paths": ["/*"],
|
1993
1993
|
"service": example.id,
|
1994
|
-
"
|
1995
|
-
"
|
1996
|
-
"
|
1994
|
+
"custom_error_response_policy": {
|
1995
|
+
"error_response_rules": [{
|
1996
|
+
"match_response_codes": ["4xx"],
|
1997
1997
|
"path": "/register",
|
1998
|
-
"
|
1998
|
+
"override_response_code": 401,
|
1999
1999
|
}],
|
2000
|
-
"
|
2000
|
+
"error_service": error.id,
|
2001
2001
|
},
|
2002
2002
|
}],
|
2003
2003
|
}])
|