pulumi-gcp 8.41.0a1755723613__py3-none-any.whl → 8.41.1a1756149994__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 +8 -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 +2 -0
- pulumi_gcp/artifactregistry/get_tag.py +187 -0
- pulumi_gcp/artifactregistry/get_tags.py +200 -0
- pulumi_gcp/artifactregistry/outputs.py +30 -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/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/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/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/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/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/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 +1728 -42
- pulumi_gcp/container/outputs.py +1935 -16
- 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 +1 -0
- pulumi_gcp/diagflow/_inputs.py +2661 -0
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/outputs.py +2213 -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/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/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/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/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/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/ai_index.py +21 -7
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1a1756149994.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1a1756149994.dist-info}/RECORD +310 -307
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1a1756149994.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1a1756149994.dist-info}/top_level.txt +0 -0
@@ -336,10 +336,14 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
336
336
|
name="my-instance",
|
337
337
|
key_ring=key_ring.id)
|
338
338
|
project = gcp.organizations.get_project()
|
339
|
-
|
339
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
340
340
|
crypto_key_id=crypto_key.id,
|
341
341
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
342
342
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
343
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
344
|
+
crypto_key_id=crypto_key.id,
|
345
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
346
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
343
347
|
cmek = gcp.datafusion.Instance("cmek",
|
344
348
|
name="my-instance",
|
345
349
|
region="us-central1",
|
@@ -347,7 +351,10 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
347
351
|
crypto_key_config={
|
348
352
|
"key_reference": crypto_key.id,
|
349
353
|
},
|
350
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
354
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
355
|
+
crypto_key_member_cdf_sa,
|
356
|
+
crypto_key_member_gcs_sa,
|
357
|
+
]))
|
351
358
|
```
|
352
359
|
### Data Fusion Instance Enterprise
|
353
360
|
|
@@ -540,10 +547,14 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
540
547
|
name="my-instance",
|
541
548
|
key_ring=key_ring.id)
|
542
549
|
project = gcp.organizations.get_project()
|
543
|
-
|
550
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
544
551
|
crypto_key_id=crypto_key.id,
|
545
552
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
546
553
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
554
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
555
|
+
crypto_key_id=crypto_key.id,
|
556
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
557
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
547
558
|
cmek = gcp.datafusion.Instance("cmek",
|
548
559
|
name="my-instance",
|
549
560
|
region="us-central1",
|
@@ -551,7 +562,10 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
551
562
|
crypto_key_config={
|
552
563
|
"key_reference": crypto_key.id,
|
553
564
|
},
|
554
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
565
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
566
|
+
crypto_key_member_cdf_sa,
|
567
|
+
crypto_key_member_gcs_sa,
|
568
|
+
]))
|
555
569
|
```
|
556
570
|
### Data Fusion Instance Enterprise
|
557
571
|
|
@@ -336,10 +336,14 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
336
336
|
name="my-instance",
|
337
337
|
key_ring=key_ring.id)
|
338
338
|
project = gcp.organizations.get_project()
|
339
|
-
|
339
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
340
340
|
crypto_key_id=crypto_key.id,
|
341
341
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
342
342
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
343
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
344
|
+
crypto_key_id=crypto_key.id,
|
345
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
346
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
343
347
|
cmek = gcp.datafusion.Instance("cmek",
|
344
348
|
name="my-instance",
|
345
349
|
region="us-central1",
|
@@ -347,7 +351,10 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
347
351
|
crypto_key_config={
|
348
352
|
"key_reference": crypto_key.id,
|
349
353
|
},
|
350
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
354
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
355
|
+
crypto_key_member_cdf_sa,
|
356
|
+
crypto_key_member_gcs_sa,
|
357
|
+
]))
|
351
358
|
```
|
352
359
|
### Data Fusion Instance Enterprise
|
353
360
|
|
@@ -540,10 +547,14 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
540
547
|
name="my-instance",
|
541
548
|
key_ring=key_ring.id)
|
542
549
|
project = gcp.organizations.get_project()
|
543
|
-
|
550
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
544
551
|
crypto_key_id=crypto_key.id,
|
545
552
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
546
553
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
554
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
555
|
+
crypto_key_id=crypto_key.id,
|
556
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
557
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
547
558
|
cmek = gcp.datafusion.Instance("cmek",
|
548
559
|
name="my-instance",
|
549
560
|
region="us-central1",
|
@@ -551,7 +562,10 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
551
562
|
crypto_key_config={
|
552
563
|
"key_reference": crypto_key.id,
|
553
564
|
},
|
554
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
565
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
566
|
+
crypto_key_member_cdf_sa,
|
567
|
+
crypto_key_member_gcs_sa,
|
568
|
+
]))
|
555
569
|
```
|
556
570
|
### Data Fusion Instance Enterprise
|
557
571
|
|
@@ -285,10 +285,14 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
285
285
|
name="my-instance",
|
286
286
|
key_ring=key_ring.id)
|
287
287
|
project = gcp.organizations.get_project()
|
288
|
-
|
288
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
289
289
|
crypto_key_id=crypto_key.id,
|
290
290
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
291
291
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
292
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
293
|
+
crypto_key_id=crypto_key.id,
|
294
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
295
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
292
296
|
cmek = gcp.datafusion.Instance("cmek",
|
293
297
|
name="my-instance",
|
294
298
|
region="us-central1",
|
@@ -296,7 +300,10 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
296
300
|
crypto_key_config={
|
297
301
|
"key_reference": crypto_key.id,
|
298
302
|
},
|
299
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
303
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
304
|
+
crypto_key_member_cdf_sa,
|
305
|
+
crypto_key_member_gcs_sa,
|
306
|
+
]))
|
300
307
|
```
|
301
308
|
### Data Fusion Instance Enterprise
|
302
309
|
|
@@ -489,10 +496,14 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
489
496
|
name="my-instance",
|
490
497
|
key_ring=key_ring.id)
|
491
498
|
project = gcp.organizations.get_project()
|
492
|
-
|
499
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
493
500
|
crypto_key_id=crypto_key.id,
|
494
501
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
495
502
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
503
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
504
|
+
crypto_key_id=crypto_key.id,
|
505
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
506
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
496
507
|
cmek = gcp.datafusion.Instance("cmek",
|
497
508
|
name="my-instance",
|
498
509
|
region="us-central1",
|
@@ -500,7 +511,10 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
500
511
|
crypto_key_config={
|
501
512
|
"key_reference": crypto_key.id,
|
502
513
|
},
|
503
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
514
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
515
|
+
crypto_key_member_cdf_sa,
|
516
|
+
crypto_key_member_gcs_sa,
|
517
|
+
]))
|
504
518
|
```
|
505
519
|
### Data Fusion Instance Enterprise
|
506
520
|
|
@@ -310,6 +310,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
|
|
310
310
|
---
|
311
311
|
|
312
312
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
313
|
+
|
313
314
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
314
315
|
|
315
316
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -483,6 +484,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
|
|
483
484
|
---
|
484
485
|
|
485
486
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
487
|
+
|
486
488
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
487
489
|
|
488
490
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -310,6 +310,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
|
|
310
310
|
---
|
311
311
|
|
312
312
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
313
|
+
|
313
314
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
314
315
|
|
315
316
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -483,6 +484,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
|
|
483
484
|
---
|
484
485
|
|
485
486
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
487
|
+
|
486
488
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
487
489
|
|
488
490
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -207,6 +207,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
|
|
207
207
|
---
|
208
208
|
|
209
209
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
210
|
+
|
210
211
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
211
212
|
|
212
213
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -368,6 +369,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
|
|
368
369
|
---
|
369
370
|
|
370
371
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
372
|
+
|
371
373
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
372
374
|
|
373
375
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -287,6 +287,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
287
287
|
---
|
288
288
|
|
289
289
|
# IAM policy for Service Directory Namespace
|
290
|
+
|
290
291
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
291
292
|
|
292
293
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -460,6 +461,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
460
461
|
---
|
461
462
|
|
462
463
|
# IAM policy for Service Directory Namespace
|
464
|
+
|
463
465
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
464
466
|
|
465
467
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -287,6 +287,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
287
287
|
---
|
288
288
|
|
289
289
|
# IAM policy for Service Directory Namespace
|
290
|
+
|
290
291
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
291
292
|
|
292
293
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -460,6 +461,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
460
461
|
---
|
461
462
|
|
462
463
|
# IAM policy for Service Directory Namespace
|
464
|
+
|
463
465
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
464
466
|
|
465
467
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -184,6 +184,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
184
184
|
---
|
185
185
|
|
186
186
|
# IAM policy for Service Directory Namespace
|
187
|
+
|
187
188
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
188
189
|
|
189
190
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -345,6 +346,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
345
346
|
---
|
346
347
|
|
347
348
|
# IAM policy for Service Directory Namespace
|
349
|
+
|
348
350
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
349
351
|
|
350
352
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -287,6 +287,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
287
287
|
---
|
288
288
|
|
289
289
|
# IAM policy for Service Directory Service
|
290
|
+
|
290
291
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
291
292
|
|
292
293
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -460,6 +461,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
460
461
|
---
|
461
462
|
|
462
463
|
# IAM policy for Service Directory Service
|
464
|
+
|
463
465
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
464
466
|
|
465
467
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -287,6 +287,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
287
287
|
---
|
288
288
|
|
289
289
|
# IAM policy for Service Directory Service
|
290
|
+
|
290
291
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
291
292
|
|
292
293
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -460,6 +461,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
460
461
|
---
|
461
462
|
|
462
463
|
# IAM policy for Service Directory Service
|
464
|
+
|
463
465
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
464
466
|
|
465
467
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -184,6 +184,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
184
184
|
---
|
185
185
|
|
186
186
|
# IAM policy for Service Directory Service
|
187
|
+
|
187
188
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
188
189
|
|
189
190
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -345,6 +346,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
345
346
|
---
|
346
347
|
|
347
348
|
# IAM policy for Service Directory Service
|
349
|
+
|
348
350
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
349
351
|
|
350
352
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -325,6 +325,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for Cloud Source Repositories Repository
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -503,6 +504,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
503
504
|
-
|
504
505
|
|
505
506
|
# IAM policy for Cloud Source Repositories Repository
|
507
|
+
|
506
508
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
507
509
|
|
508
510
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -325,6 +325,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for Cloud Source Repositories Repository
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -503,6 +504,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
503
504
|
-
|
504
505
|
|
505
506
|
# IAM policy for Cloud Source Repositories Repository
|
507
|
+
|
506
508
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
507
509
|
|
508
510
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -222,6 +222,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
222
222
|
-
|
223
223
|
|
224
224
|
# IAM policy for Cloud Source Repositories Repository
|
225
|
+
|
225
226
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
226
227
|
|
227
228
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -388,6 +389,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
388
389
|
-
|
389
390
|
|
390
391
|
# IAM policy for Cloud Source Repositories Repository
|
392
|
+
|
391
393
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
392
394
|
|
393
395
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class TagKeyIamBinding(pulumi.CustomResource):
|
|
286
286
|
---
|
287
287
|
|
288
288
|
# IAM policy for Tags TagKey
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -457,6 +458,7 @@ class TagKeyIamBinding(pulumi.CustomResource):
|
|
457
458
|
---
|
458
459
|
|
459
460
|
# IAM policy for Tags TagKey
|
461
|
+
|
460
462
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
461
463
|
|
462
464
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class TagKeyIamMember(pulumi.CustomResource):
|
|
286
286
|
---
|
287
287
|
|
288
288
|
# IAM policy for Tags TagKey
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -457,6 +458,7 @@ class TagKeyIamMember(pulumi.CustomResource):
|
|
457
458
|
---
|
458
459
|
|
459
460
|
# IAM policy for Tags TagKey
|
461
|
+
|
460
462
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
461
463
|
|
462
464
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -183,6 +183,7 @@ class TagKeyIamPolicy(pulumi.CustomResource):
|
|
183
183
|
---
|
184
184
|
|
185
185
|
# IAM policy for Tags TagKey
|
186
|
+
|
186
187
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
187
188
|
|
188
189
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -342,6 +343,7 @@ class TagKeyIamPolicy(pulumi.CustomResource):
|
|
342
343
|
---
|
343
344
|
|
344
345
|
# IAM policy for Tags TagKey
|
346
|
+
|
345
347
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
346
348
|
|
347
349
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class TagValueIamBinding(pulumi.CustomResource):
|
|
286
286
|
---
|
287
287
|
|
288
288
|
# IAM policy for Tags TagValue
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
|
@@ -457,6 +458,7 @@ class TagValueIamBinding(pulumi.CustomResource):
|
|
457
458
|
---
|
458
459
|
|
459
460
|
# IAM policy for Tags TagValue
|
461
|
+
|
460
462
|
Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
|
461
463
|
|
462
464
|
* `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class TagValueIamMember(pulumi.CustomResource):
|
|
286
286
|
---
|
287
287
|
|
288
288
|
# IAM policy for Tags TagValue
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
|
@@ -457,6 +458,7 @@ class TagValueIamMember(pulumi.CustomResource):
|
|
457
458
|
---
|
458
459
|
|
459
460
|
# IAM policy for Tags TagValue
|
461
|
+
|
460
462
|
Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
|
461
463
|
|
462
464
|
* `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
|
@@ -183,6 +183,7 @@ class TagValueIamPolicy(pulumi.CustomResource):
|
|
183
183
|
---
|
184
184
|
|
185
185
|
# IAM policy for Tags TagValue
|
186
|
+
|
186
187
|
Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
|
187
188
|
|
188
189
|
* `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
|
@@ -342,6 +343,7 @@ class TagValueIamPolicy(pulumi.CustomResource):
|
|
342
343
|
---
|
343
344
|
|
344
345
|
# IAM policy for Tags TagValue
|
346
|
+
|
345
347
|
Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
|
346
348
|
|
347
349
|
* `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
|
@@ -83,6 +83,11 @@ def get_tensorflow_versions(project: Optional[_builtins.str] = None,
|
|
83
83
|
zone: Optional[_builtins.str] = None,
|
84
84
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTensorflowVersionsResult:
|
85
85
|
"""
|
86
|
+
> **Warning:**
|
87
|
+
`tpu_get_tensorflow_versions` is deprecated and will be removed in a future major release.
|
88
|
+
Use `tpu_get_v2_runtime_versions` instead. For moving from TPU Node to TPU VM architecture, see
|
89
|
+
https://cloud.google.com/tpu/docs/system-architecture-tpu-vm#from-tpu-node-to-tpu-vm.
|
90
|
+
|
86
91
|
Get TensorFlow versions available for a project. For more information see the [official documentation](https://cloud.google.com/tpu/docs/) and [API](https://cloud.google.com/tpu/docs/reference/rest/v1/projects.locations.tensorflowVersions).
|
87
92
|
|
88
93
|
## Example Usage
|
@@ -130,6 +135,11 @@ def get_tensorflow_versions_output(project: Optional[pulumi.Input[Optional[_buil
|
|
130
135
|
zone: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
131
136
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTensorflowVersionsResult]:
|
132
137
|
"""
|
138
|
+
> **Warning:**
|
139
|
+
`tpu_get_tensorflow_versions` is deprecated and will be removed in a future major release.
|
140
|
+
Use `tpu_get_v2_runtime_versions` instead. For moving from TPU Node to TPU VM architecture, see
|
141
|
+
https://cloud.google.com/tpu/docs/system-architecture-tpu-vm#from-tpu-node-to-tpu-vm.
|
142
|
+
|
133
143
|
Get TensorFlow versions available for a project. For more information see the [official documentation](https://cloud.google.com/tpu/docs/) and [API](https://cloud.google.com/tpu/docs/reference/rest/v1/projects.locations.tensorflowVersions).
|
134
144
|
|
135
145
|
## Example Usage
|
pulumi_gcp/vertex/ai_index.py
CHANGED
@@ -38,7 +38,9 @@ class AiIndexArgs:
|
|
38
38
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels with user-defined metadata to organize your Indexes.
|
39
39
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
40
40
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
41
|
-
:param pulumi.Input['AiIndexMetadataArgs'] metadata:
|
41
|
+
:param pulumi.Input['AiIndexMetadataArgs'] metadata: Additional information about the Index.
|
42
|
+
Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
|
43
|
+
Attempts to create an Index without this field will result in an API error.
|
42
44
|
Structure is documented below.
|
43
45
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
44
46
|
If it is not provided, the provider project is used.
|
@@ -114,7 +116,9 @@ class AiIndexArgs:
|
|
114
116
|
@pulumi.getter
|
115
117
|
def metadata(self) -> Optional[pulumi.Input['AiIndexMetadataArgs']]:
|
116
118
|
"""
|
117
|
-
|
119
|
+
Additional information about the Index.
|
120
|
+
Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
|
121
|
+
Attempts to create an Index without this field will result in an API error.
|
118
122
|
Structure is documented below.
|
119
123
|
"""
|
120
124
|
return pulumi.get(self, "metadata")
|
@@ -185,7 +189,9 @@ class _AiIndexState:
|
|
185
189
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels with user-defined metadata to organize your Indexes.
|
186
190
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
187
191
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
188
|
-
:param pulumi.Input['AiIndexMetadataArgs'] metadata:
|
192
|
+
:param pulumi.Input['AiIndexMetadataArgs'] metadata: Additional information about the Index.
|
193
|
+
Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
|
194
|
+
Attempts to create an Index without this field will result in an API error.
|
189
195
|
Structure is documented below.
|
190
196
|
:param pulumi.Input[_builtins.str] metadata_schema_uri: Points to a YAML file stored on Google Cloud Storage describing additional information about the Index, that is specific to it. Unset if the Index does not have any additional information.
|
191
197
|
:param pulumi.Input[_builtins.str] name: The resource name of the Index.
|
@@ -347,7 +353,9 @@ class _AiIndexState:
|
|
347
353
|
@pulumi.getter
|
348
354
|
def metadata(self) -> Optional[pulumi.Input['AiIndexMetadataArgs']]:
|
349
355
|
"""
|
350
|
-
|
356
|
+
Additional information about the Index.
|
357
|
+
Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
|
358
|
+
Attempts to create an Index without this field will result in an API error.
|
351
359
|
Structure is documented below.
|
352
360
|
"""
|
353
361
|
return pulumi.get(self, "metadata")
|
@@ -576,7 +584,9 @@ class AiIndex(pulumi.CustomResource):
|
|
576
584
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels with user-defined metadata to organize your Indexes.
|
577
585
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
578
586
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
579
|
-
:param pulumi.Input[Union['AiIndexMetadataArgs', 'AiIndexMetadataArgsDict']] metadata:
|
587
|
+
:param pulumi.Input[Union['AiIndexMetadataArgs', 'AiIndexMetadataArgsDict']] metadata: Additional information about the Index.
|
588
|
+
Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
|
589
|
+
Attempts to create an Index without this field will result in an API error.
|
580
590
|
Structure is documented below.
|
581
591
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
582
592
|
If it is not provided, the provider project is used.
|
@@ -808,7 +818,9 @@ class AiIndex(pulumi.CustomResource):
|
|
808
818
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels with user-defined metadata to organize your Indexes.
|
809
819
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
810
820
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
811
|
-
:param pulumi.Input[Union['AiIndexMetadataArgs', 'AiIndexMetadataArgsDict']] metadata:
|
821
|
+
:param pulumi.Input[Union['AiIndexMetadataArgs', 'AiIndexMetadataArgsDict']] metadata: Additional information about the Index.
|
822
|
+
Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
|
823
|
+
Attempts to create an Index without this field will result in an API error.
|
812
824
|
Structure is documented below.
|
813
825
|
:param pulumi.Input[_builtins.str] metadata_schema_uri: Points to a YAML file stored on Google Cloud Storage describing additional information about the Index, that is specific to it. Unset if the Index does not have any additional information.
|
814
826
|
:param pulumi.Input[_builtins.str] name: The resource name of the Index.
|
@@ -923,7 +935,9 @@ class AiIndex(pulumi.CustomResource):
|
|
923
935
|
@pulumi.getter
|
924
936
|
def metadata(self) -> pulumi.Output[Optional['outputs.AiIndexMetadata']]:
|
925
937
|
"""
|
926
|
-
|
938
|
+
Additional information about the Index.
|
939
|
+
Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
|
940
|
+
Attempts to create an Index without this field will result in an API error.
|
927
941
|
Structure is documented below.
|
928
942
|
"""
|
929
943
|
return pulumi.get(self, "metadata")
|