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
pulumi_gcp/config/vars.py
CHANGED
@@ -509,6 +509,10 @@ class _ExportableConfig(types.ModuleType):
|
|
509
509
|
def notebooks_custom_endpoint(self) -> Optional[str]:
|
510
510
|
return __config__.get('notebooksCustomEndpoint')
|
511
511
|
|
512
|
+
@property
|
513
|
+
def oracle_database_custom_endpoint(self) -> Optional[str]:
|
514
|
+
return __config__.get('oracleDatabaseCustomEndpoint')
|
515
|
+
|
512
516
|
@property
|
513
517
|
def org_policy_custom_endpoint(self) -> Optional[str]:
|
514
518
|
return __config__.get('orgPolicyCustomEndpoint')
|
@@ -689,6 +693,10 @@ class _ExportableConfig(types.ModuleType):
|
|
689
693
|
def tpu_v2_custom_endpoint(self) -> Optional[str]:
|
690
694
|
return __config__.get('tpuV2CustomEndpoint')
|
691
695
|
|
696
|
+
@property
|
697
|
+
def transcoder_custom_endpoint(self) -> Optional[str]:
|
698
|
+
return __config__.get('transcoderCustomEndpoint')
|
699
|
+
|
692
700
|
@property
|
693
701
|
def universe_domain(self) -> Optional[str]:
|
694
702
|
return __config__.get('universeDomain')
|
@@ -97,6 +97,9 @@ class AttachedClusterArgs:
|
|
97
97
|
pulumi.set(__self__, "project", project)
|
98
98
|
if proxy_config is not None:
|
99
99
|
pulumi.set(__self__, "proxy_config", proxy_config)
|
100
|
+
if security_posture_config is not None:
|
101
|
+
warnings.warn("""`security_posture_config` is deprecated and will be removed in a future major release.""", DeprecationWarning)
|
102
|
+
pulumi.log.warn("""security_posture_config is deprecated: `security_posture_config` is deprecated and will be removed in a future major release.""")
|
100
103
|
if security_posture_config is not None:
|
101
104
|
pulumi.set(__self__, "security_posture_config", security_posture_config)
|
102
105
|
|
@@ -296,6 +299,7 @@ class AttachedClusterArgs:
|
|
296
299
|
|
297
300
|
@property
|
298
301
|
@pulumi.getter(name="securityPostureConfig")
|
302
|
+
@_utilities.deprecated("""`security_posture_config` is deprecated and will be removed in a future major release.""")
|
299
303
|
def security_posture_config(self) -> Optional[pulumi.Input['AttachedClusterSecurityPostureConfigArgs']]:
|
300
304
|
"""
|
301
305
|
Enable/Disable Security Posture API features for the cluster.
|
@@ -428,6 +432,9 @@ class _AttachedClusterState:
|
|
428
432
|
pulumi.set(__self__, "proxy_config", proxy_config)
|
429
433
|
if reconciling is not None:
|
430
434
|
pulumi.set(__self__, "reconciling", reconciling)
|
435
|
+
if security_posture_config is not None:
|
436
|
+
warnings.warn("""`security_posture_config` is deprecated and will be removed in a future major release.""", DeprecationWarning)
|
437
|
+
pulumi.log.warn("""security_posture_config is deprecated: `security_posture_config` is deprecated and will be removed in a future major release.""")
|
431
438
|
if security_posture_config is not None:
|
432
439
|
pulumi.set(__self__, "security_posture_config", security_posture_config)
|
433
440
|
if state is not None:
|
@@ -707,6 +714,7 @@ class _AttachedClusterState:
|
|
707
714
|
|
708
715
|
@property
|
709
716
|
@pulumi.getter(name="securityPostureConfig")
|
717
|
+
@_utilities.deprecated("""`security_posture_config` is deprecated and will be removed in a future major release.""")
|
710
718
|
def security_posture_config(self) -> Optional[pulumi.Input['AttachedClusterSecurityPostureConfigArgs']]:
|
711
719
|
"""
|
712
720
|
Enable/Disable Security Posture API features for the cluster.
|
@@ -884,9 +892,6 @@ class AttachedCluster(pulumi.CustomResource):
|
|
884
892
|
"name": "proxy-config",
|
885
893
|
"namespace": "default",
|
886
894
|
},
|
887
|
-
},
|
888
|
-
security_posture_config={
|
889
|
-
"vulnerability_mode": "VULNERABILITY_ENTERPRISE",
|
890
895
|
})
|
891
896
|
```
|
892
897
|
### Container Attached Cluster Ignore Errors
|
@@ -1072,9 +1077,6 @@ class AttachedCluster(pulumi.CustomResource):
|
|
1072
1077
|
"name": "proxy-config",
|
1073
1078
|
"namespace": "default",
|
1074
1079
|
},
|
1075
|
-
},
|
1076
|
-
security_posture_config={
|
1077
|
-
"vulnerability_mode": "VULNERABILITY_ENTERPRISE",
|
1078
1080
|
})
|
1079
1081
|
```
|
1080
1082
|
### Container Attached Cluster Ignore Errors
|
@@ -1509,6 +1511,7 @@ class AttachedCluster(pulumi.CustomResource):
|
|
1509
1511
|
|
1510
1512
|
@property
|
1511
1513
|
@pulumi.getter(name="securityPostureConfig")
|
1514
|
+
@_utilities.deprecated("""`security_posture_config` is deprecated and will be removed in a future major release.""")
|
1512
1515
|
def security_posture_config(self) -> pulumi.Output['outputs.AttachedClusterSecurityPostureConfig']:
|
1513
1516
|
"""
|
1514
1517
|
Enable/Disable Security Posture API features for the cluster.
|
@@ -679,7 +679,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
679
679
|
"iam_instance_profile": "my--1p-dev-nodepool",
|
680
680
|
"instance_type": "t3.medium",
|
681
681
|
"labels": {
|
682
|
-
"
|
682
|
+
"label-one": "value-one",
|
683
683
|
},
|
684
684
|
"root_volume": {
|
685
685
|
"iops": 3000,
|
@@ -696,7 +696,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
696
696
|
"ec2_key_pair": "my--1p-dev-ssh",
|
697
697
|
},
|
698
698
|
"tags": {
|
699
|
-
"
|
699
|
+
"tag-one": "value-one",
|
700
700
|
},
|
701
701
|
"taints": [{
|
702
702
|
"effect": "PREFER_NO_SCHEDULE",
|
@@ -807,7 +807,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
807
807
|
"iam_instance_profile": "my--1p-dev-nodepool",
|
808
808
|
"instance_type": "t3.medium",
|
809
809
|
"labels": {
|
810
|
-
"
|
810
|
+
"label-one": "value-one",
|
811
811
|
},
|
812
812
|
"root_volume": {
|
813
813
|
"iops": 3000,
|
@@ -824,7 +824,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
824
824
|
"ec2_key_pair": "my--1p-dev-ssh",
|
825
825
|
},
|
826
826
|
"tags": {
|
827
|
-
"
|
827
|
+
"tag-one": "value-one",
|
828
828
|
},
|
829
829
|
"taints": [{
|
830
830
|
"effect": "prefer_no_schedule",
|
@@ -926,7 +926,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
926
926
|
"iam_instance_profile": "my--1p-dev-nodepool",
|
927
927
|
"instance_type": "t3.medium",
|
928
928
|
"labels": {
|
929
|
-
"
|
929
|
+
"label-one": "value-one",
|
930
930
|
},
|
931
931
|
"root_volume": {
|
932
932
|
"iops": 3000,
|
@@ -943,7 +943,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
943
943
|
"ec2_key_pair": "my--1p-dev-ssh",
|
944
944
|
},
|
945
945
|
"tags": {
|
946
|
-
"
|
946
|
+
"tag-one": "value-one",
|
947
947
|
},
|
948
948
|
"taints": [{
|
949
949
|
"effect": "prefer_no_schedule",
|
@@ -1108,7 +1108,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1108
1108
|
"iam_instance_profile": "my--1p-dev-nodepool",
|
1109
1109
|
"instance_type": "t3.medium",
|
1110
1110
|
"labels": {
|
1111
|
-
"
|
1111
|
+
"label-one": "value-one",
|
1112
1112
|
},
|
1113
1113
|
"root_volume": {
|
1114
1114
|
"iops": 3000,
|
@@ -1125,7 +1125,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1125
1125
|
"ec2_key_pair": "my--1p-dev-ssh",
|
1126
1126
|
},
|
1127
1127
|
"tags": {
|
1128
|
-
"
|
1128
|
+
"tag-one": "value-one",
|
1129
1129
|
},
|
1130
1130
|
"taints": [{
|
1131
1131
|
"effect": "PREFER_NO_SCHEDULE",
|
@@ -1236,7 +1236,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1236
1236
|
"iam_instance_profile": "my--1p-dev-nodepool",
|
1237
1237
|
"instance_type": "t3.medium",
|
1238
1238
|
"labels": {
|
1239
|
-
"
|
1239
|
+
"label-one": "value-one",
|
1240
1240
|
},
|
1241
1241
|
"root_volume": {
|
1242
1242
|
"iops": 3000,
|
@@ -1253,7 +1253,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1253
1253
|
"ec2_key_pair": "my--1p-dev-ssh",
|
1254
1254
|
},
|
1255
1255
|
"tags": {
|
1256
|
-
"
|
1256
|
+
"tag-one": "value-one",
|
1257
1257
|
},
|
1258
1258
|
"taints": [{
|
1259
1259
|
"effect": "prefer_no_schedule",
|
@@ -1355,7 +1355,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1355
1355
|
"iam_instance_profile": "my--1p-dev-nodepool",
|
1356
1356
|
"instance_type": "t3.medium",
|
1357
1357
|
"labels": {
|
1358
|
-
"
|
1358
|
+
"label-one": "value-one",
|
1359
1359
|
},
|
1360
1360
|
"root_volume": {
|
1361
1361
|
"iops": 3000,
|
@@ -1372,7 +1372,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1372
1372
|
"ec2_key_pair": "my--1p-dev-ssh",
|
1373
1373
|
},
|
1374
1374
|
"tags": {
|
1375
|
-
"
|
1375
|
+
"tag-one": "value-one",
|
1376
1376
|
},
|
1377
1377
|
"taints": [{
|
1378
1378
|
"effect": "prefer_no_schedule",
|
pulumi_gcp/container/outputs.py
CHANGED
@@ -16534,7 +16534,7 @@ class GetClusterLoggingConfigResult(dict):
|
|
16534
16534
|
def __init__(__self__, *,
|
16535
16535
|
enable_components: Sequence[str]):
|
16536
16536
|
"""
|
16537
|
-
:param Sequence[str] enable_components: GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, SCHEDULER, and WORKLOADS.
|
16537
|
+
:param Sequence[str] enable_components: GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, KCP_CONNECTION, KCP_SSHD, SCHEDULER, and WORKLOADS.
|
16538
16538
|
"""
|
16539
16539
|
pulumi.set(__self__, "enable_components", enable_components)
|
16540
16540
|
|
@@ -16542,7 +16542,7 @@ class GetClusterLoggingConfigResult(dict):
|
|
16542
16542
|
@pulumi.getter(name="enableComponents")
|
16543
16543
|
def enable_components(self) -> Sequence[str]:
|
16544
16544
|
"""
|
16545
|
-
GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, SCHEDULER, and WORKLOADS.
|
16545
|
+
GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, KCP_CONNECTION, KCP_SSHD, SCHEDULER, and WORKLOADS.
|
16546
16546
|
"""
|
16547
16547
|
return pulumi.get(self, "enable_components")
|
16548
16548
|
|
@@ -412,7 +412,7 @@ class NoteIamBinding(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:containeranalysis/noteIamBinding:NoteIamBinding editor projects/{{project}}/notes/{{note}}
|
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 NoteIamBinding(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:containeranalysis/noteIamBinding:NoteIamBinding editor projects/{{project}}/notes/{{note}}
|
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 NoteIamMember(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:containeranalysis/noteIamMember:NoteIamMember editor projects/{{project}}/notes/{{note}}
|
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 NoteIamMember(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:containeranalysis/noteIamMember:NoteIamMember editor projects/{{project}}/notes/{{note}}
|
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 NoteIamPolicy(pulumi.CustomResource):
|
|
309
309
|
$ pulumi import gcp:containeranalysis/noteIamPolicy:NoteIamPolicy editor projects/{{project}}/notes/{{note}}
|
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 NoteIamPolicy(pulumi.CustomResource):
|
|
477
477
|
$ pulumi import gcp:containeranalysis/noteIamPolicy:NoteIamPolicy editor projects/{{project}}/notes/{{note}}
|
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
|
|
@@ -433,7 +433,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
433
433
|
$ pulumi import gcp:datacatalog/entryGroupIamBinding:EntryGroupIamBinding editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
|
434
434
|
```
|
435
435
|
|
436
|
-
-> **Custom Roles
|
436
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
437
437
|
|
438
438
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
439
439
|
|
@@ -609,7 +609,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
609
609
|
$ pulumi import gcp:datacatalog/entryGroupIamBinding:EntryGroupIamBinding editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
|
610
610
|
```
|
611
611
|
|
612
|
-
-> **Custom Roles
|
612
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
613
613
|
|
614
614
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
615
615
|
|
@@ -433,7 +433,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
|
|
433
433
|
$ pulumi import gcp:datacatalog/entryGroupIamMember:EntryGroupIamMember editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
|
434
434
|
```
|
435
435
|
|
436
|
-
-> **Custom Roles
|
436
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
437
437
|
|
438
438
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
439
439
|
|
@@ -609,7 +609,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
|
|
609
609
|
$ pulumi import gcp:datacatalog/entryGroupIamMember:EntryGroupIamMember editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
|
610
610
|
```
|
611
611
|
|
612
|
-
-> **Custom Roles
|
612
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
613
613
|
|
614
614
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
615
615
|
|
@@ -330,7 +330,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
|
|
330
330
|
$ pulumi import gcp:datacatalog/entryGroupIamPolicy:EntryGroupIamPolicy editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
|
331
331
|
```
|
332
332
|
|
333
|
-
-> **Custom Roles
|
333
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
334
334
|
|
335
335
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
336
336
|
|
@@ -494,7 +494,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
|
|
494
494
|
$ pulumi import gcp:datacatalog/entryGroupIamPolicy:EntryGroupIamPolicy editor projects/{{project}}/locations/{{region}}/entryGroups/{{entry_group}}
|
495
495
|
```
|
496
496
|
|
497
|
-
-> **Custom Roles
|
497
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
498
498
|
|
499
499
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
500
500
|
|
@@ -279,7 +279,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
|
|
279
279
|
member="user:jane@example.com")
|
280
280
|
```
|
281
281
|
|
282
|
-
## > **Custom Roles
|
282
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
283
283
|
|
284
284
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
285
285
|
---
|
@@ -366,7 +366,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
|
|
366
366
|
$ pulumi import gcp:datacatalog/policyTagIamBinding:PolicyTagIamBinding editor {{policy_tag}}
|
367
367
|
```
|
368
368
|
|
369
|
-
-> **Custom Roles
|
369
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
370
370
|
|
371
371
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
372
372
|
|
@@ -448,7 +448,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
|
|
448
448
|
member="user:jane@example.com")
|
449
449
|
```
|
450
450
|
|
451
|
-
## > **Custom Roles
|
451
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
452
452
|
|
453
453
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
454
454
|
---
|
@@ -535,7 +535,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
|
|
535
535
|
$ pulumi import gcp:datacatalog/policyTagIamBinding:PolicyTagIamBinding editor {{policy_tag}}
|
536
536
|
```
|
537
537
|
|
538
|
-
-> **Custom Roles
|
538
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
539
539
|
|
540
540
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
541
541
|
|
@@ -279,7 +279,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
|
|
279
279
|
member="user:jane@example.com")
|
280
280
|
```
|
281
281
|
|
282
|
-
## > **Custom Roles
|
282
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
283
283
|
|
284
284
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
285
285
|
---
|
@@ -366,7 +366,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
|
|
366
366
|
$ pulumi import gcp:datacatalog/policyTagIamMember:PolicyTagIamMember editor {{policy_tag}}
|
367
367
|
```
|
368
368
|
|
369
|
-
-> **Custom Roles
|
369
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
370
370
|
|
371
371
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
372
372
|
|
@@ -448,7 +448,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
|
|
448
448
|
member="user:jane@example.com")
|
449
449
|
```
|
450
450
|
|
451
|
-
## > **Custom Roles
|
451
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
452
452
|
|
453
453
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
454
454
|
---
|
@@ -535,7 +535,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
|
|
535
535
|
$ pulumi import gcp:datacatalog/policyTagIamMember:PolicyTagIamMember editor {{policy_tag}}
|
536
536
|
```
|
537
537
|
|
538
|
-
-> **Custom Roles
|
538
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
539
539
|
|
540
540
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
541
541
|
|
@@ -176,7 +176,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
|
|
176
176
|
member="user:jane@example.com")
|
177
177
|
```
|
178
178
|
|
179
|
-
## > **Custom Roles
|
179
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
180
180
|
|
181
181
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
182
182
|
---
|
@@ -263,7 +263,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
|
|
263
263
|
$ pulumi import gcp:datacatalog/policyTagIamPolicy:PolicyTagIamPolicy editor {{policy_tag}}
|
264
264
|
```
|
265
265
|
|
266
|
-
-> **Custom Roles
|
266
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
267
267
|
|
268
268
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
269
269
|
|
@@ -333,7 +333,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
|
|
333
333
|
member="user:jane@example.com")
|
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
|
---
|
@@ -420,7 +420,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
|
|
420
420
|
$ pulumi import gcp:datacatalog/policyTagIamPolicy:PolicyTagIamPolicy editor {{policy_tag}}
|
421
421
|
```
|
422
422
|
|
423
|
-
-> **Custom Roles
|
423
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
424
424
|
|
425
425
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
426
426
|
|
@@ -433,7 +433,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
|
|
433
433
|
$ pulumi import gcp:datacatalog/tagTemplateIamBinding:TagTemplateIamBinding editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
|
434
434
|
```
|
435
435
|
|
436
|
-
-> **Custom Roles
|
436
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
437
437
|
|
438
438
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
439
439
|
|
@@ -609,7 +609,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
|
|
609
609
|
$ pulumi import gcp:datacatalog/tagTemplateIamBinding:TagTemplateIamBinding editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
|
610
610
|
```
|
611
611
|
|
612
|
-
-> **Custom Roles
|
612
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
613
613
|
|
614
614
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
615
615
|
|
@@ -433,7 +433,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
|
|
433
433
|
$ pulumi import gcp:datacatalog/tagTemplateIamMember:TagTemplateIamMember editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
|
434
434
|
```
|
435
435
|
|
436
|
-
-> **Custom Roles
|
436
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
437
437
|
|
438
438
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
439
439
|
|
@@ -609,7 +609,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
|
|
609
609
|
$ pulumi import gcp:datacatalog/tagTemplateIamMember:TagTemplateIamMember editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
|
610
610
|
```
|
611
611
|
|
612
|
-
-> **Custom Roles
|
612
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
613
613
|
|
614
614
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
615
615
|
|
@@ -330,7 +330,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
|
|
330
330
|
$ pulumi import gcp:datacatalog/tagTemplateIamPolicy:TagTemplateIamPolicy editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
|
331
331
|
```
|
332
332
|
|
333
|
-
-> **Custom Roles
|
333
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
334
334
|
|
335
335
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
336
336
|
|
@@ -494,7 +494,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
|
|
494
494
|
$ pulumi import gcp:datacatalog/tagTemplateIamPolicy:TagTemplateIamPolicy editor projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
|
495
495
|
```
|
496
496
|
|
497
|
-
-> **Custom Roles
|
497
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
498
498
|
|
499
499
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
500
500
|
|
@@ -433,7 +433,7 @@ class TaxonomyIamBinding(pulumi.CustomResource):
|
|
433
433
|
$ pulumi import gcp:datacatalog/taxonomyIamBinding:TaxonomyIamBinding editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
|
434
434
|
```
|
435
435
|
|
436
|
-
-> **Custom Roles
|
436
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
437
437
|
|
438
438
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
439
439
|
|
@@ -609,7 +609,7 @@ class TaxonomyIamBinding(pulumi.CustomResource):
|
|
609
609
|
$ pulumi import gcp:datacatalog/taxonomyIamBinding:TaxonomyIamBinding editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
|
610
610
|
```
|
611
611
|
|
612
|
-
-> **Custom Roles
|
612
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
613
613
|
|
614
614
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
615
615
|
|
@@ -433,7 +433,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
|
|
433
433
|
$ pulumi import gcp:datacatalog/taxonomyIamMember:TaxonomyIamMember editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
|
434
434
|
```
|
435
435
|
|
436
|
-
-> **Custom Roles
|
436
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
437
437
|
|
438
438
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
439
439
|
|
@@ -609,7 +609,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
|
|
609
609
|
$ pulumi import gcp:datacatalog/taxonomyIamMember:TaxonomyIamMember editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
|
610
610
|
```
|
611
611
|
|
612
|
-
-> **Custom Roles
|
612
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
613
613
|
|
614
614
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
615
615
|
|
@@ -330,7 +330,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
|
|
330
330
|
$ pulumi import gcp:datacatalog/taxonomyIamPolicy:TaxonomyIamPolicy editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
|
331
331
|
```
|
332
332
|
|
333
|
-
-> **Custom Roles
|
333
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
334
334
|
|
335
335
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
336
336
|
|
@@ -494,7 +494,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
|
|
494
494
|
$ pulumi import gcp:datacatalog/taxonomyIamPolicy:TaxonomyIamPolicy editor projects/{{project}}/locations/{{region}}/taxonomies/{{taxonomy}}
|
495
495
|
```
|
496
496
|
|
497
|
-
-> **Custom Roles
|
497
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
498
498
|
|
499
499
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
500
500
|
|
@@ -457,7 +457,7 @@ class AspectTypeIamBinding(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:dataplex/aspectTypeIamBinding:AspectTypeIamBinding editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_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 AspectTypeIamBinding(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:dataplex/aspectTypeIamBinding:AspectTypeIamBinding editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_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 AspectTypeIamMember(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:dataplex/aspectTypeIamMember:AspectTypeIamMember editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_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 AspectTypeIamMember(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:dataplex/aspectTypeIamMember:AspectTypeIamMember editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_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 AspectTypeIamPolicy(pulumi.CustomResource):
|
|
354
354
|
$ pulumi import gcp:dataplex/aspectTypeIamPolicy:AspectTypeIamPolicy editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_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 AspectTypeIamPolicy(pulumi.CustomResource):
|
|
533
533
|
$ pulumi import gcp:dataplex/aspectTypeIamPolicy:AspectTypeIamPolicy editor projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_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
|
|
@@ -505,7 +505,7 @@ class AssetIamBinding(pulumi.CustomResource):
|
|
505
505
|
$ pulumi import gcp:dataplex/assetIamBinding:AssetIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{dataplex_zone}}/assets/{{asset}}
|
506
506
|
```
|
507
507
|
|
508
|
-
-> **Custom Roles
|
508
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
509
509
|
|
510
510
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
511
511
|
|
@@ -705,7 +705,7 @@ class AssetIamBinding(pulumi.CustomResource):
|
|
705
705
|
$ pulumi import gcp:dataplex/assetIamBinding:AssetIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{dataplex_zone}}/assets/{{asset}}
|
706
706
|
```
|
707
707
|
|
708
|
-
-> **Custom Roles
|
708
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
709
709
|
|
710
710
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
711
711
|
|