pulumi-gcp 8.7.0a1730183903__py3-none-any.whl → 8.8.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 +78 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
- pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
- pulumi_gcp/apigateway/api_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_iam_policy.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
- pulumi_gcp/apigee/__init__.py +2 -0
- pulumi_gcp/apigee/_inputs.py +108 -0
- pulumi_gcp/apigee/app_group.py +811 -0
- pulumi_gcp/apigee/developer.py +757 -0
- pulumi_gcp/apigee/environment_iam_binding.py +4 -4
- pulumi_gcp/apigee/environment_iam_member.py +4 -4
- pulumi_gcp/apigee/environment_iam_policy.py +4 -4
- pulumi_gcp/apigee/outputs.py +64 -0
- pulumi_gcp/appengine/engine_split_traffic.py +4 -4
- pulumi_gcp/apphub/_inputs.py +6 -3
- pulumi_gcp/apphub/application.py +30 -4
- pulumi_gcp/apphub/outputs.py +8 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +40 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +37 -0
- pulumi_gcp/assuredworkloads/workload.py +56 -3
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
- pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
- pulumi_gcp/biglake/table.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +60 -0
- pulumi_gcp/bigquery/connection.py +14 -14
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
- pulumi_gcp/bigquery/connection_iam_member.py +2 -2
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/dataset.py +99 -2
- pulumi_gcp/bigquery/dataset_access.py +2 -2
- pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
- pulumi_gcp/bigquery/get_dataset.py +12 -1
- pulumi_gcp/bigquery/iam_binding.py +2 -2
- pulumi_gcp/bigquery/iam_member.py +2 -2
- pulumi_gcp/bigquery/iam_policy.py +2 -2
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/bigquery/outputs.py +87 -0
- pulumi_gcp/bigquery/routine.py +6 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -18
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function.py +22 -22
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/iam_binding.py +2 -2
- pulumi_gcp/cloudrun/iam_member.py +2 -2
- pulumi_gcp/cloudrun/iam_policy.py +2 -2
- pulumi_gcp/cloudrun/service.py +24 -24
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/service.py +94 -2
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
- pulumi_gcp/cloudscheduler/job.py +4 -4
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +396 -166
- pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
- pulumi_gcp/compute/backend_service.py +76 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/disk_iam_binding.py +2 -2
- pulumi_gcp/compute/disk_iam_member.py +2 -2
- pulumi_gcp/compute/disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_instance.py +29 -1
- pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
- pulumi_gcp/compute/get_instance_template.py +29 -1
- pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
- pulumi_gcp/compute/get_region_instance_template.py +29 -1
- pulumi_gcp/compute/image.py +76 -22
- pulumi_gcp/compute/image_iam_binding.py +2 -2
- pulumi_gcp/compute/image_iam_member.py +2 -2
- pulumi_gcp/compute/image_iam_policy.py +2 -2
- pulumi_gcp/compute/instance.py +89 -0
- pulumi_gcp/compute/instance_from_machine_image.py +82 -0
- pulumi_gcp/compute/instance_from_template.py +82 -0
- pulumi_gcp/compute/instance_iam_binding.py +2 -2
- pulumi_gcp/compute/instance_iam_member.py +2 -2
- pulumi_gcp/compute/instance_iam_policy.py +2 -2
- pulumi_gcp/compute/instance_template.py +75 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
- pulumi_gcp/compute/machine_image_iam_member.py +2 -2
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
- pulumi_gcp/compute/network_firewall_policy_association.py +76 -50
- pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
- pulumi_gcp/compute/outputs.py +367 -110
- pulumi_gcp/compute/region_backend_service.py +94 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
- pulumi_gcp/compute/region_disk_iam_member.py +2 -2
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/region_instance_template.py +75 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
- pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
- pulumi_gcp/compute/region_security_policy_rule.py +74 -0
- pulumi_gcp/compute/security_policy_rule.py +111 -13
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
- pulumi_gcp/compute/snapshot_iam_member.py +2 -2
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/url_map.py +10 -10
- pulumi_gcp/config/__init__.pyi +4 -0
- pulumi_gcp/config/vars.py +8 -0
- pulumi_gcp/container/attached_cluster.py +9 -6
- pulumi_gcp/container/aws_node_pool.py +12 -12
- pulumi_gcp/container/outputs.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
- pulumi_gcp/dataplex/asset_iam_member.py +2 -2
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
- pulumi_gcp/dataplex/lake_iam_member.py +2 -2
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/task.py +4 -4
- pulumi_gcp/dataplex/task_iam_binding.py +2 -2
- pulumi_gcp/dataplex/task_iam_member.py +2 -2
- pulumi_gcp/dataplex/task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
- pulumi_gcp/dataplex/zone_iam_member.py +2 -2
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/batch.py +24 -24
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/job.py +4 -4
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
- pulumi_gcp/datastream/stream.py +2 -2
- pulumi_gcp/diagflow/_inputs.py +472 -2
- pulumi_gcp/diagflow/cx_agent.py +64 -4
- pulumi_gcp/diagflow/cx_flow.py +34 -4
- pulumi_gcp/diagflow/cx_page.py +10 -10
- pulumi_gcp/diagflow/outputs.py +378 -2
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
- pulumi_gcp/endpoints/service_iam_binding.py +4 -4
- pulumi_gcp/endpoints/service_iam_member.py +4 -4
- pulumi_gcp/endpoints/service_iam_policy.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +24 -24
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/restore_plan.py +18 -18
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +21 -21
- pulumi_gcp/gkehub/feature.py +2 -4
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
- pulumi_gcp/gkehub/feature_iam_member.py +2 -2
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
- pulumi_gcp/gkehub/membership_iam_member.py +2 -2
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/outputs.py +13 -13
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
- pulumi_gcp/gkehub/scope_iam_member.py +2 -2
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
- pulumi_gcp/iam/workload_identity_pool_provider.py +56 -0
- pulumi_gcp/iap/__init__.py +1 -0
- pulumi_gcp/iap/_inputs.py +1002 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/outputs.py +827 -0
- pulumi_gcp/iap/settings.py +546 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_iam_binding.py +2 -2
- pulumi_gcp/iap/web_iam_member.py +2 -2
- pulumi_gcp/iap/web_iam_policy.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/identityplatform/config.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/log_view_iam_binding.py +4 -4
- pulumi_gcp/logging/log_view_iam_member.py +4 -4
- pulumi_gcp/logging/log_view_iam_policy.py +4 -4
- pulumi_gcp/looker/instance.py +104 -2
- pulumi_gcp/memorystore/_inputs.py +117 -4
- pulumi_gcp/memorystore/instance.py +105 -0
- pulumi_gcp/memorystore/outputs.py +80 -4
- pulumi_gcp/monitoring/_inputs.py +23 -0
- pulumi_gcp/monitoring/get_secret_version.py +22 -3
- pulumi_gcp/monitoring/outputs.py +16 -0
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/_inputs.py +148 -0
- pulumi_gcp/networkconnectivity/group.py +764 -0
- pulumi_gcp/networkconnectivity/outputs.py +125 -0
- pulumi_gcp/networkconnectivity/spoke.py +144 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
- pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
- pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
- pulumi_gcp/networkservices/edge_cache_service.py +2 -2
- pulumi_gcp/networkservices/http_route.py +4 -4
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
- pulumi_gcp/notebooks/instance_iam_member.py +2 -2
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
- pulumi_gcp/oracledatabase/__init__.py +20 -0
- pulumi_gcp/oracledatabase/_inputs.py +4745 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
- pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
- pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
- pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
- pulumi_gcp/oracledatabase/outputs.py +9304 -0
- pulumi_gcp/organizations/folder.py +7 -7
- pulumi_gcp/organizations/project.py +7 -7
- pulumi_gcp/orgpolicy/_inputs.py +3 -3
- pulumi_gcp/orgpolicy/outputs.py +2 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
- pulumi_gcp/provider.py +40 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
- pulumi_gcp/pubsub/schema_iam_member.py +2 -2
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/subscription.py +18 -66
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
- pulumi_gcp/pubsub/topic_iam_member.py +2 -2
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/get_regional_secret_version.py +24 -5
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
- pulumi_gcp/secretmanager/get_secret_version.py +22 -3
- pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
- pulumi_gcp/secretmanager/regional_secret.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
- pulumi_gcp/serviceaccount/__init__.py +1 -0
- pulumi_gcp/serviceaccount/get_account.py +15 -1
- pulumi_gcp/serviceaccount/get_s.py +132 -0
- pulumi_gcp/serviceaccount/outputs.py +89 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/siteverification/get_token.py +0 -16
- pulumi_gcp/siteverification/owner.py +0 -16
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/_inputs.py +237 -17
- pulumi_gcp/spanner/outputs.py +307 -12
- pulumi_gcp/sql/_inputs.py +12 -9
- pulumi_gcp/sql/outputs.py +8 -6
- pulumi_gcp/sql/user.py +28 -21
- pulumi_gcp/storage/_inputs.py +33 -0
- pulumi_gcp/storage/bucket.py +47 -0
- pulumi_gcp/storage/bucket_iam_binding.py +2 -2
- pulumi_gcp/storage/bucket_iam_member.py +2 -2
- pulumi_gcp/storage/bucket_iam_policy.py +2 -2
- pulumi_gcp/storage/get_bucket.py +12 -1
- pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
- pulumi_gcp/storage/outputs.py +38 -0
- pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_key_iam_member.py +4 -4
- pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
- pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_value_iam_member.py +4 -4
- pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
- pulumi_gcp/transcoder/__init__.py +11 -0
- pulumi_gcp/transcoder/_inputs.py +3991 -0
- pulumi_gcp/transcoder/job.py +2134 -0
- pulumi_gcp/transcoder/job_template.py +1524 -0
- pulumi_gcp/transcoder/outputs.py +2918 -0
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +912 -6
- pulumi_gcp/vmwareengine/cluster.py +100 -2
- pulumi_gcp/vmwareengine/get_cluster.py +12 -1
- pulumi_gcp/vmwareengine/outputs.py +1310 -49
- pulumi_gcp/vmwareengine/private_cloud.py +44 -0
- pulumi_gcp/workstations/_inputs.py +54 -0
- pulumi_gcp/workstations/outputs.py +32 -0
- pulumi_gcp/workstations/workstation_config.py +211 -6
- pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
- pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +437 -412
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
@@ -708,7 +708,7 @@ class Connection(pulumi.CustomResource):
|
|
708
708
|
cluster_config={
|
709
709
|
"software_config": {
|
710
710
|
"override_properties": {
|
711
|
-
"
|
711
|
+
"dataproc:dataproc.allow.zero.workers": "true",
|
712
712
|
},
|
713
713
|
},
|
714
714
|
"master_config": {
|
@@ -730,7 +730,7 @@ class Connection(pulumi.CustomResource):
|
|
730
730
|
},
|
731
731
|
})
|
732
732
|
```
|
733
|
-
### Bigquery Connection
|
733
|
+
### Bigquery Connection Sql With Cmek
|
734
734
|
|
735
735
|
```python
|
736
736
|
import pulumi
|
@@ -738,8 +738,8 @@ class Connection(pulumi.CustomResource):
|
|
738
738
|
|
739
739
|
instance = gcp.sql.DatabaseInstance("instance",
|
740
740
|
name="my-database-instance",
|
741
|
-
database_version="POSTGRES_11",
|
742
741
|
region="us-central1",
|
742
|
+
database_version="POSTGRES_11",
|
743
743
|
settings={
|
744
744
|
"tier": "db-f1-micro",
|
745
745
|
},
|
@@ -752,9 +752,8 @@ class Connection(pulumi.CustomResource):
|
|
752
752
|
instance=instance.name,
|
753
753
|
password="tf-test-my-password_77884")
|
754
754
|
bq_sa = gcp.bigquery.get_default_service_account()
|
755
|
-
|
756
|
-
|
757
|
-
project=project.project_id,
|
755
|
+
key_sa_user = gcp.kms.CryptoKeyIAMMember("key_sa_user",
|
756
|
+
crypto_key_id="projects/project/locations/us-central1/keyRings/us-central1/cryptoKeys/bq-key",
|
758
757
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
759
758
|
member=f"serviceAccount:{bq_sa.email}")
|
760
759
|
bq_connection_cmek = gcp.bigquery.Connection("bq-connection-cmek",
|
@@ -770,7 +769,8 @@ class Connection(pulumi.CustomResource):
|
|
770
769
|
"username": user.name,
|
771
770
|
"password": user.password,
|
772
771
|
},
|
773
|
-
}
|
772
|
+
},
|
773
|
+
opts = pulumi.ResourceOptions(depends_on=[key_sa_user]))
|
774
774
|
```
|
775
775
|
|
776
776
|
## Import
|
@@ -1014,7 +1014,7 @@ class Connection(pulumi.CustomResource):
|
|
1014
1014
|
cluster_config={
|
1015
1015
|
"software_config": {
|
1016
1016
|
"override_properties": {
|
1017
|
-
"
|
1017
|
+
"dataproc:dataproc.allow.zero.workers": "true",
|
1018
1018
|
},
|
1019
1019
|
},
|
1020
1020
|
"master_config": {
|
@@ -1036,7 +1036,7 @@ class Connection(pulumi.CustomResource):
|
|
1036
1036
|
},
|
1037
1037
|
})
|
1038
1038
|
```
|
1039
|
-
### Bigquery Connection
|
1039
|
+
### Bigquery Connection Sql With Cmek
|
1040
1040
|
|
1041
1041
|
```python
|
1042
1042
|
import pulumi
|
@@ -1044,8 +1044,8 @@ class Connection(pulumi.CustomResource):
|
|
1044
1044
|
|
1045
1045
|
instance = gcp.sql.DatabaseInstance("instance",
|
1046
1046
|
name="my-database-instance",
|
1047
|
-
database_version="POSTGRES_11",
|
1048
1047
|
region="us-central1",
|
1048
|
+
database_version="POSTGRES_11",
|
1049
1049
|
settings={
|
1050
1050
|
"tier": "db-f1-micro",
|
1051
1051
|
},
|
@@ -1058,9 +1058,8 @@ class Connection(pulumi.CustomResource):
|
|
1058
1058
|
instance=instance.name,
|
1059
1059
|
password="tf-test-my-password_77884")
|
1060
1060
|
bq_sa = gcp.bigquery.get_default_service_account()
|
1061
|
-
|
1062
|
-
|
1063
|
-
project=project.project_id,
|
1061
|
+
key_sa_user = gcp.kms.CryptoKeyIAMMember("key_sa_user",
|
1062
|
+
crypto_key_id="projects/project/locations/us-central1/keyRings/us-central1/cryptoKeys/bq-key",
|
1064
1063
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
1065
1064
|
member=f"serviceAccount:{bq_sa.email}")
|
1066
1065
|
bq_connection_cmek = gcp.bigquery.Connection("bq-connection-cmek",
|
@@ -1076,7 +1075,8 @@ class Connection(pulumi.CustomResource):
|
|
1076
1075
|
"username": user.name,
|
1077
1076
|
"password": user.password,
|
1078
1077
|
},
|
1079
|
-
}
|
1078
|
+
},
|
1079
|
+
opts = pulumi.ResourceOptions(depends_on=[key_sa_user]))
|
1080
1080
|
```
|
1081
1081
|
|
1082
1082
|
## Import
|
@@ -489,7 +489,7 @@ class ConnectionIamBinding(pulumi.CustomResource):
|
|
489
489
|
$ pulumi import gcp:bigquery/connectionIamBinding:ConnectionIamBinding editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
|
490
490
|
```
|
491
491
|
|
492
|
-
-> **Custom Roles
|
492
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
493
493
|
|
494
494
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
495
495
|
|
@@ -687,7 +687,7 @@ class ConnectionIamBinding(pulumi.CustomResource):
|
|
687
687
|
$ pulumi import gcp:bigquery/connectionIamBinding:ConnectionIamBinding editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
|
688
688
|
```
|
689
689
|
|
690
|
-
-> **Custom Roles
|
690
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
691
691
|
|
692
692
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
693
693
|
|
@@ -489,7 +489,7 @@ class ConnectionIamMember(pulumi.CustomResource):
|
|
489
489
|
$ pulumi import gcp:bigquery/connectionIamMember:ConnectionIamMember editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
|
490
490
|
```
|
491
491
|
|
492
|
-
-> **Custom Roles
|
492
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
493
493
|
|
494
494
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
495
495
|
|
@@ -687,7 +687,7 @@ class ConnectionIamMember(pulumi.CustomResource):
|
|
687
687
|
$ pulumi import gcp:bigquery/connectionIamMember:ConnectionIamMember editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
|
688
688
|
```
|
689
689
|
|
690
|
-
-> **Custom Roles
|
690
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
691
691
|
|
692
692
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
693
693
|
|
@@ -386,7 +386,7 @@ class ConnectionIamPolicy(pulumi.CustomResource):
|
|
386
386
|
$ pulumi import gcp:bigquery/connectionIamPolicy:ConnectionIamPolicy editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
|
387
387
|
```
|
388
388
|
|
389
|
-
-> **Custom Roles
|
389
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
390
390
|
|
391
391
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
392
392
|
|
@@ -572,7 +572,7 @@ class ConnectionIamPolicy(pulumi.CustomResource):
|
|
572
572
|
$ pulumi import gcp:bigquery/connectionIamPolicy:ConnectionIamPolicy editor projects/{{project}}/locations/{{location}}/connections/{{connection_id}}
|
573
573
|
```
|
574
574
|
|
575
|
-
-> **Custom Roles
|
575
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
576
576
|
|
577
577
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
578
578
|
|
pulumi_gcp/bigquery/dataset.py
CHANGED
@@ -29,6 +29,7 @@ class DatasetArgs:
|
|
29
29
|
default_table_expiration_ms: Optional[pulumi.Input[int]] = None,
|
30
30
|
delete_contents_on_destroy: Optional[pulumi.Input[bool]] = None,
|
31
31
|
description: Optional[pulumi.Input[str]] = None,
|
32
|
+
external_catalog_dataset_options: Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']] = None,
|
32
33
|
external_dataset_reference: Optional[pulumi.Input['DatasetExternalDatasetReferenceArgs']] = None,
|
33
34
|
friendly_name: Optional[pulumi.Input[str]] = None,
|
34
35
|
is_case_insensitive: Optional[pulumi.Input[bool]] = None,
|
@@ -89,6 +90,9 @@ class DatasetArgs:
|
|
89
90
|
dataset when destroying the resource; otherwise,
|
90
91
|
destroying the resource will fail if tables are present.
|
91
92
|
:param pulumi.Input[str] description: A user-friendly description of the dataset
|
93
|
+
:param pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs'] external_catalog_dataset_options: Options defining open source compatible datasets living in the BigQuery catalog. Contains
|
94
|
+
metadata of open source database, schema or namespace represented by the current dataset.
|
95
|
+
Structure is documented below.
|
92
96
|
:param pulumi.Input['DatasetExternalDatasetReferenceArgs'] external_dataset_reference: Information about the external metadata storage where the dataset is defined.
|
93
97
|
Structure is documented below.
|
94
98
|
:param pulumi.Input[str] friendly_name: A descriptive name for the dataset
|
@@ -136,6 +140,8 @@ class DatasetArgs:
|
|
136
140
|
pulumi.set(__self__, "delete_contents_on_destroy", delete_contents_on_destroy)
|
137
141
|
if description is not None:
|
138
142
|
pulumi.set(__self__, "description", description)
|
143
|
+
if external_catalog_dataset_options is not None:
|
144
|
+
pulumi.set(__self__, "external_catalog_dataset_options", external_catalog_dataset_options)
|
139
145
|
if external_dataset_reference is not None:
|
140
146
|
pulumi.set(__self__, "external_dataset_reference", external_dataset_reference)
|
141
147
|
if friendly_name is not None:
|
@@ -292,6 +298,20 @@ class DatasetArgs:
|
|
292
298
|
def description(self, value: Optional[pulumi.Input[str]]):
|
293
299
|
pulumi.set(self, "description", value)
|
294
300
|
|
301
|
+
@property
|
302
|
+
@pulumi.getter(name="externalCatalogDatasetOptions")
|
303
|
+
def external_catalog_dataset_options(self) -> Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']]:
|
304
|
+
"""
|
305
|
+
Options defining open source compatible datasets living in the BigQuery catalog. Contains
|
306
|
+
metadata of open source database, schema or namespace represented by the current dataset.
|
307
|
+
Structure is documented below.
|
308
|
+
"""
|
309
|
+
return pulumi.get(self, "external_catalog_dataset_options")
|
310
|
+
|
311
|
+
@external_catalog_dataset_options.setter
|
312
|
+
def external_catalog_dataset_options(self, value: Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']]):
|
313
|
+
pulumi.set(self, "external_catalog_dataset_options", value)
|
314
|
+
|
295
315
|
@property
|
296
316
|
@pulumi.getter(name="externalDatasetReference")
|
297
317
|
def external_dataset_reference(self) -> Optional[pulumi.Input['DatasetExternalDatasetReferenceArgs']]:
|
@@ -437,6 +457,7 @@ class _DatasetState:
|
|
437
457
|
description: Optional[pulumi.Input[str]] = None,
|
438
458
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
439
459
|
etag: Optional[pulumi.Input[str]] = None,
|
460
|
+
external_catalog_dataset_options: Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']] = None,
|
440
461
|
external_dataset_reference: Optional[pulumi.Input['DatasetExternalDatasetReferenceArgs']] = None,
|
441
462
|
friendly_name: Optional[pulumi.Input[str]] = None,
|
442
463
|
is_case_insensitive: Optional[pulumi.Input[bool]] = None,
|
@@ -504,6 +525,9 @@ class _DatasetState:
|
|
504
525
|
:param pulumi.Input[str] description: A user-friendly description of the dataset
|
505
526
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
506
527
|
:param pulumi.Input[str] etag: A hash of the resource.
|
528
|
+
:param pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs'] external_catalog_dataset_options: Options defining open source compatible datasets living in the BigQuery catalog. Contains
|
529
|
+
metadata of open source database, schema or namespace represented by the current dataset.
|
530
|
+
Structure is documented below.
|
507
531
|
:param pulumi.Input['DatasetExternalDatasetReferenceArgs'] external_dataset_reference: Information about the external metadata storage where the dataset is defined.
|
508
532
|
Structure is documented below.
|
509
533
|
:param pulumi.Input[str] friendly_name: A descriptive name for the dataset
|
@@ -563,6 +587,8 @@ class _DatasetState:
|
|
563
587
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
564
588
|
if etag is not None:
|
565
589
|
pulumi.set(__self__, "etag", etag)
|
590
|
+
if external_catalog_dataset_options is not None:
|
591
|
+
pulumi.set(__self__, "external_catalog_dataset_options", external_catalog_dataset_options)
|
566
592
|
if external_dataset_reference is not None:
|
567
593
|
pulumi.set(__self__, "external_dataset_reference", external_dataset_reference)
|
568
594
|
if friendly_name is not None:
|
@@ -762,6 +788,20 @@ class _DatasetState:
|
|
762
788
|
def etag(self, value: Optional[pulumi.Input[str]]):
|
763
789
|
pulumi.set(self, "etag", value)
|
764
790
|
|
791
|
+
@property
|
792
|
+
@pulumi.getter(name="externalCatalogDatasetOptions")
|
793
|
+
def external_catalog_dataset_options(self) -> Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']]:
|
794
|
+
"""
|
795
|
+
Options defining open source compatible datasets living in the BigQuery catalog. Contains
|
796
|
+
metadata of open source database, schema or namespace represented by the current dataset.
|
797
|
+
Structure is documented below.
|
798
|
+
"""
|
799
|
+
return pulumi.get(self, "external_catalog_dataset_options")
|
800
|
+
|
801
|
+
@external_catalog_dataset_options.setter
|
802
|
+
def external_catalog_dataset_options(self, value: Optional[pulumi.Input['DatasetExternalCatalogDatasetOptionsArgs']]):
|
803
|
+
pulumi.set(self, "external_catalog_dataset_options", value)
|
804
|
+
|
765
805
|
@property
|
766
806
|
@pulumi.getter(name="externalDatasetReference")
|
767
807
|
def external_dataset_reference(self) -> Optional[pulumi.Input['DatasetExternalDatasetReferenceArgs']]:
|
@@ -944,6 +984,7 @@ class Dataset(pulumi.CustomResource):
|
|
944
984
|
default_table_expiration_ms: Optional[pulumi.Input[int]] = None,
|
945
985
|
delete_contents_on_destroy: Optional[pulumi.Input[bool]] = None,
|
946
986
|
description: Optional[pulumi.Input[str]] = None,
|
987
|
+
external_catalog_dataset_options: Optional[pulumi.Input[Union['DatasetExternalCatalogDatasetOptionsArgs', 'DatasetExternalCatalogDatasetOptionsArgsDict']]] = None,
|
947
988
|
external_dataset_reference: Optional[pulumi.Input[Union['DatasetExternalDatasetReferenceArgs', 'DatasetExternalDatasetReferenceArgsDict']]] = None,
|
948
989
|
friendly_name: Optional[pulumi.Input[str]] = None,
|
949
990
|
is_case_insensitive: Optional[pulumi.Input[bool]] = None,
|
@@ -1081,7 +1122,7 @@ class Dataset(pulumi.CustomResource):
|
|
1081
1122
|
"name": "value",
|
1082
1123
|
"argument_kind": "FIXED_TYPE",
|
1083
1124
|
"data_type": json.dumps({
|
1084
|
-
"
|
1125
|
+
"typeKind": "INT64",
|
1085
1126
|
}),
|
1086
1127
|
}],
|
1087
1128
|
return_table_type=json.dumps({
|
@@ -1125,6 +1166,24 @@ class Dataset(pulumi.CustomResource):
|
|
1125
1166
|
"connection": "projects/project/locations/aws-us-east-1/connections/connection",
|
1126
1167
|
})
|
1127
1168
|
```
|
1169
|
+
### Bigquery Dataset External Catalog Dataset Options
|
1170
|
+
|
1171
|
+
```python
|
1172
|
+
import pulumi
|
1173
|
+
import pulumi_gcp as gcp
|
1174
|
+
|
1175
|
+
dataset = gcp.bigquery.Dataset("dataset",
|
1176
|
+
dataset_id="example_dataset",
|
1177
|
+
friendly_name="test",
|
1178
|
+
description="This is a test description",
|
1179
|
+
location="US",
|
1180
|
+
external_catalog_dataset_options={
|
1181
|
+
"parameters": {
|
1182
|
+
"dataset_owner": "test_dataset_owner",
|
1183
|
+
},
|
1184
|
+
"default_storage_location_uri": "gs://test_dataset/tables",
|
1185
|
+
})
|
1186
|
+
```
|
1128
1187
|
|
1129
1188
|
## Import
|
1130
1189
|
|
@@ -1201,6 +1260,9 @@ class Dataset(pulumi.CustomResource):
|
|
1201
1260
|
dataset when destroying the resource; otherwise,
|
1202
1261
|
destroying the resource will fail if tables are present.
|
1203
1262
|
:param pulumi.Input[str] description: A user-friendly description of the dataset
|
1263
|
+
:param pulumi.Input[Union['DatasetExternalCatalogDatasetOptionsArgs', 'DatasetExternalCatalogDatasetOptionsArgsDict']] external_catalog_dataset_options: Options defining open source compatible datasets living in the BigQuery catalog. Contains
|
1264
|
+
metadata of open source database, schema or namespace represented by the current dataset.
|
1265
|
+
Structure is documented below.
|
1204
1266
|
:param pulumi.Input[Union['DatasetExternalDatasetReferenceArgs', 'DatasetExternalDatasetReferenceArgsDict']] external_dataset_reference: Information about the external metadata storage where the dataset is defined.
|
1205
1267
|
Structure is documented below.
|
1206
1268
|
:param pulumi.Input[str] friendly_name: A descriptive name for the dataset
|
@@ -1366,7 +1428,7 @@ class Dataset(pulumi.CustomResource):
|
|
1366
1428
|
"name": "value",
|
1367
1429
|
"argument_kind": "FIXED_TYPE",
|
1368
1430
|
"data_type": json.dumps({
|
1369
|
-
"
|
1431
|
+
"typeKind": "INT64",
|
1370
1432
|
}),
|
1371
1433
|
}],
|
1372
1434
|
return_table_type=json.dumps({
|
@@ -1410,6 +1472,24 @@ class Dataset(pulumi.CustomResource):
|
|
1410
1472
|
"connection": "projects/project/locations/aws-us-east-1/connections/connection",
|
1411
1473
|
})
|
1412
1474
|
```
|
1475
|
+
### Bigquery Dataset External Catalog Dataset Options
|
1476
|
+
|
1477
|
+
```python
|
1478
|
+
import pulumi
|
1479
|
+
import pulumi_gcp as gcp
|
1480
|
+
|
1481
|
+
dataset = gcp.bigquery.Dataset("dataset",
|
1482
|
+
dataset_id="example_dataset",
|
1483
|
+
friendly_name="test",
|
1484
|
+
description="This is a test description",
|
1485
|
+
location="US",
|
1486
|
+
external_catalog_dataset_options={
|
1487
|
+
"parameters": {
|
1488
|
+
"dataset_owner": "test_dataset_owner",
|
1489
|
+
},
|
1490
|
+
"default_storage_location_uri": "gs://test_dataset/tables",
|
1491
|
+
})
|
1492
|
+
```
|
1413
1493
|
|
1414
1494
|
## Import
|
1415
1495
|
|
@@ -1458,6 +1538,7 @@ class Dataset(pulumi.CustomResource):
|
|
1458
1538
|
default_table_expiration_ms: Optional[pulumi.Input[int]] = None,
|
1459
1539
|
delete_contents_on_destroy: Optional[pulumi.Input[bool]] = None,
|
1460
1540
|
description: Optional[pulumi.Input[str]] = None,
|
1541
|
+
external_catalog_dataset_options: Optional[pulumi.Input[Union['DatasetExternalCatalogDatasetOptionsArgs', 'DatasetExternalCatalogDatasetOptionsArgsDict']]] = None,
|
1461
1542
|
external_dataset_reference: Optional[pulumi.Input[Union['DatasetExternalDatasetReferenceArgs', 'DatasetExternalDatasetReferenceArgsDict']]] = None,
|
1462
1543
|
friendly_name: Optional[pulumi.Input[str]] = None,
|
1463
1544
|
is_case_insensitive: Optional[pulumi.Input[bool]] = None,
|
@@ -1486,6 +1567,7 @@ class Dataset(pulumi.CustomResource):
|
|
1486
1567
|
__props__.__dict__["default_table_expiration_ms"] = default_table_expiration_ms
|
1487
1568
|
__props__.__dict__["delete_contents_on_destroy"] = delete_contents_on_destroy
|
1488
1569
|
__props__.__dict__["description"] = description
|
1570
|
+
__props__.__dict__["external_catalog_dataset_options"] = external_catalog_dataset_options
|
1489
1571
|
__props__.__dict__["external_dataset_reference"] = external_dataset_reference
|
1490
1572
|
__props__.__dict__["friendly_name"] = friendly_name
|
1491
1573
|
__props__.__dict__["is_case_insensitive"] = is_case_insensitive
|
@@ -1524,6 +1606,7 @@ class Dataset(pulumi.CustomResource):
|
|
1524
1606
|
description: Optional[pulumi.Input[str]] = None,
|
1525
1607
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1526
1608
|
etag: Optional[pulumi.Input[str]] = None,
|
1609
|
+
external_catalog_dataset_options: Optional[pulumi.Input[Union['DatasetExternalCatalogDatasetOptionsArgs', 'DatasetExternalCatalogDatasetOptionsArgsDict']]] = None,
|
1527
1610
|
external_dataset_reference: Optional[pulumi.Input[Union['DatasetExternalDatasetReferenceArgs', 'DatasetExternalDatasetReferenceArgsDict']]] = None,
|
1528
1611
|
friendly_name: Optional[pulumi.Input[str]] = None,
|
1529
1612
|
is_case_insensitive: Optional[pulumi.Input[bool]] = None,
|
@@ -1596,6 +1679,9 @@ class Dataset(pulumi.CustomResource):
|
|
1596
1679
|
:param pulumi.Input[str] description: A user-friendly description of the dataset
|
1597
1680
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1598
1681
|
:param pulumi.Input[str] etag: A hash of the resource.
|
1682
|
+
:param pulumi.Input[Union['DatasetExternalCatalogDatasetOptionsArgs', 'DatasetExternalCatalogDatasetOptionsArgsDict']] external_catalog_dataset_options: Options defining open source compatible datasets living in the BigQuery catalog. Contains
|
1683
|
+
metadata of open source database, schema or namespace represented by the current dataset.
|
1684
|
+
Structure is documented below.
|
1599
1685
|
:param pulumi.Input[Union['DatasetExternalDatasetReferenceArgs', 'DatasetExternalDatasetReferenceArgsDict']] external_dataset_reference: Information about the external metadata storage where the dataset is defined.
|
1600
1686
|
Structure is documented below.
|
1601
1687
|
:param pulumi.Input[str] friendly_name: A descriptive name for the dataset
|
@@ -1648,6 +1734,7 @@ class Dataset(pulumi.CustomResource):
|
|
1648
1734
|
__props__.__dict__["description"] = description
|
1649
1735
|
__props__.__dict__["effective_labels"] = effective_labels
|
1650
1736
|
__props__.__dict__["etag"] = etag
|
1737
|
+
__props__.__dict__["external_catalog_dataset_options"] = external_catalog_dataset_options
|
1651
1738
|
__props__.__dict__["external_dataset_reference"] = external_dataset_reference
|
1652
1739
|
__props__.__dict__["friendly_name"] = friendly_name
|
1653
1740
|
__props__.__dict__["is_case_insensitive"] = is_case_insensitive
|
@@ -1792,6 +1879,16 @@ class Dataset(pulumi.CustomResource):
|
|
1792
1879
|
"""
|
1793
1880
|
return pulumi.get(self, "etag")
|
1794
1881
|
|
1882
|
+
@property
|
1883
|
+
@pulumi.getter(name="externalCatalogDatasetOptions")
|
1884
|
+
def external_catalog_dataset_options(self) -> pulumi.Output[Optional['outputs.DatasetExternalCatalogDatasetOptions']]:
|
1885
|
+
"""
|
1886
|
+
Options defining open source compatible datasets living in the BigQuery catalog. Contains
|
1887
|
+
metadata of open source database, schema or namespace represented by the current dataset.
|
1888
|
+
Structure is documented below.
|
1889
|
+
"""
|
1890
|
+
return pulumi.get(self, "external_catalog_dataset_options")
|
1891
|
+
|
1795
1892
|
@property
|
1796
1893
|
@pulumi.getter(name="externalDatasetReference")
|
1797
1894
|
def external_dataset_reference(self) -> pulumi.Output[Optional['outputs.DatasetExternalDatasetReference']]:
|
@@ -614,7 +614,7 @@ class DatasetAccess(pulumi.CustomResource):
|
|
614
614
|
"name": "value",
|
615
615
|
"argument_kind": "FIXED_TYPE",
|
616
616
|
"data_type": json.dumps({
|
617
|
-
"
|
617
|
+
"typeKind": "INT64",
|
618
618
|
}),
|
619
619
|
}],
|
620
620
|
return_table_type=json.dumps({
|
@@ -768,7 +768,7 @@ class DatasetAccess(pulumi.CustomResource):
|
|
768
768
|
"name": "value",
|
769
769
|
"argument_kind": "FIXED_TYPE",
|
770
770
|
"data_type": json.dumps({
|
771
|
-
"
|
771
|
+
"typeKind": "INT64",
|
772
772
|
}),
|
773
773
|
}],
|
774
774
|
return_table_type=json.dumps({
|
@@ -36,6 +36,9 @@ class DatasetIamBindingArgs:
|
|
36
36
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
37
37
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
38
38
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
39
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
40
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
41
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
39
42
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
40
43
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
41
44
|
:param pulumi.Input[str] role: The role that should be applied. Only one
|
@@ -75,6 +78,9 @@ class DatasetIamBindingArgs:
|
|
75
78
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
76
79
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
77
80
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
81
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
82
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
83
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
78
84
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
79
85
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
80
86
|
"""
|
@@ -141,6 +147,9 @@ class _DatasetIamBindingState:
|
|
141
147
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
142
148
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
143
149
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
150
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
151
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
152
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
144
153
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
145
154
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
146
155
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -206,6 +215,9 @@ class _DatasetIamBindingState:
|
|
206
215
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
207
216
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
208
217
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
218
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
219
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
220
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
209
221
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
210
222
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
211
223
|
"""
|
@@ -315,6 +327,22 @@ class DatasetIamBinding(pulumi.CustomResource):
|
|
315
327
|
member="user:jane@example.com")
|
316
328
|
```
|
317
329
|
|
330
|
+
## bigquery.DatasetIamPolicy
|
331
|
+
|
332
|
+
```python
|
333
|
+
import pulumi
|
334
|
+
import pulumi_gcp as gcp
|
335
|
+
|
336
|
+
owner = gcp.organizations.get_iam_policy(bindings=[{
|
337
|
+
"role": "roles/bigquery.dataOwner",
|
338
|
+
"members": ["user:jane@example.com"],
|
339
|
+
}])
|
340
|
+
dataset_dataset = gcp.bigquery.Dataset("dataset", dataset_id="example_dataset")
|
341
|
+
dataset = gcp.bigquery.DatasetIamPolicy("dataset",
|
342
|
+
dataset_id=dataset_dataset.dataset_id,
|
343
|
+
policy_data=owner.policy_data)
|
344
|
+
```
|
345
|
+
|
318
346
|
## bigquery.DatasetIamBinding
|
319
347
|
|
320
348
|
```python
|
@@ -377,6 +405,9 @@ class DatasetIamBinding(pulumi.CustomResource):
|
|
377
405
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
378
406
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
379
407
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
408
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
409
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
410
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
380
411
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
381
412
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
382
413
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -452,6 +483,22 @@ class DatasetIamBinding(pulumi.CustomResource):
|
|
452
483
|
member="user:jane@example.com")
|
453
484
|
```
|
454
485
|
|
486
|
+
## bigquery.DatasetIamPolicy
|
487
|
+
|
488
|
+
```python
|
489
|
+
import pulumi
|
490
|
+
import pulumi_gcp as gcp
|
491
|
+
|
492
|
+
owner = gcp.organizations.get_iam_policy(bindings=[{
|
493
|
+
"role": "roles/bigquery.dataOwner",
|
494
|
+
"members": ["user:jane@example.com"],
|
495
|
+
}])
|
496
|
+
dataset_dataset = gcp.bigquery.Dataset("dataset", dataset_id="example_dataset")
|
497
|
+
dataset = gcp.bigquery.DatasetIamPolicy("dataset",
|
498
|
+
dataset_id=dataset_dataset.dataset_id,
|
499
|
+
policy_data=owner.policy_data)
|
500
|
+
```
|
501
|
+
|
455
502
|
## bigquery.DatasetIamBinding
|
456
503
|
|
457
504
|
```python
|
@@ -577,6 +624,9 @@ class DatasetIamBinding(pulumi.CustomResource):
|
|
577
624
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
578
625
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
579
626
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
627
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
628
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
629
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
580
630
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
581
631
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
582
632
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -629,6 +679,9 @@ class DatasetIamBinding(pulumi.CustomResource):
|
|
629
679
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
630
680
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
631
681
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
682
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
683
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
684
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
632
685
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
633
686
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
634
687
|
"""
|
@@ -36,6 +36,9 @@ class DatasetIamMemberArgs:
|
|
36
36
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
37
37
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
38
38
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
39
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
40
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
41
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
39
42
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
40
43
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
41
44
|
:param pulumi.Input[str] role: The role that should be applied. Only one
|
@@ -75,6 +78,9 @@ class DatasetIamMemberArgs:
|
|
75
78
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
76
79
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
77
80
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
81
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
82
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
83
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
78
84
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
79
85
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
80
86
|
"""
|
@@ -141,6 +147,9 @@ class _DatasetIamMemberState:
|
|
141
147
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
142
148
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
143
149
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
150
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
151
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
152
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
144
153
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
145
154
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
146
155
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -206,6 +215,9 @@ class _DatasetIamMemberState:
|
|
206
215
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
207
216
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
208
217
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
218
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
219
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
220
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
209
221
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
210
222
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
211
223
|
"""
|
@@ -315,6 +327,22 @@ class DatasetIamMember(pulumi.CustomResource):
|
|
315
327
|
member="user:jane@example.com")
|
316
328
|
```
|
317
329
|
|
330
|
+
## bigquery.DatasetIamPolicy
|
331
|
+
|
332
|
+
```python
|
333
|
+
import pulumi
|
334
|
+
import pulumi_gcp as gcp
|
335
|
+
|
336
|
+
owner = gcp.organizations.get_iam_policy(bindings=[{
|
337
|
+
"role": "roles/bigquery.dataOwner",
|
338
|
+
"members": ["user:jane@example.com"],
|
339
|
+
}])
|
340
|
+
dataset_dataset = gcp.bigquery.Dataset("dataset", dataset_id="example_dataset")
|
341
|
+
dataset = gcp.bigquery.DatasetIamPolicy("dataset",
|
342
|
+
dataset_id=dataset_dataset.dataset_id,
|
343
|
+
policy_data=owner.policy_data)
|
344
|
+
```
|
345
|
+
|
318
346
|
## bigquery.DatasetIamBinding
|
319
347
|
|
320
348
|
```python
|
@@ -377,6 +405,9 @@ class DatasetIamMember(pulumi.CustomResource):
|
|
377
405
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
378
406
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
379
407
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
408
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
409
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
410
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
380
411
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
381
412
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
382
413
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -452,6 +483,22 @@ class DatasetIamMember(pulumi.CustomResource):
|
|
452
483
|
member="user:jane@example.com")
|
453
484
|
```
|
454
485
|
|
486
|
+
## bigquery.DatasetIamPolicy
|
487
|
+
|
488
|
+
```python
|
489
|
+
import pulumi
|
490
|
+
import pulumi_gcp as gcp
|
491
|
+
|
492
|
+
owner = gcp.organizations.get_iam_policy(bindings=[{
|
493
|
+
"role": "roles/bigquery.dataOwner",
|
494
|
+
"members": ["user:jane@example.com"],
|
495
|
+
}])
|
496
|
+
dataset_dataset = gcp.bigquery.Dataset("dataset", dataset_id="example_dataset")
|
497
|
+
dataset = gcp.bigquery.DatasetIamPolicy("dataset",
|
498
|
+
dataset_id=dataset_dataset.dataset_id,
|
499
|
+
policy_data=owner.policy_data)
|
500
|
+
```
|
501
|
+
|
455
502
|
## bigquery.DatasetIamBinding
|
456
503
|
|
457
504
|
```python
|
@@ -577,6 +624,9 @@ class DatasetIamMember(pulumi.CustomResource):
|
|
577
624
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
578
625
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
579
626
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
627
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
628
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
629
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
580
630
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
581
631
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
582
632
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -629,6 +679,9 @@ class DatasetIamMember(pulumi.CustomResource):
|
|
629
679
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
630
680
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
631
681
|
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
682
|
+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
|
683
|
+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
|
684
|
+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
|
632
685
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
633
686
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
634
687
|
"""
|