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/bigquery/dataset.py
CHANGED
@@ -63,7 +63,6 @@ class DatasetArgs:
|
|
63
63
|
Structure is documented below.
|
64
64
|
:param pulumi.Input[int] default_partition_expiration_ms: The default partition expiration for all partitioned tables in
|
65
65
|
the dataset, in milliseconds.
|
66
|
-
|
67
66
|
Once this property is set, all newly-created partitioned tables in
|
68
67
|
the dataset will have an `expirationMs` property in the `timePartitioning`
|
69
68
|
settings set to this value, and changing the value will only
|
@@ -77,7 +76,6 @@ class DatasetArgs:
|
|
77
76
|
over the default partition expiration time indicated by this property.
|
78
77
|
:param pulumi.Input[int] default_table_expiration_ms: The default lifetime of all tables in the dataset, in milliseconds.
|
79
78
|
The minimum value is 3600000 milliseconds (one hour).
|
80
|
-
|
81
79
|
Once this property is set, all newly-created tables in the dataset
|
82
80
|
will have an `expirationTime` property set to the creation time plus
|
83
81
|
the value in this property, and changing the value will only affect
|
@@ -104,12 +102,10 @@ class DatasetArgs:
|
|
104
102
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
105
103
|
:param pulumi.Input[str] location: The geographic location where the dataset should reside.
|
106
104
|
See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
|
107
|
-
|
108
105
|
There are two types of locations, regional or multi-regional. A regional
|
109
106
|
location is a specific geographic place, such as Tokyo, and a multi-regional
|
110
107
|
location is a large geographic area, such as the United States, that
|
111
108
|
contains at least two geographic places.
|
112
|
-
|
113
109
|
The default value is multi-regional location `US`.
|
114
110
|
Changing this forces a new resource to be created.
|
115
111
|
:param pulumi.Input[str] max_time_travel_hours: Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).
|
@@ -230,7 +226,6 @@ class DatasetArgs:
|
|
230
226
|
"""
|
231
227
|
The default partition expiration for all partitioned tables in
|
232
228
|
the dataset, in milliseconds.
|
233
|
-
|
234
229
|
Once this property is set, all newly-created partitioned tables in
|
235
230
|
the dataset will have an `expirationMs` property in the `timePartitioning`
|
236
231
|
settings set to this value, and changing the value will only
|
@@ -255,7 +250,6 @@ class DatasetArgs:
|
|
255
250
|
"""
|
256
251
|
The default lifetime of all tables in the dataset, in milliseconds.
|
257
252
|
The minimum value is 3600000 milliseconds (one hour).
|
258
|
-
|
259
253
|
Once this property is set, all newly-created tables in the dataset
|
260
254
|
will have an `expirationTime` property set to the creation time plus
|
261
255
|
the value in this property, and changing the value will only affect
|
@@ -359,12 +353,10 @@ class DatasetArgs:
|
|
359
353
|
"""
|
360
354
|
The geographic location where the dataset should reside.
|
361
355
|
See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
|
362
|
-
|
363
356
|
There are two types of locations, regional or multi-regional. A regional
|
364
357
|
location is a specific geographic place, such as Tokyo, and a multi-regional
|
365
358
|
location is a large geographic area, such as the United States, that
|
366
359
|
contains at least two geographic places.
|
367
|
-
|
368
360
|
The default value is multi-regional location `US`.
|
369
361
|
Changing this forces a new resource to be created.
|
370
362
|
"""
|
@@ -484,7 +476,6 @@ class _DatasetState:
|
|
484
476
|
Structure is documented below.
|
485
477
|
:param pulumi.Input[int] default_partition_expiration_ms: The default partition expiration for all partitioned tables in
|
486
478
|
the dataset, in milliseconds.
|
487
|
-
|
488
479
|
Once this property is set, all newly-created partitioned tables in
|
489
480
|
the dataset will have an `expirationMs` property in the `timePartitioning`
|
490
481
|
settings set to this value, and changing the value will only
|
@@ -498,7 +489,6 @@ class _DatasetState:
|
|
498
489
|
over the default partition expiration time indicated by this property.
|
499
490
|
:param pulumi.Input[int] default_table_expiration_ms: The default lifetime of all tables in the dataset, in milliseconds.
|
500
491
|
The minimum value is 3600000 milliseconds (one hour).
|
501
|
-
|
502
492
|
Once this property is set, all newly-created tables in the dataset
|
503
493
|
will have an `expirationTime` property set to the creation time plus
|
504
494
|
the value in this property, and changing the value will only affect
|
@@ -529,12 +519,10 @@ class _DatasetState:
|
|
529
519
|
milliseconds since the epoch.
|
530
520
|
:param pulumi.Input[str] location: The geographic location where the dataset should reside.
|
531
521
|
See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
|
532
|
-
|
533
522
|
There are two types of locations, regional or multi-regional. A regional
|
534
523
|
location is a specific geographic place, such as Tokyo, and a multi-regional
|
535
524
|
location is a large geographic area, such as the United States, that
|
536
525
|
contains at least two geographic places.
|
537
|
-
|
538
526
|
The default value is multi-regional location `US`.
|
539
527
|
Changing this forces a new resource to be created.
|
540
528
|
:param pulumi.Input[str] max_time_travel_hours: Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).
|
@@ -684,7 +672,6 @@ class _DatasetState:
|
|
684
672
|
"""
|
685
673
|
The default partition expiration for all partitioned tables in
|
686
674
|
the dataset, in milliseconds.
|
687
|
-
|
688
675
|
Once this property is set, all newly-created partitioned tables in
|
689
676
|
the dataset will have an `expirationMs` property in the `timePartitioning`
|
690
677
|
settings set to this value, and changing the value will only
|
@@ -709,7 +696,6 @@ class _DatasetState:
|
|
709
696
|
"""
|
710
697
|
The default lifetime of all tables in the dataset, in milliseconds.
|
711
698
|
The minimum value is 3600000 milliseconds (one hour).
|
712
|
-
|
713
699
|
Once this property is set, all newly-created tables in the dataset
|
714
700
|
will have an `expirationTime` property set to the creation time plus
|
715
701
|
the value in this property, and changing the value will only affect
|
@@ -850,12 +836,10 @@ class _DatasetState:
|
|
850
836
|
"""
|
851
837
|
The geographic location where the dataset should reside.
|
852
838
|
See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
|
853
|
-
|
854
839
|
There are two types of locations, regional or multi-regional. A regional
|
855
840
|
location is a specific geographic place, such as Tokyo, and a multi-regional
|
856
841
|
location is a large geographic area, such as the United States, that
|
857
842
|
contains at least two geographic places.
|
858
|
-
|
859
843
|
The default value is multi-regional location `US`.
|
860
844
|
Changing this forces a new resource to be created.
|
861
845
|
"""
|
@@ -992,7 +976,7 @@ class Dataset(pulumi.CustomResource):
|
|
992
976
|
accesses=[
|
993
977
|
{
|
994
978
|
"role": "OWNER",
|
995
|
-
"
|
979
|
+
"user_by_email": bqowner.email,
|
996
980
|
},
|
997
981
|
{
|
998
982
|
"role": "READER",
|
@@ -1019,7 +1003,7 @@ class Dataset(pulumi.CustomResource):
|
|
1019
1003
|
location="US",
|
1020
1004
|
default_table_expiration_ms=3600000,
|
1021
1005
|
default_encryption_configuration={
|
1022
|
-
"
|
1006
|
+
"kms_key_name": crypto_key.id,
|
1023
1007
|
})
|
1024
1008
|
```
|
1025
1009
|
### Bigquery Dataset Authorized Dataset
|
@@ -1041,7 +1025,7 @@ class Dataset(pulumi.CustomResource):
|
|
1041
1025
|
accesses=[
|
1042
1026
|
{
|
1043
1027
|
"role": "OWNER",
|
1044
|
-
"
|
1028
|
+
"user_by_email": bqowner.email,
|
1045
1029
|
},
|
1046
1030
|
{
|
1047
1031
|
"role": "READER",
|
@@ -1060,7 +1044,7 @@ class Dataset(pulumi.CustomResource):
|
|
1060
1044
|
accesses=[
|
1061
1045
|
{
|
1062
1046
|
"role": "OWNER",
|
1063
|
-
"
|
1047
|
+
"user_by_email": bqowner.email,
|
1064
1048
|
},
|
1065
1049
|
{
|
1066
1050
|
"role": "READER",
|
@@ -1069,10 +1053,10 @@ class Dataset(pulumi.CustomResource):
|
|
1069
1053
|
{
|
1070
1054
|
"dataset": {
|
1071
1055
|
"dataset": {
|
1072
|
-
"
|
1073
|
-
"
|
1056
|
+
"project_id": public.project,
|
1057
|
+
"dataset_id": public.dataset_id,
|
1074
1058
|
},
|
1075
|
-
"
|
1059
|
+
"target_types": ["VIEWS"],
|
1076
1060
|
},
|
1077
1061
|
},
|
1078
1062
|
])
|
@@ -1095,9 +1079,9 @@ class Dataset(pulumi.CustomResource):
|
|
1095
1079
|
definition_body="SELECT 1 + value AS value\\n",
|
1096
1080
|
arguments=[{
|
1097
1081
|
"name": "value",
|
1098
|
-
"
|
1099
|
-
"
|
1100
|
-
"
|
1082
|
+
"argument_kind": "FIXED_TYPE",
|
1083
|
+
"data_type": json.dumps({
|
1084
|
+
"type_kind": "INT64",
|
1101
1085
|
}),
|
1102
1086
|
}],
|
1103
1087
|
return_table_type=json.dumps({
|
@@ -1114,13 +1098,13 @@ class Dataset(pulumi.CustomResource):
|
|
1114
1098
|
accesses=[
|
1115
1099
|
{
|
1116
1100
|
"role": "OWNER",
|
1117
|
-
"
|
1101
|
+
"user_by_email": "my@service-account.com",
|
1118
1102
|
},
|
1119
1103
|
{
|
1120
1104
|
"routine": {
|
1121
|
-
"
|
1122
|
-
"
|
1123
|
-
"
|
1105
|
+
"project_id": public_routine.project,
|
1106
|
+
"dataset_id": public_routine.dataset_id,
|
1107
|
+
"routine_id": public_routine.routine_id,
|
1124
1108
|
},
|
1125
1109
|
},
|
1126
1110
|
])
|
@@ -1137,7 +1121,7 @@ class Dataset(pulumi.CustomResource):
|
|
1137
1121
|
description="This is a test description",
|
1138
1122
|
location="aws-us-east-1",
|
1139
1123
|
external_dataset_reference={
|
1140
|
-
"
|
1124
|
+
"external_source": "aws-glue://arn:aws:glue:us-east-1:999999999999:database/database",
|
1141
1125
|
"connection": "projects/project/locations/aws-us-east-1/connections/connection",
|
1142
1126
|
})
|
1143
1127
|
```
|
@@ -1191,7 +1175,6 @@ class Dataset(pulumi.CustomResource):
|
|
1191
1175
|
Structure is documented below.
|
1192
1176
|
:param pulumi.Input[int] default_partition_expiration_ms: The default partition expiration for all partitioned tables in
|
1193
1177
|
the dataset, in milliseconds.
|
1194
|
-
|
1195
1178
|
Once this property is set, all newly-created partitioned tables in
|
1196
1179
|
the dataset will have an `expirationMs` property in the `timePartitioning`
|
1197
1180
|
settings set to this value, and changing the value will only
|
@@ -1205,7 +1188,6 @@ class Dataset(pulumi.CustomResource):
|
|
1205
1188
|
over the default partition expiration time indicated by this property.
|
1206
1189
|
:param pulumi.Input[int] default_table_expiration_ms: The default lifetime of all tables in the dataset, in milliseconds.
|
1207
1190
|
The minimum value is 3600000 milliseconds (one hour).
|
1208
|
-
|
1209
1191
|
Once this property is set, all newly-created tables in the dataset
|
1210
1192
|
will have an `expirationTime` property set to the creation time plus
|
1211
1193
|
the value in this property, and changing the value will only affect
|
@@ -1232,12 +1214,10 @@ class Dataset(pulumi.CustomResource):
|
|
1232
1214
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
1233
1215
|
:param pulumi.Input[str] location: The geographic location where the dataset should reside.
|
1234
1216
|
See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
|
1235
|
-
|
1236
1217
|
There are two types of locations, regional or multi-regional. A regional
|
1237
1218
|
location is a specific geographic place, such as Tokyo, and a multi-regional
|
1238
1219
|
location is a large geographic area, such as the United States, that
|
1239
1220
|
contains at least two geographic places.
|
1240
|
-
|
1241
1221
|
The default value is multi-regional location `US`.
|
1242
1222
|
Changing this forces a new resource to be created.
|
1243
1223
|
:param pulumi.Input[str] max_time_travel_hours: Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).
|
@@ -1281,7 +1261,7 @@ class Dataset(pulumi.CustomResource):
|
|
1281
1261
|
accesses=[
|
1282
1262
|
{
|
1283
1263
|
"role": "OWNER",
|
1284
|
-
"
|
1264
|
+
"user_by_email": bqowner.email,
|
1285
1265
|
},
|
1286
1266
|
{
|
1287
1267
|
"role": "READER",
|
@@ -1308,7 +1288,7 @@ class Dataset(pulumi.CustomResource):
|
|
1308
1288
|
location="US",
|
1309
1289
|
default_table_expiration_ms=3600000,
|
1310
1290
|
default_encryption_configuration={
|
1311
|
-
"
|
1291
|
+
"kms_key_name": crypto_key.id,
|
1312
1292
|
})
|
1313
1293
|
```
|
1314
1294
|
### Bigquery Dataset Authorized Dataset
|
@@ -1330,7 +1310,7 @@ class Dataset(pulumi.CustomResource):
|
|
1330
1310
|
accesses=[
|
1331
1311
|
{
|
1332
1312
|
"role": "OWNER",
|
1333
|
-
"
|
1313
|
+
"user_by_email": bqowner.email,
|
1334
1314
|
},
|
1335
1315
|
{
|
1336
1316
|
"role": "READER",
|
@@ -1349,7 +1329,7 @@ class Dataset(pulumi.CustomResource):
|
|
1349
1329
|
accesses=[
|
1350
1330
|
{
|
1351
1331
|
"role": "OWNER",
|
1352
|
-
"
|
1332
|
+
"user_by_email": bqowner.email,
|
1353
1333
|
},
|
1354
1334
|
{
|
1355
1335
|
"role": "READER",
|
@@ -1358,10 +1338,10 @@ class Dataset(pulumi.CustomResource):
|
|
1358
1338
|
{
|
1359
1339
|
"dataset": {
|
1360
1340
|
"dataset": {
|
1361
|
-
"
|
1362
|
-
"
|
1341
|
+
"project_id": public.project,
|
1342
|
+
"dataset_id": public.dataset_id,
|
1363
1343
|
},
|
1364
|
-
"
|
1344
|
+
"target_types": ["VIEWS"],
|
1365
1345
|
},
|
1366
1346
|
},
|
1367
1347
|
])
|
@@ -1384,9 +1364,9 @@ class Dataset(pulumi.CustomResource):
|
|
1384
1364
|
definition_body="SELECT 1 + value AS value\\n",
|
1385
1365
|
arguments=[{
|
1386
1366
|
"name": "value",
|
1387
|
-
"
|
1388
|
-
"
|
1389
|
-
"
|
1367
|
+
"argument_kind": "FIXED_TYPE",
|
1368
|
+
"data_type": json.dumps({
|
1369
|
+
"type_kind": "INT64",
|
1390
1370
|
}),
|
1391
1371
|
}],
|
1392
1372
|
return_table_type=json.dumps({
|
@@ -1403,13 +1383,13 @@ class Dataset(pulumi.CustomResource):
|
|
1403
1383
|
accesses=[
|
1404
1384
|
{
|
1405
1385
|
"role": "OWNER",
|
1406
|
-
"
|
1386
|
+
"user_by_email": "my@service-account.com",
|
1407
1387
|
},
|
1408
1388
|
{
|
1409
1389
|
"routine": {
|
1410
|
-
"
|
1411
|
-
"
|
1412
|
-
"
|
1390
|
+
"project_id": public_routine.project,
|
1391
|
+
"dataset_id": public_routine.dataset_id,
|
1392
|
+
"routine_id": public_routine.routine_id,
|
1413
1393
|
},
|
1414
1394
|
},
|
1415
1395
|
])
|
@@ -1426,7 +1406,7 @@ class Dataset(pulumi.CustomResource):
|
|
1426
1406
|
description="This is a test description",
|
1427
1407
|
location="aws-us-east-1",
|
1428
1408
|
external_dataset_reference={
|
1429
|
-
"
|
1409
|
+
"external_source": "aws-glue://arn:aws:glue:us-east-1:999999999999:database/database",
|
1430
1410
|
"connection": "projects/project/locations/aws-us-east-1/connections/connection",
|
1431
1411
|
})
|
1432
1412
|
```
|
@@ -1588,7 +1568,6 @@ class Dataset(pulumi.CustomResource):
|
|
1588
1568
|
Structure is documented below.
|
1589
1569
|
:param pulumi.Input[int] default_partition_expiration_ms: The default partition expiration for all partitioned tables in
|
1590
1570
|
the dataset, in milliseconds.
|
1591
|
-
|
1592
1571
|
Once this property is set, all newly-created partitioned tables in
|
1593
1572
|
the dataset will have an `expirationMs` property in the `timePartitioning`
|
1594
1573
|
settings set to this value, and changing the value will only
|
@@ -1602,7 +1581,6 @@ class Dataset(pulumi.CustomResource):
|
|
1602
1581
|
over the default partition expiration time indicated by this property.
|
1603
1582
|
:param pulumi.Input[int] default_table_expiration_ms: The default lifetime of all tables in the dataset, in milliseconds.
|
1604
1583
|
The minimum value is 3600000 milliseconds (one hour).
|
1605
|
-
|
1606
1584
|
Once this property is set, all newly-created tables in the dataset
|
1607
1585
|
will have an `expirationTime` property set to the creation time plus
|
1608
1586
|
the value in this property, and changing the value will only affect
|
@@ -1633,12 +1611,10 @@ class Dataset(pulumi.CustomResource):
|
|
1633
1611
|
milliseconds since the epoch.
|
1634
1612
|
:param pulumi.Input[str] location: The geographic location where the dataset should reside.
|
1635
1613
|
See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
|
1636
|
-
|
1637
1614
|
There are two types of locations, regional or multi-regional. A regional
|
1638
1615
|
location is a specific geographic place, such as Tokyo, and a multi-regional
|
1639
1616
|
location is a large geographic area, such as the United States, that
|
1640
1617
|
contains at least two geographic places.
|
1641
|
-
|
1642
1618
|
The default value is multi-regional location `US`.
|
1643
1619
|
Changing this forces a new resource to be created.
|
1644
1620
|
:param pulumi.Input[str] max_time_travel_hours: Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).
|
@@ -1750,7 +1726,6 @@ class Dataset(pulumi.CustomResource):
|
|
1750
1726
|
"""
|
1751
1727
|
The default partition expiration for all partitioned tables in
|
1752
1728
|
the dataset, in milliseconds.
|
1753
|
-
|
1754
1729
|
Once this property is set, all newly-created partitioned tables in
|
1755
1730
|
the dataset will have an `expirationMs` property in the `timePartitioning`
|
1756
1731
|
settings set to this value, and changing the value will only
|
@@ -1771,7 +1746,6 @@ class Dataset(pulumi.CustomResource):
|
|
1771
1746
|
"""
|
1772
1747
|
The default lifetime of all tables in the dataset, in milliseconds.
|
1773
1748
|
The minimum value is 3600000 milliseconds (one hour).
|
1774
|
-
|
1775
1749
|
Once this property is set, all newly-created tables in the dataset
|
1776
1750
|
will have an `expirationTime` property set to the creation time plus
|
1777
1751
|
the value in this property, and changing the value will only affect
|
@@ -1872,12 +1846,10 @@ class Dataset(pulumi.CustomResource):
|
|
1872
1846
|
"""
|
1873
1847
|
The geographic location where the dataset should reside.
|
1874
1848
|
See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).
|
1875
|
-
|
1876
1849
|
There are two types of locations, regional or multi-regional. A regional
|
1877
1850
|
location is a specific geographic place, such as Tokyo, and a multi-regional
|
1878
1851
|
location is a large geographic area, such as the United States, that
|
1879
1852
|
contains at least two geographic places.
|
1880
|
-
|
1881
1853
|
The default value is multi-regional location `US`.
|
1882
1854
|
Changing this forces a new resource to be created.
|
1883
1855
|
"""
|
@@ -62,13 +62,9 @@ class DatasetAccessInitArgs:
|
|
62
62
|
needs to be granted again via an update operation.
|
63
63
|
Structure is documented below.
|
64
64
|
:param pulumi.Input[str] special_group: A special group to grant access to. Possible values include:
|
65
|
-
|
66
65
|
* `projectOwners`: Owners of the enclosing project.
|
67
|
-
|
68
66
|
* `projectReaders`: Readers of the enclosing project.
|
69
|
-
|
70
67
|
* `projectWriters`: Writers of the enclosing project.
|
71
|
-
|
72
68
|
* `allAuthenticatedUsers`: All authenticated BigQuery users.
|
73
69
|
:param pulumi.Input[str] user_by_email: An email address of a user to grant access to. For example:
|
74
70
|
fred@example.com
|
@@ -221,13 +217,9 @@ class DatasetAccessInitArgs:
|
|
221
217
|
def special_group(self) -> Optional[pulumi.Input[str]]:
|
222
218
|
"""
|
223
219
|
A special group to grant access to. Possible values include:
|
224
|
-
|
225
220
|
* `projectOwners`: Owners of the enclosing project.
|
226
|
-
|
227
221
|
* `projectReaders`: Readers of the enclosing project.
|
228
|
-
|
229
222
|
* `projectWriters`: Writers of the enclosing project.
|
230
|
-
|
231
223
|
* `allAuthenticatedUsers`: All authenticated BigQuery users.
|
232
224
|
"""
|
233
225
|
return pulumi.get(self, "special_group")
|
@@ -314,13 +306,9 @@ class _DatasetAccessState:
|
|
314
306
|
needs to be granted again via an update operation.
|
315
307
|
Structure is documented below.
|
316
308
|
:param pulumi.Input[str] special_group: A special group to grant access to. Possible values include:
|
317
|
-
|
318
309
|
* `projectOwners`: Owners of the enclosing project.
|
319
|
-
|
320
310
|
* `projectReaders`: Readers of the enclosing project.
|
321
|
-
|
322
311
|
* `projectWriters`: Writers of the enclosing project.
|
323
|
-
|
324
312
|
* `allAuthenticatedUsers`: All authenticated BigQuery users.
|
325
313
|
:param pulumi.Input[str] user_by_email: An email address of a user to grant access to. For example:
|
326
314
|
fred@example.com
|
@@ -489,13 +477,9 @@ class _DatasetAccessState:
|
|
489
477
|
def special_group(self) -> Optional[pulumi.Input[str]]:
|
490
478
|
"""
|
491
479
|
A special group to grant access to. Possible values include:
|
492
|
-
|
493
480
|
* `projectOwners`: Owners of the enclosing project.
|
494
|
-
|
495
481
|
* `projectReaders`: Readers of the enclosing project.
|
496
|
-
|
497
482
|
* `projectWriters`: Writers of the enclosing project.
|
498
|
-
|
499
483
|
* `allAuthenticatedUsers`: All authenticated BigQuery users.
|
500
484
|
"""
|
501
485
|
return pulumi.get(self, "special_group")
|
@@ -582,14 +566,14 @@ class DatasetAccess(pulumi.CustomResource):
|
|
582
566
|
table_id="example_table",
|
583
567
|
view={
|
584
568
|
"query": "SELECT state FROM [lookerdata:cdc.project_tycho_reports]",
|
585
|
-
"
|
569
|
+
"use_legacy_sql": False,
|
586
570
|
})
|
587
571
|
access = gcp.bigquery.DatasetAccess("access",
|
588
572
|
dataset_id=private.dataset_id,
|
589
573
|
view={
|
590
|
-
"
|
591
|
-
"
|
592
|
-
"
|
574
|
+
"project_id": public_table.project,
|
575
|
+
"dataset_id": public.dataset_id,
|
576
|
+
"table_id": public_table.table_id,
|
593
577
|
})
|
594
578
|
```
|
595
579
|
### Bigquery Dataset Access Authorized Dataset
|
@@ -604,10 +588,10 @@ class DatasetAccess(pulumi.CustomResource):
|
|
604
588
|
dataset_id=private.dataset_id,
|
605
589
|
authorized_dataset={
|
606
590
|
"dataset": {
|
607
|
-
"
|
608
|
-
"
|
591
|
+
"project_id": public.project,
|
592
|
+
"dataset_id": public.dataset_id,
|
609
593
|
},
|
610
|
-
"
|
594
|
+
"target_types": ["VIEWS"],
|
611
595
|
})
|
612
596
|
```
|
613
597
|
### Bigquery Dataset Access Authorized Routine
|
@@ -628,9 +612,9 @@ class DatasetAccess(pulumi.CustomResource):
|
|
628
612
|
definition_body="SELECT 1 + value AS value\\n",
|
629
613
|
arguments=[{
|
630
614
|
"name": "value",
|
631
|
-
"
|
632
|
-
"
|
633
|
-
"
|
615
|
+
"argument_kind": "FIXED_TYPE",
|
616
|
+
"data_type": json.dumps({
|
617
|
+
"type_kind": "INT64",
|
634
618
|
}),
|
635
619
|
}],
|
636
620
|
return_table_type=json.dumps({
|
@@ -647,9 +631,9 @@ class DatasetAccess(pulumi.CustomResource):
|
|
647
631
|
authorized_routine = gcp.bigquery.DatasetAccess("authorized_routine",
|
648
632
|
dataset_id=private.dataset_id,
|
649
633
|
routine={
|
650
|
-
"
|
651
|
-
"
|
652
|
-
"
|
634
|
+
"project_id": public_routine.project,
|
635
|
+
"dataset_id": public_routine.dataset_id,
|
636
|
+
"routine_id": public_routine.routine_id,
|
653
637
|
})
|
654
638
|
```
|
655
639
|
|
@@ -687,13 +671,9 @@ class DatasetAccess(pulumi.CustomResource):
|
|
687
671
|
needs to be granted again via an update operation.
|
688
672
|
Structure is documented below.
|
689
673
|
:param pulumi.Input[str] special_group: A special group to grant access to. Possible values include:
|
690
|
-
|
691
674
|
* `projectOwners`: Owners of the enclosing project.
|
692
|
-
|
693
675
|
* `projectReaders`: Readers of the enclosing project.
|
694
|
-
|
695
676
|
* `projectWriters`: Writers of the enclosing project.
|
696
|
-
|
697
677
|
* `allAuthenticatedUsers`: All authenticated BigQuery users.
|
698
678
|
:param pulumi.Input[str] user_by_email: An email address of a user to grant access to. For example:
|
699
679
|
fred@example.com
|
@@ -740,14 +720,14 @@ class DatasetAccess(pulumi.CustomResource):
|
|
740
720
|
table_id="example_table",
|
741
721
|
view={
|
742
722
|
"query": "SELECT state FROM [lookerdata:cdc.project_tycho_reports]",
|
743
|
-
"
|
723
|
+
"use_legacy_sql": False,
|
744
724
|
})
|
745
725
|
access = gcp.bigquery.DatasetAccess("access",
|
746
726
|
dataset_id=private.dataset_id,
|
747
727
|
view={
|
748
|
-
"
|
749
|
-
"
|
750
|
-
"
|
728
|
+
"project_id": public_table.project,
|
729
|
+
"dataset_id": public.dataset_id,
|
730
|
+
"table_id": public_table.table_id,
|
751
731
|
})
|
752
732
|
```
|
753
733
|
### Bigquery Dataset Access Authorized Dataset
|
@@ -762,10 +742,10 @@ class DatasetAccess(pulumi.CustomResource):
|
|
762
742
|
dataset_id=private.dataset_id,
|
763
743
|
authorized_dataset={
|
764
744
|
"dataset": {
|
765
|
-
"
|
766
|
-
"
|
745
|
+
"project_id": public.project,
|
746
|
+
"dataset_id": public.dataset_id,
|
767
747
|
},
|
768
|
-
"
|
748
|
+
"target_types": ["VIEWS"],
|
769
749
|
})
|
770
750
|
```
|
771
751
|
### Bigquery Dataset Access Authorized Routine
|
@@ -786,9 +766,9 @@ class DatasetAccess(pulumi.CustomResource):
|
|
786
766
|
definition_body="SELECT 1 + value AS value\\n",
|
787
767
|
arguments=[{
|
788
768
|
"name": "value",
|
789
|
-
"
|
790
|
-
"
|
791
|
-
"
|
769
|
+
"argument_kind": "FIXED_TYPE",
|
770
|
+
"data_type": json.dumps({
|
771
|
+
"type_kind": "INT64",
|
792
772
|
}),
|
793
773
|
}],
|
794
774
|
return_table_type=json.dumps({
|
@@ -805,9 +785,9 @@ class DatasetAccess(pulumi.CustomResource):
|
|
805
785
|
authorized_routine = gcp.bigquery.DatasetAccess("authorized_routine",
|
806
786
|
dataset_id=private.dataset_id,
|
807
787
|
routine={
|
808
|
-
"
|
809
|
-
"
|
810
|
-
"
|
788
|
+
"project_id": public_routine.project,
|
789
|
+
"dataset_id": public_routine.dataset_id,
|
790
|
+
"routine_id": public_routine.routine_id,
|
811
791
|
})
|
812
792
|
```
|
813
793
|
|
@@ -923,13 +903,9 @@ class DatasetAccess(pulumi.CustomResource):
|
|
923
903
|
needs to be granted again via an update operation.
|
924
904
|
Structure is documented below.
|
925
905
|
:param pulumi.Input[str] special_group: A special group to grant access to. Possible values include:
|
926
|
-
|
927
906
|
* `projectOwners`: Owners of the enclosing project.
|
928
|
-
|
929
907
|
* `projectReaders`: Readers of the enclosing project.
|
930
|
-
|
931
908
|
* `projectWriters`: Writers of the enclosing project.
|
932
|
-
|
933
909
|
* `allAuthenticatedUsers`: All authenticated BigQuery users.
|
934
910
|
:param pulumi.Input[str] user_by_email: An email address of a user to grant access to. For example:
|
935
911
|
fred@example.com
|
@@ -1055,13 +1031,9 @@ class DatasetAccess(pulumi.CustomResource):
|
|
1055
1031
|
def special_group(self) -> pulumi.Output[Optional[str]]:
|
1056
1032
|
"""
|
1057
1033
|
A special group to grant access to. Possible values include:
|
1058
|
-
|
1059
1034
|
* `projectOwners`: Owners of the enclosing project.
|
1060
|
-
|
1061
1035
|
* `projectReaders`: Readers of the enclosing project.
|
1062
|
-
|
1063
1036
|
* `projectWriters`: Writers of the enclosing project.
|
1064
|
-
|
1065
1037
|
* `allAuthenticatedUsers`: All authenticated BigQuery users.
|
1066
1038
|
"""
|
1067
1039
|
return pulumi.get(self, "special_group")
|