pulumi-gcp 7.33.0a1721715313__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.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/top_level.txt +0 -0
@@ -378,7 +378,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
378
378
|
tier="DEVELOPER",
|
379
379
|
hive_metastore_config={
|
380
380
|
"version": "3.1.2",
|
381
|
-
"
|
381
|
+
"endpoint_protocol": "GRPC",
|
382
382
|
})
|
383
383
|
default = gcp.dataproc.MetastoreFederation("default",
|
384
384
|
location="us-central1",
|
@@ -387,7 +387,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
387
387
|
backend_metastores=[{
|
388
388
|
"rank": "1",
|
389
389
|
"name": default_metastore_service.id,
|
390
|
-
"
|
390
|
+
"metastore_type": "DATAPROC_METASTORE",
|
391
391
|
}])
|
392
392
|
```
|
393
393
|
### Dataproc Metastore Federation Bigquery
|
@@ -402,7 +402,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
402
402
|
tier="DEVELOPER",
|
403
403
|
hive_metastore_config={
|
404
404
|
"version": "3.1.2",
|
405
|
-
"
|
405
|
+
"endpoint_protocol": "GRPC",
|
406
406
|
})
|
407
407
|
project = gcp.organizations.get_project()
|
408
408
|
default = gcp.dataproc.MetastoreFederation("default",
|
@@ -413,12 +413,12 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
413
413
|
{
|
414
414
|
"rank": "2",
|
415
415
|
"name": project.id,
|
416
|
-
"
|
416
|
+
"metastore_type": "BIGQUERY",
|
417
417
|
},
|
418
418
|
{
|
419
419
|
"rank": "1",
|
420
420
|
"name": default_metastore_service.id,
|
421
|
-
"
|
421
|
+
"metastore_type": "DATAPROC_METASTORE",
|
422
422
|
},
|
423
423
|
])
|
424
424
|
```
|
@@ -483,7 +483,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
483
483
|
tier="DEVELOPER",
|
484
484
|
hive_metastore_config={
|
485
485
|
"version": "3.1.2",
|
486
|
-
"
|
486
|
+
"endpoint_protocol": "GRPC",
|
487
487
|
})
|
488
488
|
default = gcp.dataproc.MetastoreFederation("default",
|
489
489
|
location="us-central1",
|
@@ -492,7 +492,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
492
492
|
backend_metastores=[{
|
493
493
|
"rank": "1",
|
494
494
|
"name": default_metastore_service.id,
|
495
|
-
"
|
495
|
+
"metastore_type": "DATAPROC_METASTORE",
|
496
496
|
}])
|
497
497
|
```
|
498
498
|
### Dataproc Metastore Federation Bigquery
|
@@ -507,7 +507,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
507
507
|
tier="DEVELOPER",
|
508
508
|
hive_metastore_config={
|
509
509
|
"version": "3.1.2",
|
510
|
-
"
|
510
|
+
"endpoint_protocol": "GRPC",
|
511
511
|
})
|
512
512
|
project = gcp.organizations.get_project()
|
513
513
|
default = gcp.dataproc.MetastoreFederation("default",
|
@@ -518,12 +518,12 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
518
518
|
{
|
519
519
|
"rank": "2",
|
520
520
|
"name": project.id,
|
521
|
-
"
|
521
|
+
"metastore_type": "BIGQUERY",
|
522
522
|
},
|
523
523
|
{
|
524
524
|
"rank": "1",
|
525
525
|
"name": default_metastore_service.id,
|
526
|
-
"
|
526
|
+
"metastore_type": "DATAPROC_METASTORE",
|
527
527
|
},
|
528
528
|
])
|
529
529
|
```
|
@@ -857,8 +857,8 @@ class MetastoreService(pulumi.CustomResource):
|
|
857
857
|
port=9080,
|
858
858
|
tier="DEVELOPER",
|
859
859
|
maintenance_window={
|
860
|
-
"
|
861
|
-
"
|
860
|
+
"hour_of_day": 2,
|
861
|
+
"day_of_week": "SUNDAY",
|
862
862
|
},
|
863
863
|
hive_metastore_config={
|
864
864
|
"version": "2.3.6",
|
@@ -884,7 +884,7 @@ class MetastoreService(pulumi.CustomResource):
|
|
884
884
|
service_id="example-service",
|
885
885
|
location="us-central1",
|
886
886
|
encryption_config={
|
887
|
-
"
|
887
|
+
"kms_key": crypto_key.id,
|
888
888
|
},
|
889
889
|
hive_metastore_config={
|
890
890
|
"version": "3.1.2",
|
@@ -942,7 +942,7 @@ class MetastoreService(pulumi.CustomResource):
|
|
942
942
|
"consumers": [{
|
943
943
|
"subnetwork": subnet.id,
|
944
944
|
}],
|
945
|
-
"
|
945
|
+
"custom_routes_enabled": True,
|
946
946
|
})
|
947
947
|
```
|
948
948
|
### Dataproc Metastore Service Dpms2
|
@@ -959,7 +959,7 @@ class MetastoreService(pulumi.CustomResource):
|
|
959
959
|
"version": "3.1.2",
|
960
960
|
},
|
961
961
|
scaling_config={
|
962
|
-
"
|
962
|
+
"instance_size": "EXTRA_SMALL",
|
963
963
|
})
|
964
964
|
```
|
965
965
|
### Dataproc Metastore Service Dpms2 Scaling Factor
|
@@ -976,7 +976,7 @@ class MetastoreService(pulumi.CustomResource):
|
|
976
976
|
"version": "3.1.2",
|
977
977
|
},
|
978
978
|
scaling_config={
|
979
|
-
"
|
979
|
+
"scaling_factor": 2,
|
980
980
|
})
|
981
981
|
```
|
982
982
|
### Dataproc Metastore Service Scheduled Backup
|
@@ -994,17 +994,17 @@ class MetastoreService(pulumi.CustomResource):
|
|
994
994
|
port=9080,
|
995
995
|
tier="DEVELOPER",
|
996
996
|
maintenance_window={
|
997
|
-
"
|
998
|
-
"
|
997
|
+
"hour_of_day": 2,
|
998
|
+
"day_of_week": "SUNDAY",
|
999
999
|
},
|
1000
1000
|
hive_metastore_config={
|
1001
1001
|
"version": "2.3.6",
|
1002
1002
|
},
|
1003
1003
|
scheduled_backup={
|
1004
1004
|
"enabled": True,
|
1005
|
-
"
|
1006
|
-
"
|
1007
|
-
"
|
1005
|
+
"cron_schedule": "0 0 * * *",
|
1006
|
+
"time_zone": "UTC",
|
1007
|
+
"backup_location": bucket.name.apply(lambda name: f"gs://{name}"),
|
1008
1008
|
},
|
1009
1009
|
labels={
|
1010
1010
|
"env": "test",
|
@@ -1024,10 +1024,10 @@ class MetastoreService(pulumi.CustomResource):
|
|
1024
1024
|
"version": "3.1.2",
|
1025
1025
|
},
|
1026
1026
|
scaling_config={
|
1027
|
-
"
|
1028
|
-
"
|
1029
|
-
"
|
1030
|
-
"
|
1027
|
+
"autoscaling_config": {
|
1028
|
+
"autoscaling_enabled": True,
|
1029
|
+
"limit_config": {
|
1030
|
+
"max_scaling_factor": 1,
|
1031
1031
|
},
|
1032
1032
|
},
|
1033
1033
|
})
|
@@ -1046,11 +1046,11 @@ class MetastoreService(pulumi.CustomResource):
|
|
1046
1046
|
"version": "3.1.2",
|
1047
1047
|
},
|
1048
1048
|
scaling_config={
|
1049
|
-
"
|
1050
|
-
"
|
1051
|
-
"
|
1052
|
-
"
|
1053
|
-
"
|
1049
|
+
"autoscaling_config": {
|
1050
|
+
"autoscaling_enabled": True,
|
1051
|
+
"limit_config": {
|
1052
|
+
"min_scaling_factor": 0.1,
|
1053
|
+
"max_scaling_factor": 1,
|
1054
1054
|
},
|
1055
1055
|
},
|
1056
1056
|
})
|
@@ -1069,10 +1069,10 @@ class MetastoreService(pulumi.CustomResource):
|
|
1069
1069
|
"version": "3.1.2",
|
1070
1070
|
},
|
1071
1071
|
scaling_config={
|
1072
|
-
"
|
1073
|
-
"
|
1074
|
-
"
|
1075
|
-
"
|
1072
|
+
"autoscaling_config": {
|
1073
|
+
"autoscaling_enabled": True,
|
1074
|
+
"limit_config": {
|
1075
|
+
"min_scaling_factor": 0.1,
|
1076
1076
|
},
|
1077
1077
|
},
|
1078
1078
|
})
|
@@ -1091,8 +1091,8 @@ class MetastoreService(pulumi.CustomResource):
|
|
1091
1091
|
"version": "3.1.2",
|
1092
1092
|
},
|
1093
1093
|
scaling_config={
|
1094
|
-
"
|
1095
|
-
"
|
1094
|
+
"autoscaling_config": {
|
1095
|
+
"autoscaling_enabled": True,
|
1096
1096
|
},
|
1097
1097
|
})
|
1098
1098
|
```
|
@@ -1196,8 +1196,8 @@ class MetastoreService(pulumi.CustomResource):
|
|
1196
1196
|
port=9080,
|
1197
1197
|
tier="DEVELOPER",
|
1198
1198
|
maintenance_window={
|
1199
|
-
"
|
1200
|
-
"
|
1199
|
+
"hour_of_day": 2,
|
1200
|
+
"day_of_week": "SUNDAY",
|
1201
1201
|
},
|
1202
1202
|
hive_metastore_config={
|
1203
1203
|
"version": "2.3.6",
|
@@ -1223,7 +1223,7 @@ class MetastoreService(pulumi.CustomResource):
|
|
1223
1223
|
service_id="example-service",
|
1224
1224
|
location="us-central1",
|
1225
1225
|
encryption_config={
|
1226
|
-
"
|
1226
|
+
"kms_key": crypto_key.id,
|
1227
1227
|
},
|
1228
1228
|
hive_metastore_config={
|
1229
1229
|
"version": "3.1.2",
|
@@ -1281,7 +1281,7 @@ class MetastoreService(pulumi.CustomResource):
|
|
1281
1281
|
"consumers": [{
|
1282
1282
|
"subnetwork": subnet.id,
|
1283
1283
|
}],
|
1284
|
-
"
|
1284
|
+
"custom_routes_enabled": True,
|
1285
1285
|
})
|
1286
1286
|
```
|
1287
1287
|
### Dataproc Metastore Service Dpms2
|
@@ -1298,7 +1298,7 @@ class MetastoreService(pulumi.CustomResource):
|
|
1298
1298
|
"version": "3.1.2",
|
1299
1299
|
},
|
1300
1300
|
scaling_config={
|
1301
|
-
"
|
1301
|
+
"instance_size": "EXTRA_SMALL",
|
1302
1302
|
})
|
1303
1303
|
```
|
1304
1304
|
### Dataproc Metastore Service Dpms2 Scaling Factor
|
@@ -1315,7 +1315,7 @@ class MetastoreService(pulumi.CustomResource):
|
|
1315
1315
|
"version": "3.1.2",
|
1316
1316
|
},
|
1317
1317
|
scaling_config={
|
1318
|
-
"
|
1318
|
+
"scaling_factor": 2,
|
1319
1319
|
})
|
1320
1320
|
```
|
1321
1321
|
### Dataproc Metastore Service Scheduled Backup
|
@@ -1333,17 +1333,17 @@ class MetastoreService(pulumi.CustomResource):
|
|
1333
1333
|
port=9080,
|
1334
1334
|
tier="DEVELOPER",
|
1335
1335
|
maintenance_window={
|
1336
|
-
"
|
1337
|
-
"
|
1336
|
+
"hour_of_day": 2,
|
1337
|
+
"day_of_week": "SUNDAY",
|
1338
1338
|
},
|
1339
1339
|
hive_metastore_config={
|
1340
1340
|
"version": "2.3.6",
|
1341
1341
|
},
|
1342
1342
|
scheduled_backup={
|
1343
1343
|
"enabled": True,
|
1344
|
-
"
|
1345
|
-
"
|
1346
|
-
"
|
1344
|
+
"cron_schedule": "0 0 * * *",
|
1345
|
+
"time_zone": "UTC",
|
1346
|
+
"backup_location": bucket.name.apply(lambda name: f"gs://{name}"),
|
1347
1347
|
},
|
1348
1348
|
labels={
|
1349
1349
|
"env": "test",
|
@@ -1363,10 +1363,10 @@ class MetastoreService(pulumi.CustomResource):
|
|
1363
1363
|
"version": "3.1.2",
|
1364
1364
|
},
|
1365
1365
|
scaling_config={
|
1366
|
-
"
|
1367
|
-
"
|
1368
|
-
"
|
1369
|
-
"
|
1366
|
+
"autoscaling_config": {
|
1367
|
+
"autoscaling_enabled": True,
|
1368
|
+
"limit_config": {
|
1369
|
+
"max_scaling_factor": 1,
|
1370
1370
|
},
|
1371
1371
|
},
|
1372
1372
|
})
|
@@ -1385,11 +1385,11 @@ class MetastoreService(pulumi.CustomResource):
|
|
1385
1385
|
"version": "3.1.2",
|
1386
1386
|
},
|
1387
1387
|
scaling_config={
|
1388
|
-
"
|
1389
|
-
"
|
1390
|
-
"
|
1391
|
-
"
|
1392
|
-
"
|
1388
|
+
"autoscaling_config": {
|
1389
|
+
"autoscaling_enabled": True,
|
1390
|
+
"limit_config": {
|
1391
|
+
"min_scaling_factor": 0.1,
|
1392
|
+
"max_scaling_factor": 1,
|
1393
1393
|
},
|
1394
1394
|
},
|
1395
1395
|
})
|
@@ -1408,10 +1408,10 @@ class MetastoreService(pulumi.CustomResource):
|
|
1408
1408
|
"version": "3.1.2",
|
1409
1409
|
},
|
1410
1410
|
scaling_config={
|
1411
|
-
"
|
1412
|
-
"
|
1413
|
-
"
|
1414
|
-
"
|
1411
|
+
"autoscaling_config": {
|
1412
|
+
"autoscaling_enabled": True,
|
1413
|
+
"limit_config": {
|
1414
|
+
"min_scaling_factor": 0.1,
|
1415
1415
|
},
|
1416
1416
|
},
|
1417
1417
|
})
|
@@ -1430,8 +1430,8 @@ class MetastoreService(pulumi.CustomResource):
|
|
1430
1430
|
"version": "3.1.2",
|
1431
1431
|
},
|
1432
1432
|
scaling_config={
|
1433
|
-
"
|
1434
|
-
"
|
1433
|
+
"autoscaling_config": {
|
1434
|
+
"autoscaling_enabled": True,
|
1435
1435
|
},
|
1436
1436
|
})
|
1437
1437
|
```
|
@@ -463,53 +463,53 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
463
463
|
name="template-example",
|
464
464
|
location="us-central1",
|
465
465
|
placement={
|
466
|
-
"
|
467
|
-
"
|
466
|
+
"managed_cluster": {
|
467
|
+
"cluster_name": "my-cluster",
|
468
468
|
"config": {
|
469
|
-
"
|
469
|
+
"gce_cluster_config": {
|
470
470
|
"zone": "us-central1-a",
|
471
471
|
"tags": [
|
472
472
|
"foo",
|
473
473
|
"bar",
|
474
474
|
],
|
475
475
|
},
|
476
|
-
"
|
477
|
-
"
|
478
|
-
"
|
479
|
-
"
|
480
|
-
"
|
481
|
-
"
|
476
|
+
"master_config": {
|
477
|
+
"num_instances": 1,
|
478
|
+
"machine_type": "n1-standard-1",
|
479
|
+
"disk_config": {
|
480
|
+
"boot_disk_type": "pd-ssd",
|
481
|
+
"boot_disk_size_gb": 15,
|
482
482
|
},
|
483
483
|
},
|
484
|
-
"
|
485
|
-
"
|
486
|
-
"
|
487
|
-
"
|
488
|
-
"
|
489
|
-
"
|
484
|
+
"worker_config": {
|
485
|
+
"num_instances": 3,
|
486
|
+
"machine_type": "n1-standard-2",
|
487
|
+
"disk_config": {
|
488
|
+
"boot_disk_size_gb": 10,
|
489
|
+
"num_local_ssds": 2,
|
490
490
|
},
|
491
491
|
},
|
492
|
-
"
|
493
|
-
"
|
492
|
+
"secondary_worker_config": {
|
493
|
+
"num_instances": 2,
|
494
494
|
},
|
495
|
-
"
|
496
|
-
"
|
495
|
+
"software_config": {
|
496
|
+
"image_version": "2.0.35-debian10",
|
497
497
|
},
|
498
498
|
},
|
499
499
|
},
|
500
500
|
},
|
501
501
|
jobs=[
|
502
502
|
{
|
503
|
-
"
|
504
|
-
"
|
505
|
-
"
|
503
|
+
"step_id": "someJob",
|
504
|
+
"spark_job": {
|
505
|
+
"main_class": "SomeClass",
|
506
506
|
},
|
507
507
|
},
|
508
508
|
{
|
509
|
-
"
|
510
|
-
"
|
511
|
-
"
|
512
|
-
"
|
509
|
+
"step_id": "otherJob",
|
510
|
+
"prerequisite_step_ids": ["someJob"],
|
511
|
+
"presto_job": {
|
512
|
+
"query_file_uri": "someuri",
|
513
513
|
},
|
514
514
|
},
|
515
515
|
])
|
@@ -582,53 +582,53 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
582
582
|
name="template-example",
|
583
583
|
location="us-central1",
|
584
584
|
placement={
|
585
|
-
"
|
586
|
-
"
|
585
|
+
"managed_cluster": {
|
586
|
+
"cluster_name": "my-cluster",
|
587
587
|
"config": {
|
588
|
-
"
|
588
|
+
"gce_cluster_config": {
|
589
589
|
"zone": "us-central1-a",
|
590
590
|
"tags": [
|
591
591
|
"foo",
|
592
592
|
"bar",
|
593
593
|
],
|
594
594
|
},
|
595
|
-
"
|
596
|
-
"
|
597
|
-
"
|
598
|
-
"
|
599
|
-
"
|
600
|
-
"
|
595
|
+
"master_config": {
|
596
|
+
"num_instances": 1,
|
597
|
+
"machine_type": "n1-standard-1",
|
598
|
+
"disk_config": {
|
599
|
+
"boot_disk_type": "pd-ssd",
|
600
|
+
"boot_disk_size_gb": 15,
|
601
601
|
},
|
602
602
|
},
|
603
|
-
"
|
604
|
-
"
|
605
|
-
"
|
606
|
-
"
|
607
|
-
"
|
608
|
-
"
|
603
|
+
"worker_config": {
|
604
|
+
"num_instances": 3,
|
605
|
+
"machine_type": "n1-standard-2",
|
606
|
+
"disk_config": {
|
607
|
+
"boot_disk_size_gb": 10,
|
608
|
+
"num_local_ssds": 2,
|
609
609
|
},
|
610
610
|
},
|
611
|
-
"
|
612
|
-
"
|
611
|
+
"secondary_worker_config": {
|
612
|
+
"num_instances": 2,
|
613
613
|
},
|
614
|
-
"
|
615
|
-
"
|
614
|
+
"software_config": {
|
615
|
+
"image_version": "2.0.35-debian10",
|
616
616
|
},
|
617
617
|
},
|
618
618
|
},
|
619
619
|
},
|
620
620
|
jobs=[
|
621
621
|
{
|
622
|
-
"
|
623
|
-
"
|
624
|
-
"
|
622
|
+
"step_id": "someJob",
|
623
|
+
"spark_job": {
|
624
|
+
"main_class": "SomeClass",
|
625
625
|
},
|
626
626
|
},
|
627
627
|
{
|
628
|
-
"
|
629
|
-
"
|
630
|
-
"
|
631
|
-
"
|
628
|
+
"step_id": "otherJob",
|
629
|
+
"prerequisite_step_ids": ["someJob"],
|
630
|
+
"presto_job": {
|
631
|
+
"query_file_uri": "someuri",
|
632
632
|
},
|
633
633
|
},
|
634
634
|
])
|
@@ -624,7 +624,7 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
624
624
|
connection_profile_id="my-profile",
|
625
625
|
gcs_profile={
|
626
626
|
"bucket": "my-bucket",
|
627
|
-
"
|
627
|
+
"root_path": "/path",
|
628
628
|
})
|
629
629
|
```
|
630
630
|
### Datastream Connection Profile Postgresql Private Connection
|
@@ -652,8 +652,8 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
652
652
|
region="us-central1",
|
653
653
|
settings={
|
654
654
|
"tier": "db-f1-micro",
|
655
|
-
"
|
656
|
-
"
|
655
|
+
"ip_configuration": {
|
656
|
+
"authorized_networks": [
|
657
657
|
{
|
658
658
|
"value": "34.71.242.81",
|
659
659
|
},
|
@@ -694,7 +694,7 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
694
694
|
"database": db.name,
|
695
695
|
},
|
696
696
|
private_connectivity={
|
697
|
-
"
|
697
|
+
"private_connection": private_connection.id,
|
698
698
|
})
|
699
699
|
```
|
700
700
|
### Datastream Connection Profile Full
|
@@ -709,7 +709,7 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
709
709
|
connection_profile_id="my-profile",
|
710
710
|
gcs_profile={
|
711
711
|
"bucket": "my-bucket",
|
712
|
-
"
|
712
|
+
"root_path": "/path",
|
713
713
|
},
|
714
714
|
forward_ssh_connectivity={
|
715
715
|
"hostname": "google.com",
|
@@ -734,8 +734,8 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
734
734
|
region="us-central1",
|
735
735
|
settings={
|
736
736
|
"tier": "db-f1-micro",
|
737
|
-
"
|
738
|
-
"
|
737
|
+
"ip_configuration": {
|
738
|
+
"authorized_networks": [
|
739
739
|
{
|
740
740
|
"value": "34.71.242.81",
|
741
741
|
},
|
@@ -790,8 +790,8 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
790
790
|
deletion_protection=True,
|
791
791
|
settings={
|
792
792
|
"tier": "db-custom-2-4096",
|
793
|
-
"
|
794
|
-
"
|
793
|
+
"ip_configuration": {
|
794
|
+
"authorized_networks": [
|
795
795
|
{
|
796
796
|
"value": "34.71.242.81",
|
797
797
|
},
|
@@ -913,7 +913,7 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
913
913
|
connection_profile_id="my-profile",
|
914
914
|
gcs_profile={
|
915
915
|
"bucket": "my-bucket",
|
916
|
-
"
|
916
|
+
"root_path": "/path",
|
917
917
|
})
|
918
918
|
```
|
919
919
|
### Datastream Connection Profile Postgresql Private Connection
|
@@ -941,8 +941,8 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
941
941
|
region="us-central1",
|
942
942
|
settings={
|
943
943
|
"tier": "db-f1-micro",
|
944
|
-
"
|
945
|
-
"
|
944
|
+
"ip_configuration": {
|
945
|
+
"authorized_networks": [
|
946
946
|
{
|
947
947
|
"value": "34.71.242.81",
|
948
948
|
},
|
@@ -983,7 +983,7 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
983
983
|
"database": db.name,
|
984
984
|
},
|
985
985
|
private_connectivity={
|
986
|
-
"
|
986
|
+
"private_connection": private_connection.id,
|
987
987
|
})
|
988
988
|
```
|
989
989
|
### Datastream Connection Profile Full
|
@@ -998,7 +998,7 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
998
998
|
connection_profile_id="my-profile",
|
999
999
|
gcs_profile={
|
1000
1000
|
"bucket": "my-bucket",
|
1001
|
-
"
|
1001
|
+
"root_path": "/path",
|
1002
1002
|
},
|
1003
1003
|
forward_ssh_connectivity={
|
1004
1004
|
"hostname": "google.com",
|
@@ -1023,8 +1023,8 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
1023
1023
|
region="us-central1",
|
1024
1024
|
settings={
|
1025
1025
|
"tier": "db-f1-micro",
|
1026
|
-
"
|
1027
|
-
"
|
1026
|
+
"ip_configuration": {
|
1027
|
+
"authorized_networks": [
|
1028
1028
|
{
|
1029
1029
|
"value": "34.71.242.81",
|
1030
1030
|
},
|
@@ -1079,8 +1079,8 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
1079
1079
|
deletion_protection=True,
|
1080
1080
|
settings={
|
1081
1081
|
"tier": "db-custom-2-4096",
|
1082
|
-
"
|
1083
|
-
"
|
1082
|
+
"ip_configuration": {
|
1083
|
+
"authorized_networks": [
|
1084
1084
|
{
|
1085
1085
|
"value": "34.71.242.81",
|
1086
1086
|
},
|