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
@@ -29,7 +29,7 @@ class FolderArgs:
|
|
29
29
|
A folder’s display name must be unique amongst its siblings, e.g. no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters.
|
30
30
|
:param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
|
31
31
|
Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
|
32
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
32
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
33
33
|
"""
|
34
34
|
pulumi.set(__self__, "display_name", display_name)
|
35
35
|
pulumi.set(__self__, "parent", parent)
|
@@ -77,7 +77,7 @@ class FolderArgs:
|
|
77
77
|
@pulumi.getter
|
78
78
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
79
79
|
"""
|
80
|
-
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
80
|
+
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
81
81
|
"""
|
82
82
|
return pulumi.get(self, "tags")
|
83
83
|
|
@@ -108,7 +108,7 @@ class _FolderState:
|
|
108
108
|
:param pulumi.Input[str] name: The resource name of the Folder. Its format is folders/{folder_id}.
|
109
109
|
:param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
|
110
110
|
Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
|
111
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
111
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
112
112
|
"""
|
113
113
|
if create_time is not None:
|
114
114
|
pulumi.set(__self__, "create_time", create_time)
|
@@ -215,7 +215,7 @@ class _FolderState:
|
|
215
215
|
@pulumi.getter
|
216
216
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
217
217
|
"""
|
218
|
-
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
218
|
+
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
219
219
|
"""
|
220
220
|
return pulumi.get(self, "tags")
|
221
221
|
|
@@ -275,7 +275,7 @@ class Folder(pulumi.CustomResource):
|
|
275
275
|
A folder’s display name must be unique amongst its siblings, e.g. no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters.
|
276
276
|
:param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
|
277
277
|
Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
|
278
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
278
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
279
279
|
"""
|
280
280
|
...
|
281
281
|
@overload
|
@@ -392,7 +392,7 @@ class Folder(pulumi.CustomResource):
|
|
392
392
|
:param pulumi.Input[str] name: The resource name of the Folder. Its format is folders/{folder_id}.
|
393
393
|
:param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
|
394
394
|
Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
|
395
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
395
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
396
396
|
"""
|
397
397
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
398
398
|
|
@@ -468,7 +468,7 @@ class Folder(pulumi.CustomResource):
|
|
468
468
|
@pulumi.getter
|
469
469
|
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
470
470
|
"""
|
471
|
-
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
471
|
+
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
472
472
|
"""
|
473
473
|
return pulumi.get(self, "tags")
|
474
474
|
|
@@ -54,7 +54,7 @@ class ProjectArgs:
|
|
54
54
|
this forces the project to be migrated to the newly specified
|
55
55
|
organization.
|
56
56
|
:param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
|
57
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
57
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
58
58
|
"""
|
59
59
|
if auto_create_network is not None:
|
60
60
|
pulumi.set(__self__, "auto_create_network", auto_create_network)
|
@@ -189,7 +189,7 @@ class ProjectArgs:
|
|
189
189
|
@pulumi.getter
|
190
190
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
191
191
|
"""
|
192
|
-
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
192
|
+
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
193
193
|
"""
|
194
194
|
return pulumi.get(self, "tags")
|
195
195
|
|
@@ -242,7 +242,7 @@ class _ProjectState:
|
|
242
242
|
organization.
|
243
243
|
:param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
|
244
244
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
245
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
245
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
246
246
|
"""
|
247
247
|
if auto_create_network is not None:
|
248
248
|
pulumi.set(__self__, "auto_create_network", auto_create_network)
|
@@ -419,7 +419,7 @@ class _ProjectState:
|
|
419
419
|
@pulumi.getter
|
420
420
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
421
421
|
"""
|
422
|
-
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
422
|
+
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
423
423
|
"""
|
424
424
|
return pulumi.get(self, "tags")
|
425
425
|
|
@@ -546,7 +546,7 @@ class Project(pulumi.CustomResource):
|
|
546
546
|
this forces the project to be migrated to the newly specified
|
547
547
|
organization.
|
548
548
|
:param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
|
549
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
549
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
550
550
|
"""
|
551
551
|
...
|
552
552
|
@overload
|
@@ -734,7 +734,7 @@ class Project(pulumi.CustomResource):
|
|
734
734
|
organization.
|
735
735
|
:param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
|
736
736
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
737
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
737
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
738
738
|
"""
|
739
739
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
740
740
|
|
@@ -860,7 +860,7 @@ class Project(pulumi.CustomResource):
|
|
860
860
|
@pulumi.getter
|
861
861
|
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
862
862
|
"""
|
863
|
-
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
|
863
|
+
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
|
864
864
|
"""
|
865
865
|
return pulumi.get(self, "tags")
|
866
866
|
|
pulumi_gcp/orgpolicy/_inputs.py
CHANGED
@@ -435,7 +435,7 @@ if not MYPY:
|
|
435
435
|
"""
|
436
436
|
rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgsDict']]]]
|
437
437
|
"""
|
438
|
-
|
438
|
+
In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
|
439
439
|
Structure is documented below.
|
440
440
|
"""
|
441
441
|
update_time: NotRequired[pulumi.Input[str]]
|
@@ -459,7 +459,7 @@ class PolicySpecArgs:
|
|
459
459
|
An opaque tag indicating the current version of the `Policy`, used for concurrency control. This field is ignored if used in a `CreatePolicy` request. When the `Policy` is returned from either a `GetPolicy` or a `ListPolicies` request, this `etag` indicates the version of the current `Policy` to use when executing a read-modify-write loop. When the `Policy` is returned from a `GetEffectivePolicy` request, the `etag` will be unset.
|
460
460
|
:param pulumi.Input[bool] inherit_from_parent: Determines the inheritance behavior for this `Policy`. If `inherit_from_parent` is true, PolicyRules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this Policy becomes the new root for evaluation. This field can be set only for Policies which configure list constraints.
|
461
461
|
:param pulumi.Input[bool] reset: Ignores policies set above this resource and restores the `constraint_default` enforcement behavior of the specific `Constraint` at this resource. This field can be set in policies for either list or boolean constraints. If set, `rules` must be empty and `inherit_from_parent` must be set to false.
|
462
|
-
:param pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgs']]] rules:
|
462
|
+
:param pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgs']]] rules: In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
|
463
463
|
Structure is documented below.
|
464
464
|
:param pulumi.Input[str] update_time: (Output)
|
465
465
|
Output only. The time stamp this was previously updated. This represents the last time a call to `CreatePolicy` or `UpdatePolicy` was made for that `Policy`.
|
@@ -516,7 +516,7 @@ class PolicySpecArgs:
|
|
516
516
|
@pulumi.getter
|
517
517
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgs']]]]:
|
518
518
|
"""
|
519
|
-
|
519
|
+
In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
|
520
520
|
Structure is documented below.
|
521
521
|
"""
|
522
522
|
return pulumi.get(self, "rules")
|
pulumi_gcp/orgpolicy/outputs.py
CHANGED
@@ -345,7 +345,7 @@ class PolicySpec(dict):
|
|
345
345
|
An opaque tag indicating the current version of the `Policy`, used for concurrency control. This field is ignored if used in a `CreatePolicy` request. When the `Policy` is returned from either a `GetPolicy` or a `ListPolicies` request, this `etag` indicates the version of the current `Policy` to use when executing a read-modify-write loop. When the `Policy` is returned from a `GetEffectivePolicy` request, the `etag` will be unset.
|
346
346
|
:param bool inherit_from_parent: Determines the inheritance behavior for this `Policy`. If `inherit_from_parent` is true, PolicyRules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this Policy becomes the new root for evaluation. This field can be set only for Policies which configure list constraints.
|
347
347
|
:param bool reset: Ignores policies set above this resource and restores the `constraint_default` enforcement behavior of the specific `Constraint` at this resource. This field can be set in policies for either list or boolean constraints. If set, `rules` must be empty and `inherit_from_parent` must be set to false.
|
348
|
-
:param Sequence['PolicySpecRuleArgs'] rules:
|
348
|
+
:param Sequence['PolicySpecRuleArgs'] rules: In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
|
349
349
|
Structure is documented below.
|
350
350
|
:param str update_time: (Output)
|
351
351
|
Output only. The time stamp this was previously updated. This represents the last time a call to `CreatePolicy` or `UpdatePolicy` was made for that `Policy`.
|
@@ -390,7 +390,7 @@ class PolicySpec(dict):
|
|
390
390
|
@pulumi.getter
|
391
391
|
def rules(self) -> Optional[Sequence['outputs.PolicySpecRule']]:
|
392
392
|
"""
|
393
|
-
|
393
|
+
In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
|
394
394
|
Structure is documented below.
|
395
395
|
"""
|
396
396
|
return pulumi.get(self, "rules")
|
@@ -498,12 +498,12 @@ class OsPolicyAssignment(pulumi.CustomResource):
|
|
498
498
|
"all": False,
|
499
499
|
"exclusion_labels": [{
|
500
500
|
"labels": {
|
501
|
-
"
|
501
|
+
"label-two": "value-two",
|
502
502
|
},
|
503
503
|
}],
|
504
504
|
"inclusion_labels": [{
|
505
505
|
"labels": {
|
506
|
-
"
|
506
|
+
"label-one": "value-one",
|
507
507
|
},
|
508
508
|
}],
|
509
509
|
"inventories": [{
|
@@ -648,12 +648,12 @@ class OsPolicyAssignment(pulumi.CustomResource):
|
|
648
648
|
"all": False,
|
649
649
|
"exclusion_labels": [{
|
650
650
|
"labels": {
|
651
|
-
"
|
651
|
+
"label-two": "value-two",
|
652
652
|
},
|
653
653
|
}],
|
654
654
|
"inclusion_labels": [{
|
655
655
|
"labels": {
|
656
|
-
"
|
656
|
+
"label-one": "value-one",
|
657
657
|
},
|
658
658
|
}],
|
659
659
|
"inventories": [{
|
@@ -181,7 +181,29 @@ def get_entitlement(entitlement_id: Optional[str] = None,
|
|
181
181
|
parent: Optional[str] = None,
|
182
182
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEntitlementResult:
|
183
183
|
"""
|
184
|
-
Use this data source to
|
184
|
+
Use this data source to get information about a Google Cloud Privileged Access Manager Entitlement.
|
185
|
+
|
186
|
+
To get more information about Privileged Access Manager, see:
|
187
|
+
|
188
|
+
* [API Documentation](https://cloud.google.com/iam/docs/reference/pam/rest)
|
189
|
+
* How-to guides
|
190
|
+
* [Official documentation](https://cloud.google.com/iam/docs/pam-overview)
|
191
|
+
|
192
|
+
## Example Usage
|
193
|
+
|
194
|
+
```python
|
195
|
+
import pulumi
|
196
|
+
import pulumi_gcp as gcp
|
197
|
+
|
198
|
+
my_entitlement = gcp.privilegedaccessmanager.get_entitlement(parent="projects/my-project",
|
199
|
+
location="global",
|
200
|
+
entitlement_id="my-entitlement")
|
201
|
+
```
|
202
|
+
|
203
|
+
|
204
|
+
:param str entitlement_id: ID of the Entitlement resource. This is the last part of the Entitlement's full name which is of the format `{parent}/locations/{location}/entitlements/{entitlement_id}`.
|
205
|
+
:param str location: The region of the Entitlement resource.
|
206
|
+
:param str parent: The project or folder or organization that contains the resource. Format: projects/{project-id|project-number} or folders/{folder-number} or organizations/{organization-number}
|
185
207
|
"""
|
186
208
|
__args__ = dict()
|
187
209
|
__args__['entitlementId'] = entitlement_id
|
@@ -211,7 +233,29 @@ def get_entitlement_output(entitlement_id: Optional[pulumi.Input[Optional[str]]]
|
|
211
233
|
parent: Optional[pulumi.Input[Optional[str]]] = None,
|
212
234
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEntitlementResult]:
|
213
235
|
"""
|
214
|
-
Use this data source to
|
236
|
+
Use this data source to get information about a Google Cloud Privileged Access Manager Entitlement.
|
237
|
+
|
238
|
+
To get more information about Privileged Access Manager, see:
|
239
|
+
|
240
|
+
* [API Documentation](https://cloud.google.com/iam/docs/reference/pam/rest)
|
241
|
+
* How-to guides
|
242
|
+
* [Official documentation](https://cloud.google.com/iam/docs/pam-overview)
|
243
|
+
|
244
|
+
## Example Usage
|
245
|
+
|
246
|
+
```python
|
247
|
+
import pulumi
|
248
|
+
import pulumi_gcp as gcp
|
249
|
+
|
250
|
+
my_entitlement = gcp.privilegedaccessmanager.get_entitlement(parent="projects/my-project",
|
251
|
+
location="global",
|
252
|
+
entitlement_id="my-entitlement")
|
253
|
+
```
|
254
|
+
|
255
|
+
|
256
|
+
:param str entitlement_id: ID of the Entitlement resource. This is the last part of the Entitlement's full name which is of the format `{parent}/locations/{location}/entitlements/{entitlement_id}`.
|
257
|
+
:param str location: The region of the Entitlement resource.
|
258
|
+
:param str parent: The project or folder or organization that contains the resource. Format: projects/{project-id|project-number} or folders/{folder-number} or organizations/{organization-number}
|
215
259
|
"""
|
216
260
|
__args__ = dict()
|
217
261
|
__args__['entitlementId'] = entitlement_id
|
pulumi_gcp/provider.py
CHANGED
@@ -142,6 +142,7 @@ class ProviderArgs:
|
|
142
142
|
network_security_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
143
143
|
network_services_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
144
144
|
notebooks_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
145
|
+
oracle_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
145
146
|
org_policy_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
146
147
|
os_config_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
147
148
|
os_login_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -186,6 +187,7 @@ class ProviderArgs:
|
|
186
187
|
tags_location_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
187
188
|
tpu_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
188
189
|
tpu_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
190
|
+
transcoder_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
189
191
|
universe_domain: Optional[pulumi.Input[str]] = None,
|
190
192
|
user_project_override: Optional[pulumi.Input[bool]] = None,
|
191
193
|
vertex_ai_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -442,6 +444,8 @@ class ProviderArgs:
|
|
442
444
|
pulumi.set(__self__, "network_services_custom_endpoint", network_services_custom_endpoint)
|
443
445
|
if notebooks_custom_endpoint is not None:
|
444
446
|
pulumi.set(__self__, "notebooks_custom_endpoint", notebooks_custom_endpoint)
|
447
|
+
if oracle_database_custom_endpoint is not None:
|
448
|
+
pulumi.set(__self__, "oracle_database_custom_endpoint", oracle_database_custom_endpoint)
|
445
449
|
if org_policy_custom_endpoint is not None:
|
446
450
|
pulumi.set(__self__, "org_policy_custom_endpoint", org_policy_custom_endpoint)
|
447
451
|
if os_config_custom_endpoint is not None:
|
@@ -534,6 +538,8 @@ class ProviderArgs:
|
|
534
538
|
pulumi.set(__self__, "tpu_custom_endpoint", tpu_custom_endpoint)
|
535
539
|
if tpu_v2_custom_endpoint is not None:
|
536
540
|
pulumi.set(__self__, "tpu_v2_custom_endpoint", tpu_v2_custom_endpoint)
|
541
|
+
if transcoder_custom_endpoint is not None:
|
542
|
+
pulumi.set(__self__, "transcoder_custom_endpoint", transcoder_custom_endpoint)
|
537
543
|
if universe_domain is not None:
|
538
544
|
pulumi.set(__self__, "universe_domain", universe_domain)
|
539
545
|
if user_project_override is not None:
|
@@ -1653,6 +1659,15 @@ class ProviderArgs:
|
|
1653
1659
|
def notebooks_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1654
1660
|
pulumi.set(self, "notebooks_custom_endpoint", value)
|
1655
1661
|
|
1662
|
+
@property
|
1663
|
+
@pulumi.getter(name="oracleDatabaseCustomEndpoint")
|
1664
|
+
def oracle_database_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
1665
|
+
return pulumi.get(self, "oracle_database_custom_endpoint")
|
1666
|
+
|
1667
|
+
@oracle_database_custom_endpoint.setter
|
1668
|
+
def oracle_database_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1669
|
+
pulumi.set(self, "oracle_database_custom_endpoint", value)
|
1670
|
+
|
1656
1671
|
@property
|
1657
1672
|
@pulumi.getter(name="orgPolicyCustomEndpoint")
|
1658
1673
|
def org_policy_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
@@ -2049,6 +2064,15 @@ class ProviderArgs:
|
|
2049
2064
|
def tpu_v2_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
2050
2065
|
pulumi.set(self, "tpu_v2_custom_endpoint", value)
|
2051
2066
|
|
2067
|
+
@property
|
2068
|
+
@pulumi.getter(name="transcoderCustomEndpoint")
|
2069
|
+
def transcoder_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
2070
|
+
return pulumi.get(self, "transcoder_custom_endpoint")
|
2071
|
+
|
2072
|
+
@transcoder_custom_endpoint.setter
|
2073
|
+
def transcoder_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
2074
|
+
pulumi.set(self, "transcoder_custom_endpoint", value)
|
2075
|
+
|
2052
2076
|
@property
|
2053
2077
|
@pulumi.getter(name="universeDomain")
|
2054
2078
|
def universe_domain(self) -> Optional[pulumi.Input[str]]:
|
@@ -2258,6 +2282,7 @@ class Provider(pulumi.ProviderResource):
|
|
2258
2282
|
network_security_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2259
2283
|
network_services_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2260
2284
|
notebooks_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2285
|
+
oracle_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2261
2286
|
org_policy_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2262
2287
|
os_config_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2263
2288
|
os_login_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2302,6 +2327,7 @@ class Provider(pulumi.ProviderResource):
|
|
2302
2327
|
tags_location_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2303
2328
|
tpu_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2304
2329
|
tpu_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2330
|
+
transcoder_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2305
2331
|
universe_domain: Optional[pulumi.Input[str]] = None,
|
2306
2332
|
user_project_override: Optional[pulumi.Input[bool]] = None,
|
2307
2333
|
vertex_ai_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2470,6 +2496,7 @@ class Provider(pulumi.ProviderResource):
|
|
2470
2496
|
network_security_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2471
2497
|
network_services_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2472
2498
|
notebooks_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2499
|
+
oracle_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2473
2500
|
org_policy_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2474
2501
|
os_config_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2475
2502
|
os_login_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2514,6 +2541,7 @@ class Provider(pulumi.ProviderResource):
|
|
2514
2541
|
tags_location_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2515
2542
|
tpu_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2516
2543
|
tpu_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2544
|
+
transcoder_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2517
2545
|
universe_domain: Optional[pulumi.Input[str]] = None,
|
2518
2546
|
user_project_override: Optional[pulumi.Input[bool]] = None,
|
2519
2547
|
vertex_ai_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2654,6 +2682,7 @@ class Provider(pulumi.ProviderResource):
|
|
2654
2682
|
__props__.__dict__["network_security_custom_endpoint"] = network_security_custom_endpoint
|
2655
2683
|
__props__.__dict__["network_services_custom_endpoint"] = network_services_custom_endpoint
|
2656
2684
|
__props__.__dict__["notebooks_custom_endpoint"] = notebooks_custom_endpoint
|
2685
|
+
__props__.__dict__["oracle_database_custom_endpoint"] = oracle_database_custom_endpoint
|
2657
2686
|
__props__.__dict__["org_policy_custom_endpoint"] = org_policy_custom_endpoint
|
2658
2687
|
__props__.__dict__["os_config_custom_endpoint"] = os_config_custom_endpoint
|
2659
2688
|
__props__.__dict__["os_login_custom_endpoint"] = os_login_custom_endpoint
|
@@ -2702,6 +2731,7 @@ class Provider(pulumi.ProviderResource):
|
|
2702
2731
|
__props__.__dict__["tags_location_custom_endpoint"] = tags_location_custom_endpoint
|
2703
2732
|
__props__.__dict__["tpu_custom_endpoint"] = tpu_custom_endpoint
|
2704
2733
|
__props__.__dict__["tpu_v2_custom_endpoint"] = tpu_v2_custom_endpoint
|
2734
|
+
__props__.__dict__["transcoder_custom_endpoint"] = transcoder_custom_endpoint
|
2705
2735
|
__props__.__dict__["universe_domain"] = universe_domain
|
2706
2736
|
__props__.__dict__["user_project_override"] = pulumi.Output.from_input(user_project_override).apply(pulumi.runtime.to_json) if user_project_override is not None else None
|
2707
2737
|
__props__.__dict__["vertex_ai_custom_endpoint"] = vertex_ai_custom_endpoint
|
@@ -3306,6 +3336,11 @@ class Provider(pulumi.ProviderResource):
|
|
3306
3336
|
def notebooks_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3307
3337
|
return pulumi.get(self, "notebooks_custom_endpoint")
|
3308
3338
|
|
3339
|
+
@property
|
3340
|
+
@pulumi.getter(name="oracleDatabaseCustomEndpoint")
|
3341
|
+
def oracle_database_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3342
|
+
return pulumi.get(self, "oracle_database_custom_endpoint")
|
3343
|
+
|
3309
3344
|
@property
|
3310
3345
|
@pulumi.getter(name="orgPolicyCustomEndpoint")
|
3311
3346
|
def org_policy_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
@@ -3521,6 +3556,11 @@ class Provider(pulumi.ProviderResource):
|
|
3521
3556
|
def tpu_v2_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3522
3557
|
return pulumi.get(self, "tpu_v2_custom_endpoint")
|
3523
3558
|
|
3559
|
+
@property
|
3560
|
+
@pulumi.getter(name="transcoderCustomEndpoint")
|
3561
|
+
def transcoder_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3562
|
+
return pulumi.get(self, "transcoder_custom_endpoint")
|
3563
|
+
|
3524
3564
|
@property
|
3525
3565
|
@pulumi.getter(name="universeDomain")
|
3526
3566
|
def universe_domain(self) -> pulumi.Output[Optional[str]]:
|
@@ -412,7 +412,7 @@ class SchemaIamBinding(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:pubsub/schemaIamBinding:SchemaIamBinding editor projects/{{project}}/schemas/{{schema}}
|
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 SchemaIamBinding(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:pubsub/schemaIamBinding:SchemaIamBinding editor projects/{{project}}/schemas/{{schema}}
|
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 SchemaIamMember(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:pubsub/schemaIamMember:SchemaIamMember editor projects/{{project}}/schemas/{{schema}}
|
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 SchemaIamMember(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:pubsub/schemaIamMember:SchemaIamMember editor projects/{{project}}/schemas/{{schema}}
|
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 SchemaIamPolicy(pulumi.CustomResource):
|
|
309
309
|
$ pulumi import gcp:pubsub/schemaIamPolicy:SchemaIamPolicy editor projects/{{project}}/schemas/{{schema}}
|
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 SchemaIamPolicy(pulumi.CustomResource):
|
|
477
477
|
$ pulumi import gcp:pubsub/schemaIamPolicy:SchemaIamPolicy editor projects/{{project}}/schemas/{{schema}}
|
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
|
|