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
@@ -432,6 +432,7 @@ class AppEngineServiceIamMember(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 AppEngineServiceIamMember(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.
|
@@ -317,6 +317,7 @@ class AppEngineServiceIamPolicy(pulumi.CustomResource):
|
|
317
317
|
-
|
318
318
|
|
319
319
|
# IAM policy for Identity-Aware Proxy AppEngineService
|
320
|
+
|
320
321
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineService. Each of these resources serves a different use case:
|
321
322
|
|
322
323
|
* `iap.AppEngineServiceIamPolicy`: Authoritative. Sets the IAM policy for the appengineservice and replaces any existing policy already attached.
|
@@ -614,6 +615,7 @@ class AppEngineServiceIamPolicy(pulumi.CustomResource):
|
|
614
615
|
-
|
615
616
|
|
616
617
|
# IAM policy for Identity-Aware Proxy AppEngineService
|
618
|
+
|
617
619
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineService. Each of these resources serves a different use case:
|
618
620
|
|
619
621
|
* `iap.AppEngineServiceIamPolicy`: Authoritative. Sets the IAM policy for the appengineservice and replaces any existing policy already attached.
|
@@ -470,6 +470,7 @@ class AppEngineVersionIamBinding(pulumi.CustomResource):
|
|
470
470
|
-
|
471
471
|
|
472
472
|
# IAM policy for Identity-Aware Proxy AppEngineVersion
|
473
|
+
|
473
474
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:
|
474
475
|
|
475
476
|
* `iap.AppEngineVersionIamPolicy`: Authoritative. Sets the IAM policy for the appengineversion and replaces any existing policy already attached.
|
@@ -794,6 +795,7 @@ class AppEngineVersionIamBinding(pulumi.CustomResource):
|
|
794
795
|
-
|
795
796
|
|
796
797
|
# IAM policy for Identity-Aware Proxy AppEngineVersion
|
798
|
+
|
797
799
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:
|
798
800
|
|
799
801
|
* `iap.AppEngineVersionIamPolicy`: Authoritative. Sets the IAM policy for the appengineversion and replaces any existing policy already attached.
|
@@ -470,6 +470,7 @@ class AppEngineVersionIamMember(pulumi.CustomResource):
|
|
470
470
|
-
|
471
471
|
|
472
472
|
# IAM policy for Identity-Aware Proxy AppEngineVersion
|
473
|
+
|
473
474
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:
|
474
475
|
|
475
476
|
* `iap.AppEngineVersionIamPolicy`: Authoritative. Sets the IAM policy for the appengineversion and replaces any existing policy already attached.
|
@@ -794,6 +795,7 @@ class AppEngineVersionIamMember(pulumi.CustomResource):
|
|
794
795
|
-
|
795
796
|
|
796
797
|
# IAM policy for Identity-Aware Proxy AppEngineVersion
|
798
|
+
|
797
799
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:
|
798
800
|
|
799
801
|
* `iap.AppEngineVersionIamPolicy`: Authoritative. Sets the IAM policy for the appengineversion and replaces any existing policy already attached.
|
@@ -355,6 +355,7 @@ class AppEngineVersionIamPolicy(pulumi.CustomResource):
|
|
355
355
|
-
|
356
356
|
|
357
357
|
# IAM policy for Identity-Aware Proxy AppEngineVersion
|
358
|
+
|
358
359
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:
|
359
360
|
|
360
361
|
* `iap.AppEngineVersionIamPolicy`: Authoritative. Sets the IAM policy for the appengineversion and replaces any existing policy already attached.
|
@@ -665,6 +666,7 @@ class AppEngineVersionIamPolicy(pulumi.CustomResource):
|
|
665
666
|
-
|
666
667
|
|
667
668
|
# IAM policy for Identity-Aware Proxy AppEngineVersion
|
669
|
+
|
668
670
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:
|
669
671
|
|
670
672
|
* `iap.AppEngineVersionIamPolicy`: Authoritative. Sets the IAM policy for the appengineversion and replaces any existing policy already attached.
|
@@ -445,6 +445,7 @@ class TunnelDestGroupIamBinding(pulumi.CustomResource):
|
|
445
445
|
-
|
446
446
|
|
447
447
|
# IAM policy for Identity-Aware Proxy TunnelDestGroup
|
448
|
+
|
448
449
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelDestGroup. Each of these resources serves a different use case:
|
449
450
|
|
450
451
|
* `iap.TunnelDestGroupIamPolicy`: Authoritative. Sets the IAM policy for the tunneldestgroup and replaces any existing policy already attached.
|
@@ -761,6 +762,7 @@ class TunnelDestGroupIamBinding(pulumi.CustomResource):
|
|
761
762
|
-
|
762
763
|
|
763
764
|
# IAM policy for Identity-Aware Proxy TunnelDestGroup
|
765
|
+
|
764
766
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelDestGroup. Each of these resources serves a different use case:
|
765
767
|
|
766
768
|
* `iap.TunnelDestGroupIamPolicy`: Authoritative. Sets the IAM policy for the tunneldestgroup and replaces any existing policy already attached.
|
@@ -445,6 +445,7 @@ class TunnelDestGroupIamMember(pulumi.CustomResource):
|
|
445
445
|
-
|
446
446
|
|
447
447
|
# IAM policy for Identity-Aware Proxy TunnelDestGroup
|
448
|
+
|
448
449
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelDestGroup. Each of these resources serves a different use case:
|
449
450
|
|
450
451
|
* `iap.TunnelDestGroupIamPolicy`: Authoritative. Sets the IAM policy for the tunneldestgroup and replaces any existing policy already attached.
|
@@ -761,6 +762,7 @@ class TunnelDestGroupIamMember(pulumi.CustomResource):
|
|
761
762
|
-
|
762
763
|
|
763
764
|
# IAM policy for Identity-Aware Proxy TunnelDestGroup
|
765
|
+
|
764
766
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelDestGroup. Each of these resources serves a different use case:
|
765
767
|
|
766
768
|
* `iap.TunnelDestGroupIamPolicy`: Authoritative. Sets the IAM policy for the tunneldestgroup and replaces any existing policy already attached.
|
@@ -330,6 +330,7 @@ class TunnelDestGroupIamPolicy(pulumi.CustomResource):
|
|
330
330
|
-
|
331
331
|
|
332
332
|
# IAM policy for Identity-Aware Proxy TunnelDestGroup
|
333
|
+
|
333
334
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelDestGroup. Each of these resources serves a different use case:
|
334
335
|
|
335
336
|
* `iap.TunnelDestGroupIamPolicy`: Authoritative. Sets the IAM policy for the tunneldestgroup and replaces any existing policy already attached.
|
@@ -632,6 +633,7 @@ class TunnelDestGroupIamPolicy(pulumi.CustomResource):
|
|
632
633
|
-
|
633
634
|
|
634
635
|
# IAM policy for Identity-Aware Proxy TunnelDestGroup
|
636
|
+
|
635
637
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelDestGroup. Each of these resources serves a different use case:
|
636
638
|
|
637
639
|
* `iap.TunnelDestGroupIamPolicy`: Authoritative. Sets the IAM policy for the tunneldestgroup and replaces any existing policy already attached.
|
@@ -356,6 +356,7 @@ class TunnelIamBinding(pulumi.CustomResource):
|
|
356
356
|
-
|
357
357
|
|
358
358
|
# IAM policy for Identity-Aware Proxy Tunnel
|
359
|
+
|
359
360
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:
|
360
361
|
|
361
362
|
* `iap.TunnelIamPolicy`: Authoritative. Sets the IAM policy for the tunnel and replaces any existing policy already attached.
|
@@ -637,6 +638,7 @@ class TunnelIamBinding(pulumi.CustomResource):
|
|
637
638
|
-
|
638
639
|
|
639
640
|
# IAM policy for Identity-Aware Proxy Tunnel
|
641
|
+
|
640
642
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:
|
641
643
|
|
642
644
|
* `iap.TunnelIamPolicy`: Authoritative. Sets the IAM policy for the tunnel and replaces any existing policy already attached.
|
@@ -356,6 +356,7 @@ class TunnelIamMember(pulumi.CustomResource):
|
|
356
356
|
-
|
357
357
|
|
358
358
|
# IAM policy for Identity-Aware Proxy Tunnel
|
359
|
+
|
359
360
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:
|
360
361
|
|
361
362
|
* `iap.TunnelIamPolicy`: Authoritative. Sets the IAM policy for the tunnel and replaces any existing policy already attached.
|
@@ -637,6 +638,7 @@ class TunnelIamMember(pulumi.CustomResource):
|
|
637
638
|
-
|
638
639
|
|
639
640
|
# IAM policy for Identity-Aware Proxy Tunnel
|
641
|
+
|
640
642
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:
|
641
643
|
|
642
644
|
* `iap.TunnelIamPolicy`: Authoritative. Sets the IAM policy for the tunnel and replaces any existing policy already attached.
|
@@ -241,6 +241,7 @@ class TunnelIamPolicy(pulumi.CustomResource):
|
|
241
241
|
-
|
242
242
|
|
243
243
|
# IAM policy for Identity-Aware Proxy Tunnel
|
244
|
+
|
244
245
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:
|
245
246
|
|
246
247
|
* `iap.TunnelIamPolicy`: Authoritative. Sets the IAM policy for the tunnel and replaces any existing policy already attached.
|
@@ -508,6 +509,7 @@ class TunnelIamPolicy(pulumi.CustomResource):
|
|
508
509
|
-
|
509
510
|
|
510
511
|
# IAM policy for Identity-Aware Proxy Tunnel
|
512
|
+
|
511
513
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:
|
512
514
|
|
513
515
|
* `iap.TunnelIamPolicy`: Authoritative. Sets the IAM policy for the tunnel and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class TunnelInstanceIAMBinding(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for Identity-Aware Proxy TunnelInstance
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `iap.TunnelInstanceIAMPolicy`: Authoritative. Sets the IAM policy for the tunnelinstance and replaces any existing policy already attached.
|
@@ -756,6 +757,7 @@ class TunnelInstanceIAMBinding(pulumi.CustomResource):
|
|
756
757
|
-
|
757
758
|
|
758
759
|
# IAM policy for Identity-Aware Proxy TunnelInstance
|
760
|
+
|
759
761
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:
|
760
762
|
|
761
763
|
* `iap.TunnelInstanceIAMPolicy`: Authoritative. Sets the IAM policy for the tunnelinstance and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class TunnelInstanceIAMMember(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for Identity-Aware Proxy TunnelInstance
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `iap.TunnelInstanceIAMPolicy`: Authoritative. Sets the IAM policy for the tunnelinstance and replaces any existing policy already attached.
|
@@ -756,6 +757,7 @@ class TunnelInstanceIAMMember(pulumi.CustomResource):
|
|
756
757
|
-
|
757
758
|
|
758
759
|
# IAM policy for Identity-Aware Proxy TunnelInstance
|
760
|
+
|
759
761
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:
|
760
762
|
|
761
763
|
* `iap.TunnelInstanceIAMPolicy`: Authoritative. Sets the IAM policy for the tunnelinstance and replaces any existing policy already attached.
|
@@ -326,6 +326,7 @@ class TunnelInstanceIAMPolicy(pulumi.CustomResource):
|
|
326
326
|
-
|
327
327
|
|
328
328
|
# IAM policy for Identity-Aware Proxy TunnelInstance
|
329
|
+
|
329
330
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:
|
330
331
|
|
331
332
|
* `iap.TunnelInstanceIAMPolicy`: Authoritative. Sets the IAM policy for the tunnelinstance and replaces any existing policy already attached.
|
@@ -627,6 +628,7 @@ class TunnelInstanceIAMPolicy(pulumi.CustomResource):
|
|
627
628
|
-
|
628
629
|
|
629
630
|
# IAM policy for Identity-Aware Proxy TunnelInstance
|
631
|
+
|
630
632
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:
|
631
633
|
|
632
634
|
* `iap.TunnelInstanceIAMPolicy`: Authoritative. Sets the IAM policy for the tunnelinstance and replaces any existing policy already attached.
|
@@ -394,6 +394,7 @@ class WebBackendServiceIamBinding(pulumi.CustomResource):
|
|
394
394
|
-
|
395
395
|
|
396
396
|
# IAM policy for Identity-Aware Proxy WebBackendService
|
397
|
+
|
397
398
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:
|
398
399
|
|
399
400
|
* `iap.WebBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webbackendservice and replaces any existing policy already attached.
|
@@ -690,6 +691,7 @@ class WebBackendServiceIamBinding(pulumi.CustomResource):
|
|
690
691
|
-
|
691
692
|
|
692
693
|
# IAM policy for Identity-Aware Proxy WebBackendService
|
694
|
+
|
693
695
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:
|
694
696
|
|
695
697
|
* `iap.WebBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webbackendservice and replaces any existing policy already attached.
|
@@ -394,6 +394,7 @@ class WebBackendServiceIamMember(pulumi.CustomResource):
|
|
394
394
|
-
|
395
395
|
|
396
396
|
# IAM policy for Identity-Aware Proxy WebBackendService
|
397
|
+
|
397
398
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:
|
398
399
|
|
399
400
|
* `iap.WebBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webbackendservice and replaces any existing policy already attached.
|
@@ -690,6 +691,7 @@ class WebBackendServiceIamMember(pulumi.CustomResource):
|
|
690
691
|
-
|
691
692
|
|
692
693
|
# IAM policy for Identity-Aware Proxy WebBackendService
|
694
|
+
|
693
695
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:
|
694
696
|
|
695
697
|
* `iap.WebBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webbackendservice and replaces any existing policy already attached.
|
@@ -279,6 +279,7 @@ class WebBackendServiceIamPolicy(pulumi.CustomResource):
|
|
279
279
|
-
|
280
280
|
|
281
281
|
# IAM policy for Identity-Aware Proxy WebBackendService
|
282
|
+
|
282
283
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:
|
283
284
|
|
284
285
|
* `iap.WebBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webbackendservice and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class WebBackendServiceIamPolicy(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Identity-Aware Proxy WebBackendService
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `iap.WebBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webbackendservice and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class WebCloudRunServiceIamBinding(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for Identity-Aware Proxy WebCloudRunService
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebCloudRunService. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `iap.WebCloudRunServiceIamPolicy`: Authoritative. Sets the IAM policy for the webcloudrunservice and replaces any existing policy already attached.
|
@@ -754,6 +755,7 @@ class WebCloudRunServiceIamBinding(pulumi.CustomResource):
|
|
754
755
|
-
|
755
756
|
|
756
757
|
# IAM policy for Identity-Aware Proxy WebCloudRunService
|
758
|
+
|
757
759
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebCloudRunService. Each of these resources serves a different use case:
|
758
760
|
|
759
761
|
* `iap.WebCloudRunServiceIamPolicy`: Authoritative. Sets the IAM policy for the webcloudrunservice and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class WebCloudRunServiceIamMember(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for Identity-Aware Proxy WebCloudRunService
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebCloudRunService. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `iap.WebCloudRunServiceIamPolicy`: Authoritative. Sets the IAM policy for the webcloudrunservice and replaces any existing policy already attached.
|
@@ -754,6 +755,7 @@ class WebCloudRunServiceIamMember(pulumi.CustomResource):
|
|
754
755
|
-
|
755
756
|
|
756
757
|
# IAM policy for Identity-Aware Proxy WebCloudRunService
|
758
|
+
|
757
759
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebCloudRunService. Each of these resources serves a different use case:
|
758
760
|
|
759
761
|
* `iap.WebCloudRunServiceIamPolicy`: Authoritative. Sets the IAM policy for the webcloudrunservice and replaces any existing policy already attached.
|
@@ -326,6 +326,7 @@ class WebCloudRunServiceIamPolicy(pulumi.CustomResource):
|
|
326
326
|
-
|
327
327
|
|
328
328
|
# IAM policy for Identity-Aware Proxy WebCloudRunService
|
329
|
+
|
329
330
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebCloudRunService. Each of these resources serves a different use case:
|
330
331
|
|
331
332
|
* `iap.WebCloudRunServiceIamPolicy`: Authoritative. Sets the IAM policy for the webcloudrunservice and replaces any existing policy already attached.
|
@@ -625,6 +626,7 @@ class WebCloudRunServiceIamPolicy(pulumi.CustomResource):
|
|
625
626
|
-
|
626
627
|
|
627
628
|
# IAM policy for Identity-Aware Proxy WebCloudRunService
|
629
|
+
|
628
630
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebCloudRunService. Each of these resources serves a different use case:
|
629
631
|
|
630
632
|
* `iap.WebCloudRunServiceIamPolicy`: Authoritative. Sets the IAM policy for the webcloudrunservice and replaces any existing policy already attached.
|
@@ -356,6 +356,7 @@ class WebIamBinding(pulumi.CustomResource):
|
|
356
356
|
-
|
357
357
|
|
358
358
|
# IAM policy for Identity-Aware Proxy Web
|
359
|
+
|
359
360
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:
|
360
361
|
|
361
362
|
* `iap.WebIamPolicy`: Authoritative. Sets the IAM policy for the web and replaces any existing policy already attached.
|
@@ -637,6 +638,7 @@ class WebIamBinding(pulumi.CustomResource):
|
|
637
638
|
-
|
638
639
|
|
639
640
|
# IAM policy for Identity-Aware Proxy Web
|
641
|
+
|
640
642
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:
|
641
643
|
|
642
644
|
* `iap.WebIamPolicy`: Authoritative. Sets the IAM policy for the web and replaces any existing policy already attached.
|
pulumi_gcp/iap/web_iam_member.py
CHANGED
@@ -356,6 +356,7 @@ class WebIamMember(pulumi.CustomResource):
|
|
356
356
|
-
|
357
357
|
|
358
358
|
# IAM policy for Identity-Aware Proxy Web
|
359
|
+
|
359
360
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:
|
360
361
|
|
361
362
|
* `iap.WebIamPolicy`: Authoritative. Sets the IAM policy for the web and replaces any existing policy already attached.
|
@@ -637,6 +638,7 @@ class WebIamMember(pulumi.CustomResource):
|
|
637
638
|
-
|
638
639
|
|
639
640
|
# IAM policy for Identity-Aware Proxy Web
|
641
|
+
|
640
642
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:
|
641
643
|
|
642
644
|
* `iap.WebIamPolicy`: Authoritative. Sets the IAM policy for the web and replaces any existing policy already attached.
|
pulumi_gcp/iap/web_iam_policy.py
CHANGED
@@ -241,6 +241,7 @@ class WebIamPolicy(pulumi.CustomResource):
|
|
241
241
|
-
|
242
242
|
|
243
243
|
# IAM policy for Identity-Aware Proxy Web
|
244
|
+
|
244
245
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:
|
245
246
|
|
246
247
|
* `iap.WebIamPolicy`: Authoritative. Sets the IAM policy for the web and replaces any existing policy already attached.
|
@@ -508,6 +509,7 @@ class WebIamPolicy(pulumi.CustomResource):
|
|
508
509
|
-
|
509
510
|
|
510
511
|
# IAM policy for Identity-Aware Proxy Web
|
512
|
+
|
511
513
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:
|
512
514
|
|
513
515
|
* `iap.WebIamPolicy`: Authoritative. Sets the IAM policy for the web and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class WebRegionBackendServiceIamBinding(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for Identity-Aware Proxy WebRegionBackendService
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `iap.WebRegionBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webregionbackendservice and replaces any existing policy already attached.
|
@@ -754,6 +755,7 @@ class WebRegionBackendServiceIamBinding(pulumi.CustomResource):
|
|
754
755
|
-
|
755
756
|
|
756
757
|
# IAM policy for Identity-Aware Proxy WebRegionBackendService
|
758
|
+
|
757
759
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:
|
758
760
|
|
759
761
|
* `iap.WebRegionBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webregionbackendservice and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class WebRegionBackendServiceIamMember(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for Identity-Aware Proxy WebRegionBackendService
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `iap.WebRegionBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webregionbackendservice and replaces any existing policy already attached.
|
@@ -754,6 +755,7 @@ class WebRegionBackendServiceIamMember(pulumi.CustomResource):
|
|
754
755
|
-
|
755
756
|
|
756
757
|
# IAM policy for Identity-Aware Proxy WebRegionBackendService
|
758
|
+
|
757
759
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:
|
758
760
|
|
759
761
|
* `iap.WebRegionBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webregionbackendservice and replaces any existing policy already attached.
|
@@ -326,6 +326,7 @@ class WebRegionBackendServiceIamPolicy(pulumi.CustomResource):
|
|
326
326
|
-
|
327
327
|
|
328
328
|
# IAM policy for Identity-Aware Proxy WebRegionBackendService
|
329
|
+
|
329
330
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:
|
330
331
|
|
331
332
|
* `iap.WebRegionBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webregionbackendservice and replaces any existing policy already attached.
|
@@ -625,6 +626,7 @@ class WebRegionBackendServiceIamPolicy(pulumi.CustomResource):
|
|
625
626
|
-
|
626
627
|
|
627
628
|
# IAM policy for Identity-Aware Proxy WebRegionBackendService
|
629
|
+
|
628
630
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:
|
629
631
|
|
630
632
|
* `iap.WebRegionBackendServiceIamPolicy`: Authoritative. Sets the IAM policy for the webregionbackendservice and replaces any existing policy already attached.
|
@@ -394,6 +394,7 @@ class WebTypeAppEngingIamBinding(pulumi.CustomResource):
|
|
394
394
|
-
|
395
395
|
|
396
396
|
# IAM policy for Identity-Aware Proxy WebTypeAppEngine
|
397
|
+
|
397
398
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:
|
398
399
|
|
399
400
|
* `iap.WebTypeAppEngingIamPolicy`: Authoritative. Sets the IAM policy for the webtypeappengine and replaces any existing policy already attached.
|
@@ -690,6 +691,7 @@ class WebTypeAppEngingIamBinding(pulumi.CustomResource):
|
|
690
691
|
-
|
691
692
|
|
692
693
|
# IAM policy for Identity-Aware Proxy WebTypeAppEngine
|
694
|
+
|
693
695
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:
|
694
696
|
|
695
697
|
* `iap.WebTypeAppEngingIamPolicy`: Authoritative. Sets the IAM policy for the webtypeappengine and replaces any existing policy already attached.
|
@@ -394,6 +394,7 @@ class WebTypeAppEngingIamMember(pulumi.CustomResource):
|
|
394
394
|
-
|
395
395
|
|
396
396
|
# IAM policy for Identity-Aware Proxy WebTypeAppEngine
|
397
|
+
|
397
398
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:
|
398
399
|
|
399
400
|
* `iap.WebTypeAppEngingIamPolicy`: Authoritative. Sets the IAM policy for the webtypeappengine and replaces any existing policy already attached.
|
@@ -690,6 +691,7 @@ class WebTypeAppEngingIamMember(pulumi.CustomResource):
|
|
690
691
|
-
|
691
692
|
|
692
693
|
# IAM policy for Identity-Aware Proxy WebTypeAppEngine
|
694
|
+
|
693
695
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:
|
694
696
|
|
695
697
|
* `iap.WebTypeAppEngingIamPolicy`: Authoritative. Sets the IAM policy for the webtypeappengine and replaces any existing policy already attached.
|
@@ -279,6 +279,7 @@ class WebTypeAppEngingIamPolicy(pulumi.CustomResource):
|
|
279
279
|
-
|
280
280
|
|
281
281
|
# IAM policy for Identity-Aware Proxy WebTypeAppEngine
|
282
|
+
|
282
283
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:
|
283
284
|
|
284
285
|
* `iap.WebTypeAppEngingIamPolicy`: Authoritative. Sets the IAM policy for the webtypeappengine and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class WebTypeAppEngingIamPolicy(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Identity-Aware Proxy WebTypeAppEngine
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `iap.WebTypeAppEngingIamPolicy`: Authoritative. Sets the IAM policy for the webtypeappengine and replaces any existing policy already attached.
|
@@ -356,6 +356,7 @@ class WebTypeComputeIamBinding(pulumi.CustomResource):
|
|
356
356
|
-
|
357
357
|
|
358
358
|
# IAM policy for Identity-Aware Proxy WebTypeCompute
|
359
|
+
|
359
360
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:
|
360
361
|
|
361
362
|
* `iap.WebTypeComputeIamPolicy`: Authoritative. Sets the IAM policy for the webtypecompute and replaces any existing policy already attached.
|
@@ -637,6 +638,7 @@ class WebTypeComputeIamBinding(pulumi.CustomResource):
|
|
637
638
|
-
|
638
639
|
|
639
640
|
# IAM policy for Identity-Aware Proxy WebTypeCompute
|
641
|
+
|
640
642
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:
|
641
643
|
|
642
644
|
* `iap.WebTypeComputeIamPolicy`: Authoritative. Sets the IAM policy for the webtypecompute and replaces any existing policy already attached.
|
@@ -356,6 +356,7 @@ class WebTypeComputeIamMember(pulumi.CustomResource):
|
|
356
356
|
-
|
357
357
|
|
358
358
|
# IAM policy for Identity-Aware Proxy WebTypeCompute
|
359
|
+
|
359
360
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:
|
360
361
|
|
361
362
|
* `iap.WebTypeComputeIamPolicy`: Authoritative. Sets the IAM policy for the webtypecompute and replaces any existing policy already attached.
|
@@ -637,6 +638,7 @@ class WebTypeComputeIamMember(pulumi.CustomResource):
|
|
637
638
|
-
|
638
639
|
|
639
640
|
# IAM policy for Identity-Aware Proxy WebTypeCompute
|
641
|
+
|
640
642
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:
|
641
643
|
|
642
644
|
* `iap.WebTypeComputeIamPolicy`: Authoritative. Sets the IAM policy for the webtypecompute and replaces any existing policy already attached.
|
@@ -241,6 +241,7 @@ class WebTypeComputeIamPolicy(pulumi.CustomResource):
|
|
241
241
|
-
|
242
242
|
|
243
243
|
# IAM policy for Identity-Aware Proxy WebTypeCompute
|
244
|
+
|
244
245
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:
|
245
246
|
|
246
247
|
* `iap.WebTypeComputeIamPolicy`: Authoritative. Sets the IAM policy for the webtypecompute and replaces any existing policy already attached.
|
@@ -508,6 +509,7 @@ class WebTypeComputeIamPolicy(pulumi.CustomResource):
|
|
508
509
|
-
|
509
510
|
|
510
511
|
# IAM policy for Identity-Aware Proxy WebTypeCompute
|
512
|
+
|
511
513
|
Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:
|
512
514
|
|
513
515
|
* `iap.WebTypeComputeIamPolicy`: Authoritative. Sets the IAM policy for the webtypecompute and replaces any existing policy already attached.
|
pulumi_gcp/kms/crypto_key.py
CHANGED
@@ -66,6 +66,7 @@ class CryptoKeyArgs:
|
|
66
66
|
:param pulumi.Input[_builtins.bool] skip_initial_version_creation: If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
67
67
|
You must use the `kms.CryptoKeyVersion` resource to create a new CryptoKeyVersion
|
68
68
|
or `kms.KeyRingImportJob` resource to import the CryptoKeyVersion.
|
69
|
+
This field is only applicable during initial CryptoKey creation.
|
69
70
|
:param pulumi.Input['CryptoKeyVersionTemplateArgs'] version_template: A template describing settings for new crypto key versions.
|
70
71
|
Structure is documented below.
|
71
72
|
"""
|
@@ -226,6 +227,7 @@ class CryptoKeyArgs:
|
|
226
227
|
If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
227
228
|
You must use the `kms.CryptoKeyVersion` resource to create a new CryptoKeyVersion
|
228
229
|
or `kms.KeyRingImportJob` resource to import the CryptoKeyVersion.
|
230
|
+
This field is only applicable during initial CryptoKey creation.
|
229
231
|
"""
|
230
232
|
return pulumi.get(self, "skip_initial_version_creation")
|
231
233
|
|
@@ -304,6 +306,7 @@ class _CryptoKeyState:
|
|
304
306
|
:param pulumi.Input[_builtins.bool] skip_initial_version_creation: If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
305
307
|
You must use the `kms.CryptoKeyVersion` resource to create a new CryptoKeyVersion
|
306
308
|
or `kms.KeyRingImportJob` resource to import the CryptoKeyVersion.
|
309
|
+
This field is only applicable during initial CryptoKey creation.
|
307
310
|
:param pulumi.Input['CryptoKeyVersionTemplateArgs'] version_template: A template describing settings for new crypto key versions.
|
308
311
|
Structure is documented below.
|
309
312
|
"""
|
@@ -510,6 +513,7 @@ class _CryptoKeyState:
|
|
510
513
|
If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
511
514
|
You must use the `kms.CryptoKeyVersion` resource to create a new CryptoKeyVersion
|
512
515
|
or `kms.KeyRingImportJob` resource to import the CryptoKeyVersion.
|
516
|
+
This field is only applicable during initial CryptoKey creation.
|
513
517
|
"""
|
514
518
|
return pulumi.get(self, "skip_initial_version_creation")
|
515
519
|
|
@@ -651,6 +655,7 @@ class CryptoKey(pulumi.CustomResource):
|
|
651
655
|
:param pulumi.Input[_builtins.bool] skip_initial_version_creation: If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
652
656
|
You must use the `kms.CryptoKeyVersion` resource to create a new CryptoKeyVersion
|
653
657
|
or `kms.KeyRingImportJob` resource to import the CryptoKeyVersion.
|
658
|
+
This field is only applicable during initial CryptoKey creation.
|
654
659
|
:param pulumi.Input[Union['CryptoKeyVersionTemplateArgs', 'CryptoKeyVersionTemplateArgsDict']] version_template: A template describing settings for new crypto key versions.
|
655
660
|
Structure is documented below.
|
656
661
|
"""
|
@@ -850,6 +855,7 @@ class CryptoKey(pulumi.CustomResource):
|
|
850
855
|
:param pulumi.Input[_builtins.bool] skip_initial_version_creation: If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
851
856
|
You must use the `kms.CryptoKeyVersion` resource to create a new CryptoKeyVersion
|
852
857
|
or `kms.KeyRingImportJob` resource to import the CryptoKeyVersion.
|
858
|
+
This field is only applicable during initial CryptoKey creation.
|
853
859
|
:param pulumi.Input[Union['CryptoKeyVersionTemplateArgs', 'CryptoKeyVersionTemplateArgsDict']] version_template: A template describing settings for new crypto key versions.
|
854
860
|
Structure is documented below.
|
855
861
|
"""
|
@@ -999,6 +1005,7 @@ class CryptoKey(pulumi.CustomResource):
|
|
999
1005
|
If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
1000
1006
|
You must use the `kms.CryptoKeyVersion` resource to create a new CryptoKeyVersion
|
1001
1007
|
or `kms.KeyRingImportJob` resource to import the CryptoKeyVersion.
|
1008
|
+
This field is only applicable during initial CryptoKey creation.
|
1002
1009
|
"""
|
1003
1010
|
return pulumi.get(self, "skip_initial_version_creation")
|
1004
1011
|
|
@@ -450,6 +450,7 @@ class EkmConnectionIamBinding(pulumi.CustomResource):
|
|
450
450
|
-
|
451
451
|
|
452
452
|
# IAM policy for Cloud Key Management Service EkmConnection
|
453
|
+
|
453
454
|
Three different resources help you manage your IAM policy for Cloud Key Management Service EkmConnection. Each of these resources serves a different use case:
|
454
455
|
|
455
456
|
* `kms.EkmConnectionIamPolicy`: Authoritative. Sets the IAM policy for the ekmconnection and replaces any existing policy already attached.
|
@@ -763,6 +764,7 @@ class EkmConnectionIamBinding(pulumi.CustomResource):
|
|
763
764
|
-
|
764
765
|
|
765
766
|
# IAM policy for Cloud Key Management Service EkmConnection
|
767
|
+
|
766
768
|
Three different resources help you manage your IAM policy for Cloud Key Management Service EkmConnection. Each of these resources serves a different use case:
|
767
769
|
|
768
770
|
* `kms.EkmConnectionIamPolicy`: Authoritative. Sets the IAM policy for the ekmconnection and replaces any existing policy already attached.
|
@@ -450,6 +450,7 @@ class EkmConnectionIamMember(pulumi.CustomResource):
|
|
450
450
|
-
|
451
451
|
|
452
452
|
# IAM policy for Cloud Key Management Service EkmConnection
|
453
|
+
|
453
454
|
Three different resources help you manage your IAM policy for Cloud Key Management Service EkmConnection. Each of these resources serves a different use case:
|
454
455
|
|
455
456
|
* `kms.EkmConnectionIamPolicy`: Authoritative. Sets the IAM policy for the ekmconnection and replaces any existing policy already attached.
|
@@ -763,6 +764,7 @@ class EkmConnectionIamMember(pulumi.CustomResource):
|
|
763
764
|
-
|
764
765
|
|
765
766
|
# IAM policy for Cloud Key Management Service EkmConnection
|
767
|
+
|
766
768
|
Three different resources help you manage your IAM policy for Cloud Key Management Service EkmConnection. Each of these resources serves a different use case:
|
767
769
|
|
768
770
|
* `kms.EkmConnectionIamPolicy`: Authoritative. Sets the IAM policy for the ekmconnection and replaces any existing policy already attached.
|