pulumi-gcp 8.40.0a1754721948__py3-none-any.whl → 8.41.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +152 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +24 -4
- 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/accesscontextmanager/outputs.py +15 -3
- 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/__init__.py +2 -0
- pulumi_gcp/apigee/_inputs.py +1435 -0
- pulumi_gcp/apigee/api_product.py +1698 -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/apigee/outputs.py +1081 -0
- pulumi_gcp/apigee/security_action.py +1010 -0
- pulumi_gcp/artifactregistry/__init__.py +6 -0
- pulumi_gcp/artifactregistry/get_docker_images.py +164 -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 +239 -2
- pulumi_gcp/artifactregistry/repository.py +6 -6
- 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/backup_vault.py +56 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_vault.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/_inputs.py +6 -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/get_table.py +23 -1
- 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/outputs.py +4 -0
- pulumi_gcp/bigquery/reservation.py +535 -0
- pulumi_gcp/bigquery/table.py +62 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +180 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +80 -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.py +322 -2
- 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/bigqueryanalyticshub/listing_subscription.py +32 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +159 -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/bigtable/__init__.py +1 -0
- pulumi_gcp/bigtable/_inputs.py +33 -0
- pulumi_gcp/bigtable/outputs.py +36 -0
- pulumi_gcp/bigtable/schema_bundle.py +568 -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/_inputs.py +48 -0
- pulumi_gcp/cloudfunctions/function.py +94 -0
- 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/cloudfunctions/get_function.py +23 -1
- pulumi_gcp/cloudfunctions/outputs.py +70 -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/_inputs.py +20 -0
- pulumi_gcp/cloudrunv2/job.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/outputs.py +25 -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.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/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +1068 -22
- 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/firewall_policy_with_rules.py +66 -0
- pulumi_gcp/compute/forwarding_rule.py +0 -21
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_router.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 +966 -22
- pulumi_gcp/compute/preview_feature.py +396 -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/region_url_map.py +392 -0
- pulumi_gcp/compute/reservation.py +4 -4
- pulumi_gcp/compute/router.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.py +154 -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.py +54 -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 +2 -4
- pulumi_gcp/config/vars.py +4 -8
- pulumi_gcp/container/_inputs.py +2622 -246
- pulumi_gcp/container/cluster.py +61 -21
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +2877 -133
- 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/_inputs.py +249 -14
- 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/batch.py +6 -0
- pulumi_gcp/dataproc/cluster.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/dataproc/outputs.py +215 -12
- pulumi_gcp/dataproc/session_template.py +14 -2
- pulumi_gcp/developerconnect/__init__.py +1 -0
- pulumi_gcp/developerconnect/_inputs.py +583 -0
- pulumi_gcp/developerconnect/insights_config.py +895 -0
- pulumi_gcp/developerconnect/outputs.py +442 -0
- pulumi_gcp/diagflow/__init__.py +3 -0
- pulumi_gcp/diagflow/_inputs.py +11899 -7963
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/cx_generator.py +636 -0
- pulumi_gcp/diagflow/cx_playbook.py +967 -0
- pulumi_gcp/diagflow/cx_tool.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +380 -36
- pulumi_gcp/diagflow/outputs.py +9099 -5946
- pulumi_gcp/discoveryengine/__init__.py +2 -0
- pulumi_gcp/discoveryengine/_inputs.py +465 -0
- pulumi_gcp/discoveryengine/cmek_config.py +707 -0
- pulumi_gcp/discoveryengine/outputs.py +412 -0
- pulumi_gcp/discoveryengine/recommendation_engine.py +813 -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/firestore/field.py +6 -6
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +107 -9
- pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +2 -2
- 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_binding.py +6 -6
- 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/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- 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/gkehub/scope_rbac_role_binding.py +8 -8
- 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/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +98 -0
- pulumi_gcp/iam/get_workforce_pool_iam_policy.py +161 -0
- pulumi_gcp/iam/outputs.py +56 -0
- pulumi_gcp/iam/workforce_pool_iam_binding.py +763 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +763 -0
- pulumi_gcp/iam/workforce_pool_iam_policy.py +602 -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.py +2 -2
- 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/integrationconnectors/managed_zone.py +8 -8
- 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/looker/instance.py +28 -7
- pulumi_gcp/managedkafka/_inputs.py +127 -0
- pulumi_gcp/managedkafka/cluster.py +131 -1
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/managedkafka/outputs.py +128 -0
- pulumi_gcp/memorystore/get_instance.py +12 -1
- pulumi_gcp/memorystore/instance.py +78 -12
- pulumi_gcp/modelarmor/__init__.py +1 -0
- pulumi_gcp/modelarmor/_inputs.py +683 -0
- pulumi_gcp/modelarmor/floorsetting.py +736 -0
- pulumi_gcp/modelarmor/outputs.py +618 -0
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkconnectivity/_inputs.py +60 -0
- pulumi_gcp/networkconnectivity/internal_range.py +136 -0
- pulumi_gcp/networkconnectivity/outputs.py +55 -0
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- 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/oracledatabase/__init__.py +2 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +262 -38
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +314 -50
- pulumi_gcp/oracledatabase/get_autonomous_database.py +23 -1
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +34 -1
- pulumi_gcp/oracledatabase/odb_network.py +721 -0
- pulumi_gcp/oracledatabase/odb_subnet.py +803 -0
- pulumi_gcp/oracledatabase/outputs.py +83 -0
- pulumi_gcp/organizations/folder.py +56 -0
- pulumi_gcp/organizations/get_folder.py +29 -1
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/parameter_version.py +62 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +64 -0
- pulumi_gcp/projects/api_key.py +88 -1
- pulumi_gcp/provider.py +20 -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 +130 -6
- pulumi_gcp/pubsub/topic.py +116 -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/redis/cluster.py +70 -0
- pulumi_gcp/redis/get_cluster.py +12 -1
- pulumi_gcp/redis/instance.py +8 -12
- pulumi_gcp/secretmanager/get_regional_secret.py +12 -1
- pulumi_gcp/secretmanager/get_secret.py +12 -1
- pulumi_gcp/secretmanager/outputs.py +30 -0
- pulumi_gcp/secretmanager/regional_secret.py +61 -0
- 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.py +61 -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/branch_rule.py +16 -8
- pulumi_gcp/securesourcemanager/instance.py +112 -4
- pulumi_gcp/securesourcemanager/repository.py +112 -8
- 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/serviceaccount/get_account_key.py +1 -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 +88 -10
- pulumi_gcp/sql/database.py +0 -12
- pulumi_gcp/sql/database_instance.py +108 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +158 -11
- pulumi_gcp/storage/__init__.py +2 -0
- pulumi_gcp/storage/_inputs.py +555 -12
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/bucket_object.py +34 -0
- pulumi_gcp/storage/get_bucket_object.py +12 -1
- pulumi_gcp/storage/get_bucket_object_content.py +12 -1
- pulumi_gcp/storage/get_insights_dataset_config.py +363 -0
- pulumi_gcp/storage/insights_dataset_config.py +1280 -0
- pulumi_gcp/storage/outputs.py +703 -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 +2 -0
- pulumi_gcp/vertex/_inputs.py +3768 -3
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_endpoint_with_model_garden_deployment.py +940 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_index.py +21 -7
- pulumi_gcp/vertex/ai_rag_engine_config.py +354 -0
- pulumi_gcp/vertex/outputs.py +2678 -2
- pulumi_gcp/vmwareengine/network_peering.py +7 -7
- pulumi_gcp/workbench/_inputs.py +118 -0
- pulumi_gcp/workbench/instance.py +171 -2
- pulumi_gcp/workbench/outputs.py +91 -0
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/RECORD +469 -442
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/top_level.txt +0 -0
@@ -370,6 +370,7 @@ class DiskIamBinding(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Compute Engine Disk
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class DiskIamBinding(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Compute Engine Disk
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class DiskIamMember(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Compute Engine Disk
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class DiskIamMember(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Compute Engine Disk
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -267,6 +267,7 @@ class DiskIamPolicy(pulumi.CustomResource):
|
|
267
267
|
-
|
268
268
|
|
269
269
|
# IAM policy for Compute Engine Disk
|
270
|
+
|
270
271
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
271
272
|
|
272
273
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -446,6 +447,7 @@ class DiskIamPolicy(pulumi.CustomResource):
|
|
446
447
|
-
|
447
448
|
|
448
449
|
# IAM policy for Compute Engine Disk
|
450
|
+
|
449
451
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
450
452
|
|
451
453
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -326,6 +326,18 @@ class FirewallPolicyWithRules(pulumi.CustomResource):
|
|
326
326
|
network = gcp.compute.Network("network",
|
327
327
|
name="network",
|
328
328
|
auto_create_subnetworks=False)
|
329
|
+
basic_key = gcp.tags.TagKey("basic_key",
|
330
|
+
description="For keyname resources.",
|
331
|
+
parent="organizations/123456789",
|
332
|
+
purpose="GCE_FIREWALL",
|
333
|
+
short_name="tag-key",
|
334
|
+
purpose_data={
|
335
|
+
"organization": "auto",
|
336
|
+
})
|
337
|
+
basic_value = gcp.tags.TagValue("basic_value",
|
338
|
+
description="For valuename resources.",
|
339
|
+
parent=basic_key.id,
|
340
|
+
short_name="tag-value")
|
329
341
|
primary = gcp.compute.FirewallPolicyWithRules("primary",
|
330
342
|
short_name="fw-policy",
|
331
343
|
description="Terraform test",
|
@@ -406,6 +418,27 @@ class FirewallPolicyWithRules(pulumi.CustomResource):
|
|
406
418
|
}],
|
407
419
|
},
|
408
420
|
},
|
421
|
+
{
|
422
|
+
"description": "secure tags",
|
423
|
+
"rule_name": "secure tags rule",
|
424
|
+
"priority": 4000,
|
425
|
+
"enable_logging": False,
|
426
|
+
"action": "allow",
|
427
|
+
"direction": "INGRESS",
|
428
|
+
"target_secure_tags": [{
|
429
|
+
"name": basic_value.id,
|
430
|
+
}],
|
431
|
+
"match": {
|
432
|
+
"src_ip_ranges": ["11.100.0.1/32"],
|
433
|
+
"src_secure_tags": [{
|
434
|
+
"name": basic_value.id,
|
435
|
+
}],
|
436
|
+
"layer4_configs": [{
|
437
|
+
"ip_protocol": "tcp",
|
438
|
+
"ports": ["8080"],
|
439
|
+
}],
|
440
|
+
},
|
441
|
+
},
|
409
442
|
])
|
410
443
|
```
|
411
444
|
|
@@ -476,6 +509,18 @@ class FirewallPolicyWithRules(pulumi.CustomResource):
|
|
476
509
|
network = gcp.compute.Network("network",
|
477
510
|
name="network",
|
478
511
|
auto_create_subnetworks=False)
|
512
|
+
basic_key = gcp.tags.TagKey("basic_key",
|
513
|
+
description="For keyname resources.",
|
514
|
+
parent="organizations/123456789",
|
515
|
+
purpose="GCE_FIREWALL",
|
516
|
+
short_name="tag-key",
|
517
|
+
purpose_data={
|
518
|
+
"organization": "auto",
|
519
|
+
})
|
520
|
+
basic_value = gcp.tags.TagValue("basic_value",
|
521
|
+
description="For valuename resources.",
|
522
|
+
parent=basic_key.id,
|
523
|
+
short_name="tag-value")
|
479
524
|
primary = gcp.compute.FirewallPolicyWithRules("primary",
|
480
525
|
short_name="fw-policy",
|
481
526
|
description="Terraform test",
|
@@ -556,6 +601,27 @@ class FirewallPolicyWithRules(pulumi.CustomResource):
|
|
556
601
|
}],
|
557
602
|
},
|
558
603
|
},
|
604
|
+
{
|
605
|
+
"description": "secure tags",
|
606
|
+
"rule_name": "secure tags rule",
|
607
|
+
"priority": 4000,
|
608
|
+
"enable_logging": False,
|
609
|
+
"action": "allow",
|
610
|
+
"direction": "INGRESS",
|
611
|
+
"target_secure_tags": [{
|
612
|
+
"name": basic_value.id,
|
613
|
+
}],
|
614
|
+
"match": {
|
615
|
+
"src_ip_ranges": ["11.100.0.1/32"],
|
616
|
+
"src_secure_tags": [{
|
617
|
+
"name": basic_value.id,
|
618
|
+
}],
|
619
|
+
"layer4_configs": [{
|
620
|
+
"ip_protocol": "tcp",
|
621
|
+
"ports": ["8080"],
|
622
|
+
}],
|
623
|
+
},
|
624
|
+
},
|
559
625
|
])
|
560
626
|
```
|
561
627
|
|
@@ -248,9 +248,6 @@ class ForwardingRuleArgs:
|
|
248
248
|
load balancing resource.
|
249
249
|
The forwarded traffic must be of a type appropriate to the target object.
|
250
250
|
* For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
251
|
-
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
252
|
-
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
253
|
-
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
254
251
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
255
252
|
"""
|
256
253
|
if all_ports is not None:
|
@@ -782,9 +779,6 @@ class ForwardingRuleArgs:
|
|
782
779
|
load balancing resource.
|
783
780
|
The forwarded traffic must be of a type appropriate to the target object.
|
784
781
|
* For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
785
|
-
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
786
|
-
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
787
|
-
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
788
782
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
789
783
|
"""
|
790
784
|
return pulumi.get(self, "target")
|
@@ -1047,9 +1041,6 @@ class _ForwardingRuleState:
|
|
1047
1041
|
load balancing resource.
|
1048
1042
|
The forwarded traffic must be of a type appropriate to the target object.
|
1049
1043
|
* For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
1050
|
-
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
1051
|
-
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
1052
|
-
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
1053
1044
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
1054
1045
|
"""
|
1055
1046
|
if all_ports is not None:
|
@@ -1724,9 +1715,6 @@ class _ForwardingRuleState:
|
|
1724
1715
|
load balancing resource.
|
1725
1716
|
The forwarded traffic must be of a type appropriate to the target object.
|
1726
1717
|
* For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
1727
|
-
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
1728
|
-
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
1729
|
-
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
1730
1718
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
1731
1719
|
"""
|
1732
1720
|
return pulumi.get(self, "target")
|
@@ -2664,9 +2652,6 @@ class ForwardingRule(pulumi.CustomResource):
|
|
2664
2652
|
load balancing resource.
|
2665
2653
|
The forwarded traffic must be of a type appropriate to the target object.
|
2666
2654
|
* For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
2667
|
-
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
2668
|
-
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
2669
|
-
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
2670
2655
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
2671
2656
|
"""
|
2672
2657
|
...
|
@@ -3722,9 +3707,6 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3722
3707
|
load balancing resource.
|
3723
3708
|
The forwarded traffic must be of a type appropriate to the target object.
|
3724
3709
|
* For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
3725
|
-
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
3726
|
-
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
3727
|
-
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
3728
3710
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
3729
3711
|
"""
|
3730
3712
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -4228,9 +4210,6 @@ class ForwardingRule(pulumi.CustomResource):
|
|
4228
4210
|
load balancing resource.
|
4229
4211
|
The forwarded traffic must be of a type appropriate to the target object.
|
4230
4212
|
* For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
4231
|
-
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
4232
|
-
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
4233
|
-
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
4234
4213
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
4235
4214
|
"""
|
4236
4215
|
return pulumi.get(self, "target")
|
@@ -27,7 +27,7 @@ class GetRegionBackendServiceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getRegionBackendService.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, connection_draining_timeout_sec=None, connection_tracking_policies=None, consistent_hashes=None, creation_timestamp=None, custom_metrics=None, description=None, dynamic_forwardings=None, enable_cdn=None, failover_policies=None, fingerprint=None, generated_id=None, health_checks=None, iaps=None, id=None, ip_address_selection_policy=None, load_balancing_scheme=None, locality_lb_policy=None, log_configs=None, name=None, network=None, outlier_detections=None, port_name=None, project=None, protocol=None, region=None, security_policy=None, self_link=None, session_affinity=None, strong_session_affinity_cookies=None, subsettings=None, timeout_sec=None):
|
30
|
+
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, connection_draining_timeout_sec=None, connection_tracking_policies=None, consistent_hashes=None, creation_timestamp=None, custom_metrics=None, description=None, dynamic_forwardings=None, enable_cdn=None, failover_policies=None, fingerprint=None, generated_id=None, ha_policies=None, health_checks=None, iaps=None, id=None, ip_address_selection_policy=None, load_balancing_scheme=None, locality_lb_policy=None, log_configs=None, name=None, network=None, outlier_detections=None, port_name=None, project=None, protocol=None, region=None, security_policy=None, self_link=None, session_affinity=None, strong_session_affinity_cookies=None, subsettings=None, timeout_sec=None):
|
31
31
|
if affinity_cookie_ttl_sec and not isinstance(affinity_cookie_ttl_sec, int):
|
32
32
|
raise TypeError("Expected argument 'affinity_cookie_ttl_sec' to be a int")
|
33
33
|
pulumi.set(__self__, "affinity_cookie_ttl_sec", affinity_cookie_ttl_sec)
|
@@ -73,6 +73,9 @@ class GetRegionBackendServiceResult:
|
|
73
73
|
if generated_id and not isinstance(generated_id, int):
|
74
74
|
raise TypeError("Expected argument 'generated_id' to be a int")
|
75
75
|
pulumi.set(__self__, "generated_id", generated_id)
|
76
|
+
if ha_policies and not isinstance(ha_policies, list):
|
77
|
+
raise TypeError("Expected argument 'ha_policies' to be a list")
|
78
|
+
pulumi.set(__self__, "ha_policies", ha_policies)
|
76
79
|
if health_checks and not isinstance(health_checks, list):
|
77
80
|
raise TypeError("Expected argument 'health_checks' to be a list")
|
78
81
|
pulumi.set(__self__, "health_checks", health_checks)
|
@@ -209,6 +212,11 @@ class GetRegionBackendServiceResult:
|
|
209
212
|
def generated_id(self) -> _builtins.int:
|
210
213
|
return pulumi.get(self, "generated_id")
|
211
214
|
|
215
|
+
@_builtins.property
|
216
|
+
@pulumi.getter(name="haPolicies")
|
217
|
+
def ha_policies(self) -> Sequence['outputs.GetRegionBackendServiceHaPolicyResult']:
|
218
|
+
return pulumi.get(self, "ha_policies")
|
219
|
+
|
212
220
|
@_builtins.property
|
213
221
|
@pulumi.getter(name="healthChecks")
|
214
222
|
def health_checks(self) -> Sequence[_builtins.str]:
|
@@ -334,6 +342,7 @@ class AwaitableGetRegionBackendServiceResult(GetRegionBackendServiceResult):
|
|
334
342
|
failover_policies=self.failover_policies,
|
335
343
|
fingerprint=self.fingerprint,
|
336
344
|
generated_id=self.generated_id,
|
345
|
+
ha_policies=self.ha_policies,
|
337
346
|
health_checks=self.health_checks,
|
338
347
|
iaps=self.iaps,
|
339
348
|
id=self.id,
|
@@ -404,6 +413,7 @@ def get_region_backend_service(name: Optional[_builtins.str] = None,
|
|
404
413
|
failover_policies=pulumi.get(__ret__, 'failover_policies'),
|
405
414
|
fingerprint=pulumi.get(__ret__, 'fingerprint'),
|
406
415
|
generated_id=pulumi.get(__ret__, 'generated_id'),
|
416
|
+
ha_policies=pulumi.get(__ret__, 'ha_policies'),
|
407
417
|
health_checks=pulumi.get(__ret__, 'health_checks'),
|
408
418
|
iaps=pulumi.get(__ret__, 'iaps'),
|
409
419
|
id=pulumi.get(__ret__, 'id'),
|
@@ -471,6 +481,7 @@ def get_region_backend_service_output(name: Optional[pulumi.Input[_builtins.str]
|
|
471
481
|
failover_policies=pulumi.get(__response__, 'failover_policies'),
|
472
482
|
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
473
483
|
generated_id=pulumi.get(__response__, 'generated_id'),
|
484
|
+
ha_policies=pulumi.get(__response__, 'ha_policies'),
|
474
485
|
health_checks=pulumi.get(__response__, 'health_checks'),
|
475
486
|
iaps=pulumi.get(__response__, 'iaps'),
|
476
487
|
id=pulumi.get(__response__, 'id'),
|
pulumi_gcp/compute/get_router.py
CHANGED
@@ -27,7 +27,7 @@ class GetRouterResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getRouter.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, bgps=None, creation_timestamp=None, description=None, encrypted_interconnect_router=None, id=None, md5_authentication_keys=None, name=None, network=None, project=None, region=None, self_link=None):
|
30
|
+
def __init__(__self__, bgps=None, creation_timestamp=None, description=None, encrypted_interconnect_router=None, id=None, md5_authentication_keys=None, name=None, network=None, params=None, project=None, region=None, self_link=None):
|
31
31
|
if bgps and not isinstance(bgps, list):
|
32
32
|
raise TypeError("Expected argument 'bgps' to be a list")
|
33
33
|
pulumi.set(__self__, "bgps", bgps)
|
@@ -52,6 +52,9 @@ class GetRouterResult:
|
|
52
52
|
if network and not isinstance(network, str):
|
53
53
|
raise TypeError("Expected argument 'network' to be a str")
|
54
54
|
pulumi.set(__self__, "network", network)
|
55
|
+
if params and not isinstance(params, list):
|
56
|
+
raise TypeError("Expected argument 'params' to be a list")
|
57
|
+
pulumi.set(__self__, "params", params)
|
55
58
|
if project and not isinstance(project, str):
|
56
59
|
raise TypeError("Expected argument 'project' to be a str")
|
57
60
|
pulumi.set(__self__, "project", project)
|
@@ -105,6 +108,11 @@ class GetRouterResult:
|
|
105
108
|
def network(self) -> _builtins.str:
|
106
109
|
return pulumi.get(self, "network")
|
107
110
|
|
111
|
+
@_builtins.property
|
112
|
+
@pulumi.getter
|
113
|
+
def params(self) -> Sequence['outputs.GetRouterParamResult']:
|
114
|
+
return pulumi.get(self, "params")
|
115
|
+
|
108
116
|
@_builtins.property
|
109
117
|
@pulumi.getter
|
110
118
|
def project(self) -> Optional[_builtins.str]:
|
@@ -135,6 +143,7 @@ class AwaitableGetRouterResult(GetRouterResult):
|
|
135
143
|
md5_authentication_keys=self.md5_authentication_keys,
|
136
144
|
name=self.name,
|
137
145
|
network=self.network,
|
146
|
+
params=self.params,
|
138
147
|
project=self.project,
|
139
148
|
region=self.region,
|
140
149
|
self_link=self.self_link)
|
@@ -183,6 +192,7 @@ def get_router(name: Optional[_builtins.str] = None,
|
|
183
192
|
md5_authentication_keys=pulumi.get(__ret__, 'md5_authentication_keys'),
|
184
193
|
name=pulumi.get(__ret__, 'name'),
|
185
194
|
network=pulumi.get(__ret__, 'network'),
|
195
|
+
params=pulumi.get(__ret__, 'params'),
|
186
196
|
project=pulumi.get(__ret__, 'project'),
|
187
197
|
region=pulumi.get(__ret__, 'region'),
|
188
198
|
self_link=pulumi.get(__ret__, 'self_link'))
|
@@ -228,6 +238,7 @@ def get_router_output(name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
228
238
|
md5_authentication_keys=pulumi.get(__response__, 'md5_authentication_keys'),
|
229
239
|
name=pulumi.get(__response__, 'name'),
|
230
240
|
network=pulumi.get(__response__, 'network'),
|
241
|
+
params=pulumi.get(__response__, 'params'),
|
231
242
|
project=pulumi.get(__response__, 'project'),
|
232
243
|
region=pulumi.get(__response__, 'region'),
|
233
244
|
self_link=pulumi.get(__response__, 'self_link')))
|
@@ -394,6 +394,7 @@ class ImageIamBinding(pulumi.CustomResource):
|
|
394
394
|
-
|
395
395
|
|
396
396
|
# IAM policy for Compute Engine Image
|
397
|
+
|
397
398
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
398
399
|
|
399
400
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -690,6 +691,7 @@ class ImageIamBinding(pulumi.CustomResource):
|
|
690
691
|
-
|
691
692
|
|
692
693
|
# IAM policy for Compute Engine Image
|
694
|
+
|
693
695
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
694
696
|
|
695
697
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -394,6 +394,7 @@ class ImageIamMember(pulumi.CustomResource):
|
|
394
394
|
-
|
395
395
|
|
396
396
|
# IAM policy for Compute Engine Image
|
397
|
+
|
397
398
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
398
399
|
|
399
400
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -690,6 +691,7 @@ class ImageIamMember(pulumi.CustomResource):
|
|
690
691
|
-
|
691
692
|
|
692
693
|
# IAM policy for Compute Engine Image
|
694
|
+
|
693
695
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
694
696
|
|
695
697
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -279,6 +279,7 @@ class ImageIamPolicy(pulumi.CustomResource):
|
|
279
279
|
-
|
280
280
|
|
281
281
|
# IAM policy for Compute Engine Image
|
282
|
+
|
282
283
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
283
284
|
|
284
285
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class ImageIamPolicy(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Compute Engine Image
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class InstanceIAMBinding(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for Compute Engine Instance
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -754,6 +755,7 @@ class InstanceIAMBinding(pulumi.CustomResource):
|
|
754
755
|
-
|
755
756
|
|
756
757
|
# IAM policy for Compute Engine Instance
|
758
|
+
|
757
759
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
758
760
|
|
759
761
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class InstanceIAMMember(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for Compute Engine Instance
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -754,6 +755,7 @@ class InstanceIAMMember(pulumi.CustomResource):
|
|
754
755
|
-
|
755
756
|
|
756
757
|
# IAM policy for Compute Engine Instance
|
758
|
+
|
757
759
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
758
760
|
|
759
761
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -326,6 +326,7 @@ class InstanceIAMPolicy(pulumi.CustomResource):
|
|
326
326
|
-
|
327
327
|
|
328
328
|
# IAM policy for Compute Engine Instance
|
329
|
+
|
329
330
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
330
331
|
|
331
332
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -625,6 +626,7 @@ class InstanceIAMPolicy(pulumi.CustomResource):
|
|
625
626
|
-
|
626
627
|
|
627
628
|
# IAM policy for Compute Engine Instance
|
629
|
+
|
628
630
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
629
631
|
|
630
632
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -395,6 +395,7 @@ class InstanceTemplateIamBinding(pulumi.CustomResource):
|
|
395
395
|
-
|
396
396
|
|
397
397
|
# IAM policy for Compute Engine InstanceTemplate
|
398
|
+
|
398
399
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
399
400
|
|
400
401
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -691,6 +692,7 @@ class InstanceTemplateIamBinding(pulumi.CustomResource):
|
|
691
692
|
-
|
692
693
|
|
693
694
|
# IAM policy for Compute Engine InstanceTemplate
|
695
|
+
|
694
696
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
695
697
|
|
696
698
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -395,6 +395,7 @@ class InstanceTemplateIamMember(pulumi.CustomResource):
|
|
395
395
|
-
|
396
396
|
|
397
397
|
# IAM policy for Compute Engine InstanceTemplate
|
398
|
+
|
398
399
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
399
400
|
|
400
401
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -691,6 +692,7 @@ class InstanceTemplateIamMember(pulumi.CustomResource):
|
|
691
692
|
-
|
692
693
|
|
693
694
|
# IAM policy for Compute Engine InstanceTemplate
|
695
|
+
|
694
696
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
695
697
|
|
696
698
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -280,6 +280,7 @@ class InstanceTemplateIamPolicy(pulumi.CustomResource):
|
|
280
280
|
-
|
281
281
|
|
282
282
|
# IAM policy for Compute Engine InstanceTemplate
|
283
|
+
|
283
284
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
284
285
|
|
285
286
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -562,6 +563,7 @@ class InstanceTemplateIamPolicy(pulumi.CustomResource):
|
|
562
563
|
-
|
563
564
|
|
564
565
|
# IAM policy for Compute Engine InstanceTemplate
|
566
|
+
|
565
567
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
566
568
|
|
567
569
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -442,6 +442,7 @@ class InstantSnapshotIamBinding(pulumi.CustomResource):
|
|
442
442
|
-
|
443
443
|
|
444
444
|
# IAM policy for Compute Engine InstantSnapshot
|
445
|
+
|
445
446
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
446
447
|
|
447
448
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -755,6 +756,7 @@ class InstantSnapshotIamBinding(pulumi.CustomResource):
|
|
755
756
|
-
|
756
757
|
|
757
758
|
# IAM policy for Compute Engine InstantSnapshot
|
759
|
+
|
758
760
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
759
761
|
|
760
762
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -442,6 +442,7 @@ class InstantSnapshotIamMember(pulumi.CustomResource):
|
|
442
442
|
-
|
443
443
|
|
444
444
|
# IAM policy for Compute Engine InstantSnapshot
|
445
|
+
|
445
446
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
446
447
|
|
447
448
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -755,6 +756,7 @@ class InstantSnapshotIamMember(pulumi.CustomResource):
|
|
755
756
|
-
|
756
757
|
|
757
758
|
# IAM policy for Compute Engine InstantSnapshot
|
759
|
+
|
758
760
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
759
761
|
|
760
762
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -327,6 +327,7 @@ class InstantSnapshotIamPolicy(pulumi.CustomResource):
|
|
327
327
|
-
|
328
328
|
|
329
329
|
# IAM policy for Compute Engine InstantSnapshot
|
330
|
+
|
330
331
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
331
332
|
|
332
333
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -626,6 +627,7 @@ class InstantSnapshotIamPolicy(pulumi.CustomResource):
|
|
626
627
|
-
|
627
628
|
|
628
629
|
# IAM policy for Compute Engine InstantSnapshot
|
630
|
+
|
629
631
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
630
632
|
|
631
633
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -393,6 +393,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
393
393
|
-
|
394
394
|
|
395
395
|
# IAM policy for Compute Engine MachineImage
|
396
|
+
|
396
397
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
397
398
|
|
398
399
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -687,6 +688,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
687
688
|
-
|
688
689
|
|
689
690
|
# IAM policy for Compute Engine MachineImage
|
691
|
+
|
690
692
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
691
693
|
|
692
694
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -393,6 +393,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
393
393
|
-
|
394
394
|
|
395
395
|
# IAM policy for Compute Engine MachineImage
|
396
|
+
|
396
397
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
397
398
|
|
398
399
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -687,6 +688,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
687
688
|
-
|
688
689
|
|
689
690
|
# IAM policy for Compute Engine MachineImage
|
691
|
+
|
690
692
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
691
693
|
|
692
694
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -278,6 +278,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
278
278
|
-
|
279
279
|
|
280
280
|
# IAM policy for Compute Engine MachineImage
|
281
|
+
|
281
282
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
282
283
|
|
283
284
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -558,6 +559,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
558
559
|
-
|
559
560
|
|
560
561
|
# IAM policy for Compute Engine MachineImage
|
562
|
+
|
561
563
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
562
564
|
|
563
565
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|