pulumi-gcp 8.41.0a1755153849__py3-none-any.whl → 8.42.0a1756095712__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 +24 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +2 -0
- pulumi_gcp/apigee/environment_iam_member.py +2 -0
- pulumi_gcp/apigee/environment_iam_policy.py +2 -0
- pulumi_gcp/artifactregistry/__init__.py +5 -0
- pulumi_gcp/artifactregistry/get_package.py +220 -0
- pulumi_gcp/artifactregistry/get_repositories.py +160 -0
- pulumi_gcp/artifactregistry/get_tag.py +187 -0
- pulumi_gcp/artifactregistry/get_tags.py +200 -0
- pulumi_gcp/artifactregistry/get_version.py +261 -0
- pulumi_gcp/artifactregistry/outputs.py +130 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +114 -7
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +12 -1
- pulumi_gcp/beyondcorp/application_iam_binding.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +8 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +2 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -0
- pulumi_gcp/bigquery/connection_iam_member.py +2 -0
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -0
- pulumi_gcp/bigquery/data_transfer_config.py +2 -0
- pulumi_gcp/bigquery/dataset.py +2 -2
- pulumi_gcp/bigquery/iam_binding.py +2 -0
- pulumi_gcp/bigquery/iam_member.py +2 -0
- pulumi_gcp/bigquery/iam_policy.py +2 -0
- pulumi_gcp/bigquery/reservation.py +535 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -0
- pulumi_gcp/clouddeploy/_inputs.py +48 -48
- pulumi_gcp/clouddeploy/deploy_policy.py +54 -74
- pulumi_gcp/clouddeploy/outputs.py +32 -32
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -0
- pulumi_gcp/cloudrun/iam_binding.py +2 -0
- pulumi_gcp/cloudrun/iam_member.py +2 -0
- pulumi_gcp/cloudrun/iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_policy.py +2 -0
- pulumi_gcp/composer/user_workloads_config_map.py +26 -2
- pulumi_gcp/compute/_inputs.py +355 -0
- pulumi_gcp/compute/disk_iam_binding.py +2 -0
- pulumi_gcp/compute/disk_iam_member.py +2 -0
- pulumi_gcp/compute/disk_iam_policy.py +2 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/image_iam_binding.py +2 -0
- pulumi_gcp/compute/image_iam_member.py +2 -0
- pulumi_gcp/compute/image_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_iam_member.py +2 -0
- pulumi_gcp/compute/instance_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_template_iam_member.py +2 -0
- pulumi_gcp/compute/instance_template_iam_policy.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -0
- pulumi_gcp/compute/machine_image_iam_member.py +2 -0
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -0
- pulumi_gcp/compute/outputs.py +404 -0
- pulumi_gcp/compute/region_backend_service.py +257 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -0
- pulumi_gcp/compute/region_disk_iam_member.py +2 -0
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -0
- pulumi_gcp/compute/region_security_policy.py +54 -0
- pulumi_gcp/compute/service_attachment.py +126 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_policy.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -0
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +2373 -267
- pulumi_gcp/container/outputs.py +2481 -81
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -0
- pulumi_gcp/datafusion/instance.py +18 -4
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -0
- pulumi_gcp/dataplex/asset_iam_member.py +2 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +2 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -0
- pulumi_gcp/dataplex/lake_iam_member.py +2 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -0
- pulumi_gcp/dataplex/task_iam_binding.py +2 -0
- pulumi_gcp/dataplex/task_iam_member.py +2 -0
- pulumi_gcp/dataplex/task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -0
- pulumi_gcp/dataplex/zone_iam_member.py +2 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +2 -0
- pulumi_gcp/diagflow/__init__.py +2 -0
- pulumi_gcp/diagflow/_inputs.py +2829 -0
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/cx_playbook.py +967 -0
- pulumi_gcp/diagflow/outputs.py +2330 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -0
- pulumi_gcp/endpoints/service_iam_binding.py +2 -0
- pulumi_gcp/endpoints/service_iam_member.py +2 -0
- pulumi_gcp/endpoints/service_iam_policy.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -0
- pulumi_gcp/gkehub/feature_iam_member.py +2 -0
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -0
- pulumi_gcp/gkehub/membership_iam_member.py +2 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -0
- pulumi_gcp/gkehub/scope_iam_member.py +2 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +24 -3
- pulumi_gcp/healthcare/consent_store_iam_binding.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_policy.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_binding.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_iam_binding.py +2 -0
- pulumi_gcp/iap/web_iam_member.py +2 -0
- pulumi_gcp/iap/web_iam_policy.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -0
- pulumi_gcp/kms/crypto_key.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -0
- pulumi_gcp/kms/outputs.py +2 -0
- pulumi_gcp/logging/log_view_iam_binding.py +2 -0
- pulumi_gcp/logging/log_view_iam_member.py +2 -0
- pulumi_gcp/logging/log_view_iam_policy.py +2 -0
- pulumi_gcp/memorystore/get_instance.py +12 -1
- pulumi_gcp/memorystore/instance.py +70 -0
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +213 -168
- pulumi_gcp/notebooks/instance.py +18 -18
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -0
- pulumi_gcp/notebooks/instance_iam_member.py +2 -0
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -0
- pulumi_gcp/organizations/folder.py +56 -0
- pulumi_gcp/organizations/get_folder.py +29 -1
- pulumi_gcp/projects/api_key.py +88 -1
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -0
- pulumi_gcp/pubsub/schema_iam_member.py +2 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -0
- pulumi_gcp/pubsub/subscription.py +84 -0
- pulumi_gcp/pubsub/topic.py +80 -0
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -0
- pulumi_gcp/pubsub/topic_iam_member.py +2 -0
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_version.py +1 -48
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_policy.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -0
- pulumi_gcp/sql/_inputs.py +82 -4
- pulumi_gcp/sql/database_instance.py +108 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +154 -7
- pulumi_gcp/storage/_inputs.py +104 -12
- pulumi_gcp/storage/outputs.py +84 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_key_iam_member.py +2 -0
- pulumi_gcp/tags/tag_key_iam_policy.py +2 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_value_iam_member.py +2 -0
- pulumi_gcp/tags/tag_value_iam_policy.py +2 -0
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -0
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +122 -0
- pulumi_gcp/vertex/ai_index.py +21 -7
- pulumi_gcp/vertex/ai_rag_engine_config.py +354 -0
- pulumi_gcp/vertex/outputs.py +69 -0
- {pulumi_gcp-8.41.0a1755153849.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755153849.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/RECORD +343 -335
- {pulumi_gcp-8.41.0a1755153849.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755153849.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/top_level.txt +0 -0
@@ -2260,7 +2260,7 @@ class DeployPolicyRule(dict):
|
|
2260
2260
|
def __init__(__self__, *,
|
2261
2261
|
rollout_restriction: Optional['outputs.DeployPolicyRuleRolloutRestriction'] = None):
|
2262
2262
|
"""
|
2263
|
-
:param 'DeployPolicyRuleRolloutRestrictionArgs' rollout_restriction:
|
2263
|
+
:param 'DeployPolicyRuleRolloutRestrictionArgs' rollout_restriction: Rollout restrictions.
|
2264
2264
|
Structure is documented below.
|
2265
2265
|
"""
|
2266
2266
|
if rollout_restriction is not None:
|
@@ -2270,7 +2270,7 @@ class DeployPolicyRule(dict):
|
|
2270
2270
|
@pulumi.getter(name="rolloutRestriction")
|
2271
2271
|
def rollout_restriction(self) -> Optional['outputs.DeployPolicyRuleRolloutRestriction']:
|
2272
2272
|
"""
|
2273
|
-
|
2273
|
+
Rollout restrictions.
|
2274
2274
|
Structure is documented below.
|
2275
2275
|
"""
|
2276
2276
|
return pulumi.get(self, "rollout_restriction")
|
@@ -2301,12 +2301,12 @@ class DeployPolicyRuleRolloutRestriction(dict):
|
|
2301
2301
|
invokers: Optional[Sequence[_builtins.str]] = None,
|
2302
2302
|
time_windows: Optional['outputs.DeployPolicyRuleRolloutRestrictionTimeWindows'] = None):
|
2303
2303
|
"""
|
2304
|
-
:param _builtins.str id:
|
2305
|
-
:param Sequence[_builtins.str] actions:
|
2304
|
+
:param _builtins.str id: ID of the rule. This id must be unique in the `DeployPolicy` resource to which this rule belongs. The format is `a-z{0,62}`.
|
2305
|
+
:param Sequence[_builtins.str] actions: Rollout actions to be restricted as part of the policy. If left empty, all actions will be restricted.
|
2306
2306
|
Each value may be one of: `ADVANCE`, `APPROVE`, `CANCEL`, `CREATE`, `IGNORE_JOB`, `RETRY_JOB`, `ROLLBACK`, `TERMINATE_JOBRUN`.
|
2307
|
-
:param Sequence[_builtins.str] invokers:
|
2307
|
+
:param Sequence[_builtins.str] invokers: What invoked the action. If left empty, all invoker types will be restricted.
|
2308
2308
|
Each value may be one of: `USER`, `DEPLOY_AUTOMATION`.
|
2309
|
-
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsArgs' time_windows:
|
2309
|
+
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsArgs' time_windows: Time window within which actions are restricted.
|
2310
2310
|
Structure is documented below.
|
2311
2311
|
"""
|
2312
2312
|
pulumi.set(__self__, "id", id)
|
@@ -2321,7 +2321,7 @@ class DeployPolicyRuleRolloutRestriction(dict):
|
|
2321
2321
|
@pulumi.getter
|
2322
2322
|
def id(self) -> _builtins.str:
|
2323
2323
|
"""
|
2324
|
-
|
2324
|
+
ID of the rule. This id must be unique in the `DeployPolicy` resource to which this rule belongs. The format is `a-z{0,62}`.
|
2325
2325
|
"""
|
2326
2326
|
return pulumi.get(self, "id")
|
2327
2327
|
|
@@ -2329,7 +2329,7 @@ class DeployPolicyRuleRolloutRestriction(dict):
|
|
2329
2329
|
@pulumi.getter
|
2330
2330
|
def actions(self) -> Optional[Sequence[_builtins.str]]:
|
2331
2331
|
"""
|
2332
|
-
|
2332
|
+
Rollout actions to be restricted as part of the policy. If left empty, all actions will be restricted.
|
2333
2333
|
Each value may be one of: `ADVANCE`, `APPROVE`, `CANCEL`, `CREATE`, `IGNORE_JOB`, `RETRY_JOB`, `ROLLBACK`, `TERMINATE_JOBRUN`.
|
2334
2334
|
"""
|
2335
2335
|
return pulumi.get(self, "actions")
|
@@ -2338,7 +2338,7 @@ class DeployPolicyRuleRolloutRestriction(dict):
|
|
2338
2338
|
@pulumi.getter
|
2339
2339
|
def invokers(self) -> Optional[Sequence[_builtins.str]]:
|
2340
2340
|
"""
|
2341
|
-
|
2341
|
+
What invoked the action. If left empty, all invoker types will be restricted.
|
2342
2342
|
Each value may be one of: `USER`, `DEPLOY_AUTOMATION`.
|
2343
2343
|
"""
|
2344
2344
|
return pulumi.get(self, "invokers")
|
@@ -2347,7 +2347,7 @@ class DeployPolicyRuleRolloutRestriction(dict):
|
|
2347
2347
|
@pulumi.getter(name="timeWindows")
|
2348
2348
|
def time_windows(self) -> Optional['outputs.DeployPolicyRuleRolloutRestrictionTimeWindows']:
|
2349
2349
|
"""
|
2350
|
-
|
2350
|
+
Time window within which actions are restricted.
|
2351
2351
|
Structure is documented below.
|
2352
2352
|
"""
|
2353
2353
|
return pulumi.get(self, "time_windows")
|
@@ -2381,10 +2381,10 @@ class DeployPolicyRuleRolloutRestrictionTimeWindows(dict):
|
|
2381
2381
|
one_time_windows: Optional[Sequence['outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindow']] = None,
|
2382
2382
|
weekly_windows: Optional[Sequence['outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindow']] = None):
|
2383
2383
|
"""
|
2384
|
-
:param _builtins.str time_zone:
|
2385
|
-
:param Sequence['DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs'] one_time_windows:
|
2384
|
+
:param _builtins.str time_zone: The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
|
2385
|
+
:param Sequence['DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowArgs'] one_time_windows: One-time windows within which actions are restricted.
|
2386
2386
|
Structure is documented below.
|
2387
|
-
:param Sequence['DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs'] weekly_windows:
|
2387
|
+
:param Sequence['DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowArgs'] weekly_windows: Recurring weekly windows within which actions are restricted.
|
2388
2388
|
Structure is documented below.
|
2389
2389
|
"""
|
2390
2390
|
pulumi.set(__self__, "time_zone", time_zone)
|
@@ -2397,7 +2397,7 @@ class DeployPolicyRuleRolloutRestrictionTimeWindows(dict):
|
|
2397
2397
|
@pulumi.getter(name="timeZone")
|
2398
2398
|
def time_zone(self) -> _builtins.str:
|
2399
2399
|
"""
|
2400
|
-
|
2400
|
+
The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
|
2401
2401
|
"""
|
2402
2402
|
return pulumi.get(self, "time_zone")
|
2403
2403
|
|
@@ -2405,7 +2405,7 @@ class DeployPolicyRuleRolloutRestrictionTimeWindows(dict):
|
|
2405
2405
|
@pulumi.getter(name="oneTimeWindows")
|
2406
2406
|
def one_time_windows(self) -> Optional[Sequence['outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindow']]:
|
2407
2407
|
"""
|
2408
|
-
|
2408
|
+
One-time windows within which actions are restricted.
|
2409
2409
|
Structure is documented below.
|
2410
2410
|
"""
|
2411
2411
|
return pulumi.get(self, "one_time_windows")
|
@@ -2414,7 +2414,7 @@ class DeployPolicyRuleRolloutRestrictionTimeWindows(dict):
|
|
2414
2414
|
@pulumi.getter(name="weeklyWindows")
|
2415
2415
|
def weekly_windows(self) -> Optional[Sequence['outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindow']]:
|
2416
2416
|
"""
|
2417
|
-
|
2417
|
+
Recurring weekly windows within which actions are restricted.
|
2418
2418
|
Structure is documented below.
|
2419
2419
|
"""
|
2420
2420
|
return pulumi.get(self, "weekly_windows")
|
@@ -2451,13 +2451,13 @@ class DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindow(dict):
|
|
2451
2451
|
start_date: 'outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowStartDate',
|
2452
2452
|
start_time: 'outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowStartTime'):
|
2453
2453
|
"""
|
2454
|
-
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowEndDateArgs' end_date:
|
2454
|
+
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowEndDateArgs' end_date: End date.
|
2455
2455
|
Structure is documented below.
|
2456
|
-
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowEndTimeArgs' end_time:
|
2456
|
+
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowEndTimeArgs' end_time: End time (exclusive). You may use 24:00 for the end of the day.
|
2457
2457
|
Structure is documented below.
|
2458
|
-
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowStartDateArgs' start_date:
|
2458
|
+
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowStartDateArgs' start_date: Start date.
|
2459
2459
|
Structure is documented below.
|
2460
|
-
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowStartTimeArgs' start_time:
|
2460
|
+
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowStartTimeArgs' start_time: Start time (inclusive). Use 00:00 for the beginning of the day.
|
2461
2461
|
Structure is documented below.
|
2462
2462
|
"""
|
2463
2463
|
pulumi.set(__self__, "end_date", end_date)
|
@@ -2469,7 +2469,7 @@ class DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindow(dict):
|
|
2469
2469
|
@pulumi.getter(name="endDate")
|
2470
2470
|
def end_date(self) -> 'outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowEndDate':
|
2471
2471
|
"""
|
2472
|
-
|
2472
|
+
End date.
|
2473
2473
|
Structure is documented below.
|
2474
2474
|
"""
|
2475
2475
|
return pulumi.get(self, "end_date")
|
@@ -2478,7 +2478,7 @@ class DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindow(dict):
|
|
2478
2478
|
@pulumi.getter(name="endTime")
|
2479
2479
|
def end_time(self) -> 'outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowEndTime':
|
2480
2480
|
"""
|
2481
|
-
|
2481
|
+
End time (exclusive). You may use 24:00 for the end of the day.
|
2482
2482
|
Structure is documented below.
|
2483
2483
|
"""
|
2484
2484
|
return pulumi.get(self, "end_time")
|
@@ -2487,7 +2487,7 @@ class DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindow(dict):
|
|
2487
2487
|
@pulumi.getter(name="startDate")
|
2488
2488
|
def start_date(self) -> 'outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowStartDate':
|
2489
2489
|
"""
|
2490
|
-
|
2490
|
+
Start date.
|
2491
2491
|
Structure is documented below.
|
2492
2492
|
"""
|
2493
2493
|
return pulumi.get(self, "start_date")
|
@@ -2496,7 +2496,7 @@ class DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindow(dict):
|
|
2496
2496
|
@pulumi.getter(name="startTime")
|
2497
2497
|
def start_time(self) -> 'outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindowStartTime':
|
2498
2498
|
"""
|
2499
|
-
|
2499
|
+
Start time (inclusive). Use 00:00 for the beginning of the day.
|
2500
2500
|
Structure is documented below.
|
2501
2501
|
"""
|
2502
2502
|
return pulumi.get(self, "start_time")
|
@@ -2726,11 +2726,11 @@ class DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindow(dict):
|
|
2726
2726
|
end_time: Optional['outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowEndTime'] = None,
|
2727
2727
|
start_time: Optional['outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowStartTime'] = None):
|
2728
2728
|
"""
|
2729
|
-
:param Sequence[_builtins.str] days_of_weeks:
|
2729
|
+
:param Sequence[_builtins.str] days_of_weeks: Days of week. If left empty, all days of the week will be included.
|
2730
2730
|
Each value may be one of: `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
|
2731
|
-
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowEndTimeArgs' end_time:
|
2731
|
+
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowEndTimeArgs' end_time: End time (exclusive). Use 24:00 to indicate midnight. If you specify endTime you must also specify startTime. If left empty, this will block for the entire day for the days specified in daysOfWeek.
|
2732
2732
|
Structure is documented below.
|
2733
|
-
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowStartTimeArgs' start_time:
|
2733
|
+
:param 'DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowStartTimeArgs' start_time: Start time (inclusive). Use 00:00 for the beginning of the day. If you specify startTime you must also specify endTime. If left empty, this will block for the entire day for the days specified in daysOfWeek.
|
2734
2734
|
Structure is documented below.
|
2735
2735
|
"""
|
2736
2736
|
if days_of_weeks is not None:
|
@@ -2744,7 +2744,7 @@ class DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindow(dict):
|
|
2744
2744
|
@pulumi.getter(name="daysOfWeeks")
|
2745
2745
|
def days_of_weeks(self) -> Optional[Sequence[_builtins.str]]:
|
2746
2746
|
"""
|
2747
|
-
|
2747
|
+
Days of week. If left empty, all days of the week will be included.
|
2748
2748
|
Each value may be one of: `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
|
2749
2749
|
"""
|
2750
2750
|
return pulumi.get(self, "days_of_weeks")
|
@@ -2753,7 +2753,7 @@ class DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindow(dict):
|
|
2753
2753
|
@pulumi.getter(name="endTime")
|
2754
2754
|
def end_time(self) -> Optional['outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowEndTime']:
|
2755
2755
|
"""
|
2756
|
-
|
2756
|
+
End time (exclusive). Use 24:00 to indicate midnight. If you specify endTime you must also specify startTime. If left empty, this will block for the entire day for the days specified in daysOfWeek.
|
2757
2757
|
Structure is documented below.
|
2758
2758
|
"""
|
2759
2759
|
return pulumi.get(self, "end_time")
|
@@ -2762,7 +2762,7 @@ class DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindow(dict):
|
|
2762
2762
|
@pulumi.getter(name="startTime")
|
2763
2763
|
def start_time(self) -> Optional['outputs.DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindowStartTime']:
|
2764
2764
|
"""
|
2765
|
-
|
2765
|
+
Start time (inclusive). Use 00:00 for the beginning of the day. If you specify startTime you must also specify endTime. If left empty, this will block for the entire day for the days specified in daysOfWeek.
|
2766
2766
|
Structure is documented below.
|
2767
2767
|
"""
|
2768
2768
|
return pulumi.get(self, "start_time")
|
@@ -2936,7 +2936,7 @@ class DeployPolicySelectorDeliveryPipeline(dict):
|
|
2936
2936
|
id: Optional[_builtins.str] = None,
|
2937
2937
|
labels: Optional[Mapping[str, _builtins.str]] = None):
|
2938
2938
|
"""
|
2939
|
-
:param _builtins.str id:
|
2939
|
+
:param _builtins.str id: ID of the DeliveryPipeline. The value of this field could be one of the following:
|
2940
2940
|
- The last segment of a pipeline name
|
2941
2941
|
- "*", all delivery pipelines in a location
|
2942
2942
|
:param Mapping[str, _builtins.str] labels: DeliveryPipeline labels.
|
@@ -2950,7 +2950,7 @@ class DeployPolicySelectorDeliveryPipeline(dict):
|
|
2950
2950
|
@pulumi.getter
|
2951
2951
|
def id(self) -> Optional[_builtins.str]:
|
2952
2952
|
"""
|
2953
|
-
|
2953
|
+
ID of the DeliveryPipeline. The value of this field could be one of the following:
|
2954
2954
|
- The last segment of a pipeline name
|
2955
2955
|
- "*", all delivery pipelines in a location
|
2956
2956
|
"""
|
@@ -369,6 +369,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
369
369
|
-
|
370
370
|
|
371
371
|
# IAM policy for Cloud Functions CloudFunction
|
372
|
+
|
372
373
|
Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:
|
373
374
|
|
374
375
|
* `cloudfunctions.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the cloudfunction and replaces any existing policy already attached.
|
@@ -560,6 +561,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
560
561
|
-
|
561
562
|
|
562
563
|
# IAM policy for Cloud Functions CloudFunction
|
564
|
+
|
563
565
|
Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:
|
564
566
|
|
565
567
|
* `cloudfunctions.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the cloudfunction and replaces any existing policy already attached.
|
@@ -369,6 +369,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
369
369
|
-
|
370
370
|
|
371
371
|
# IAM policy for Cloud Functions CloudFunction
|
372
|
+
|
372
373
|
Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:
|
373
374
|
|
374
375
|
* `cloudfunctions.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the cloudfunction and replaces any existing policy already attached.
|
@@ -560,6 +561,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
560
561
|
-
|
561
562
|
|
562
563
|
# IAM policy for Cloud Functions CloudFunction
|
564
|
+
|
563
565
|
Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:
|
564
566
|
|
565
567
|
* `cloudfunctions.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the cloudfunction and replaces any existing policy already attached.
|
@@ -266,6 +266,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
266
266
|
-
|
267
267
|
|
268
268
|
# IAM policy for Cloud Functions CloudFunction
|
269
|
+
|
269
270
|
Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:
|
270
271
|
|
271
272
|
* `cloudfunctions.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the cloudfunction and replaces any existing policy already attached.
|
@@ -445,6 +446,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
445
446
|
-
|
446
447
|
|
447
448
|
# IAM policy for Cloud Functions CloudFunction
|
449
|
+
|
448
450
|
Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:
|
449
451
|
|
450
452
|
* `cloudfunctions.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the cloudfunction and replaces any existing policy already attached.
|
@@ -369,6 +369,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
369
369
|
-
|
370
370
|
|
371
371
|
# IAM policy for Cloud Functions (2nd gen) function
|
372
|
+
|
372
373
|
Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:
|
373
374
|
|
374
375
|
* `cloudfunctionsv2.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the function and replaces any existing policy already attached.
|
@@ -560,6 +561,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
560
561
|
-
|
561
562
|
|
562
563
|
# IAM policy for Cloud Functions (2nd gen) function
|
564
|
+
|
563
565
|
Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:
|
564
566
|
|
565
567
|
* `cloudfunctionsv2.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the function and replaces any existing policy already attached.
|
@@ -369,6 +369,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
369
369
|
-
|
370
370
|
|
371
371
|
# IAM policy for Cloud Functions (2nd gen) function
|
372
|
+
|
372
373
|
Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:
|
373
374
|
|
374
375
|
* `cloudfunctionsv2.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the function and replaces any existing policy already attached.
|
@@ -560,6 +561,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
560
561
|
-
|
561
562
|
|
562
563
|
# IAM policy for Cloud Functions (2nd gen) function
|
564
|
+
|
563
565
|
Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:
|
564
566
|
|
565
567
|
* `cloudfunctionsv2.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the function and replaces any existing policy already attached.
|
@@ -266,6 +266,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
266
266
|
-
|
267
267
|
|
268
268
|
# IAM policy for Cloud Functions (2nd gen) function
|
269
|
+
|
269
270
|
Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:
|
270
271
|
|
271
272
|
* `cloudfunctionsv2.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the function and replaces any existing policy already attached.
|
@@ -445,6 +446,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
445
446
|
-
|
446
447
|
|
447
448
|
# IAM policy for Cloud Functions (2nd gen) function
|
449
|
+
|
448
450
|
Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:
|
449
451
|
|
450
452
|
* `cloudfunctionsv2.FunctionIamPolicy`: Authoritative. Sets the IAM policy for the function and replaces any existing policy already attached.
|
@@ -369,6 +369,7 @@ class IamBinding(pulumi.CustomResource):
|
|
369
369
|
-
|
370
370
|
|
371
371
|
# IAM policy for Cloud Run Service
|
372
|
+
|
372
373
|
Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:
|
373
374
|
|
374
375
|
* `cloudrun.IamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -560,6 +561,7 @@ class IamBinding(pulumi.CustomResource):
|
|
560
561
|
-
|
561
562
|
|
562
563
|
# IAM policy for Cloud Run Service
|
564
|
+
|
563
565
|
Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:
|
564
566
|
|
565
567
|
* `cloudrun.IamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -369,6 +369,7 @@ class IamMember(pulumi.CustomResource):
|
|
369
369
|
-
|
370
370
|
|
371
371
|
# IAM policy for Cloud Run Service
|
372
|
+
|
372
373
|
Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:
|
373
374
|
|
374
375
|
* `cloudrun.IamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -560,6 +561,7 @@ class IamMember(pulumi.CustomResource):
|
|
560
561
|
-
|
561
562
|
|
562
563
|
# IAM policy for Cloud Run Service
|
564
|
+
|
563
565
|
Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:
|
564
566
|
|
565
567
|
* `cloudrun.IamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -266,6 +266,7 @@ class IamPolicy(pulumi.CustomResource):
|
|
266
266
|
-
|
267
267
|
|
268
268
|
# IAM policy for Cloud Run Service
|
269
|
+
|
269
270
|
Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:
|
270
271
|
|
271
272
|
* `cloudrun.IamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -445,6 +446,7 @@ class IamPolicy(pulumi.CustomResource):
|
|
445
446
|
-
|
446
447
|
|
447
448
|
# IAM policy for Cloud Run Service
|
449
|
+
|
448
450
|
Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:
|
449
451
|
|
450
452
|
* `cloudrun.IamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class JobIamBinding(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Cloud Run (v2 API) Job
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `cloudrunv2.JobIamPolicy`: Authoritative. Sets the IAM policy for the job and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class JobIamBinding(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Cloud Run (v2 API) Job
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `cloudrunv2.JobIamPolicy`: Authoritative. Sets the IAM policy for the job and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class JobIamMember(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Cloud Run (v2 API) Job
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `cloudrunv2.JobIamPolicy`: Authoritative. Sets the IAM policy for the job and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class JobIamMember(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Cloud Run (v2 API) Job
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `cloudrunv2.JobIamPolicy`: Authoritative. Sets the IAM policy for the job and replaces any existing policy already attached.
|
@@ -267,6 +267,7 @@ class JobIamPolicy(pulumi.CustomResource):
|
|
267
267
|
-
|
268
268
|
|
269
269
|
# IAM policy for Cloud Run (v2 API) Job
|
270
|
+
|
270
271
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:
|
271
272
|
|
272
273
|
* `cloudrunv2.JobIamPolicy`: Authoritative. Sets the IAM policy for the job and replaces any existing policy already attached.
|
@@ -446,6 +447,7 @@ class JobIamPolicy(pulumi.CustomResource):
|
|
446
447
|
-
|
447
448
|
|
448
449
|
# IAM policy for Cloud Run (v2 API) Job
|
450
|
+
|
449
451
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:
|
450
452
|
|
451
453
|
* `cloudrunv2.JobIamPolicy`: Authoritative. Sets the IAM policy for the job and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Cloud Run (v2 API) Service
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `cloudrunv2.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Cloud Run (v2 API) Service
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `cloudrunv2.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Cloud Run (v2 API) Service
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `cloudrunv2.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Cloud Run (v2 API) Service
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `cloudrunv2.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -267,6 +267,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
267
267
|
-
|
268
268
|
|
269
269
|
# IAM policy for Cloud Run (v2 API) Service
|
270
|
+
|
270
271
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:
|
271
272
|
|
272
273
|
* `cloudrunv2.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -446,6 +447,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
446
447
|
-
|
447
448
|
|
448
449
|
# IAM policy for Cloud Run (v2 API) Service
|
450
|
+
|
449
451
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:
|
450
452
|
|
451
453
|
* `cloudrunv2.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class WorkerPoolIamBinding(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Cloud Run (v2 API) WorkerPool
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) WorkerPool. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `cloudrunv2.WorkerPoolIamPolicy`: Authoritative. Sets the IAM policy for the workerpool and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class WorkerPoolIamBinding(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Cloud Run (v2 API) WorkerPool
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) WorkerPool. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `cloudrunv2.WorkerPoolIamPolicy`: Authoritative. Sets the IAM policy for the workerpool and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class WorkerPoolIamMember(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Cloud Run (v2 API) WorkerPool
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) WorkerPool. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `cloudrunv2.WorkerPoolIamPolicy`: Authoritative. Sets the IAM policy for the workerpool and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class WorkerPoolIamMember(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Cloud Run (v2 API) WorkerPool
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) WorkerPool. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `cloudrunv2.WorkerPoolIamPolicy`: Authoritative. Sets the IAM policy for the workerpool and replaces any existing policy already attached.
|
@@ -267,6 +267,7 @@ class WorkerPoolIamPolicy(pulumi.CustomResource):
|
|
267
267
|
-
|
268
268
|
|
269
269
|
# IAM policy for Cloud Run (v2 API) WorkerPool
|
270
|
+
|
270
271
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) WorkerPool. Each of these resources serves a different use case:
|
271
272
|
|
272
273
|
* `cloudrunv2.WorkerPoolIamPolicy`: Authoritative. Sets the IAM policy for the workerpool and replaces any existing policy already attached.
|
@@ -446,6 +447,7 @@ class WorkerPoolIamPolicy(pulumi.CustomResource):
|
|
446
447
|
-
|
447
448
|
|
448
449
|
# IAM policy for Cloud Run (v2 API) WorkerPool
|
450
|
+
|
449
451
|
Three different resources help you manage your IAM policy for Cloud Run (v2 API) WorkerPool. Each of these resources serves a different use case:
|
450
452
|
|
451
453
|
* `cloudrunv2.WorkerPoolIamPolicy`: Authoritative. Sets the IAM policy for the workerpool and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class QueueIamBinding(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Cloud Tasks Queue
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `cloudtasks.QueueIamPolicy`: Authoritative. Sets the IAM policy for the queue and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class QueueIamBinding(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Cloud Tasks Queue
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `cloudtasks.QueueIamPolicy`: Authoritative. Sets the IAM policy for the queue and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class QueueIamMember(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Cloud Tasks Queue
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `cloudtasks.QueueIamPolicy`: Authoritative. Sets the IAM policy for the queue and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class QueueIamMember(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Cloud Tasks Queue
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `cloudtasks.QueueIamPolicy`: Authoritative. Sets the IAM policy for the queue and replaces any existing policy already attached.
|
@@ -267,6 +267,7 @@ class QueueIamPolicy(pulumi.CustomResource):
|
|
267
267
|
-
|
268
268
|
|
269
269
|
# IAM policy for Cloud Tasks Queue
|
270
|
+
|
270
271
|
Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:
|
271
272
|
|
272
273
|
* `cloudtasks.QueueIamPolicy`: Authoritative. Sets the IAM policy for the queue and replaces any existing policy already attached.
|
@@ -446,6 +447,7 @@ class QueueIamPolicy(pulumi.CustomResource):
|
|
446
447
|
-
|
447
448
|
|
448
449
|
# IAM policy for Cloud Tasks Queue
|
450
|
+
|
449
451
|
Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:
|
450
452
|
|
451
453
|
* `cloudtasks.QueueIamPolicy`: Authoritative. Sets the IAM policy for the queue and replaces any existing policy already attached.
|
@@ -369,6 +369,7 @@ class RuntimeTemplateIamBinding(pulumi.CustomResource):
|
|
369
369
|
-
|
370
370
|
|
371
371
|
# IAM policy for Colab Enterprise RuntimeTemplate
|
372
|
+
|
372
373
|
Three different resources help you manage your IAM policy for Colab Enterprise RuntimeTemplate. Each of these resources serves a different use case:
|
373
374
|
|
374
375
|
* `colab.RuntimeTemplateIamPolicy`: Authoritative. Sets the IAM policy for the runtimetemplate and replaces any existing policy already attached.
|
@@ -560,6 +561,7 @@ class RuntimeTemplateIamBinding(pulumi.CustomResource):
|
|
560
561
|
-
|
561
562
|
|
562
563
|
# IAM policy for Colab Enterprise RuntimeTemplate
|
564
|
+
|
563
565
|
Three different resources help you manage your IAM policy for Colab Enterprise RuntimeTemplate. Each of these resources serves a different use case:
|
564
566
|
|
565
567
|
* `colab.RuntimeTemplateIamPolicy`: Authoritative. Sets the IAM policy for the runtimetemplate and replaces any existing policy already attached.
|
@@ -369,6 +369,7 @@ class RuntimeTemplateIamMember(pulumi.CustomResource):
|
|
369
369
|
-
|
370
370
|
|
371
371
|
# IAM policy for Colab Enterprise RuntimeTemplate
|
372
|
+
|
372
373
|
Three different resources help you manage your IAM policy for Colab Enterprise RuntimeTemplate. Each of these resources serves a different use case:
|
373
374
|
|
374
375
|
* `colab.RuntimeTemplateIamPolicy`: Authoritative. Sets the IAM policy for the runtimetemplate and replaces any existing policy already attached.
|
@@ -560,6 +561,7 @@ class RuntimeTemplateIamMember(pulumi.CustomResource):
|
|
560
561
|
-
|
561
562
|
|
562
563
|
# IAM policy for Colab Enterprise RuntimeTemplate
|
564
|
+
|
563
565
|
Three different resources help you manage your IAM policy for Colab Enterprise RuntimeTemplate. Each of these resources serves a different use case:
|
564
566
|
|
565
567
|
* `colab.RuntimeTemplateIamPolicy`: Authoritative. Sets the IAM policy for the runtimetemplate and replaces any existing policy already attached.
|
@@ -266,6 +266,7 @@ class RuntimeTemplateIamPolicy(pulumi.CustomResource):
|
|
266
266
|
-
|
267
267
|
|
268
268
|
# IAM policy for Colab Enterprise RuntimeTemplate
|
269
|
+
|
269
270
|
Three different resources help you manage your IAM policy for Colab Enterprise RuntimeTemplate. Each of these resources serves a different use case:
|
270
271
|
|
271
272
|
* `colab.RuntimeTemplateIamPolicy`: Authoritative. Sets the IAM policy for the runtimetemplate and replaces any existing policy already attached.
|
@@ -445,6 +446,7 @@ class RuntimeTemplateIamPolicy(pulumi.CustomResource):
|
|
445
446
|
-
|
446
447
|
|
447
448
|
# IAM policy for Colab Enterprise RuntimeTemplate
|
449
|
+
|
448
450
|
Three different resources help you manage your IAM policy for Colab Enterprise RuntimeTemplate. Each of these resources serves a different use case:
|
449
451
|
|
450
452
|
* `colab.RuntimeTemplateIamPolicy`: Authoritative. Sets the IAM policy for the runtimetemplate and replaces any existing policy already attached.
|