pulumi-gcp 9.1.0a1758264354__py3-none-any.whl → 9.1.0a1758939336__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 +56 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +7 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_iam_member.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +7 -0
- pulumi_gcp/apigee/environment_iam_binding.py +7 -0
- pulumi_gcp/apigee/environment_iam_member.py +7 -0
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_maven_artifact.py +232 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +7 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +2 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_associations.py +127 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_reference.py +211 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +34 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +7 -0
- pulumi_gcp/bigquery/__init__.py +5 -0
- pulumi_gcp/bigquery/_inputs.py +185 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +7 -0
- pulumi_gcp/bigquery/connection_iam_member.py +7 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy.py +870 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_binding.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_member.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_policy.py +670 -0
- pulumi_gcp/bigquery/get_datapolicyv2_data_policy_iam_policy.py +182 -0
- pulumi_gcp/bigquery/iam_binding.py +7 -0
- pulumi_gcp/bigquery/iam_member.py +7 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/_inputs.py +37 -0
- pulumi_gcp/certificateauthority/ca_pool.py +90 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/outputs.py +39 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -0
- pulumi_gcp/cloudrun/_inputs.py +21 -1
- pulumi_gcp/cloudrun/iam_binding.py +7 -0
- pulumi_gcp/cloudrun/iam_member.py +7 -0
- pulumi_gcp/cloudrun/outputs.py +27 -2
- pulumi_gcp/cloudrunv2/_inputs.py +83 -3
- pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/outputs.py +104 -6
- pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +7 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +214 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +7 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/disk_iam_binding.py +7 -0
- pulumi_gcp/compute/disk_iam_member.py +7 -0
- pulumi_gcp/compute/get_interconnect_location.py +278 -0
- pulumi_gcp/compute/get_interconnect_locations.py +130 -0
- pulumi_gcp/compute/get_security_policy.py +45 -1
- pulumi_gcp/compute/image_iam_binding.py +7 -0
- pulumi_gcp/compute/image_iam_member.py +7 -0
- pulumi_gcp/compute/instance_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_iam_member.py +7 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_template_iam_member.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +7 -0
- pulumi_gcp/compute/machine_image_iam_member.py +7 -0
- pulumi_gcp/compute/outputs.py +348 -0
- pulumi_gcp/compute/region_backend_service.py +21 -7
- pulumi_gcp/compute/region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +7 -0
- pulumi_gcp/compute/region_disk_iam_member.py +7 -0
- pulumi_gcp/compute/security_policy.py +147 -0
- pulumi_gcp/compute/service_attachment.py +193 -3
- pulumi_gcp/compute/snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +7 -0
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +59 -0
- pulumi_gcp/container/outputs.py +67 -0
- pulumi_gcp/containeranalysis/note_iam_binding.py +7 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +7 -0
- pulumi_gcp/dataplex/asset_iam_member.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +7 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +7 -0
- pulumi_gcp/dataplex/lake_iam_member.py +7 -0
- pulumi_gcp/dataplex/task_iam_binding.py +7 -0
- pulumi_gcp/dataplex/task_iam_member.py +7 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +7 -0
- pulumi_gcp/dataplex/zone_iam_member.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +7 -0
- pulumi_gcp/datastream/_inputs.py +21 -1
- pulumi_gcp/datastream/outputs.py +15 -1
- pulumi_gcp/datastream/stream.py +208 -0
- pulumi_gcp/discoveryengine/search_engine.py +100 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +7 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +7 -0
- pulumi_gcp/endpoints/service_iam_binding.py +7 -0
- pulumi_gcp/endpoints/service_iam_member.py +7 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gemini/repository_group_iam_binding.py +7 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +7 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +7 -0
- pulumi_gcp/gkehub/feature_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +7 -0
- pulumi_gcp/gkehub/membership_iam_member.py +7 -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 +7 -0
- pulumi_gcp/gkehub/scope_iam_member.py +7 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/gkeonprem/_inputs.py +56 -0
- pulumi_gcp/gkeonprem/outputs.py +50 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +70 -0
- pulumi_gcp/healthcare/_inputs.py +144 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +7 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +7 -0
- pulumi_gcp/healthcare/fhir_store.py +122 -0
- pulumi_gcp/healthcare/outputs.py +113 -0
- pulumi_gcp/iam/_inputs.py +270 -3
- pulumi_gcp/iam/outputs.py +203 -2
- pulumi_gcp/iam/workforce_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +7 -0
- pulumi_gcp/iam/workforce_pool_provider.py +287 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_iam_binding.py +7 -0
- pulumi_gcp/iap/web_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +7 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/ekm_connection_iam_binding.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +7 -0
- pulumi_gcp/logging/log_view_iam_binding.py +7 -0
- pulumi_gcp/logging/log_view_iam_member.py +7 -0
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/netapp/_inputs.py +44 -1
- pulumi_gcp/netapp/outputs.py +31 -1
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/address_group_iam_binding.py +7 -0
- pulumi_gcp/networksecurity/address_group_iam_member.py +7 -0
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +393 -6
- pulumi_gcp/networkservices/outputs.py +289 -4
- pulumi_gcp/networkservices/wasm_plugin.py +740 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +7 -0
- pulumi_gcp/notebooks/instance_iam_member.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +7 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/_inputs.py +24 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +26 -1
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +7 -0
- pulumi_gcp/pubsub/schema_iam_member.py +7 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic_iam_binding.py +7 -0
- pulumi_gcp/pubsub/topic_iam_member.py +7 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +7 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +7 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +344 -0
- pulumi_gcp/saasruntime/outputs.py +222 -0
- pulumi_gcp/saasruntime/release.py +1063 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +7 -0
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/_inputs.py +43 -0
- pulumi_gcp/securesourcemanager/hook.py +758 -0
- pulumi_gcp/securesourcemanager/outputs.py +43 -0
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +7 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +7 -0
- pulumi_gcp/sql/database_instance.py +44 -0
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_key_iam_member.py +7 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_value_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_iam_member.py +7 -0
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/RECORD +299 -286
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -1377,6 +1377,10 @@ __all__ = [
|
|
1377
1377
|
'ServiceAttachmentConnectedEndpointArgsDict',
|
1378
1378
|
'ServiceAttachmentConsumerAcceptListArgs',
|
1379
1379
|
'ServiceAttachmentConsumerAcceptListArgsDict',
|
1380
|
+
'ServiceAttachmentPscServiceAttachmentIdArgs',
|
1381
|
+
'ServiceAttachmentPscServiceAttachmentIdArgsDict',
|
1382
|
+
'ServiceAttachmentTunnelingConfigArgs',
|
1383
|
+
'ServiceAttachmentTunnelingConfigArgsDict',
|
1380
1384
|
'SnapshotIamBindingConditionArgs',
|
1381
1385
|
'SnapshotIamBindingConditionArgsDict',
|
1382
1386
|
'SnapshotIamMemberConditionArgs',
|
@@ -18241,6 +18245,10 @@ if not MYPY:
|
|
18241
18245
|
"""
|
18242
18246
|
Whether the instance is spot. If this is set as SPOT.
|
18243
18247
|
"""
|
18248
|
+
skip_guest_os_shutdown: NotRequired[pulumi.Input[_builtins.bool]]
|
18249
|
+
"""
|
18250
|
+
Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
18251
|
+
"""
|
18244
18252
|
termination_time: NotRequired[pulumi.Input[_builtins.str]]
|
18245
18253
|
"""
|
18246
18254
|
Specifies the timestamp, when the instance will be terminated,
|
@@ -18267,6 +18275,7 @@ class InstanceFromMachineImageSchedulingArgs:
|
|
18267
18275
|
on_instance_stop_action: Optional[pulumi.Input['InstanceFromMachineImageSchedulingOnInstanceStopActionArgs']] = None,
|
18268
18276
|
preemptible: Optional[pulumi.Input[_builtins.bool]] = None,
|
18269
18277
|
provisioning_model: Optional[pulumi.Input[_builtins.str]] = None,
|
18278
|
+
skip_guest_os_shutdown: Optional[pulumi.Input[_builtins.bool]] = None,
|
18270
18279
|
termination_time: Optional[pulumi.Input[_builtins.str]] = None):
|
18271
18280
|
"""
|
18272
18281
|
:param pulumi.Input[_builtins.bool] automatic_restart: Specifies if the instance should be restarted if it was terminated by Compute Engine (not a user).
|
@@ -18285,6 +18294,7 @@ class InstanceFromMachineImageSchedulingArgs:
|
|
18285
18294
|
:param pulumi.Input['InstanceFromMachineImageSchedulingOnInstanceStopActionArgs'] on_instance_stop_action: Defines the behaviour for instances with the instance_termination_action.
|
18286
18295
|
:param pulumi.Input[_builtins.bool] preemptible: Whether the instance is preemptible.
|
18287
18296
|
:param pulumi.Input[_builtins.str] provisioning_model: Whether the instance is spot. If this is set as SPOT.
|
18297
|
+
:param pulumi.Input[_builtins.bool] skip_guest_os_shutdown: Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
18288
18298
|
:param pulumi.Input[_builtins.str] termination_time: Specifies the timestamp, when the instance will be terminated,
|
18289
18299
|
in RFC3339 text format. If specified, the instance termination action
|
18290
18300
|
will be performed at the termination time.
|
@@ -18317,6 +18327,8 @@ class InstanceFromMachineImageSchedulingArgs:
|
|
18317
18327
|
pulumi.set(__self__, "preemptible", preemptible)
|
18318
18328
|
if provisioning_model is not None:
|
18319
18329
|
pulumi.set(__self__, "provisioning_model", provisioning_model)
|
18330
|
+
if skip_guest_os_shutdown is not None:
|
18331
|
+
pulumi.set(__self__, "skip_guest_os_shutdown", skip_guest_os_shutdown)
|
18320
18332
|
if termination_time is not None:
|
18321
18333
|
pulumi.set(__self__, "termination_time", termination_time)
|
18322
18334
|
|
@@ -18488,6 +18500,18 @@ class InstanceFromMachineImageSchedulingArgs:
|
|
18488
18500
|
def provisioning_model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
18489
18501
|
pulumi.set(self, "provisioning_model", value)
|
18490
18502
|
|
18503
|
+
@_builtins.property
|
18504
|
+
@pulumi.getter(name="skipGuestOsShutdown")
|
18505
|
+
def skip_guest_os_shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
18506
|
+
"""
|
18507
|
+
Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
18508
|
+
"""
|
18509
|
+
return pulumi.get(self, "skip_guest_os_shutdown")
|
18510
|
+
|
18511
|
+
@skip_guest_os_shutdown.setter
|
18512
|
+
def skip_guest_os_shutdown(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
18513
|
+
pulumi.set(self, "skip_guest_os_shutdown", value)
|
18514
|
+
|
18491
18515
|
@_builtins.property
|
18492
18516
|
@pulumi.getter(name="terminationTime")
|
18493
18517
|
def termination_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -21224,6 +21248,10 @@ if not MYPY:
|
|
21224
21248
|
"""
|
21225
21249
|
Whether the instance is spot. If this is set as SPOT.
|
21226
21250
|
"""
|
21251
|
+
skip_guest_os_shutdown: NotRequired[pulumi.Input[_builtins.bool]]
|
21252
|
+
"""
|
21253
|
+
Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
21254
|
+
"""
|
21227
21255
|
termination_time: NotRequired[pulumi.Input[_builtins.str]]
|
21228
21256
|
"""
|
21229
21257
|
Specifies the timestamp, when the instance will be terminated,
|
@@ -21250,6 +21278,7 @@ class InstanceFromTemplateSchedulingArgs:
|
|
21250
21278
|
on_instance_stop_action: Optional[pulumi.Input['InstanceFromTemplateSchedulingOnInstanceStopActionArgs']] = None,
|
21251
21279
|
preemptible: Optional[pulumi.Input[_builtins.bool]] = None,
|
21252
21280
|
provisioning_model: Optional[pulumi.Input[_builtins.str]] = None,
|
21281
|
+
skip_guest_os_shutdown: Optional[pulumi.Input[_builtins.bool]] = None,
|
21253
21282
|
termination_time: Optional[pulumi.Input[_builtins.str]] = None):
|
21254
21283
|
"""
|
21255
21284
|
:param pulumi.Input[_builtins.bool] automatic_restart: Specifies if the instance should be restarted if it was terminated by Compute Engine (not a user).
|
@@ -21268,6 +21297,7 @@ class InstanceFromTemplateSchedulingArgs:
|
|
21268
21297
|
:param pulumi.Input['InstanceFromTemplateSchedulingOnInstanceStopActionArgs'] on_instance_stop_action: Defines the behaviour for instances with the instance_termination_action.
|
21269
21298
|
:param pulumi.Input[_builtins.bool] preemptible: Whether the instance is preemptible.
|
21270
21299
|
:param pulumi.Input[_builtins.str] provisioning_model: Whether the instance is spot. If this is set as SPOT.
|
21300
|
+
:param pulumi.Input[_builtins.bool] skip_guest_os_shutdown: Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
21271
21301
|
:param pulumi.Input[_builtins.str] termination_time: Specifies the timestamp, when the instance will be terminated,
|
21272
21302
|
in RFC3339 text format. If specified, the instance termination action
|
21273
21303
|
will be performed at the termination time.
|
@@ -21300,6 +21330,8 @@ class InstanceFromTemplateSchedulingArgs:
|
|
21300
21330
|
pulumi.set(__self__, "preemptible", preemptible)
|
21301
21331
|
if provisioning_model is not None:
|
21302
21332
|
pulumi.set(__self__, "provisioning_model", provisioning_model)
|
21333
|
+
if skip_guest_os_shutdown is not None:
|
21334
|
+
pulumi.set(__self__, "skip_guest_os_shutdown", skip_guest_os_shutdown)
|
21303
21335
|
if termination_time is not None:
|
21304
21336
|
pulumi.set(__self__, "termination_time", termination_time)
|
21305
21337
|
|
@@ -21471,6 +21503,18 @@ class InstanceFromTemplateSchedulingArgs:
|
|
21471
21503
|
def provisioning_model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
21472
21504
|
pulumi.set(self, "provisioning_model", value)
|
21473
21505
|
|
21506
|
+
@_builtins.property
|
21507
|
+
@pulumi.getter(name="skipGuestOsShutdown")
|
21508
|
+
def skip_guest_os_shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
21509
|
+
"""
|
21510
|
+
Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
21511
|
+
"""
|
21512
|
+
return pulumi.get(self, "skip_guest_os_shutdown")
|
21513
|
+
|
21514
|
+
@skip_guest_os_shutdown.setter
|
21515
|
+
def skip_guest_os_shutdown(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
21516
|
+
pulumi.set(self, "skip_guest_os_shutdown", value)
|
21517
|
+
|
21474
21518
|
@_builtins.property
|
21475
21519
|
@pulumi.getter(name="terminationTime")
|
21476
21520
|
def termination_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -24393,6 +24437,10 @@ if not MYPY:
|
|
24393
24437
|
`false`. For more info about
|
24394
24438
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
24395
24439
|
"""
|
24440
|
+
skip_guest_os_shutdown: NotRequired[pulumi.Input[_builtins.bool]]
|
24441
|
+
"""
|
24442
|
+
Boolean parameter. Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
24443
|
+
"""
|
24396
24444
|
termination_time: NotRequired[pulumi.Input[_builtins.str]]
|
24397
24445
|
"""
|
24398
24446
|
Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the instance termination action will be performed at the termination time.
|
@@ -24417,6 +24465,7 @@ class InstanceSchedulingArgs:
|
|
24417
24465
|
on_instance_stop_action: Optional[pulumi.Input['InstanceSchedulingOnInstanceStopActionArgs']] = None,
|
24418
24466
|
preemptible: Optional[pulumi.Input[_builtins.bool]] = None,
|
24419
24467
|
provisioning_model: Optional[pulumi.Input[_builtins.str]] = None,
|
24468
|
+
skip_guest_os_shutdown: Optional[pulumi.Input[_builtins.bool]] = None,
|
24420
24469
|
termination_time: Optional[pulumi.Input[_builtins.str]] = None):
|
24421
24470
|
"""
|
24422
24471
|
:param pulumi.Input[_builtins.bool] automatic_restart: Specifies if the instance should be
|
@@ -24449,6 +24498,7 @@ class InstanceSchedulingArgs:
|
|
24449
24498
|
`preemptible` should be `true` and `automatic_restart` should be
|
24450
24499
|
`false`. For more info about
|
24451
24500
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
24501
|
+
:param pulumi.Input[_builtins.bool] skip_guest_os_shutdown: Boolean parameter. Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
24452
24502
|
:param pulumi.Input[_builtins.str] termination_time: Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the instance termination action will be performed at the termination time.
|
24453
24503
|
"""
|
24454
24504
|
if automatic_restart is not None:
|
@@ -24479,6 +24529,8 @@ class InstanceSchedulingArgs:
|
|
24479
24529
|
pulumi.set(__self__, "preemptible", preemptible)
|
24480
24530
|
if provisioning_model is not None:
|
24481
24531
|
pulumi.set(__self__, "provisioning_model", provisioning_model)
|
24532
|
+
if skip_guest_os_shutdown is not None:
|
24533
|
+
pulumi.set(__self__, "skip_guest_os_shutdown", skip_guest_os_shutdown)
|
24482
24534
|
if termination_time is not None:
|
24483
24535
|
pulumi.set(__self__, "termination_time", termination_time)
|
24484
24536
|
|
@@ -24666,6 +24718,18 @@ class InstanceSchedulingArgs:
|
|
24666
24718
|
def provisioning_model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
24667
24719
|
pulumi.set(self, "provisioning_model", value)
|
24668
24720
|
|
24721
|
+
@_builtins.property
|
24722
|
+
@pulumi.getter(name="skipGuestOsShutdown")
|
24723
|
+
def skip_guest_os_shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
24724
|
+
"""
|
24725
|
+
Boolean parameter. Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
24726
|
+
"""
|
24727
|
+
return pulumi.get(self, "skip_guest_os_shutdown")
|
24728
|
+
|
24729
|
+
@skip_guest_os_shutdown.setter
|
24730
|
+
def skip_guest_os_shutdown(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
24731
|
+
pulumi.set(self, "skip_guest_os_shutdown", value)
|
24732
|
+
|
24669
24733
|
@_builtins.property
|
24670
24734
|
@pulumi.getter(name="terminationTime")
|
24671
24735
|
def termination_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -27345,6 +27409,10 @@ if not MYPY:
|
|
27345
27409
|
`false`. For more info about
|
27346
27410
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
27347
27411
|
"""
|
27412
|
+
skip_guest_os_shutdown: NotRequired[pulumi.Input[_builtins.bool]]
|
27413
|
+
"""
|
27414
|
+
Boolean parameter. Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
27415
|
+
"""
|
27348
27416
|
termination_time: NotRequired[pulumi.Input[_builtins.str]]
|
27349
27417
|
"""
|
27350
27418
|
Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the instance termination action will be performed at the termination time.
|
@@ -27369,6 +27437,7 @@ class InstanceTemplateSchedulingArgs:
|
|
27369
27437
|
on_instance_stop_action: Optional[pulumi.Input['InstanceTemplateSchedulingOnInstanceStopActionArgs']] = None,
|
27370
27438
|
preemptible: Optional[pulumi.Input[_builtins.bool]] = None,
|
27371
27439
|
provisioning_model: Optional[pulumi.Input[_builtins.str]] = None,
|
27440
|
+
skip_guest_os_shutdown: Optional[pulumi.Input[_builtins.bool]] = None,
|
27372
27441
|
termination_time: Optional[pulumi.Input[_builtins.str]] = None):
|
27373
27442
|
"""
|
27374
27443
|
:param pulumi.Input[_builtins.bool] automatic_restart: Specifies whether the instance should be
|
@@ -27400,6 +27469,7 @@ class InstanceTemplateSchedulingArgs:
|
|
27400
27469
|
`preemptible` should be `true` and `automatic_restart` should be
|
27401
27470
|
`false`. For more info about
|
27402
27471
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
27472
|
+
:param pulumi.Input[_builtins.bool] skip_guest_os_shutdown: Boolean parameter. Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
27403
27473
|
:param pulumi.Input[_builtins.str] termination_time: Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the instance termination action will be performed at the termination time.
|
27404
27474
|
"""
|
27405
27475
|
if automatic_restart is not None:
|
@@ -27430,6 +27500,8 @@ class InstanceTemplateSchedulingArgs:
|
|
27430
27500
|
pulumi.set(__self__, "preemptible", preemptible)
|
27431
27501
|
if provisioning_model is not None:
|
27432
27502
|
pulumi.set(__self__, "provisioning_model", provisioning_model)
|
27503
|
+
if skip_guest_os_shutdown is not None:
|
27504
|
+
pulumi.set(__self__, "skip_guest_os_shutdown", skip_guest_os_shutdown)
|
27433
27505
|
if termination_time is not None:
|
27434
27506
|
pulumi.set(__self__, "termination_time", termination_time)
|
27435
27507
|
|
@@ -27616,6 +27688,18 @@ class InstanceTemplateSchedulingArgs:
|
|
27616
27688
|
def provisioning_model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
27617
27689
|
pulumi.set(self, "provisioning_model", value)
|
27618
27690
|
|
27691
|
+
@_builtins.property
|
27692
|
+
@pulumi.getter(name="skipGuestOsShutdown")
|
27693
|
+
def skip_guest_os_shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
27694
|
+
"""
|
27695
|
+
Boolean parameter. Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
27696
|
+
"""
|
27697
|
+
return pulumi.get(self, "skip_guest_os_shutdown")
|
27698
|
+
|
27699
|
+
@skip_guest_os_shutdown.setter
|
27700
|
+
def skip_guest_os_shutdown(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
27701
|
+
pulumi.set(self, "skip_guest_os_shutdown", value)
|
27702
|
+
|
27619
27703
|
@_builtins.property
|
27620
27704
|
@pulumi.getter(name="terminationTime")
|
27621
27705
|
def termination_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -44424,6 +44508,10 @@ if not MYPY:
|
|
44424
44508
|
`false`. For more info about
|
44425
44509
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
44426
44510
|
"""
|
44511
|
+
skip_guest_os_shutdown: NotRequired[pulumi.Input[_builtins.bool]]
|
44512
|
+
"""
|
44513
|
+
Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
44514
|
+
"""
|
44427
44515
|
termination_time: NotRequired[pulumi.Input[_builtins.str]]
|
44428
44516
|
"""
|
44429
44517
|
Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the instance termination action will be performed at the termination time.
|
@@ -44448,6 +44536,7 @@ class RegionInstanceTemplateSchedulingArgs:
|
|
44448
44536
|
on_instance_stop_action: Optional[pulumi.Input['RegionInstanceTemplateSchedulingOnInstanceStopActionArgs']] = None,
|
44449
44537
|
preemptible: Optional[pulumi.Input[_builtins.bool]] = None,
|
44450
44538
|
provisioning_model: Optional[pulumi.Input[_builtins.str]] = None,
|
44539
|
+
skip_guest_os_shutdown: Optional[pulumi.Input[_builtins.bool]] = None,
|
44451
44540
|
termination_time: Optional[pulumi.Input[_builtins.str]] = None):
|
44452
44541
|
"""
|
44453
44542
|
:param pulumi.Input[_builtins.bool] automatic_restart: Specifies whether the instance should be
|
@@ -44479,6 +44568,7 @@ class RegionInstanceTemplateSchedulingArgs:
|
|
44479
44568
|
`preemptible` should be `true` and `automatic_restart` should be
|
44480
44569
|
`false`. For more info about
|
44481
44570
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
44571
|
+
:param pulumi.Input[_builtins.bool] skip_guest_os_shutdown: Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
44482
44572
|
:param pulumi.Input[_builtins.str] termination_time: Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the instance termination action will be performed at the termination time.
|
44483
44573
|
"""
|
44484
44574
|
if automatic_restart is not None:
|
@@ -44509,6 +44599,8 @@ class RegionInstanceTemplateSchedulingArgs:
|
|
44509
44599
|
pulumi.set(__self__, "preemptible", preemptible)
|
44510
44600
|
if provisioning_model is not None:
|
44511
44601
|
pulumi.set(__self__, "provisioning_model", provisioning_model)
|
44602
|
+
if skip_guest_os_shutdown is not None:
|
44603
|
+
pulumi.set(__self__, "skip_guest_os_shutdown", skip_guest_os_shutdown)
|
44512
44604
|
if termination_time is not None:
|
44513
44605
|
pulumi.set(__self__, "termination_time", termination_time)
|
44514
44606
|
|
@@ -44695,6 +44787,18 @@ class RegionInstanceTemplateSchedulingArgs:
|
|
44695
44787
|
def provisioning_model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
44696
44788
|
pulumi.set(self, "provisioning_model", value)
|
44697
44789
|
|
44790
|
+
@_builtins.property
|
44791
|
+
@pulumi.getter(name="skipGuestOsShutdown")
|
44792
|
+
def skip_guest_os_shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
44793
|
+
"""
|
44794
|
+
Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
44795
|
+
"""
|
44796
|
+
return pulumi.get(self, "skip_guest_os_shutdown")
|
44797
|
+
|
44798
|
+
@skip_guest_os_shutdown.setter
|
44799
|
+
def skip_guest_os_shutdown(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
44800
|
+
pulumi.set(self, "skip_guest_os_shutdown", value)
|
44801
|
+
|
44698
44802
|
@_builtins.property
|
44699
44803
|
@pulumi.getter(name="terminationTime")
|
44700
44804
|
def termination_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -67651,6 +67755,116 @@ class ServiceAttachmentConsumerAcceptListArgs:
|
|
67651
67755
|
pulumi.set(self, "project_id_or_num", value)
|
67652
67756
|
|
67653
67757
|
|
67758
|
+
if not MYPY:
|
67759
|
+
class ServiceAttachmentPscServiceAttachmentIdArgsDict(TypedDict):
|
67760
|
+
high: NotRequired[pulumi.Input[_builtins.str]]
|
67761
|
+
"""
|
67762
|
+
(Output)
|
67763
|
+
The high 64 bits of the PSC service attachment ID.
|
67764
|
+
"""
|
67765
|
+
low: NotRequired[pulumi.Input[_builtins.str]]
|
67766
|
+
"""
|
67767
|
+
(Output)
|
67768
|
+
The low 64 bits of the PSC service attachment ID.
|
67769
|
+
"""
|
67770
|
+
elif False:
|
67771
|
+
ServiceAttachmentPscServiceAttachmentIdArgsDict: TypeAlias = Mapping[str, Any]
|
67772
|
+
|
67773
|
+
@pulumi.input_type
|
67774
|
+
class ServiceAttachmentPscServiceAttachmentIdArgs:
|
67775
|
+
def __init__(__self__, *,
|
67776
|
+
high: Optional[pulumi.Input[_builtins.str]] = None,
|
67777
|
+
low: Optional[pulumi.Input[_builtins.str]] = None):
|
67778
|
+
"""
|
67779
|
+
:param pulumi.Input[_builtins.str] high: (Output)
|
67780
|
+
The high 64 bits of the PSC service attachment ID.
|
67781
|
+
:param pulumi.Input[_builtins.str] low: (Output)
|
67782
|
+
The low 64 bits of the PSC service attachment ID.
|
67783
|
+
"""
|
67784
|
+
if high is not None:
|
67785
|
+
pulumi.set(__self__, "high", high)
|
67786
|
+
if low is not None:
|
67787
|
+
pulumi.set(__self__, "low", low)
|
67788
|
+
|
67789
|
+
@_builtins.property
|
67790
|
+
@pulumi.getter
|
67791
|
+
def high(self) -> Optional[pulumi.Input[_builtins.str]]:
|
67792
|
+
"""
|
67793
|
+
(Output)
|
67794
|
+
The high 64 bits of the PSC service attachment ID.
|
67795
|
+
"""
|
67796
|
+
return pulumi.get(self, "high")
|
67797
|
+
|
67798
|
+
@high.setter
|
67799
|
+
def high(self, value: Optional[pulumi.Input[_builtins.str]]):
|
67800
|
+
pulumi.set(self, "high", value)
|
67801
|
+
|
67802
|
+
@_builtins.property
|
67803
|
+
@pulumi.getter
|
67804
|
+
def low(self) -> Optional[pulumi.Input[_builtins.str]]:
|
67805
|
+
"""
|
67806
|
+
(Output)
|
67807
|
+
The low 64 bits of the PSC service attachment ID.
|
67808
|
+
"""
|
67809
|
+
return pulumi.get(self, "low")
|
67810
|
+
|
67811
|
+
@low.setter
|
67812
|
+
def low(self, value: Optional[pulumi.Input[_builtins.str]]):
|
67813
|
+
pulumi.set(self, "low", value)
|
67814
|
+
|
67815
|
+
|
67816
|
+
if not MYPY:
|
67817
|
+
class ServiceAttachmentTunnelingConfigArgsDict(TypedDict):
|
67818
|
+
encapsulation_profile: NotRequired[pulumi.Input[_builtins.str]]
|
67819
|
+
"""
|
67820
|
+
The encapsulation profile for tunneling traffic.
|
67821
|
+
"""
|
67822
|
+
routing_mode: NotRequired[pulumi.Input[_builtins.str]]
|
67823
|
+
"""
|
67824
|
+
The routing mode for tunneling traffic.
|
67825
|
+
"""
|
67826
|
+
elif False:
|
67827
|
+
ServiceAttachmentTunnelingConfigArgsDict: TypeAlias = Mapping[str, Any]
|
67828
|
+
|
67829
|
+
@pulumi.input_type
|
67830
|
+
class ServiceAttachmentTunnelingConfigArgs:
|
67831
|
+
def __init__(__self__, *,
|
67832
|
+
encapsulation_profile: Optional[pulumi.Input[_builtins.str]] = None,
|
67833
|
+
routing_mode: Optional[pulumi.Input[_builtins.str]] = None):
|
67834
|
+
"""
|
67835
|
+
:param pulumi.Input[_builtins.str] encapsulation_profile: The encapsulation profile for tunneling traffic.
|
67836
|
+
:param pulumi.Input[_builtins.str] routing_mode: The routing mode for tunneling traffic.
|
67837
|
+
"""
|
67838
|
+
if encapsulation_profile is not None:
|
67839
|
+
pulumi.set(__self__, "encapsulation_profile", encapsulation_profile)
|
67840
|
+
if routing_mode is not None:
|
67841
|
+
pulumi.set(__self__, "routing_mode", routing_mode)
|
67842
|
+
|
67843
|
+
@_builtins.property
|
67844
|
+
@pulumi.getter(name="encapsulationProfile")
|
67845
|
+
def encapsulation_profile(self) -> Optional[pulumi.Input[_builtins.str]]:
|
67846
|
+
"""
|
67847
|
+
The encapsulation profile for tunneling traffic.
|
67848
|
+
"""
|
67849
|
+
return pulumi.get(self, "encapsulation_profile")
|
67850
|
+
|
67851
|
+
@encapsulation_profile.setter
|
67852
|
+
def encapsulation_profile(self, value: Optional[pulumi.Input[_builtins.str]]):
|
67853
|
+
pulumi.set(self, "encapsulation_profile", value)
|
67854
|
+
|
67855
|
+
@_builtins.property
|
67856
|
+
@pulumi.getter(name="routingMode")
|
67857
|
+
def routing_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
67858
|
+
"""
|
67859
|
+
The routing mode for tunneling traffic.
|
67860
|
+
"""
|
67861
|
+
return pulumi.get(self, "routing_mode")
|
67862
|
+
|
67863
|
+
@routing_mode.setter
|
67864
|
+
def routing_mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
67865
|
+
pulumi.set(self, "routing_mode", value)
|
67866
|
+
|
67867
|
+
|
67654
67868
|
if not MYPY:
|
67655
67869
|
class SnapshotIamBindingConditionArgsDict(TypedDict):
|
67656
67870
|
expression: pulumi.Input[_builtins.str]
|
@@ -39,6 +39,7 @@ class BackendBucketIamBindingArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`compute.BackendBucketIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -70,6 +71,7 @@ class BackendBucketIamBindingArgs:
|
|
70
71
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
71
72
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
72
73
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
74
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
73
75
|
"""
|
74
76
|
return pulumi.get(self, "members")
|
75
77
|
|
@@ -149,6 +151,7 @@ class _BackendBucketIamBindingState:
|
|
149
151
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
150
152
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
151
153
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
154
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
152
155
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
153
156
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
154
157
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -205,6 +208,7 @@ class _BackendBucketIamBindingState:
|
|
205
208
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
206
209
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
207
210
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
211
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
208
212
|
"""
|
209
213
|
return pulumi.get(self, "members")
|
210
214
|
|
@@ -432,6 +436,7 @@ class BackendBucketIamBinding(pulumi.CustomResource):
|
|
432
436
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
433
437
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
434
438
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
439
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
435
440
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
436
441
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
437
442
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -674,6 +679,7 @@ class BackendBucketIamBinding(pulumi.CustomResource):
|
|
674
679
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
675
680
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
676
681
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
682
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
677
683
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
678
684
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
679
685
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -721,6 +727,7 @@ class BackendBucketIamBinding(pulumi.CustomResource):
|
|
721
727
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
722
728
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
723
729
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
730
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
724
731
|
"""
|
725
732
|
return pulumi.get(self, "members")
|
726
733
|
|
@@ -39,6 +39,7 @@ class BackendBucketIamMemberArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`compute.BackendBucketIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -70,6 +71,7 @@ class BackendBucketIamMemberArgs:
|
|
70
71
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
71
72
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
72
73
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
74
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
73
75
|
"""
|
74
76
|
return pulumi.get(self, "member")
|
75
77
|
|
@@ -149,6 +151,7 @@ class _BackendBucketIamMemberState:
|
|
149
151
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
150
152
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
151
153
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
154
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
152
155
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
153
156
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
154
157
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -205,6 +208,7 @@ class _BackendBucketIamMemberState:
|
|
205
208
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
206
209
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
207
210
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
211
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
208
212
|
"""
|
209
213
|
return pulumi.get(self, "member")
|
210
214
|
|
@@ -432,6 +436,7 @@ class BackendBucketIamMember(pulumi.CustomResource):
|
|
432
436
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
433
437
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
434
438
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
439
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
435
440
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
436
441
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
437
442
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -674,6 +679,7 @@ class BackendBucketIamMember(pulumi.CustomResource):
|
|
674
679
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
675
680
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
676
681
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
682
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
677
683
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
678
684
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
679
685
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -721,6 +727,7 @@ class BackendBucketIamMember(pulumi.CustomResource):
|
|
721
727
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
722
728
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
723
729
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
730
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
724
731
|
"""
|
725
732
|
return pulumi.get(self, "member")
|
726
733
|
|
@@ -39,6 +39,7 @@ class BackendServiceIamBindingArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`compute.BackendServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -72,6 +73,7 @@ class BackendServiceIamBindingArgs:
|
|
72
73
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
73
74
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
74
75
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
76
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
75
77
|
"""
|
76
78
|
return pulumi.get(self, "members")
|
77
79
|
|
@@ -157,6 +159,7 @@ class _BackendServiceIamBindingState:
|
|
157
159
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
158
160
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
159
161
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
162
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
160
163
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
161
164
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
162
165
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -217,6 +220,7 @@ class _BackendServiceIamBindingState:
|
|
217
220
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
218
221
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
219
222
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
223
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
220
224
|
"""
|
221
225
|
return pulumi.get(self, "members")
|
222
226
|
|
@@ -560,6 +564,7 @@ class BackendServiceIamBinding(pulumi.CustomResource):
|
|
560
564
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
561
565
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
562
566
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
567
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
563
568
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
564
569
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
565
570
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -918,6 +923,7 @@ class BackendServiceIamBinding(pulumi.CustomResource):
|
|
918
923
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
919
924
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
920
925
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
926
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
921
927
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
922
928
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
923
929
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -969,6 +975,7 @@ class BackendServiceIamBinding(pulumi.CustomResource):
|
|
969
975
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
970
976
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
971
977
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
978
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
972
979
|
"""
|
973
980
|
return pulumi.get(self, "members")
|
974
981
|
|