pulumi-gcp 8.41.0a1755297349__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.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/RECORD +343 -335
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/top_level.txt +0 -0
@@ -325,6 +325,7 @@ class DnsManagedZoneIamBinding(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for Cloud DNS ManagedZone
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `dns.DnsManagedZoneIamPolicy`: Authoritative. Sets the IAM policy for the managedzone and replaces any existing policy already attached.
|
@@ -505,6 +506,7 @@ class DnsManagedZoneIamBinding(pulumi.CustomResource):
|
|
505
506
|
-
|
506
507
|
|
507
508
|
# IAM policy for Cloud DNS ManagedZone
|
509
|
+
|
508
510
|
Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:
|
509
511
|
|
510
512
|
* `dns.DnsManagedZoneIamPolicy`: Authoritative. Sets the IAM policy for the managedzone and replaces any existing policy already attached.
|
@@ -325,6 +325,7 @@ class DnsManagedZoneIamMember(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for Cloud DNS ManagedZone
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `dns.DnsManagedZoneIamPolicy`: Authoritative. Sets the IAM policy for the managedzone and replaces any existing policy already attached.
|
@@ -505,6 +506,7 @@ class DnsManagedZoneIamMember(pulumi.CustomResource):
|
|
505
506
|
-
|
506
507
|
|
507
508
|
# IAM policy for Cloud DNS ManagedZone
|
509
|
+
|
508
510
|
Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:
|
509
511
|
|
510
512
|
* `dns.DnsManagedZoneIamPolicy`: Authoritative. Sets the IAM policy for the managedzone and replaces any existing policy already attached.
|
@@ -222,6 +222,7 @@ class DnsManagedZoneIamPolicy(pulumi.CustomResource):
|
|
222
222
|
-
|
223
223
|
|
224
224
|
# IAM policy for Cloud DNS ManagedZone
|
225
|
+
|
225
226
|
Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:
|
226
227
|
|
227
228
|
* `dns.DnsManagedZoneIamPolicy`: Authoritative. Sets the IAM policy for the managedzone and replaces any existing policy already attached.
|
@@ -390,6 +391,7 @@ class DnsManagedZoneIamPolicy(pulumi.CustomResource):
|
|
390
391
|
-
|
391
392
|
|
392
393
|
# IAM policy for Cloud DNS ManagedZone
|
394
|
+
|
393
395
|
Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:
|
394
396
|
|
395
397
|
* `dns.DnsManagedZoneIamPolicy`: Authoritative. Sets the IAM policy for the managedzone and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
286
286
|
---
|
287
287
|
|
288
288
|
# IAM policy for Cloud Endpoints Service
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `endpoints.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -457,6 +458,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
457
458
|
---
|
458
459
|
|
459
460
|
# IAM policy for Cloud Endpoints Service
|
461
|
+
|
460
462
|
Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:
|
461
463
|
|
462
464
|
* `endpoints.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
286
286
|
---
|
287
287
|
|
288
288
|
# IAM policy for Cloud Endpoints Service
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `endpoints.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -457,6 +458,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
457
458
|
---
|
458
459
|
|
459
460
|
# IAM policy for Cloud Endpoints Service
|
461
|
+
|
460
462
|
Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:
|
461
463
|
|
462
464
|
* `endpoints.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -183,6 +183,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
183
183
|
---
|
184
184
|
|
185
185
|
# IAM policy for Cloud Endpoints Service
|
186
|
+
|
186
187
|
Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:
|
187
188
|
|
188
189
|
* `endpoints.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -342,6 +343,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
342
343
|
---
|
343
344
|
|
344
345
|
# IAM policy for Cloud Endpoints Service
|
346
|
+
|
345
347
|
Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:
|
346
348
|
|
347
349
|
* `endpoints.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -404,6 +404,7 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
|
|
404
404
|
-
|
405
405
|
|
406
406
|
# IAM policy for Gemini for Google Cloud RepositoryGroup
|
407
|
+
|
407
408
|
Three different resources help you manage your IAM policy for Gemini for Google Cloud RepositoryGroup. Each of these resources serves a different use case:
|
408
409
|
|
409
410
|
* `gemini.RepositoryGroupIamPolicy`: Authoritative. Sets the IAM policy for the repositorygroup and replaces any existing policy already attached.
|
@@ -602,6 +603,7 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
|
|
602
603
|
-
|
603
604
|
|
604
605
|
# IAM policy for Gemini for Google Cloud RepositoryGroup
|
606
|
+
|
605
607
|
Three different resources help you manage your IAM policy for Gemini for Google Cloud RepositoryGroup. Each of these resources serves a different use case:
|
606
608
|
|
607
609
|
* `gemini.RepositoryGroupIamPolicy`: Authoritative. Sets the IAM policy for the repositorygroup and replaces any existing policy already attached.
|
@@ -404,6 +404,7 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
|
|
404
404
|
-
|
405
405
|
|
406
406
|
# IAM policy for Gemini for Google Cloud RepositoryGroup
|
407
|
+
|
407
408
|
Three different resources help you manage your IAM policy for Gemini for Google Cloud RepositoryGroup. Each of these resources serves a different use case:
|
408
409
|
|
409
410
|
* `gemini.RepositoryGroupIamPolicy`: Authoritative. Sets the IAM policy for the repositorygroup and replaces any existing policy already attached.
|
@@ -602,6 +603,7 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
|
|
602
603
|
-
|
603
604
|
|
604
605
|
# IAM policy for Gemini for Google Cloud RepositoryGroup
|
606
|
+
|
605
607
|
Three different resources help you manage your IAM policy for Gemini for Google Cloud RepositoryGroup. Each of these resources serves a different use case:
|
606
608
|
|
607
609
|
* `gemini.RepositoryGroupIamPolicy`: Authoritative. Sets the IAM policy for the repositorygroup and replaces any existing policy already attached.
|
@@ -301,6 +301,7 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
|
|
301
301
|
-
|
302
302
|
|
303
303
|
# IAM policy for Gemini for Google Cloud RepositoryGroup
|
304
|
+
|
304
305
|
Three different resources help you manage your IAM policy for Gemini for Google Cloud RepositoryGroup. Each of these resources serves a different use case:
|
305
306
|
|
306
307
|
* `gemini.RepositoryGroupIamPolicy`: Authoritative. Sets the IAM policy for the repositorygroup and replaces any existing policy already attached.
|
@@ -487,6 +488,7 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
|
|
487
488
|
-
|
488
489
|
|
489
490
|
# IAM policy for Gemini for Google Cloud RepositoryGroup
|
491
|
+
|
490
492
|
Three different resources help you manage your IAM policy for Gemini for Google Cloud RepositoryGroup. Each of these resources serves a different use case:
|
491
493
|
|
492
494
|
* `gemini.RepositoryGroupIamPolicy`: Authoritative. Sets the IAM policy for the repositorygroup and replaces any existing policy already attached.
|
@@ -374,6 +374,7 @@ class BackupPlanIamBinding(pulumi.CustomResource):
|
|
374
374
|
-
|
375
375
|
|
376
376
|
# IAM policy for Backup for GKE BackupPlan
|
377
|
+
|
377
378
|
Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:
|
378
379
|
|
379
380
|
* `gkebackup.BackupPlanIamPolicy`: Authoritative. Sets the IAM policy for the backupplan and replaces any existing policy already attached.
|
@@ -566,6 +567,7 @@ class BackupPlanIamBinding(pulumi.CustomResource):
|
|
566
567
|
-
|
567
568
|
|
568
569
|
# IAM policy for Backup for GKE BackupPlan
|
570
|
+
|
569
571
|
Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:
|
570
572
|
|
571
573
|
* `gkebackup.BackupPlanIamPolicy`: Authoritative. Sets the IAM policy for the backupplan and replaces any existing policy already attached.
|
@@ -374,6 +374,7 @@ class BackupPlanIamMember(pulumi.CustomResource):
|
|
374
374
|
-
|
375
375
|
|
376
376
|
# IAM policy for Backup for GKE BackupPlan
|
377
|
+
|
377
378
|
Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:
|
378
379
|
|
379
380
|
* `gkebackup.BackupPlanIamPolicy`: Authoritative. Sets the IAM policy for the backupplan and replaces any existing policy already attached.
|
@@ -566,6 +567,7 @@ class BackupPlanIamMember(pulumi.CustomResource):
|
|
566
567
|
-
|
567
568
|
|
568
569
|
# IAM policy for Backup for GKE BackupPlan
|
570
|
+
|
569
571
|
Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:
|
570
572
|
|
571
573
|
* `gkebackup.BackupPlanIamPolicy`: Authoritative. Sets the IAM policy for the backupplan and replaces any existing policy already attached.
|
@@ -271,6 +271,7 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
|
|
271
271
|
-
|
272
272
|
|
273
273
|
# IAM policy for Backup for GKE BackupPlan
|
274
|
+
|
274
275
|
Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:
|
275
276
|
|
276
277
|
* `gkebackup.BackupPlanIamPolicy`: Authoritative. Sets the IAM policy for the backupplan and replaces any existing policy already attached.
|
@@ -451,6 +452,7 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
|
|
451
452
|
-
|
452
453
|
|
453
454
|
# IAM policy for Backup for GKE BackupPlan
|
455
|
+
|
454
456
|
Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:
|
455
457
|
|
456
458
|
* `gkebackup.BackupPlanIamPolicy`: Authoritative. Sets the IAM policy for the backupplan and replaces any existing policy already attached.
|
@@ -374,6 +374,7 @@ class RestorePlanIamBinding(pulumi.CustomResource):
|
|
374
374
|
-
|
375
375
|
|
376
376
|
# IAM policy for Backup for GKE RestorePlan
|
377
|
+
|
377
378
|
Three different resources help you manage your IAM policy for Backup for GKE RestorePlan. Each of these resources serves a different use case:
|
378
379
|
|
379
380
|
* `gkebackup.RestorePlanIamPolicy`: Authoritative. Sets the IAM policy for the restoreplan and replaces any existing policy already attached.
|
@@ -566,6 +567,7 @@ class RestorePlanIamBinding(pulumi.CustomResource):
|
|
566
567
|
-
|
567
568
|
|
568
569
|
# IAM policy for Backup for GKE RestorePlan
|
570
|
+
|
569
571
|
Three different resources help you manage your IAM policy for Backup for GKE RestorePlan. Each of these resources serves a different use case:
|
570
572
|
|
571
573
|
* `gkebackup.RestorePlanIamPolicy`: Authoritative. Sets the IAM policy for the restoreplan and replaces any existing policy already attached.
|
@@ -374,6 +374,7 @@ class RestorePlanIamMember(pulumi.CustomResource):
|
|
374
374
|
-
|
375
375
|
|
376
376
|
# IAM policy for Backup for GKE RestorePlan
|
377
|
+
|
377
378
|
Three different resources help you manage your IAM policy for Backup for GKE RestorePlan. Each of these resources serves a different use case:
|
378
379
|
|
379
380
|
* `gkebackup.RestorePlanIamPolicy`: Authoritative. Sets the IAM policy for the restoreplan and replaces any existing policy already attached.
|
@@ -566,6 +567,7 @@ class RestorePlanIamMember(pulumi.CustomResource):
|
|
566
567
|
-
|
567
568
|
|
568
569
|
# IAM policy for Backup for GKE RestorePlan
|
570
|
+
|
569
571
|
Three different resources help you manage your IAM policy for Backup for GKE RestorePlan. Each of these resources serves a different use case:
|
570
572
|
|
571
573
|
* `gkebackup.RestorePlanIamPolicy`: Authoritative. Sets the IAM policy for the restoreplan and replaces any existing policy already attached.
|
@@ -271,6 +271,7 @@ class RestorePlanIamPolicy(pulumi.CustomResource):
|
|
271
271
|
-
|
272
272
|
|
273
273
|
# IAM policy for Backup for GKE RestorePlan
|
274
|
+
|
274
275
|
Three different resources help you manage your IAM policy for Backup for GKE RestorePlan. Each of these resources serves a different use case:
|
275
276
|
|
276
277
|
* `gkebackup.RestorePlanIamPolicy`: Authoritative. Sets the IAM policy for the restoreplan and replaces any existing policy already attached.
|
@@ -451,6 +452,7 @@ class RestorePlanIamPolicy(pulumi.CustomResource):
|
|
451
452
|
-
|
452
453
|
|
453
454
|
# IAM policy for Backup for GKE RestorePlan
|
455
|
+
|
454
456
|
Three different resources help you manage your IAM policy for Backup for GKE RestorePlan. Each of these resources serves a different use case:
|
455
457
|
|
456
458
|
* `gkebackup.RestorePlanIamPolicy`: Authoritative. Sets the IAM policy for the restoreplan and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class FeatureIamBinding(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for GKEHub Feature
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `gkehub.FeatureIamPolicy`: Authoritative. Sets the IAM policy for the feature and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class FeatureIamBinding(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for GKEHub Feature
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `gkehub.FeatureIamPolicy`: Authoritative. Sets the IAM policy for the feature and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class FeatureIamMember(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for GKEHub Feature
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `gkehub.FeatureIamPolicy`: Authoritative. Sets the IAM policy for the feature and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class FeatureIamMember(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for GKEHub Feature
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `gkehub.FeatureIamPolicy`: Authoritative. Sets the IAM policy for the feature and replaces any existing policy already attached.
|
@@ -267,6 +267,7 @@ class FeatureIamPolicy(pulumi.CustomResource):
|
|
267
267
|
-
|
268
268
|
|
269
269
|
# IAM policy for GKEHub Feature
|
270
|
+
|
270
271
|
Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:
|
271
272
|
|
272
273
|
* `gkehub.FeatureIamPolicy`: Authoritative. Sets the IAM policy for the feature and replaces any existing policy already attached.
|
@@ -446,6 +447,7 @@ class FeatureIamPolicy(pulumi.CustomResource):
|
|
446
447
|
-
|
447
448
|
|
448
449
|
# IAM policy for GKEHub Feature
|
450
|
+
|
449
451
|
Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:
|
450
452
|
|
451
453
|
* `gkehub.FeatureIamPolicy`: Authoritative. Sets the IAM policy for the feature and replaces any existing policy already attached.
|
@@ -377,6 +377,7 @@ class MembershipIamBinding(pulumi.CustomResource):
|
|
377
377
|
-
|
378
378
|
|
379
379
|
# IAM policy for GKEHub Membership
|
380
|
+
|
380
381
|
Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:
|
381
382
|
|
382
383
|
* `gkehub.MembershipIamPolicy`: Authoritative. Sets the IAM policy for the membership and replaces any existing policy already attached.
|
@@ -570,6 +571,7 @@ class MembershipIamBinding(pulumi.CustomResource):
|
|
570
571
|
-
|
571
572
|
|
572
573
|
# IAM policy for GKEHub Membership
|
574
|
+
|
573
575
|
Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:
|
574
576
|
|
575
577
|
* `gkehub.MembershipIamPolicy`: Authoritative. Sets the IAM policy for the membership and replaces any existing policy already attached.
|
@@ -377,6 +377,7 @@ class MembershipIamMember(pulumi.CustomResource):
|
|
377
377
|
-
|
378
378
|
|
379
379
|
# IAM policy for GKEHub Membership
|
380
|
+
|
380
381
|
Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:
|
381
382
|
|
382
383
|
* `gkehub.MembershipIamPolicy`: Authoritative. Sets the IAM policy for the membership and replaces any existing policy already attached.
|
@@ -570,6 +571,7 @@ class MembershipIamMember(pulumi.CustomResource):
|
|
570
571
|
-
|
571
572
|
|
572
573
|
# IAM policy for GKEHub Membership
|
574
|
+
|
573
575
|
Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:
|
574
576
|
|
575
577
|
* `gkehub.MembershipIamPolicy`: Authoritative. Sets the IAM policy for the membership and replaces any existing policy already attached.
|
@@ -274,6 +274,7 @@ class MembershipIamPolicy(pulumi.CustomResource):
|
|
274
274
|
-
|
275
275
|
|
276
276
|
# IAM policy for GKEHub Membership
|
277
|
+
|
277
278
|
Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:
|
278
279
|
|
279
280
|
* `gkehub.MembershipIamPolicy`: Authoritative. Sets the IAM policy for the membership and replaces any existing policy already attached.
|
@@ -455,6 +456,7 @@ class MembershipIamPolicy(pulumi.CustomResource):
|
|
455
456
|
-
|
456
457
|
|
457
458
|
# IAM policy for GKEHub Membership
|
459
|
+
|
458
460
|
Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:
|
459
461
|
|
460
462
|
* `gkehub.MembershipIamPolicy`: Authoritative. Sets the IAM policy for the membership and replaces any existing policy already attached.
|
@@ -325,6 +325,7 @@ class ScopeIamBinding(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for GKEHub Scope
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `gkehub.ScopeIamPolicy`: Authoritative. Sets the IAM policy for the scope and replaces any existing policy already attached.
|
@@ -505,6 +506,7 @@ class ScopeIamBinding(pulumi.CustomResource):
|
|
505
506
|
-
|
506
507
|
|
507
508
|
# IAM policy for GKEHub Scope
|
509
|
+
|
508
510
|
Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:
|
509
511
|
|
510
512
|
* `gkehub.ScopeIamPolicy`: Authoritative. Sets the IAM policy for the scope and replaces any existing policy already attached.
|
@@ -325,6 +325,7 @@ class ScopeIamMember(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for GKEHub Scope
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `gkehub.ScopeIamPolicy`: Authoritative. Sets the IAM policy for the scope and replaces any existing policy already attached.
|
@@ -505,6 +506,7 @@ class ScopeIamMember(pulumi.CustomResource):
|
|
505
506
|
-
|
506
507
|
|
507
508
|
# IAM policy for GKEHub Scope
|
509
|
+
|
508
510
|
Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:
|
509
511
|
|
510
512
|
* `gkehub.ScopeIamPolicy`: Authoritative. Sets the IAM policy for the scope and replaces any existing policy already attached.
|
@@ -222,6 +222,7 @@ class ScopeIamPolicy(pulumi.CustomResource):
|
|
222
222
|
-
|
223
223
|
|
224
224
|
# IAM policy for GKEHub Scope
|
225
|
+
|
225
226
|
Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:
|
226
227
|
|
227
228
|
* `gkehub.ScopeIamPolicy`: Authoritative. Sets the IAM policy for the scope and replaces any existing policy already attached.
|
@@ -390,6 +391,7 @@ class ScopeIamPolicy(pulumi.CustomResource):
|
|
390
391
|
-
|
391
392
|
|
392
393
|
# IAM policy for GKEHub Scope
|
394
|
+
|
393
395
|
Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:
|
394
396
|
|
395
397
|
* `gkehub.ScopeIamPolicy`: Authoritative. Sets the IAM policy for the scope and replaces any existing policy already attached.
|
@@ -31,6 +31,7 @@ class VmwareAdminClusterArgs:
|
|
31
31
|
bootstrap_cluster_membership: Optional[pulumi.Input[_builtins.str]] = None,
|
32
32
|
control_plane_node: Optional[pulumi.Input['VmwareAdminClusterControlPlaneNodeArgs']] = None,
|
33
33
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
34
|
+
enable_advanced_cluster: Optional[pulumi.Input[_builtins.bool]] = None,
|
34
35
|
image_type: Optional[pulumi.Input[_builtins.str]] = None,
|
35
36
|
load_balancer: Optional[pulumi.Input['VmwareAdminClusterLoadBalancerArgs']] = None,
|
36
37
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -68,6 +69,7 @@ class VmwareAdminClusterArgs:
|
|
68
69
|
:param pulumi.Input['VmwareAdminClusterControlPlaneNodeArgs'] control_plane_node: The VMware admin cluster control plane node configuration.
|
69
70
|
Structure is documented below.
|
70
71
|
:param pulumi.Input[_builtins.str] description: A human readable description of this VMware admin cluster.
|
72
|
+
:param pulumi.Input[_builtins.bool] enable_advanced_cluster: If set, the advanced cluster feature is enabled.
|
71
73
|
:param pulumi.Input[_builtins.str] image_type: The OS image type for the VMware admin cluster.
|
72
74
|
:param pulumi.Input['VmwareAdminClusterLoadBalancerArgs'] load_balancer: Specifies the load balancer configuration for VMware admin cluster.
|
73
75
|
Structure is documented below.
|
@@ -100,6 +102,8 @@ class VmwareAdminClusterArgs:
|
|
100
102
|
pulumi.set(__self__, "control_plane_node", control_plane_node)
|
101
103
|
if description is not None:
|
102
104
|
pulumi.set(__self__, "description", description)
|
105
|
+
if enable_advanced_cluster is not None:
|
106
|
+
pulumi.set(__self__, "enable_advanced_cluster", enable_advanced_cluster)
|
103
107
|
if image_type is not None:
|
104
108
|
pulumi.set(__self__, "image_type", image_type)
|
105
109
|
if load_balancer is not None:
|
@@ -254,6 +258,18 @@ class VmwareAdminClusterArgs:
|
|
254
258
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
255
259
|
pulumi.set(self, "description", value)
|
256
260
|
|
261
|
+
@_builtins.property
|
262
|
+
@pulumi.getter(name="enableAdvancedCluster")
|
263
|
+
def enable_advanced_cluster(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
264
|
+
"""
|
265
|
+
If set, the advanced cluster feature is enabled.
|
266
|
+
"""
|
267
|
+
return pulumi.get(self, "enable_advanced_cluster")
|
268
|
+
|
269
|
+
@enable_advanced_cluster.setter
|
270
|
+
def enable_advanced_cluster(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
271
|
+
pulumi.set(self, "enable_advanced_cluster", value)
|
272
|
+
|
257
273
|
@_builtins.property
|
258
274
|
@pulumi.getter(name="imageType")
|
259
275
|
def image_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -930,6 +946,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
930
946
|
bootstrap_cluster_membership: Optional[pulumi.Input[_builtins.str]] = None,
|
931
947
|
control_plane_node: Optional[pulumi.Input[Union['VmwareAdminClusterControlPlaneNodeArgs', 'VmwareAdminClusterControlPlaneNodeArgsDict']]] = None,
|
932
948
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
949
|
+
enable_advanced_cluster: Optional[pulumi.Input[_builtins.bool]] = None,
|
933
950
|
image_type: Optional[pulumi.Input[_builtins.str]] = None,
|
934
951
|
load_balancer: Optional[pulumi.Input[Union['VmwareAdminClusterLoadBalancerArgs', 'VmwareAdminClusterLoadBalancerArgsDict']]] = None,
|
935
952
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1108,8 +1125,9 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1108
1125
|
location="us-west1",
|
1109
1126
|
description="test admin cluster",
|
1110
1127
|
bootstrap_cluster_membership="projects/870316890899/locations/global/memberships/gkeonprem-terraform-test",
|
1111
|
-
on_prem_version="1.
|
1128
|
+
on_prem_version="1.33.0-gke.35",
|
1112
1129
|
image_type="ubuntu_containerd",
|
1130
|
+
enable_advanced_cluster=True,
|
1113
1131
|
vcenter={
|
1114
1132
|
"resource_pool": "test resource pool",
|
1115
1133
|
"datastore": "test data store",
|
@@ -1196,6 +1214,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1196
1214
|
:param pulumi.Input[Union['VmwareAdminClusterControlPlaneNodeArgs', 'VmwareAdminClusterControlPlaneNodeArgsDict']] control_plane_node: The VMware admin cluster control plane node configuration.
|
1197
1215
|
Structure is documented below.
|
1198
1216
|
:param pulumi.Input[_builtins.str] description: A human readable description of this VMware admin cluster.
|
1217
|
+
:param pulumi.Input[_builtins.bool] enable_advanced_cluster: If set, the advanced cluster feature is enabled.
|
1199
1218
|
:param pulumi.Input[_builtins.str] image_type: The OS image type for the VMware admin cluster.
|
1200
1219
|
:param pulumi.Input[Union['VmwareAdminClusterLoadBalancerArgs', 'VmwareAdminClusterLoadBalancerArgsDict']] load_balancer: Specifies the load balancer configuration for VMware admin cluster.
|
1201
1220
|
Structure is documented below.
|
@@ -1386,8 +1405,9 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1386
1405
|
location="us-west1",
|
1387
1406
|
description="test admin cluster",
|
1388
1407
|
bootstrap_cluster_membership="projects/870316890899/locations/global/memberships/gkeonprem-terraform-test",
|
1389
|
-
on_prem_version="1.
|
1408
|
+
on_prem_version="1.33.0-gke.35",
|
1390
1409
|
image_type="ubuntu_containerd",
|
1410
|
+
enable_advanced_cluster=True,
|
1391
1411
|
vcenter={
|
1392
1412
|
"resource_pool": "test resource pool",
|
1393
1413
|
"datastore": "test data store",
|
@@ -1471,6 +1491,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1471
1491
|
bootstrap_cluster_membership: Optional[pulumi.Input[_builtins.str]] = None,
|
1472
1492
|
control_plane_node: Optional[pulumi.Input[Union['VmwareAdminClusterControlPlaneNodeArgs', 'VmwareAdminClusterControlPlaneNodeArgsDict']]] = None,
|
1473
1493
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
1494
|
+
enable_advanced_cluster: Optional[pulumi.Input[_builtins.bool]] = None,
|
1474
1495
|
image_type: Optional[pulumi.Input[_builtins.str]] = None,
|
1475
1496
|
load_balancer: Optional[pulumi.Input[Union['VmwareAdminClusterLoadBalancerArgs', 'VmwareAdminClusterLoadBalancerArgsDict']]] = None,
|
1476
1497
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1498,6 +1519,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1498
1519
|
__props__.__dict__["bootstrap_cluster_membership"] = bootstrap_cluster_membership
|
1499
1520
|
__props__.__dict__["control_plane_node"] = control_plane_node
|
1500
1521
|
__props__.__dict__["description"] = description
|
1522
|
+
__props__.__dict__["enable_advanced_cluster"] = enable_advanced_cluster
|
1501
1523
|
__props__.__dict__["image_type"] = image_type
|
1502
1524
|
__props__.__dict__["load_balancer"] = load_balancer
|
1503
1525
|
if location is None and not opts.urn:
|
@@ -1514,7 +1536,6 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1514
1536
|
__props__.__dict__["vcenter"] = vcenter
|
1515
1537
|
__props__.__dict__["create_time"] = None
|
1516
1538
|
__props__.__dict__["effective_annotations"] = None
|
1517
|
-
__props__.__dict__["enable_advanced_cluster"] = None
|
1518
1539
|
__props__.__dict__["endpoint"] = None
|
1519
1540
|
__props__.__dict__["etag"] = None
|
1520
1541
|
__props__.__dict__["fleets"] = None
|
@@ -329,6 +329,7 @@ class ConsentStoreIamBinding(pulumi.CustomResource):
|
|
329
329
|
---
|
330
330
|
|
331
331
|
# IAM policy for Cloud Healthcare ConsentStore
|
332
|
+
|
332
333
|
Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:
|
333
334
|
|
334
335
|
* `healthcare.ConsentStoreIamPolicy`: Authoritative. Sets the IAM policy for the consentstore and replaces any existing policy already attached.
|
@@ -509,6 +510,7 @@ class ConsentStoreIamBinding(pulumi.CustomResource):
|
|
509
510
|
---
|
510
511
|
|
511
512
|
# IAM policy for Cloud Healthcare ConsentStore
|
513
|
+
|
512
514
|
Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:
|
513
515
|
|
514
516
|
* `healthcare.ConsentStoreIamPolicy`: Authoritative. Sets the IAM policy for the consentstore and replaces any existing policy already attached.
|
@@ -329,6 +329,7 @@ class ConsentStoreIamMember(pulumi.CustomResource):
|
|
329
329
|
---
|
330
330
|
|
331
331
|
# IAM policy for Cloud Healthcare ConsentStore
|
332
|
+
|
332
333
|
Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:
|
333
334
|
|
334
335
|
* `healthcare.ConsentStoreIamPolicy`: Authoritative. Sets the IAM policy for the consentstore and replaces any existing policy already attached.
|
@@ -509,6 +510,7 @@ class ConsentStoreIamMember(pulumi.CustomResource):
|
|
509
510
|
---
|
510
511
|
|
511
512
|
# IAM policy for Cloud Healthcare ConsentStore
|
513
|
+
|
512
514
|
Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:
|
513
515
|
|
514
516
|
* `healthcare.ConsentStoreIamPolicy`: Authoritative. Sets the IAM policy for the consentstore and replaces any existing policy already attached.
|
@@ -226,6 +226,7 @@ class ConsentStoreIamPolicy(pulumi.CustomResource):
|
|
226
226
|
---
|
227
227
|
|
228
228
|
# IAM policy for Cloud Healthcare ConsentStore
|
229
|
+
|
229
230
|
Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:
|
230
231
|
|
231
232
|
* `healthcare.ConsentStoreIamPolicy`: Authoritative. Sets the IAM policy for the consentstore and replaces any existing policy already attached.
|
@@ -394,6 +395,7 @@ class ConsentStoreIamPolicy(pulumi.CustomResource):
|
|
394
395
|
---
|
395
396
|
|
396
397
|
# IAM policy for Cloud Healthcare ConsentStore
|
398
|
+
|
397
399
|
Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:
|
398
400
|
|
399
401
|
* `healthcare.ConsentStoreIamPolicy`: Authoritative. Sets the IAM policy for the consentstore and replaces any existing policy already attached.
|
@@ -330,6 +330,7 @@ class WorkforcePoolIamBinding(pulumi.CustomResource):
|
|
330
330
|
---
|
331
331
|
|
332
332
|
# IAM policy for Cloud IAM WorkforcePool
|
333
|
+
|
333
334
|
Three different resources help you manage your IAM policy for Cloud IAM WorkforcePool. Each of these resources serves a different use case:
|
334
335
|
|
335
336
|
* `iam.WorkforcePoolIamPolicy`: Authoritative. Sets the IAM policy for the workforcepool and replaces any existing policy already attached.
|
@@ -512,6 +513,7 @@ class WorkforcePoolIamBinding(pulumi.CustomResource):
|
|
512
513
|
---
|
513
514
|
|
514
515
|
# IAM policy for Cloud IAM WorkforcePool
|
516
|
+
|
515
517
|
Three different resources help you manage your IAM policy for Cloud IAM WorkforcePool. Each of these resources serves a different use case:
|
516
518
|
|
517
519
|
* `iam.WorkforcePoolIamPolicy`: Authoritative. Sets the IAM policy for the workforcepool and replaces any existing policy already attached.
|
@@ -330,6 +330,7 @@ class WorkforcePoolIamMember(pulumi.CustomResource):
|
|
330
330
|
---
|
331
331
|
|
332
332
|
# IAM policy for Cloud IAM WorkforcePool
|
333
|
+
|
333
334
|
Three different resources help you manage your IAM policy for Cloud IAM WorkforcePool. Each of these resources serves a different use case:
|
334
335
|
|
335
336
|
* `iam.WorkforcePoolIamPolicy`: Authoritative. Sets the IAM policy for the workforcepool and replaces any existing policy already attached.
|
@@ -512,6 +513,7 @@ class WorkforcePoolIamMember(pulumi.CustomResource):
|
|
512
513
|
---
|
513
514
|
|
514
515
|
# IAM policy for Cloud IAM WorkforcePool
|
516
|
+
|
515
517
|
Three different resources help you manage your IAM policy for Cloud IAM WorkforcePool. Each of these resources serves a different use case:
|
516
518
|
|
517
519
|
* `iam.WorkforcePoolIamPolicy`: Authoritative. Sets the IAM policy for the workforcepool and replaces any existing policy already attached.
|
@@ -227,6 +227,7 @@ class WorkforcePoolIamPolicy(pulumi.CustomResource):
|
|
227
227
|
---
|
228
228
|
|
229
229
|
# IAM policy for Cloud IAM WorkforcePool
|
230
|
+
|
230
231
|
Three different resources help you manage your IAM policy for Cloud IAM WorkforcePool. Each of these resources serves a different use case:
|
231
232
|
|
232
233
|
* `iam.WorkforcePoolIamPolicy`: Authoritative. Sets the IAM policy for the workforcepool and replaces any existing policy already attached.
|
@@ -397,6 +398,7 @@ class WorkforcePoolIamPolicy(pulumi.CustomResource):
|
|
397
398
|
---
|
398
399
|
|
399
400
|
# IAM policy for Cloud IAM WorkforcePool
|
401
|
+
|
400
402
|
Three different resources help you manage your IAM policy for Cloud IAM WorkforcePool. Each of these resources serves a different use case:
|
401
403
|
|
402
404
|
* `iam.WorkforcePoolIamPolicy`: Authoritative. Sets the IAM policy for the workforcepool and replaces any existing policy already attached.
|
@@ -432,6 +432,7 @@ class AppEngineServiceIamBinding(pulumi.CustomResource):
|
|
432
432
|
-
|
433
433
|
|
434
434
|
# IAM policy for Identity-Aware Proxy AppEngineService
|
435
|
+
|
435
436
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineService. Each of these resources serves a different use case:
|
436
437
|
|
437
438
|
* `iap.AppEngineServiceIamPolicy`: Authoritative. Sets the IAM policy for the appengineservice and replaces any existing policy already attached.
|
@@ -743,6 +744,7 @@ class AppEngineServiceIamBinding(pulumi.CustomResource):
|
|
743
744
|
-
|
744
745
|
|
745
746
|
# IAM policy for Identity-Aware Proxy AppEngineService
|
747
|
+
|
746
748
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineService. Each of these resources serves a different use case:
|
747
749
|
|
748
750
|
* `iap.AppEngineServiceIamPolicy`: Authoritative. Sets the IAM policy for the appengineservice and replaces any existing policy already attached.
|