pulumi-gcp 8.7.0a1730196225__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 +8 -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/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/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/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/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 +2 -2
- 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/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/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 +2 -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 +182 -50
- 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_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_instance_guest_attributes.py +277 -0
- 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_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/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/outputs.py +197 -30
- 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_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/container/aws_node_pool.py +12 -12
- 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/diagflow/cx_flow.py +4 -4
- pulumi_gcp/diagflow/cx_page.py +10 -10
- 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_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/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/memorystore/_inputs.py +117 -4
- pulumi_gcp/memorystore/instance.py +105 -0
- pulumi_gcp/memorystore/outputs.py +80 -4
- 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/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/osconfig/os_policy_assignment.py +4 -4
- 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/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/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 +208 -12
- pulumi_gcp/spanner/outputs.py +287 -9
- pulumi_gcp/sql/_inputs.py +6 -3
- pulumi_gcp/sql/outputs.py +4 -2
- pulumi_gcp/storage/_inputs.py +3 -6
- pulumi_gcp/storage/bucket.py +7 -7
- 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/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 +4 -6
- 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/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 +472 -6
- pulumi_gcp/vmwareengine/outputs.py +668 -22
- pulumi_gcp/vmwareengine/private_cloud.py +44 -0
- pulumi_gcp/workstations/workstation_config.py +6 -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.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +347 -344
- {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
@@ -220,6 +220,22 @@ class DatasetIamPolicy(pulumi.CustomResource):
|
|
220
220
|
member="user:jane@example.com")
|
221
221
|
```
|
222
222
|
|
223
|
+
## bigquery.DatasetIamPolicy
|
224
|
+
|
225
|
+
```python
|
226
|
+
import pulumi
|
227
|
+
import pulumi_gcp as gcp
|
228
|
+
|
229
|
+
owner = gcp.organizations.get_iam_policy(bindings=[{
|
230
|
+
"role": "roles/bigquery.dataOwner",
|
231
|
+
"members": ["user:jane@example.com"],
|
232
|
+
}])
|
233
|
+
dataset_dataset = gcp.bigquery.Dataset("dataset", dataset_id="example_dataset")
|
234
|
+
dataset = gcp.bigquery.DatasetIamPolicy("dataset",
|
235
|
+
dataset_id=dataset_dataset.dataset_id,
|
236
|
+
policy_data=owner.policy_data)
|
237
|
+
```
|
238
|
+
|
223
239
|
## bigquery.DatasetIamBinding
|
224
240
|
|
225
241
|
```python
|
@@ -347,6 +363,22 @@ class DatasetIamPolicy(pulumi.CustomResource):
|
|
347
363
|
member="user:jane@example.com")
|
348
364
|
```
|
349
365
|
|
366
|
+
## bigquery.DatasetIamPolicy
|
367
|
+
|
368
|
+
```python
|
369
|
+
import pulumi
|
370
|
+
import pulumi_gcp as gcp
|
371
|
+
|
372
|
+
owner = gcp.organizations.get_iam_policy(bindings=[{
|
373
|
+
"role": "roles/bigquery.dataOwner",
|
374
|
+
"members": ["user:jane@example.com"],
|
375
|
+
}])
|
376
|
+
dataset_dataset = gcp.bigquery.Dataset("dataset", dataset_id="example_dataset")
|
377
|
+
dataset = gcp.bigquery.DatasetIamPolicy("dataset",
|
378
|
+
dataset_id=dataset_dataset.dataset_id,
|
379
|
+
policy_data=owner.policy_data)
|
380
|
+
```
|
381
|
+
|
350
382
|
## bigquery.DatasetIamBinding
|
351
383
|
|
352
384
|
```python
|
@@ -27,7 +27,7 @@ class GetDatasetResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDataset.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, accesses=None, creation_time=None, dataset_id=None, default_collation=None, default_encryption_configurations=None, default_partition_expiration_ms=None, default_table_expiration_ms=None, delete_contents_on_destroy=None, description=None, effective_labels=None, etag=None, external_dataset_references=None, friendly_name=None, id=None, is_case_insensitive=None, labels=None, last_modified_time=None, location=None, max_time_travel_hours=None, project=None, pulumi_labels=None, resource_tags=None, self_link=None, storage_billing_model=None):
|
30
|
+
def __init__(__self__, accesses=None, creation_time=None, dataset_id=None, default_collation=None, default_encryption_configurations=None, default_partition_expiration_ms=None, default_table_expiration_ms=None, delete_contents_on_destroy=None, description=None, effective_labels=None, etag=None, external_catalog_dataset_options=None, external_dataset_references=None, friendly_name=None, id=None, is_case_insensitive=None, labels=None, last_modified_time=None, location=None, max_time_travel_hours=None, project=None, pulumi_labels=None, resource_tags=None, self_link=None, storage_billing_model=None):
|
31
31
|
if accesses and not isinstance(accesses, list):
|
32
32
|
raise TypeError("Expected argument 'accesses' to be a list")
|
33
33
|
pulumi.set(__self__, "accesses", accesses)
|
@@ -61,6 +61,9 @@ class GetDatasetResult:
|
|
61
61
|
if etag and not isinstance(etag, str):
|
62
62
|
raise TypeError("Expected argument 'etag' to be a str")
|
63
63
|
pulumi.set(__self__, "etag", etag)
|
64
|
+
if external_catalog_dataset_options and not isinstance(external_catalog_dataset_options, list):
|
65
|
+
raise TypeError("Expected argument 'external_catalog_dataset_options' to be a list")
|
66
|
+
pulumi.set(__self__, "external_catalog_dataset_options", external_catalog_dataset_options)
|
64
67
|
if external_dataset_references and not isinstance(external_dataset_references, list):
|
65
68
|
raise TypeError("Expected argument 'external_dataset_references' to be a list")
|
66
69
|
pulumi.set(__self__, "external_dataset_references", external_dataset_references)
|
@@ -156,6 +159,11 @@ class GetDatasetResult:
|
|
156
159
|
def etag(self) -> str:
|
157
160
|
return pulumi.get(self, "etag")
|
158
161
|
|
162
|
+
@property
|
163
|
+
@pulumi.getter(name="externalCatalogDatasetOptions")
|
164
|
+
def external_catalog_dataset_options(self) -> Sequence['outputs.GetDatasetExternalCatalogDatasetOptionResult']:
|
165
|
+
return pulumi.get(self, "external_catalog_dataset_options")
|
166
|
+
|
159
167
|
@property
|
160
168
|
@pulumi.getter(name="externalDatasetReferences")
|
161
169
|
def external_dataset_references(self) -> Sequence['outputs.GetDatasetExternalDatasetReferenceResult']:
|
@@ -242,6 +250,7 @@ class AwaitableGetDatasetResult(GetDatasetResult):
|
|
242
250
|
description=self.description,
|
243
251
|
effective_labels=self.effective_labels,
|
244
252
|
etag=self.etag,
|
253
|
+
external_catalog_dataset_options=self.external_catalog_dataset_options,
|
245
254
|
external_dataset_references=self.external_dataset_references,
|
246
255
|
friendly_name=self.friendly_name,
|
247
256
|
id=self.id,
|
@@ -298,6 +307,7 @@ def get_dataset(dataset_id: Optional[str] = None,
|
|
298
307
|
description=pulumi.get(__ret__, 'description'),
|
299
308
|
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
300
309
|
etag=pulumi.get(__ret__, 'etag'),
|
310
|
+
external_catalog_dataset_options=pulumi.get(__ret__, 'external_catalog_dataset_options'),
|
301
311
|
external_dataset_references=pulumi.get(__ret__, 'external_dataset_references'),
|
302
312
|
friendly_name=pulumi.get(__ret__, 'friendly_name'),
|
303
313
|
id=pulumi.get(__ret__, 'id'),
|
@@ -351,6 +361,7 @@ def get_dataset_output(dataset_id: Optional[pulumi.Input[str]] = None,
|
|
351
361
|
description=pulumi.get(__response__, 'description'),
|
352
362
|
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
353
363
|
etag=pulumi.get(__response__, 'etag'),
|
364
|
+
external_catalog_dataset_options=pulumi.get(__response__, 'external_catalog_dataset_options'),
|
354
365
|
external_dataset_references=pulumi.get(__response__, 'external_dataset_references'),
|
355
366
|
friendly_name=pulumi.get(__response__, 'friendly_name'),
|
356
367
|
id=pulumi.get(__response__, 'id'),
|
@@ -436,7 +436,7 @@ class IamBinding(pulumi.CustomResource):
|
|
436
436
|
$ pulumi import gcp:bigquery/iamBinding:IamBinding editor projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}}
|
437
437
|
```
|
438
438
|
|
439
|
-
-> **Custom Roles
|
439
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
440
440
|
|
441
441
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
442
442
|
|
@@ -623,7 +623,7 @@ class IamBinding(pulumi.CustomResource):
|
|
623
623
|
$ pulumi import gcp:bigquery/iamBinding:IamBinding editor projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}}
|
624
624
|
```
|
625
625
|
|
626
|
-
-> **Custom Roles
|
626
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
627
627
|
|
628
628
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
629
629
|
|
@@ -436,7 +436,7 @@ class IamMember(pulumi.CustomResource):
|
|
436
436
|
$ pulumi import gcp:bigquery/iamMember:IamMember editor projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}}
|
437
437
|
```
|
438
438
|
|
439
|
-
-> **Custom Roles
|
439
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
440
440
|
|
441
441
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
442
442
|
|
@@ -623,7 +623,7 @@ class IamMember(pulumi.CustomResource):
|
|
623
623
|
$ pulumi import gcp:bigquery/iamMember:IamMember editor projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}}
|
624
624
|
```
|
625
625
|
|
626
|
-
-> **Custom Roles
|
626
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
627
627
|
|
628
628
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
629
629
|
|
@@ -333,7 +333,7 @@ class IamPolicy(pulumi.CustomResource):
|
|
333
333
|
$ pulumi import gcp:bigquery/iamPolicy:IamPolicy editor projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}}
|
334
334
|
```
|
335
335
|
|
336
|
-
-> **Custom Roles
|
336
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
337
337
|
|
338
338
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
339
339
|
|
@@ -508,7 +508,7 @@ class IamPolicy(pulumi.CustomResource):
|
|
508
508
|
$ pulumi import gcp:bigquery/iamPolicy:IamPolicy editor projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}}
|
509
509
|
```
|
510
510
|
|
511
|
-
-> **Custom Roles
|
511
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
512
512
|
|
513
513
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
514
514
|
|
pulumi_gcp/bigquery/outputs.py
CHANGED
@@ -44,6 +44,7 @@ __all__ = [
|
|
44
44
|
'DatasetAccessRoutine',
|
45
45
|
'DatasetAccessView',
|
46
46
|
'DatasetDefaultEncryptionConfiguration',
|
47
|
+
'DatasetExternalCatalogDatasetOptions',
|
47
48
|
'DatasetExternalDatasetReference',
|
48
49
|
'DatasetIamBindingCondition',
|
49
50
|
'DatasetIamMemberCondition',
|
@@ -103,6 +104,7 @@ __all__ = [
|
|
103
104
|
'GetDatasetAccessRoutineResult',
|
104
105
|
'GetDatasetAccessViewResult',
|
105
106
|
'GetDatasetDefaultEncryptionConfigurationResult',
|
107
|
+
'GetDatasetExternalCatalogDatasetOptionResult',
|
106
108
|
'GetDatasetExternalDatasetReferenceResult',
|
107
109
|
'GetTablesTableResult',
|
108
110
|
]
|
@@ -1693,6 +1695,58 @@ class DatasetDefaultEncryptionConfiguration(dict):
|
|
1693
1695
|
return pulumi.get(self, "kms_key_name")
|
1694
1696
|
|
1695
1697
|
|
1698
|
+
@pulumi.output_type
|
1699
|
+
class DatasetExternalCatalogDatasetOptions(dict):
|
1700
|
+
@staticmethod
|
1701
|
+
def __key_warning(key: str):
|
1702
|
+
suggest = None
|
1703
|
+
if key == "defaultStorageLocationUri":
|
1704
|
+
suggest = "default_storage_location_uri"
|
1705
|
+
|
1706
|
+
if suggest:
|
1707
|
+
pulumi.log.warn(f"Key '{key}' not found in DatasetExternalCatalogDatasetOptions. Access the value via the '{suggest}' property getter instead.")
|
1708
|
+
|
1709
|
+
def __getitem__(self, key: str) -> Any:
|
1710
|
+
DatasetExternalCatalogDatasetOptions.__key_warning(key)
|
1711
|
+
return super().__getitem__(key)
|
1712
|
+
|
1713
|
+
def get(self, key: str, default = None) -> Any:
|
1714
|
+
DatasetExternalCatalogDatasetOptions.__key_warning(key)
|
1715
|
+
return super().get(key, default)
|
1716
|
+
|
1717
|
+
def __init__(__self__, *,
|
1718
|
+
default_storage_location_uri: Optional[str] = None,
|
1719
|
+
parameters: Optional[Mapping[str, str]] = None):
|
1720
|
+
"""
|
1721
|
+
:param str default_storage_location_uri: The storage location URI for all tables in the dataset. Equivalent to hive metastore's
|
1722
|
+
database locationUri. Maximum length of 1024 characters.
|
1723
|
+
:param Mapping[str, str] parameters: A map of key value pairs defining the parameters and properties of the open source schema.
|
1724
|
+
Maximum size of 2Mib.
|
1725
|
+
"""
|
1726
|
+
if default_storage_location_uri is not None:
|
1727
|
+
pulumi.set(__self__, "default_storage_location_uri", default_storage_location_uri)
|
1728
|
+
if parameters is not None:
|
1729
|
+
pulumi.set(__self__, "parameters", parameters)
|
1730
|
+
|
1731
|
+
@property
|
1732
|
+
@pulumi.getter(name="defaultStorageLocationUri")
|
1733
|
+
def default_storage_location_uri(self) -> Optional[str]:
|
1734
|
+
"""
|
1735
|
+
The storage location URI for all tables in the dataset. Equivalent to hive metastore's
|
1736
|
+
database locationUri. Maximum length of 1024 characters.
|
1737
|
+
"""
|
1738
|
+
return pulumi.get(self, "default_storage_location_uri")
|
1739
|
+
|
1740
|
+
@property
|
1741
|
+
@pulumi.getter
|
1742
|
+
def parameters(self) -> Optional[Mapping[str, str]]:
|
1743
|
+
"""
|
1744
|
+
A map of key value pairs defining the parameters and properties of the open source schema.
|
1745
|
+
Maximum size of 2Mib.
|
1746
|
+
"""
|
1747
|
+
return pulumi.get(self, "parameters")
|
1748
|
+
|
1749
|
+
|
1696
1750
|
@pulumi.output_type
|
1697
1751
|
class DatasetExternalDatasetReference(dict):
|
1698
1752
|
@staticmethod
|
@@ -6388,6 +6442,39 @@ class GetDatasetDefaultEncryptionConfigurationResult(dict):
|
|
6388
6442
|
return pulumi.get(self, "kms_key_name")
|
6389
6443
|
|
6390
6444
|
|
6445
|
+
@pulumi.output_type
|
6446
|
+
class GetDatasetExternalCatalogDatasetOptionResult(dict):
|
6447
|
+
def __init__(__self__, *,
|
6448
|
+
default_storage_location_uri: str,
|
6449
|
+
parameters: Mapping[str, str]):
|
6450
|
+
"""
|
6451
|
+
:param str default_storage_location_uri: The storage location URI for all tables in the dataset. Equivalent to hive metastore's
|
6452
|
+
database locationUri. Maximum length of 1024 characters.
|
6453
|
+
:param Mapping[str, str] parameters: A map of key value pairs defining the parameters and properties of the open source schema.
|
6454
|
+
Maximum size of 2Mib.
|
6455
|
+
"""
|
6456
|
+
pulumi.set(__self__, "default_storage_location_uri", default_storage_location_uri)
|
6457
|
+
pulumi.set(__self__, "parameters", parameters)
|
6458
|
+
|
6459
|
+
@property
|
6460
|
+
@pulumi.getter(name="defaultStorageLocationUri")
|
6461
|
+
def default_storage_location_uri(self) -> str:
|
6462
|
+
"""
|
6463
|
+
The storage location URI for all tables in the dataset. Equivalent to hive metastore's
|
6464
|
+
database locationUri. Maximum length of 1024 characters.
|
6465
|
+
"""
|
6466
|
+
return pulumi.get(self, "default_storage_location_uri")
|
6467
|
+
|
6468
|
+
@property
|
6469
|
+
@pulumi.getter
|
6470
|
+
def parameters(self) -> Mapping[str, str]:
|
6471
|
+
"""
|
6472
|
+
A map of key value pairs defining the parameters and properties of the open source schema.
|
6473
|
+
Maximum size of 2Mib.
|
6474
|
+
"""
|
6475
|
+
return pulumi.get(self, "parameters")
|
6476
|
+
|
6477
|
+
|
6391
6478
|
@pulumi.output_type
|
6392
6479
|
class GetDatasetExternalDatasetReferenceResult(dict):
|
6393
6480
|
def __init__(__self__, *,
|
pulumi_gcp/bigquery/routine.py
CHANGED
@@ -731,7 +731,7 @@ class Routine(pulumi.CustomResource):
|
|
731
731
|
"name": "value",
|
732
732
|
"argument_kind": "FIXED_TYPE",
|
733
733
|
"data_type": json.dumps({
|
734
|
-
"
|
734
|
+
"typeKind": "INT64",
|
735
735
|
}),
|
736
736
|
}],
|
737
737
|
return_table_type=json.dumps({
|
@@ -834,8 +834,8 @@ class Routine(pulumi.CustomResource):
|
|
834
834
|
"main_class": "com.google.test.jar.MainClass",
|
835
835
|
"jar_uris": ["gs://test-bucket/uberjar_spark_spark3.jar"],
|
836
836
|
"properties": {
|
837
|
-
"
|
838
|
-
"
|
837
|
+
"spark.dataproc.scaling.version": "2",
|
838
|
+
"spark.reducer.fetchMigratedShuffle.enabled": "true",
|
839
839
|
},
|
840
840
|
})
|
841
841
|
```
|
@@ -1026,7 +1026,7 @@ class Routine(pulumi.CustomResource):
|
|
1026
1026
|
"name": "value",
|
1027
1027
|
"argument_kind": "FIXED_TYPE",
|
1028
1028
|
"data_type": json.dumps({
|
1029
|
-
"
|
1029
|
+
"typeKind": "INT64",
|
1030
1030
|
}),
|
1031
1031
|
}],
|
1032
1032
|
return_table_type=json.dumps({
|
@@ -1129,8 +1129,8 @@ class Routine(pulumi.CustomResource):
|
|
1129
1129
|
"main_class": "com.google.test.jar.MainClass",
|
1130
1130
|
"jar_uris": ["gs://test-bucket/uberjar_spark_spark3.jar"],
|
1131
1131
|
"properties": {
|
1132
|
-
"
|
1133
|
-
"
|
1132
|
+
"spark.dataproc.scaling.version": "2",
|
1133
|
+
"spark.reducer.fetchMigratedShuffle.enabled": "true",
|
1134
1134
|
},
|
1135
1135
|
})
|
1136
1136
|
```
|
@@ -465,7 +465,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
465
465
|
$ pulumi import gcp:bigqueryanalyticshub/dataExchangeIamBinding:DataExchangeIamBinding editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}
|
466
466
|
```
|
467
467
|
|
468
|
-
-> **Custom Roles
|
468
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
469
469
|
|
470
470
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
471
471
|
|
@@ -657,7 +657,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
657
657
|
$ pulumi import gcp:bigqueryanalyticshub/dataExchangeIamBinding:DataExchangeIamBinding editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}
|
658
658
|
```
|
659
659
|
|
660
|
-
-> **Custom Roles
|
660
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
661
661
|
|
662
662
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
663
663
|
|
@@ -465,7 +465,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
465
465
|
$ pulumi import gcp:bigqueryanalyticshub/dataExchangeIamMember:DataExchangeIamMember editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}
|
466
466
|
```
|
467
467
|
|
468
|
-
-> **Custom Roles
|
468
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
469
469
|
|
470
470
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
471
471
|
|
@@ -657,7 +657,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
657
657
|
$ pulumi import gcp:bigqueryanalyticshub/dataExchangeIamMember:DataExchangeIamMember editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}
|
658
658
|
```
|
659
659
|
|
660
|
-
-> **Custom Roles
|
660
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
661
661
|
|
662
662
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
663
663
|
|
@@ -362,7 +362,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
362
362
|
$ pulumi import gcp:bigqueryanalyticshub/dataExchangeIamPolicy:DataExchangeIamPolicy editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}
|
363
363
|
```
|
364
364
|
|
365
|
-
-> **Custom Roles
|
365
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
366
366
|
|
367
367
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
368
368
|
|
@@ -542,7 +542,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
542
542
|
$ pulumi import gcp:bigqueryanalyticshub/dataExchangeIamPolicy:DataExchangeIamPolicy editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}
|
543
543
|
```
|
544
544
|
|
545
|
-
-> **Custom Roles
|
545
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
546
546
|
|
547
547
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
548
548
|
|
@@ -503,7 +503,7 @@ class ListingIamBinding(pulumi.CustomResource):
|
|
503
503
|
$ pulumi import gcp:bigqueryanalyticshub/listingIamBinding:ListingIamBinding editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}/listings/{{listing_id}}
|
504
504
|
```
|
505
505
|
|
506
|
-
-> **Custom Roles
|
506
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
507
507
|
|
508
508
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
509
509
|
|
@@ -702,7 +702,7 @@ class ListingIamBinding(pulumi.CustomResource):
|
|
702
702
|
$ pulumi import gcp:bigqueryanalyticshub/listingIamBinding:ListingIamBinding editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}/listings/{{listing_id}}
|
703
703
|
```
|
704
704
|
|
705
|
-
-> **Custom Roles
|
705
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
706
706
|
|
707
707
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
708
708
|
|
@@ -503,7 +503,7 @@ class ListingIamMember(pulumi.CustomResource):
|
|
503
503
|
$ pulumi import gcp:bigqueryanalyticshub/listingIamMember:ListingIamMember editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}/listings/{{listing_id}}
|
504
504
|
```
|
505
505
|
|
506
|
-
-> **Custom Roles
|
506
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
507
507
|
|
508
508
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
509
509
|
|
@@ -702,7 +702,7 @@ class ListingIamMember(pulumi.CustomResource):
|
|
702
702
|
$ pulumi import gcp:bigqueryanalyticshub/listingIamMember:ListingIamMember editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}/listings/{{listing_id}}
|
703
703
|
```
|
704
704
|
|
705
|
-
-> **Custom Roles
|
705
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
706
706
|
|
707
707
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
708
708
|
|
@@ -400,7 +400,7 @@ class ListingIamPolicy(pulumi.CustomResource):
|
|
400
400
|
$ pulumi import gcp:bigqueryanalyticshub/listingIamPolicy:ListingIamPolicy editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}/listings/{{listing_id}}
|
401
401
|
```
|
402
402
|
|
403
|
-
-> **Custom Roles
|
403
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
404
404
|
|
405
405
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
406
406
|
|
@@ -587,7 +587,7 @@ class ListingIamPolicy(pulumi.CustomResource):
|
|
587
587
|
$ pulumi import gcp:bigqueryanalyticshub/listingIamPolicy:ListingIamPolicy editor projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}/listings/{{listing_id}}
|
588
588
|
```
|
589
589
|
|
590
|
-
-> **Custom Roles
|
590
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
591
591
|
|
592
592
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
593
593
|
|
@@ -457,7 +457,7 @@ class DataPolicyIamBinding(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:bigquerydatapolicy/dataPolicyIamBinding:DataPolicyIamBinding editor projects/{{project}}/locations/{{location}}/dataPolicies/{{data_policy_id}}
|
458
458
|
```
|
459
459
|
|
460
|
-
-> **Custom Roles
|
460
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
461
461
|
|
462
462
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
463
463
|
|
@@ -648,7 +648,7 @@ class DataPolicyIamBinding(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:bigquerydatapolicy/dataPolicyIamBinding:DataPolicyIamBinding editor projects/{{project}}/locations/{{location}}/dataPolicies/{{data_policy_id}}
|
649
649
|
```
|
650
650
|
|
651
|
-
-> **Custom Roles
|
651
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
652
652
|
|
653
653
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
654
654
|
|
@@ -457,7 +457,7 @@ class DataPolicyIamMember(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:bigquerydatapolicy/dataPolicyIamMember:DataPolicyIamMember editor projects/{{project}}/locations/{{location}}/dataPolicies/{{data_policy_id}}
|
458
458
|
```
|
459
459
|
|
460
|
-
-> **Custom Roles
|
460
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
461
461
|
|
462
462
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
463
463
|
|
@@ -648,7 +648,7 @@ class DataPolicyIamMember(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:bigquerydatapolicy/dataPolicyIamMember:DataPolicyIamMember editor projects/{{project}}/locations/{{location}}/dataPolicies/{{data_policy_id}}
|
649
649
|
```
|
650
650
|
|
651
|
-
-> **Custom Roles
|
651
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
652
652
|
|
653
653
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
654
654
|
|
@@ -354,7 +354,7 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
|
|
354
354
|
$ pulumi import gcp:bigquerydatapolicy/dataPolicyIamPolicy:DataPolicyIamPolicy editor projects/{{project}}/locations/{{location}}/dataPolicies/{{data_policy_id}}
|
355
355
|
```
|
356
356
|
|
357
|
-
-> **Custom Roles
|
357
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
358
358
|
|
359
359
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
360
360
|
|
@@ -533,7 +533,7 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
|
|
533
533
|
$ pulumi import gcp:bigquerydatapolicy/dataPolicyIamPolicy:DataPolicyIamPolicy editor projects/{{project}}/locations/{{location}}/dataPolicies/{{data_policy_id}}
|
534
534
|
```
|
535
535
|
|
536
|
-
-> **Custom Roles
|
536
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
537
537
|
|
538
538
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
539
539
|
|
@@ -412,7 +412,7 @@ class AttestorIamBinding(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:binaryauthorization/attestorIamBinding:AttestorIamBinding editor projects/{{project}}/attestors/{{attestor}}
|
413
413
|
```
|
414
414
|
|
415
|
-
-> **Custom Roles
|
415
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
416
416
|
|
417
417
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
418
418
|
|
@@ -592,7 +592,7 @@ class AttestorIamBinding(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:binaryauthorization/attestorIamBinding:AttestorIamBinding editor projects/{{project}}/attestors/{{attestor}}
|
593
593
|
```
|
594
594
|
|
595
|
-
-> **Custom Roles
|
595
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
596
596
|
|
597
597
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
598
598
|
|
@@ -412,7 +412,7 @@ class AttestorIamMember(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:binaryauthorization/attestorIamMember:AttestorIamMember editor projects/{{project}}/attestors/{{attestor}}
|
413
413
|
```
|
414
414
|
|
415
|
-
-> **Custom Roles
|
415
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
416
416
|
|
417
417
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
418
418
|
|
@@ -592,7 +592,7 @@ class AttestorIamMember(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:binaryauthorization/attestorIamMember:AttestorIamMember editor projects/{{project}}/attestors/{{attestor}}
|
593
593
|
```
|
594
594
|
|
595
|
-
-> **Custom Roles
|
595
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
596
596
|
|
597
597
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
598
598
|
|
@@ -309,7 +309,7 @@ class AttestorIamPolicy(pulumi.CustomResource):
|
|
309
309
|
$ pulumi import gcp:binaryauthorization/attestorIamPolicy:AttestorIamPolicy editor projects/{{project}}/attestors/{{attestor}}
|
310
310
|
```
|
311
311
|
|
312
|
-
-> **Custom Roles
|
312
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
313
313
|
|
314
314
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
315
315
|
|
@@ -477,7 +477,7 @@ class AttestorIamPolicy(pulumi.CustomResource):
|
|
477
477
|
$ pulumi import gcp:binaryauthorization/attestorIamPolicy:AttestorIamPolicy editor projects/{{project}}/attestors/{{attestor}}
|
478
478
|
```
|
479
479
|
|
480
|
-
-> **Custom Roles
|
480
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
481
481
|
|
482
482
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
483
483
|
|
@@ -575,7 +575,7 @@ class CaPoolIamBinding(pulumi.CustomResource):
|
|
575
575
|
$ pulumi import gcp:certificateauthority/caPoolIamBinding:CaPoolIamBinding editor projects/{{project}}/locations/{{location}}/caPools/{{ca_pool}}
|
576
576
|
```
|
577
577
|
|
578
|
-
-> **Custom Roles
|
578
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
579
579
|
|
580
580
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
581
581
|
|
@@ -864,7 +864,7 @@ class CaPoolIamBinding(pulumi.CustomResource):
|
|
864
864
|
$ pulumi import gcp:certificateauthority/caPoolIamBinding:CaPoolIamBinding editor projects/{{project}}/locations/{{location}}/caPools/{{ca_pool}}
|
865
865
|
```
|
866
866
|
|
867
|
-
-> **Custom Roles
|
867
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
868
868
|
|
869
869
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
870
870
|
|
@@ -575,7 +575,7 @@ class CaPoolIamMember(pulumi.CustomResource):
|
|
575
575
|
$ pulumi import gcp:certificateauthority/caPoolIamMember:CaPoolIamMember editor projects/{{project}}/locations/{{location}}/caPools/{{ca_pool}}
|
576
576
|
```
|
577
577
|
|
578
|
-
-> **Custom Roles
|
578
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
579
579
|
|
580
580
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
581
581
|
|
@@ -864,7 +864,7 @@ class CaPoolIamMember(pulumi.CustomResource):
|
|
864
864
|
$ pulumi import gcp:certificateauthority/caPoolIamMember:CaPoolIamMember editor projects/{{project}}/locations/{{location}}/caPools/{{ca_pool}}
|
865
865
|
```
|
866
866
|
|
867
|
-
-> **Custom Roles
|
867
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
868
868
|
|
869
869
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
870
870
|
|
@@ -460,7 +460,7 @@ class CaPoolIamPolicy(pulumi.CustomResource):
|
|
460
460
|
$ pulumi import gcp:certificateauthority/caPoolIamPolicy:CaPoolIamPolicy editor projects/{{project}}/locations/{{location}}/caPools/{{ca_pool}}
|
461
461
|
```
|
462
462
|
|
463
|
-
-> **Custom Roles
|
463
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
464
464
|
|
465
465
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
466
466
|
|
@@ -735,7 +735,7 @@ class CaPoolIamPolicy(pulumi.CustomResource):
|
|
735
735
|
$ pulumi import gcp:certificateauthority/caPoolIamPolicy:CaPoolIamPolicy editor projects/{{project}}/locations/{{location}}/caPools/{{ca_pool}}
|
736
736
|
```
|
737
737
|
|
738
|
-
-> **Custom Roles
|
738
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
739
739
|
|
740
740
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
741
741
|
|
@@ -567,7 +567,7 @@ class CertificateTemplateIamBinding(pulumi.CustomResource):
|
|
567
567
|
$ pulumi import gcp:certificateauthority/certificateTemplateIamBinding:CertificateTemplateIamBinding editor projects/{{project}}/locations/{{location}}/certificateTemplates/{{certificate_template}}
|
568
568
|
```
|
569
569
|
|
570
|
-
-> **Custom Roles
|
570
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
571
571
|
|
572
572
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
573
573
|
|
@@ -854,7 +854,7 @@ class CertificateTemplateIamBinding(pulumi.CustomResource):
|
|
854
854
|
$ pulumi import gcp:certificateauthority/certificateTemplateIamBinding:CertificateTemplateIamBinding editor projects/{{project}}/locations/{{location}}/certificateTemplates/{{certificate_template}}
|
855
855
|
```
|
856
856
|
|
857
|
-
-> **Custom Roles
|
857
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
858
858
|
|
859
859
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
860
860
|
|
@@ -567,7 +567,7 @@ class CertificateTemplateIamMember(pulumi.CustomResource):
|
|
567
567
|
$ pulumi import gcp:certificateauthority/certificateTemplateIamMember:CertificateTemplateIamMember editor projects/{{project}}/locations/{{location}}/certificateTemplates/{{certificate_template}}
|
568
568
|
```
|
569
569
|
|
570
|
-
-> **Custom Roles
|
570
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
571
571
|
|
572
572
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
573
573
|
|
@@ -854,7 +854,7 @@ class CertificateTemplateIamMember(pulumi.CustomResource):
|
|
854
854
|
$ pulumi import gcp:certificateauthority/certificateTemplateIamMember:CertificateTemplateIamMember editor projects/{{project}}/locations/{{location}}/certificateTemplates/{{certificate_template}}
|
855
855
|
```
|
856
856
|
|
857
|
-
-> **Custom Roles
|
857
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
858
858
|
|
859
859
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
860
860
|
|