pulumi-gcp 7.32.0a1721151794__py3-none-any.whl → 7.33.0__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/__init__.py +11 -0
- pulumi_gcp/_utilities.py +5 -4
- 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 -46
- 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/_inputs.py +0 -12
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -58
- pulumi_gcp/bigquery/dataset_access.py +26 -54
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/outputs.py +0 -24
- 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 +104 -0
- 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/_inputs.py +14 -0
- 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_address.py +16 -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/outputs.py +8 -0
- 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 +12 -12
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- 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/__init__.py +1 -0
- 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/get_membership_binding.py +222 -0
- 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/outputs.py +19 -0
- 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/iap/client.py +7 -7
- 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/_inputs.py +40 -0
- pulumi_gcp/kms/crypto_key.py +103 -0
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/outputs.py +112 -0
- 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/address_group.py +1 -1
- 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 +24 -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/provider.py +20 -0
- 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/__init__.py +1 -0
- pulumi_gcp/securitycenter/_inputs.py +93 -0
- 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/outputs.py +59 -0
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_notification_config.py +518 -0
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/siteverification/__init__.py +8 -0
- pulumi_gcp/siteverification/get_token.py +221 -0
- 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.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/RECORD +391 -387
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/biglake/database.py
CHANGED
@@ -295,7 +295,7 @@ class Database(pulumi.CustomResource):
|
|
295
295
|
catalog=catalog.id,
|
296
296
|
type="HIVE",
|
297
297
|
hive_options={
|
298
|
-
"
|
298
|
+
"location_uri": pulumi.Output.all(bucket.name, metadata_folder.name).apply(lambda bucketName, metadataFolderName: f"gs://{bucket_name}/{metadata_folder_name}"),
|
299
299
|
"parameters": {
|
300
300
|
"owner": "John Doe",
|
301
301
|
},
|
@@ -362,7 +362,7 @@ class Database(pulumi.CustomResource):
|
|
362
362
|
catalog=catalog.id,
|
363
363
|
type="HIVE",
|
364
364
|
hive_options={
|
365
|
-
"
|
365
|
+
"location_uri": pulumi.Output.all(bucket.name, metadata_folder.name).apply(lambda bucketName, metadataFolderName: f"gs://{bucket_name}/{metadata_folder_name}"),
|
366
366
|
"parameters": {
|
367
367
|
"owner": "John Doe",
|
368
368
|
},
|
pulumi_gcp/biglake/table.py
CHANGED
@@ -344,7 +344,7 @@ class Table(pulumi.CustomResource):
|
|
344
344
|
catalog=catalog.id,
|
345
345
|
type="HIVE",
|
346
346
|
hive_options={
|
347
|
-
"
|
347
|
+
"location_uri": pulumi.Output.all(bucket.name, metadata_folder.name).apply(lambda bucketName, metadataFolderName: f"gs://{bucket_name}/{metadata_folder_name}"),
|
348
348
|
"parameters": {
|
349
349
|
"owner": "Alex",
|
350
350
|
},
|
@@ -354,20 +354,20 @@ class Table(pulumi.CustomResource):
|
|
354
354
|
database=database.id,
|
355
355
|
type="HIVE",
|
356
356
|
hive_options={
|
357
|
-
"
|
358
|
-
"
|
359
|
-
"
|
360
|
-
"
|
361
|
-
"
|
357
|
+
"table_type": "MANAGED_TABLE",
|
358
|
+
"storage_descriptor": {
|
359
|
+
"location_uri": pulumi.Output.all(bucket.name, data_folder.name).apply(lambda bucketName, dataFolderName: f"gs://{bucket_name}/{data_folder_name}"),
|
360
|
+
"input_format": "org.apache.hadoop.mapred.SequenceFileInputFormat",
|
361
|
+
"output_format": "org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat",
|
362
362
|
},
|
363
363
|
"parameters": {
|
364
|
-
"
|
365
|
-
"
|
366
|
-
"
|
367
|
-
"
|
364
|
+
"spark_sql_create_version": "3.1.3",
|
365
|
+
"spark_sql_sources_schema_num_parts": "1",
|
366
|
+
"transient_last_ddl_time": "1680894197",
|
367
|
+
"spark_sql_partition_provider": "catalog",
|
368
368
|
"owner": "John Doe",
|
369
|
-
"
|
370
|
-
"
|
369
|
+
"spark_sql_sources_schema_part_0": "{\\"type\\":\\"struct\\",\\"fields\\":[{\\"name\\":\\"id\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"name\\",\\"type\\":\\"string\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"age\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}}]}",
|
370
|
+
"spark_sql_sources_provider": "iceberg",
|
371
371
|
"provider": "iceberg",
|
372
372
|
},
|
373
373
|
})
|
@@ -442,7 +442,7 @@ class Table(pulumi.CustomResource):
|
|
442
442
|
catalog=catalog.id,
|
443
443
|
type="HIVE",
|
444
444
|
hive_options={
|
445
|
-
"
|
445
|
+
"location_uri": pulumi.Output.all(bucket.name, metadata_folder.name).apply(lambda bucketName, metadataFolderName: f"gs://{bucket_name}/{metadata_folder_name}"),
|
446
446
|
"parameters": {
|
447
447
|
"owner": "Alex",
|
448
448
|
},
|
@@ -452,20 +452,20 @@ class Table(pulumi.CustomResource):
|
|
452
452
|
database=database.id,
|
453
453
|
type="HIVE",
|
454
454
|
hive_options={
|
455
|
-
"
|
456
|
-
"
|
457
|
-
"
|
458
|
-
"
|
459
|
-
"
|
455
|
+
"table_type": "MANAGED_TABLE",
|
456
|
+
"storage_descriptor": {
|
457
|
+
"location_uri": pulumi.Output.all(bucket.name, data_folder.name).apply(lambda bucketName, dataFolderName: f"gs://{bucket_name}/{data_folder_name}"),
|
458
|
+
"input_format": "org.apache.hadoop.mapred.SequenceFileInputFormat",
|
459
|
+
"output_format": "org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat",
|
460
460
|
},
|
461
461
|
"parameters": {
|
462
|
-
"
|
463
|
-
"
|
464
|
-
"
|
465
|
-
"
|
462
|
+
"spark_sql_create_version": "3.1.3",
|
463
|
+
"spark_sql_sources_schema_num_parts": "1",
|
464
|
+
"transient_last_ddl_time": "1680894197",
|
465
|
+
"spark_sql_partition_provider": "catalog",
|
466
466
|
"owner": "John Doe",
|
467
|
-
"
|
468
|
-
"
|
467
|
+
"spark_sql_sources_schema_part_0": "{\\"type\\":\\"struct\\",\\"fields\\":[{\\"name\\":\\"id\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"name\\",\\"type\\":\\"string\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"age\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}}]}",
|
468
|
+
"spark_sql_sources_provider": "iceberg",
|
469
469
|
"provider": "iceberg",
|
470
470
|
},
|
471
471
|
})
|
pulumi_gcp/bigquery/_inputs.py
CHANGED
@@ -1388,13 +1388,9 @@ if not MYPY:
|
|
1388
1388
|
special_group: NotRequired[pulumi.Input[str]]
|
1389
1389
|
"""
|
1390
1390
|
A special group to grant access to. Possible values include:
|
1391
|
-
|
1392
1391
|
* `projectOwners`: Owners of the enclosing project.
|
1393
|
-
|
1394
1392
|
* `projectReaders`: Readers of the enclosing project.
|
1395
|
-
|
1396
1393
|
* `projectWriters`: Writers of the enclosing project.
|
1397
|
-
|
1398
1394
|
* `allAuthenticatedUsers`: All authenticated BigQuery users.
|
1399
1395
|
"""
|
1400
1396
|
user_by_email: NotRequired[pulumi.Input[str]]
|
@@ -1446,13 +1442,9 @@ class DatasetAccessArgs:
|
|
1446
1442
|
needs to be granted again via an update operation.
|
1447
1443
|
Structure is documented below.
|
1448
1444
|
:param pulumi.Input[str] special_group: A special group to grant access to. Possible values include:
|
1449
|
-
|
1450
1445
|
* `projectOwners`: Owners of the enclosing project.
|
1451
|
-
|
1452
1446
|
* `projectReaders`: Readers of the enclosing project.
|
1453
|
-
|
1454
1447
|
* `projectWriters`: Writers of the enclosing project.
|
1455
|
-
|
1456
1448
|
* `allAuthenticatedUsers`: All authenticated BigQuery users.
|
1457
1449
|
:param pulumi.Input[str] user_by_email: An email address of a user to grant access to. For example:
|
1458
1450
|
fred@example.com
|
@@ -1571,13 +1563,9 @@ class DatasetAccessArgs:
|
|
1571
1563
|
def special_group(self) -> Optional[pulumi.Input[str]]:
|
1572
1564
|
"""
|
1573
1565
|
A special group to grant access to. Possible values include:
|
1574
|
-
|
1575
1566
|
* `projectOwners`: Owners of the enclosing project.
|
1576
|
-
|
1577
1567
|
* `projectReaders`: Readers of the enclosing project.
|
1578
|
-
|
1579
1568
|
* `projectWriters`: Writers of the enclosing project.
|
1580
|
-
|
1581
1569
|
* `allAuthenticatedUsers`: All authenticated BigQuery users.
|
1582
1570
|
"""
|
1583
1571
|
return pulumi.get(self, "special_group")
|
@@ -407,22 +407,22 @@ class AppProfile(pulumi.CustomResource):
|
|
407
407
|
name="bt-instance",
|
408
408
|
clusters=[
|
409
409
|
{
|
410
|
-
"
|
410
|
+
"cluster_id": "cluster-1",
|
411
411
|
"zone": "us-central1-a",
|
412
|
-
"
|
413
|
-
"
|
412
|
+
"num_nodes": 3,
|
413
|
+
"storage_type": "HDD",
|
414
414
|
},
|
415
415
|
{
|
416
|
-
"
|
416
|
+
"cluster_id": "cluster-2",
|
417
417
|
"zone": "us-central1-b",
|
418
|
-
"
|
419
|
-
"
|
418
|
+
"num_nodes": 3,
|
419
|
+
"storage_type": "HDD",
|
420
420
|
},
|
421
421
|
{
|
422
|
-
"
|
422
|
+
"cluster_id": "cluster-3",
|
423
423
|
"zone": "us-central1-c",
|
424
|
-
"
|
425
|
-
"
|
424
|
+
"num_nodes": 3,
|
425
|
+
"storage_type": "HDD",
|
426
426
|
},
|
427
427
|
],
|
428
428
|
deletion_protection=True)
|
@@ -441,18 +441,18 @@ class AppProfile(pulumi.CustomResource):
|
|
441
441
|
instance = gcp.bigtable.Instance("instance",
|
442
442
|
name="bt-instance",
|
443
443
|
clusters=[{
|
444
|
-
"
|
444
|
+
"cluster_id": "cluster-1",
|
445
445
|
"zone": "us-central1-b",
|
446
|
-
"
|
447
|
-
"
|
446
|
+
"num_nodes": 3,
|
447
|
+
"storage_type": "HDD",
|
448
448
|
}],
|
449
449
|
deletion_protection=True)
|
450
450
|
ap = gcp.bigquery.AppProfile("ap",
|
451
451
|
instance=instance.name,
|
452
452
|
app_profile_id="bt-profile",
|
453
453
|
single_cluster_routing={
|
454
|
-
"
|
455
|
-
"
|
454
|
+
"cluster_id": "cluster-1",
|
455
|
+
"allow_transactional_writes": True,
|
456
456
|
},
|
457
457
|
ignore_warnings=True)
|
458
458
|
```
|
@@ -466,22 +466,22 @@ class AppProfile(pulumi.CustomResource):
|
|
466
466
|
name="bt-instance",
|
467
467
|
clusters=[
|
468
468
|
{
|
469
|
-
"
|
469
|
+
"cluster_id": "cluster-1",
|
470
470
|
"zone": "us-central1-a",
|
471
|
-
"
|
472
|
-
"
|
471
|
+
"num_nodes": 3,
|
472
|
+
"storage_type": "HDD",
|
473
473
|
},
|
474
474
|
{
|
475
|
-
"
|
475
|
+
"cluster_id": "cluster-2",
|
476
476
|
"zone": "us-central1-b",
|
477
|
-
"
|
478
|
-
"
|
477
|
+
"num_nodes": 3,
|
478
|
+
"storage_type": "HDD",
|
479
479
|
},
|
480
480
|
{
|
481
|
-
"
|
481
|
+
"cluster_id": "cluster-3",
|
482
482
|
"zone": "us-central1-c",
|
483
|
-
"
|
484
|
-
"
|
483
|
+
"num_nodes": 3,
|
484
|
+
"storage_type": "HDD",
|
485
485
|
},
|
486
486
|
],
|
487
487
|
deletion_protection=True)
|
@@ -504,18 +504,18 @@ class AppProfile(pulumi.CustomResource):
|
|
504
504
|
instance = gcp.bigtable.Instance("instance",
|
505
505
|
name="bt-instance",
|
506
506
|
clusters=[{
|
507
|
-
"
|
507
|
+
"cluster_id": "cluster-1",
|
508
508
|
"zone": "us-central1-b",
|
509
|
-
"
|
510
|
-
"
|
509
|
+
"num_nodes": 3,
|
510
|
+
"storage_type": "HDD",
|
511
511
|
}],
|
512
512
|
deletion_protection=True)
|
513
513
|
ap = gcp.bigquery.AppProfile("ap",
|
514
514
|
instance=instance.name,
|
515
515
|
app_profile_id="bt-profile",
|
516
516
|
single_cluster_routing={
|
517
|
-
"
|
518
|
-
"
|
517
|
+
"cluster_id": "cluster-1",
|
518
|
+
"allow_transactional_writes": True,
|
519
519
|
},
|
520
520
|
standard_isolation={
|
521
521
|
"priority": "PRIORITY_LOW",
|
@@ -593,22 +593,22 @@ class AppProfile(pulumi.CustomResource):
|
|
593
593
|
name="bt-instance",
|
594
594
|
clusters=[
|
595
595
|
{
|
596
|
-
"
|
596
|
+
"cluster_id": "cluster-1",
|
597
597
|
"zone": "us-central1-a",
|
598
|
-
"
|
599
|
-
"
|
598
|
+
"num_nodes": 3,
|
599
|
+
"storage_type": "HDD",
|
600
600
|
},
|
601
601
|
{
|
602
|
-
"
|
602
|
+
"cluster_id": "cluster-2",
|
603
603
|
"zone": "us-central1-b",
|
604
|
-
"
|
605
|
-
"
|
604
|
+
"num_nodes": 3,
|
605
|
+
"storage_type": "HDD",
|
606
606
|
},
|
607
607
|
{
|
608
|
-
"
|
608
|
+
"cluster_id": "cluster-3",
|
609
609
|
"zone": "us-central1-c",
|
610
|
-
"
|
611
|
-
"
|
610
|
+
"num_nodes": 3,
|
611
|
+
"storage_type": "HDD",
|
612
612
|
},
|
613
613
|
],
|
614
614
|
deletion_protection=True)
|
@@ -627,18 +627,18 @@ class AppProfile(pulumi.CustomResource):
|
|
627
627
|
instance = gcp.bigtable.Instance("instance",
|
628
628
|
name="bt-instance",
|
629
629
|
clusters=[{
|
630
|
-
"
|
630
|
+
"cluster_id": "cluster-1",
|
631
631
|
"zone": "us-central1-b",
|
632
|
-
"
|
633
|
-
"
|
632
|
+
"num_nodes": 3,
|
633
|
+
"storage_type": "HDD",
|
634
634
|
}],
|
635
635
|
deletion_protection=True)
|
636
636
|
ap = gcp.bigquery.AppProfile("ap",
|
637
637
|
instance=instance.name,
|
638
638
|
app_profile_id="bt-profile",
|
639
639
|
single_cluster_routing={
|
640
|
-
"
|
641
|
-
"
|
640
|
+
"cluster_id": "cluster-1",
|
641
|
+
"allow_transactional_writes": True,
|
642
642
|
},
|
643
643
|
ignore_warnings=True)
|
644
644
|
```
|
@@ -652,22 +652,22 @@ class AppProfile(pulumi.CustomResource):
|
|
652
652
|
name="bt-instance",
|
653
653
|
clusters=[
|
654
654
|
{
|
655
|
-
"
|
655
|
+
"cluster_id": "cluster-1",
|
656
656
|
"zone": "us-central1-a",
|
657
|
-
"
|
658
|
-
"
|
657
|
+
"num_nodes": 3,
|
658
|
+
"storage_type": "HDD",
|
659
659
|
},
|
660
660
|
{
|
661
|
-
"
|
661
|
+
"cluster_id": "cluster-2",
|
662
662
|
"zone": "us-central1-b",
|
663
|
-
"
|
664
|
-
"
|
663
|
+
"num_nodes": 3,
|
664
|
+
"storage_type": "HDD",
|
665
665
|
},
|
666
666
|
{
|
667
|
-
"
|
667
|
+
"cluster_id": "cluster-3",
|
668
668
|
"zone": "us-central1-c",
|
669
|
-
"
|
670
|
-
"
|
669
|
+
"num_nodes": 3,
|
670
|
+
"storage_type": "HDD",
|
671
671
|
},
|
672
672
|
],
|
673
673
|
deletion_protection=True)
|
@@ -690,18 +690,18 @@ class AppProfile(pulumi.CustomResource):
|
|
690
690
|
instance = gcp.bigtable.Instance("instance",
|
691
691
|
name="bt-instance",
|
692
692
|
clusters=[{
|
693
|
-
"
|
693
|
+
"cluster_id": "cluster-1",
|
694
694
|
"zone": "us-central1-b",
|
695
|
-
"
|
696
|
-
"
|
695
|
+
"num_nodes": 3,
|
696
|
+
"storage_type": "HDD",
|
697
697
|
}],
|
698
698
|
deletion_protection=True)
|
699
699
|
ap = gcp.bigquery.AppProfile("ap",
|
700
700
|
instance=instance.name,
|
701
701
|
app_profile_id="bt-profile",
|
702
702
|
single_cluster_routing={
|
703
|
-
"
|
704
|
-
"
|
703
|
+
"cluster_id": "cluster-1",
|
704
|
+
"allow_transactional_writes": True,
|
705
705
|
},
|
706
706
|
standard_isolation={
|
707
707
|
"priority": "PRIORITY_LOW",
|
@@ -580,7 +580,7 @@ class Connection(pulumi.CustomResource):
|
|
580
580
|
description="a riveting description",
|
581
581
|
location="US",
|
582
582
|
cloud_sql={
|
583
|
-
"
|
583
|
+
"instance_id": instance.connection_name,
|
584
584
|
"database": db.name,
|
585
585
|
"type": "POSTGRES",
|
586
586
|
"credential": {
|
@@ -620,7 +620,7 @@ class Connection(pulumi.CustomResource):
|
|
620
620
|
friendly_name="👋",
|
621
621
|
description="a riveting description",
|
622
622
|
cloud_sql={
|
623
|
-
"
|
623
|
+
"instance_id": instance.connection_name,
|
624
624
|
"database": db.name,
|
625
625
|
"type": "POSTGRES",
|
626
626
|
"credential": {
|
@@ -641,8 +641,8 @@ class Connection(pulumi.CustomResource):
|
|
641
641
|
friendly_name="👋",
|
642
642
|
description="a riveting description",
|
643
643
|
aws={
|
644
|
-
"
|
645
|
-
"
|
644
|
+
"access_role": {
|
645
|
+
"iam_role_id": "arn:aws:iam::999999999999:role/omnirole",
|
646
646
|
},
|
647
647
|
})
|
648
648
|
```
|
@@ -658,8 +658,8 @@ class Connection(pulumi.CustomResource):
|
|
658
658
|
friendly_name="👋",
|
659
659
|
description="a riveting description",
|
660
660
|
azure={
|
661
|
-
"
|
662
|
-
"
|
661
|
+
"customer_tenant_id": "customer-tenant-id",
|
662
|
+
"federated_application_client_id": "b43eeeee-eeee-eeee-eeee-a480155501ce",
|
663
663
|
})
|
664
664
|
```
|
665
665
|
### Bigquery Connection Cloudspanner
|
@@ -675,7 +675,7 @@ class Connection(pulumi.CustomResource):
|
|
675
675
|
description="a riveting description",
|
676
676
|
cloud_spanner={
|
677
677
|
"database": "projects/project/instances/instance/databases/database",
|
678
|
-
"
|
678
|
+
"database_role": "database_role",
|
679
679
|
})
|
680
680
|
```
|
681
681
|
### Bigquery Connection Cloudspanner Databoost
|
@@ -691,9 +691,9 @@ class Connection(pulumi.CustomResource):
|
|
691
691
|
description="a riveting description",
|
692
692
|
cloud_spanner={
|
693
693
|
"database": "projects/project/instances/instance/databases/database",
|
694
|
-
"
|
695
|
-
"
|
696
|
-
"
|
694
|
+
"use_parallelism": True,
|
695
|
+
"use_data_boost": True,
|
696
|
+
"max_parallelism": 100,
|
697
697
|
})
|
698
698
|
```
|
699
699
|
### Bigquery Connection Spark
|
@@ -706,16 +706,16 @@ class Connection(pulumi.CustomResource):
|
|
706
706
|
name="my-connection",
|
707
707
|
region="us-central1",
|
708
708
|
cluster_config={
|
709
|
-
"
|
710
|
-
"
|
711
|
-
"
|
709
|
+
"software_config": {
|
710
|
+
"override_properties": {
|
711
|
+
"dataproc_dataproc_allow_zero_workers": "true",
|
712
712
|
},
|
713
713
|
},
|
714
|
-
"
|
715
|
-
"
|
716
|
-
"
|
717
|
-
"
|
718
|
-
"
|
714
|
+
"master_config": {
|
715
|
+
"num_instances": 1,
|
716
|
+
"machine_type": "e2-standard-2",
|
717
|
+
"disk_config": {
|
718
|
+
"boot_disk_size_gb": 35,
|
719
719
|
},
|
720
720
|
},
|
721
721
|
})
|
@@ -725,8 +725,8 @@ class Connection(pulumi.CustomResource):
|
|
725
725
|
friendly_name="👋",
|
726
726
|
description="a riveting description",
|
727
727
|
spark={
|
728
|
-
"
|
729
|
-
"
|
728
|
+
"spark_history_server_config": {
|
729
|
+
"dataproc_cluster": basic.id,
|
730
730
|
},
|
731
731
|
})
|
732
732
|
```
|
@@ -757,7 +757,7 @@ class Connection(pulumi.CustomResource):
|
|
757
757
|
location="US",
|
758
758
|
kms_key_name="projects/project/locations/us-central1/keyRings/us-central1/cryptoKeys/bq-key",
|
759
759
|
cloud_sql={
|
760
|
-
"
|
760
|
+
"instance_id": instance.connection_name,
|
761
761
|
"database": db.name,
|
762
762
|
"type": "POSTGRES",
|
763
763
|
"credential": {
|
@@ -880,7 +880,7 @@ class Connection(pulumi.CustomResource):
|
|
880
880
|
description="a riveting description",
|
881
881
|
location="US",
|
882
882
|
cloud_sql={
|
883
|
-
"
|
883
|
+
"instance_id": instance.connection_name,
|
884
884
|
"database": db.name,
|
885
885
|
"type": "POSTGRES",
|
886
886
|
"credential": {
|
@@ -920,7 +920,7 @@ class Connection(pulumi.CustomResource):
|
|
920
920
|
friendly_name="👋",
|
921
921
|
description="a riveting description",
|
922
922
|
cloud_sql={
|
923
|
-
"
|
923
|
+
"instance_id": instance.connection_name,
|
924
924
|
"database": db.name,
|
925
925
|
"type": "POSTGRES",
|
926
926
|
"credential": {
|
@@ -941,8 +941,8 @@ class Connection(pulumi.CustomResource):
|
|
941
941
|
friendly_name="👋",
|
942
942
|
description="a riveting description",
|
943
943
|
aws={
|
944
|
-
"
|
945
|
-
"
|
944
|
+
"access_role": {
|
945
|
+
"iam_role_id": "arn:aws:iam::999999999999:role/omnirole",
|
946
946
|
},
|
947
947
|
})
|
948
948
|
```
|
@@ -958,8 +958,8 @@ class Connection(pulumi.CustomResource):
|
|
958
958
|
friendly_name="👋",
|
959
959
|
description="a riveting description",
|
960
960
|
azure={
|
961
|
-
"
|
962
|
-
"
|
961
|
+
"customer_tenant_id": "customer-tenant-id",
|
962
|
+
"federated_application_client_id": "b43eeeee-eeee-eeee-eeee-a480155501ce",
|
963
963
|
})
|
964
964
|
```
|
965
965
|
### Bigquery Connection Cloudspanner
|
@@ -975,7 +975,7 @@ class Connection(pulumi.CustomResource):
|
|
975
975
|
description="a riveting description",
|
976
976
|
cloud_spanner={
|
977
977
|
"database": "projects/project/instances/instance/databases/database",
|
978
|
-
"
|
978
|
+
"database_role": "database_role",
|
979
979
|
})
|
980
980
|
```
|
981
981
|
### Bigquery Connection Cloudspanner Databoost
|
@@ -991,9 +991,9 @@ class Connection(pulumi.CustomResource):
|
|
991
991
|
description="a riveting description",
|
992
992
|
cloud_spanner={
|
993
993
|
"database": "projects/project/instances/instance/databases/database",
|
994
|
-
"
|
995
|
-
"
|
996
|
-
"
|
994
|
+
"use_parallelism": True,
|
995
|
+
"use_data_boost": True,
|
996
|
+
"max_parallelism": 100,
|
997
997
|
})
|
998
998
|
```
|
999
999
|
### Bigquery Connection Spark
|
@@ -1006,16 +1006,16 @@ class Connection(pulumi.CustomResource):
|
|
1006
1006
|
name="my-connection",
|
1007
1007
|
region="us-central1",
|
1008
1008
|
cluster_config={
|
1009
|
-
"
|
1010
|
-
"
|
1011
|
-
"
|
1009
|
+
"software_config": {
|
1010
|
+
"override_properties": {
|
1011
|
+
"dataproc_dataproc_allow_zero_workers": "true",
|
1012
1012
|
},
|
1013
1013
|
},
|
1014
|
-
"
|
1015
|
-
"
|
1016
|
-
"
|
1017
|
-
"
|
1018
|
-
"
|
1014
|
+
"master_config": {
|
1015
|
+
"num_instances": 1,
|
1016
|
+
"machine_type": "e2-standard-2",
|
1017
|
+
"disk_config": {
|
1018
|
+
"boot_disk_size_gb": 35,
|
1019
1019
|
},
|
1020
1020
|
},
|
1021
1021
|
})
|
@@ -1025,8 +1025,8 @@ class Connection(pulumi.CustomResource):
|
|
1025
1025
|
friendly_name="👋",
|
1026
1026
|
description="a riveting description",
|
1027
1027
|
spark={
|
1028
|
-
"
|
1029
|
-
"
|
1028
|
+
"spark_history_server_config": {
|
1029
|
+
"dataproc_cluster": basic.id,
|
1030
1030
|
},
|
1031
1031
|
})
|
1032
1032
|
```
|
@@ -1057,7 +1057,7 @@ class Connection(pulumi.CustomResource):
|
|
1057
1057
|
location="US",
|
1058
1058
|
kms_key_name="projects/project/locations/us-central1/keyRings/us-central1/cryptoKeys/bq-key",
|
1059
1059
|
cloud_sql={
|
1060
|
-
"
|
1060
|
+
"instance_id": instance.connection_name,
|
1061
1061
|
"database": db.name,
|
1062
1062
|
"type": "POSTGRES",
|
1063
1063
|
"credential": {
|