pulumi-gcp 9.1.0a1758696393__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.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/RECORD +299 -286
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/top_level.txt +0 -0
@@ -34,7 +34,8 @@ class ServiceAttachmentArgs:
|
|
34
34
|
propagated_connection_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
35
35
|
reconcile_connections: Optional[pulumi.Input[_builtins.bool]] = None,
|
36
36
|
region: Optional[pulumi.Input[_builtins.str]] = None,
|
37
|
-
send_propagated_connection_limit_if_zero: Optional[pulumi.Input[_builtins.bool]] = None
|
37
|
+
send_propagated_connection_limit_if_zero: Optional[pulumi.Input[_builtins.bool]] = None,
|
38
|
+
tunneling_config: Optional[pulumi.Input['ServiceAttachmentTunnelingConfigArgs']] = None):
|
38
39
|
"""
|
39
40
|
The set of arguments for constructing a ServiceAttachment resource.
|
40
41
|
:param pulumi.Input[_builtins.str] connection_preference: The connection preference to use for this service attachment. Valid
|
@@ -75,6 +76,8 @@ class ServiceAttachmentArgs:
|
|
75
76
|
When false, setting propagated_connection_limit to zero causes the provider to use to the API's default value.
|
76
77
|
When true, the provider will set propagated_connection_limit to zero.
|
77
78
|
Defaults to false.
|
79
|
+
:param pulumi.Input['ServiceAttachmentTunnelingConfigArgs'] tunneling_config: Tunneling configuration for this service attachment.
|
80
|
+
Structure is documented below.
|
78
81
|
"""
|
79
82
|
pulumi.set(__self__, "connection_preference", connection_preference)
|
80
83
|
pulumi.set(__self__, "enable_proxy_protocol", enable_proxy_protocol)
|
@@ -100,6 +103,8 @@ class ServiceAttachmentArgs:
|
|
100
103
|
pulumi.set(__self__, "region", region)
|
101
104
|
if send_propagated_connection_limit_if_zero is not None:
|
102
105
|
pulumi.set(__self__, "send_propagated_connection_limit_if_zero", send_propagated_connection_limit_if_zero)
|
106
|
+
if tunneling_config is not None:
|
107
|
+
pulumi.set(__self__, "tunneling_config", tunneling_config)
|
103
108
|
|
104
109
|
@_builtins.property
|
105
110
|
@pulumi.getter(name="connectionPreference")
|
@@ -293,6 +298,19 @@ class ServiceAttachmentArgs:
|
|
293
298
|
def send_propagated_connection_limit_if_zero(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
294
299
|
pulumi.set(self, "send_propagated_connection_limit_if_zero", value)
|
295
300
|
|
301
|
+
@_builtins.property
|
302
|
+
@pulumi.getter(name="tunnelingConfig")
|
303
|
+
def tunneling_config(self) -> Optional[pulumi.Input['ServiceAttachmentTunnelingConfigArgs']]:
|
304
|
+
"""
|
305
|
+
Tunneling configuration for this service attachment.
|
306
|
+
Structure is documented below.
|
307
|
+
"""
|
308
|
+
return pulumi.get(self, "tunneling_config")
|
309
|
+
|
310
|
+
@tunneling_config.setter
|
311
|
+
def tunneling_config(self, value: Optional[pulumi.Input['ServiceAttachmentTunnelingConfigArgs']]):
|
312
|
+
pulumi.set(self, "tunneling_config", value)
|
313
|
+
|
296
314
|
|
297
315
|
@pulumi.input_type
|
298
316
|
class _ServiceAttachmentState:
|
@@ -309,11 +327,13 @@ class _ServiceAttachmentState:
|
|
309
327
|
nat_subnets: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
310
328
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
311
329
|
propagated_connection_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
330
|
+
psc_service_attachment_ids: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttachmentPscServiceAttachmentIdArgs']]]] = None,
|
312
331
|
reconcile_connections: Optional[pulumi.Input[_builtins.bool]] = None,
|
313
332
|
region: Optional[pulumi.Input[_builtins.str]] = None,
|
314
333
|
self_link: Optional[pulumi.Input[_builtins.str]] = None,
|
315
334
|
send_propagated_connection_limit_if_zero: Optional[pulumi.Input[_builtins.bool]] = None,
|
316
|
-
target_service: Optional[pulumi.Input[_builtins.str]] = None
|
335
|
+
target_service: Optional[pulumi.Input[_builtins.str]] = None,
|
336
|
+
tunneling_config: Optional[pulumi.Input['ServiceAttachmentTunnelingConfigArgs']] = None):
|
317
337
|
"""
|
318
338
|
Input properties used for looking up and filtering ServiceAttachment resources.
|
319
339
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceAttachmentConnectedEndpointArgs']]] connected_endpoints: An array of the consumer forwarding rules connected to this service
|
@@ -350,6 +370,8 @@ class _ServiceAttachmentState:
|
|
350
370
|
If the connection preference of the service attachment is ACCEPT_MANUAL, the limit applies to each project or network that is listed in the consumer accept list.
|
351
371
|
If the connection preference of the service attachment is ACCEPT_AUTOMATIC, the limit applies to each project that contains a connected endpoint.
|
352
372
|
If unspecified, the default propagated connection limit is 250. To explicitly send a zero value, set `send_propagated_connection_limit_if_zero = true`.
|
373
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceAttachmentPscServiceAttachmentIdArgs']]] psc_service_attachment_ids: An 128-bit global unique ID of the PSC service attachment.
|
374
|
+
Structure is documented below.
|
353
375
|
:param pulumi.Input[_builtins.bool] reconcile_connections: This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints.
|
354
376
|
If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified .
|
355
377
|
If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list.
|
@@ -360,6 +382,8 @@ class _ServiceAttachmentState:
|
|
360
382
|
When true, the provider will set propagated_connection_limit to zero.
|
361
383
|
Defaults to false.
|
362
384
|
:param pulumi.Input[_builtins.str] target_service: The URL of a service serving the endpoint identified by this service attachment.
|
385
|
+
:param pulumi.Input['ServiceAttachmentTunnelingConfigArgs'] tunneling_config: Tunneling configuration for this service attachment.
|
386
|
+
Structure is documented below.
|
363
387
|
"""
|
364
388
|
if connected_endpoints is not None:
|
365
389
|
pulumi.set(__self__, "connected_endpoints", connected_endpoints)
|
@@ -385,6 +409,8 @@ class _ServiceAttachmentState:
|
|
385
409
|
pulumi.set(__self__, "project", project)
|
386
410
|
if propagated_connection_limit is not None:
|
387
411
|
pulumi.set(__self__, "propagated_connection_limit", propagated_connection_limit)
|
412
|
+
if psc_service_attachment_ids is not None:
|
413
|
+
pulumi.set(__self__, "psc_service_attachment_ids", psc_service_attachment_ids)
|
388
414
|
if reconcile_connections is not None:
|
389
415
|
pulumi.set(__self__, "reconcile_connections", reconcile_connections)
|
390
416
|
if region is not None:
|
@@ -395,6 +421,8 @@ class _ServiceAttachmentState:
|
|
395
421
|
pulumi.set(__self__, "send_propagated_connection_limit_if_zero", send_propagated_connection_limit_if_zero)
|
396
422
|
if target_service is not None:
|
397
423
|
pulumi.set(__self__, "target_service", target_service)
|
424
|
+
if tunneling_config is not None:
|
425
|
+
pulumi.set(__self__, "tunneling_config", tunneling_config)
|
398
426
|
|
399
427
|
@_builtins.property
|
400
428
|
@pulumi.getter(name="connectedEndpoints")
|
@@ -562,6 +590,19 @@ class _ServiceAttachmentState:
|
|
562
590
|
def propagated_connection_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
563
591
|
pulumi.set(self, "propagated_connection_limit", value)
|
564
592
|
|
593
|
+
@_builtins.property
|
594
|
+
@pulumi.getter(name="pscServiceAttachmentIds")
|
595
|
+
def psc_service_attachment_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttachmentPscServiceAttachmentIdArgs']]]]:
|
596
|
+
"""
|
597
|
+
An 128-bit global unique ID of the PSC service attachment.
|
598
|
+
Structure is documented below.
|
599
|
+
"""
|
600
|
+
return pulumi.get(self, "psc_service_attachment_ids")
|
601
|
+
|
602
|
+
@psc_service_attachment_ids.setter
|
603
|
+
def psc_service_attachment_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttachmentPscServiceAttachmentIdArgs']]]]):
|
604
|
+
pulumi.set(self, "psc_service_attachment_ids", value)
|
605
|
+
|
565
606
|
@_builtins.property
|
566
607
|
@pulumi.getter(name="reconcileConnections")
|
567
608
|
def reconcile_connections(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
@@ -627,6 +668,19 @@ class _ServiceAttachmentState:
|
|
627
668
|
def target_service(self, value: Optional[pulumi.Input[_builtins.str]]):
|
628
669
|
pulumi.set(self, "target_service", value)
|
629
670
|
|
671
|
+
@_builtins.property
|
672
|
+
@pulumi.getter(name="tunnelingConfig")
|
673
|
+
def tunneling_config(self) -> Optional[pulumi.Input['ServiceAttachmentTunnelingConfigArgs']]:
|
674
|
+
"""
|
675
|
+
Tunneling configuration for this service attachment.
|
676
|
+
Structure is documented below.
|
677
|
+
"""
|
678
|
+
return pulumi.get(self, "tunneling_config")
|
679
|
+
|
680
|
+
@tunneling_config.setter
|
681
|
+
def tunneling_config(self, value: Optional[pulumi.Input['ServiceAttachmentTunnelingConfigArgs']]):
|
682
|
+
pulumi.set(self, "tunneling_config", value)
|
683
|
+
|
630
684
|
|
631
685
|
@pulumi.type_token("gcp:compute/serviceAttachment:ServiceAttachment")
|
632
686
|
class ServiceAttachment(pulumi.CustomResource):
|
@@ -648,6 +702,7 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
648
702
|
region: Optional[pulumi.Input[_builtins.str]] = None,
|
649
703
|
send_propagated_connection_limit_if_zero: Optional[pulumi.Input[_builtins.bool]] = None,
|
650
704
|
target_service: Optional[pulumi.Input[_builtins.str]] = None,
|
705
|
+
tunneling_config: Optional[pulumi.Input[Union['ServiceAttachmentTunnelingConfigArgs', 'ServiceAttachmentTunnelingConfigArgsDict']]] = None,
|
651
706
|
__props__=None):
|
652
707
|
"""
|
653
708
|
Represents a ServiceAttachment resource.
|
@@ -921,6 +976,58 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
921
976
|
}],
|
922
977
|
reconcile_connections=False)
|
923
978
|
```
|
979
|
+
### Service Attachment Tunneling Config
|
980
|
+
|
981
|
+
```python
|
982
|
+
import pulumi
|
983
|
+
import pulumi_gcp as gcp
|
984
|
+
|
985
|
+
producer_service_health_check = gcp.compute.HealthCheck("producer_service_health_check",
|
986
|
+
name="producer-service-health-check",
|
987
|
+
check_interval_sec=1,
|
988
|
+
timeout_sec=1,
|
989
|
+
tcp_health_check={
|
990
|
+
"port": 80,
|
991
|
+
})
|
992
|
+
producer_service_backend = gcp.compute.RegionBackendService("producer_service_backend",
|
993
|
+
name="producer-service",
|
994
|
+
region="us-west2",
|
995
|
+
health_checks=producer_service_health_check.id)
|
996
|
+
psc_ilb_network = gcp.compute.Network("psc_ilb_network",
|
997
|
+
name="psc-ilb-network",
|
998
|
+
auto_create_subnetworks=False)
|
999
|
+
psc_ilb_producer_subnetwork = gcp.compute.Subnetwork("psc_ilb_producer_subnetwork",
|
1000
|
+
name="psc-ilb-producer-subnetwork",
|
1001
|
+
region="us-west2",
|
1002
|
+
network=psc_ilb_network.id,
|
1003
|
+
ip_cidr_range="10.0.0.0/16")
|
1004
|
+
psc_ilb_target_service = gcp.compute.ForwardingRule("psc_ilb_target_service",
|
1005
|
+
name="producer-forwarding-rule",
|
1006
|
+
region="us-west2",
|
1007
|
+
load_balancing_scheme="INTERNAL",
|
1008
|
+
backend_service=producer_service_backend.id,
|
1009
|
+
all_ports=True,
|
1010
|
+
network=psc_ilb_network.name,
|
1011
|
+
subnetwork=psc_ilb_producer_subnetwork.name)
|
1012
|
+
psc_ilb_nat = gcp.compute.Subnetwork("psc_ilb_nat",
|
1013
|
+
name="psc-ilb-nat",
|
1014
|
+
region="us-west2",
|
1015
|
+
network=psc_ilb_network.id,
|
1016
|
+
purpose="PRIVATE_SERVICE_CONNECT",
|
1017
|
+
ip_cidr_range="10.1.0.0/16")
|
1018
|
+
psc_ilb_service_attachment = gcp.compute.ServiceAttachment("psc_ilb_service_attachment",
|
1019
|
+
name="my-psc-ilb",
|
1020
|
+
region="us-west2",
|
1021
|
+
description="A service attachment configured with tunneling",
|
1022
|
+
enable_proxy_protocol=False,
|
1023
|
+
connection_preference="ACCEPT_AUTOMATIC",
|
1024
|
+
nat_subnets=[psc_ilb_nat.id],
|
1025
|
+
target_service=psc_ilb_target_service.id,
|
1026
|
+
tunneling_config={
|
1027
|
+
"routing_mode": "REGIONAL",
|
1028
|
+
"encapsulation_profile": "IPV4",
|
1029
|
+
})
|
1030
|
+
```
|
924
1031
|
### Service Attachment Cross Region Ilb
|
925
1032
|
|
926
1033
|
```python
|
@@ -1055,6 +1162,8 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1055
1162
|
When true, the provider will set propagated_connection_limit to zero.
|
1056
1163
|
Defaults to false.
|
1057
1164
|
:param pulumi.Input[_builtins.str] target_service: The URL of a service serving the endpoint identified by this service attachment.
|
1165
|
+
:param pulumi.Input[Union['ServiceAttachmentTunnelingConfigArgs', 'ServiceAttachmentTunnelingConfigArgsDict']] tunneling_config: Tunneling configuration for this service attachment.
|
1166
|
+
Structure is documented below.
|
1058
1167
|
"""
|
1059
1168
|
...
|
1060
1169
|
@overload
|
@@ -1334,6 +1443,58 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1334
1443
|
}],
|
1335
1444
|
reconcile_connections=False)
|
1336
1445
|
```
|
1446
|
+
### Service Attachment Tunneling Config
|
1447
|
+
|
1448
|
+
```python
|
1449
|
+
import pulumi
|
1450
|
+
import pulumi_gcp as gcp
|
1451
|
+
|
1452
|
+
producer_service_health_check = gcp.compute.HealthCheck("producer_service_health_check",
|
1453
|
+
name="producer-service-health-check",
|
1454
|
+
check_interval_sec=1,
|
1455
|
+
timeout_sec=1,
|
1456
|
+
tcp_health_check={
|
1457
|
+
"port": 80,
|
1458
|
+
})
|
1459
|
+
producer_service_backend = gcp.compute.RegionBackendService("producer_service_backend",
|
1460
|
+
name="producer-service",
|
1461
|
+
region="us-west2",
|
1462
|
+
health_checks=producer_service_health_check.id)
|
1463
|
+
psc_ilb_network = gcp.compute.Network("psc_ilb_network",
|
1464
|
+
name="psc-ilb-network",
|
1465
|
+
auto_create_subnetworks=False)
|
1466
|
+
psc_ilb_producer_subnetwork = gcp.compute.Subnetwork("psc_ilb_producer_subnetwork",
|
1467
|
+
name="psc-ilb-producer-subnetwork",
|
1468
|
+
region="us-west2",
|
1469
|
+
network=psc_ilb_network.id,
|
1470
|
+
ip_cidr_range="10.0.0.0/16")
|
1471
|
+
psc_ilb_target_service = gcp.compute.ForwardingRule("psc_ilb_target_service",
|
1472
|
+
name="producer-forwarding-rule",
|
1473
|
+
region="us-west2",
|
1474
|
+
load_balancing_scheme="INTERNAL",
|
1475
|
+
backend_service=producer_service_backend.id,
|
1476
|
+
all_ports=True,
|
1477
|
+
network=psc_ilb_network.name,
|
1478
|
+
subnetwork=psc_ilb_producer_subnetwork.name)
|
1479
|
+
psc_ilb_nat = gcp.compute.Subnetwork("psc_ilb_nat",
|
1480
|
+
name="psc-ilb-nat",
|
1481
|
+
region="us-west2",
|
1482
|
+
network=psc_ilb_network.id,
|
1483
|
+
purpose="PRIVATE_SERVICE_CONNECT",
|
1484
|
+
ip_cidr_range="10.1.0.0/16")
|
1485
|
+
psc_ilb_service_attachment = gcp.compute.ServiceAttachment("psc_ilb_service_attachment",
|
1486
|
+
name="my-psc-ilb",
|
1487
|
+
region="us-west2",
|
1488
|
+
description="A service attachment configured with tunneling",
|
1489
|
+
enable_proxy_protocol=False,
|
1490
|
+
connection_preference="ACCEPT_AUTOMATIC",
|
1491
|
+
nat_subnets=[psc_ilb_nat.id],
|
1492
|
+
target_service=psc_ilb_target_service.id,
|
1493
|
+
tunneling_config={
|
1494
|
+
"routing_mode": "REGIONAL",
|
1495
|
+
"encapsulation_profile": "IPV4",
|
1496
|
+
})
|
1497
|
+
```
|
1337
1498
|
### Service Attachment Cross Region Ilb
|
1338
1499
|
|
1339
1500
|
```python
|
@@ -1457,6 +1618,7 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1457
1618
|
region: Optional[pulumi.Input[_builtins.str]] = None,
|
1458
1619
|
send_propagated_connection_limit_if_zero: Optional[pulumi.Input[_builtins.bool]] = None,
|
1459
1620
|
target_service: Optional[pulumi.Input[_builtins.str]] = None,
|
1621
|
+
tunneling_config: Optional[pulumi.Input[Union['ServiceAttachmentTunnelingConfigArgs', 'ServiceAttachmentTunnelingConfigArgsDict']]] = None,
|
1460
1622
|
__props__=None):
|
1461
1623
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
1462
1624
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -1488,8 +1650,10 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1488
1650
|
if target_service is None and not opts.urn:
|
1489
1651
|
raise TypeError("Missing required property 'target_service'")
|
1490
1652
|
__props__.__dict__["target_service"] = target_service
|
1653
|
+
__props__.__dict__["tunneling_config"] = tunneling_config
|
1491
1654
|
__props__.__dict__["connected_endpoints"] = None
|
1492
1655
|
__props__.__dict__["fingerprint"] = None
|
1656
|
+
__props__.__dict__["psc_service_attachment_ids"] = None
|
1493
1657
|
__props__.__dict__["self_link"] = None
|
1494
1658
|
super(ServiceAttachment, __self__).__init__(
|
1495
1659
|
'gcp:compute/serviceAttachment:ServiceAttachment',
|
@@ -1513,11 +1677,13 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1513
1677
|
nat_subnets: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
1514
1678
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
1515
1679
|
propagated_connection_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
1680
|
+
psc_service_attachment_ids: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceAttachmentPscServiceAttachmentIdArgs', 'ServiceAttachmentPscServiceAttachmentIdArgsDict']]]]] = None,
|
1516
1681
|
reconcile_connections: Optional[pulumi.Input[_builtins.bool]] = None,
|
1517
1682
|
region: Optional[pulumi.Input[_builtins.str]] = None,
|
1518
1683
|
self_link: Optional[pulumi.Input[_builtins.str]] = None,
|
1519
1684
|
send_propagated_connection_limit_if_zero: Optional[pulumi.Input[_builtins.bool]] = None,
|
1520
|
-
target_service: Optional[pulumi.Input[_builtins.str]] = None
|
1685
|
+
target_service: Optional[pulumi.Input[_builtins.str]] = None,
|
1686
|
+
tunneling_config: Optional[pulumi.Input[Union['ServiceAttachmentTunnelingConfigArgs', 'ServiceAttachmentTunnelingConfigArgsDict']]] = None) -> 'ServiceAttachment':
|
1521
1687
|
"""
|
1522
1688
|
Get an existing ServiceAttachment resource's state with the given name, id, and optional extra
|
1523
1689
|
properties used to qualify the lookup.
|
@@ -1559,6 +1725,8 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1559
1725
|
If the connection preference of the service attachment is ACCEPT_MANUAL, the limit applies to each project or network that is listed in the consumer accept list.
|
1560
1726
|
If the connection preference of the service attachment is ACCEPT_AUTOMATIC, the limit applies to each project that contains a connected endpoint.
|
1561
1727
|
If unspecified, the default propagated connection limit is 250. To explicitly send a zero value, set `send_propagated_connection_limit_if_zero = true`.
|
1728
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceAttachmentPscServiceAttachmentIdArgs', 'ServiceAttachmentPscServiceAttachmentIdArgsDict']]]] psc_service_attachment_ids: An 128-bit global unique ID of the PSC service attachment.
|
1729
|
+
Structure is documented below.
|
1562
1730
|
:param pulumi.Input[_builtins.bool] reconcile_connections: This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints.
|
1563
1731
|
If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified .
|
1564
1732
|
If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list.
|
@@ -1569,6 +1737,8 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1569
1737
|
When true, the provider will set propagated_connection_limit to zero.
|
1570
1738
|
Defaults to false.
|
1571
1739
|
:param pulumi.Input[_builtins.str] target_service: The URL of a service serving the endpoint identified by this service attachment.
|
1740
|
+
:param pulumi.Input[Union['ServiceAttachmentTunnelingConfigArgs', 'ServiceAttachmentTunnelingConfigArgsDict']] tunneling_config: Tunneling configuration for this service attachment.
|
1741
|
+
Structure is documented below.
|
1572
1742
|
"""
|
1573
1743
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1574
1744
|
|
@@ -1586,11 +1756,13 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1586
1756
|
__props__.__dict__["nat_subnets"] = nat_subnets
|
1587
1757
|
__props__.__dict__["project"] = project
|
1588
1758
|
__props__.__dict__["propagated_connection_limit"] = propagated_connection_limit
|
1759
|
+
__props__.__dict__["psc_service_attachment_ids"] = psc_service_attachment_ids
|
1589
1760
|
__props__.__dict__["reconcile_connections"] = reconcile_connections
|
1590
1761
|
__props__.__dict__["region"] = region
|
1591
1762
|
__props__.__dict__["self_link"] = self_link
|
1592
1763
|
__props__.__dict__["send_propagated_connection_limit_if_zero"] = send_propagated_connection_limit_if_zero
|
1593
1764
|
__props__.__dict__["target_service"] = target_service
|
1765
|
+
__props__.__dict__["tunneling_config"] = tunneling_config
|
1594
1766
|
return ServiceAttachment(resource_name, opts=opts, __props__=__props__)
|
1595
1767
|
|
1596
1768
|
@_builtins.property
|
@@ -1711,6 +1883,15 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1711
1883
|
"""
|
1712
1884
|
return pulumi.get(self, "propagated_connection_limit")
|
1713
1885
|
|
1886
|
+
@_builtins.property
|
1887
|
+
@pulumi.getter(name="pscServiceAttachmentIds")
|
1888
|
+
def psc_service_attachment_ids(self) -> pulumi.Output[Sequence['outputs.ServiceAttachmentPscServiceAttachmentId']]:
|
1889
|
+
"""
|
1890
|
+
An 128-bit global unique ID of the PSC service attachment.
|
1891
|
+
Structure is documented below.
|
1892
|
+
"""
|
1893
|
+
return pulumi.get(self, "psc_service_attachment_ids")
|
1894
|
+
|
1714
1895
|
@_builtins.property
|
1715
1896
|
@pulumi.getter(name="reconcileConnections")
|
1716
1897
|
def reconcile_connections(self) -> pulumi.Output[_builtins.bool]:
|
@@ -1756,3 +1937,12 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1756
1937
|
"""
|
1757
1938
|
return pulumi.get(self, "target_service")
|
1758
1939
|
|
1940
|
+
@_builtins.property
|
1941
|
+
@pulumi.getter(name="tunnelingConfig")
|
1942
|
+
def tunneling_config(self) -> pulumi.Output[Optional['outputs.ServiceAttachmentTunnelingConfig']]:
|
1943
|
+
"""
|
1944
|
+
Tunneling configuration for this service attachment.
|
1945
|
+
Structure is documented below.
|
1946
|
+
"""
|
1947
|
+
return pulumi.get(self, "tunneling_config")
|
1948
|
+
|
@@ -39,6 +39,7 @@ class SnapshotIamBindingArgs:
|
|
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.SnapshotIamBinding` 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 SnapshotIamBindingArgs:
|
|
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 _SnapshotIamBindingState:
|
|
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 _SnapshotIamBindingState:
|
|
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 SnapshotIamBinding(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 SnapshotIamBinding(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 SnapshotIamBinding(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 SnapshotIamMemberArgs:
|
|
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.SnapshotIamBinding` 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 SnapshotIamMemberArgs:
|
|
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 _SnapshotIamMemberState:
|
|
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 _SnapshotIamMemberState:
|
|
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 SnapshotIamMember(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 SnapshotIamMember(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 SnapshotIamMember(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
|
|
@@ -40,6 +40,7 @@ class StoragePoolIamBindingArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **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"
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`compute.StoragePoolIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -78,6 +79,7 @@ class StoragePoolIamBindingArgs:
|
|
78
79
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
79
80
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
80
81
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
82
|
+
* **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"
|
81
83
|
"""
|
82
84
|
return pulumi.get(self, "members")
|
83
85
|
|
@@ -178,6 +180,7 @@ class _StoragePoolIamBindingState:
|
|
178
180
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
179
181
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
180
182
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
183
|
+
* **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"
|
181
184
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
182
185
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
183
186
|
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.
|
@@ -243,6 +246,7 @@ class _StoragePoolIamBindingState:
|
|
243
246
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
244
247
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
245
248
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
249
|
+
* **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"
|
246
250
|
"""
|
247
251
|
return pulumi.get(self, "members")
|
248
252
|
|
@@ -615,6 +619,7 @@ class StoragePoolIamBinding(pulumi.CustomResource):
|
|
615
619
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
616
620
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
617
621
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
622
|
+
* **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"
|
618
623
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
619
624
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
620
625
|
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.
|
@@ -993,6 +998,7 @@ class StoragePoolIamBinding(pulumi.CustomResource):
|
|
993
998
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
994
999
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
995
1000
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1001
|
+
* **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"
|
996
1002
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
997
1003
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
998
1004
|
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.
|
@@ -1048,6 +1054,7 @@ class StoragePoolIamBinding(pulumi.CustomResource):
|
|
1048
1054
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1049
1055
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1050
1056
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1057
|
+
* **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"
|
1051
1058
|
"""
|
1052
1059
|
return pulumi.get(self, "members")
|
1053
1060
|
|
@@ -40,6 +40,7 @@ class StoragePoolIamMemberArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **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"
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`compute.StoragePoolIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -78,6 +79,7 @@ class StoragePoolIamMemberArgs:
|
|
78
79
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
79
80
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
80
81
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
82
|
+
* **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"
|
81
83
|
"""
|
82
84
|
return pulumi.get(self, "member")
|
83
85
|
|
@@ -178,6 +180,7 @@ class _StoragePoolIamMemberState:
|
|
178
180
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
179
181
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
180
182
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
183
|
+
* **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"
|
181
184
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
182
185
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
183
186
|
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.
|
@@ -243,6 +246,7 @@ class _StoragePoolIamMemberState:
|
|
243
246
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
244
247
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
245
248
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
249
|
+
* **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"
|
246
250
|
"""
|
247
251
|
return pulumi.get(self, "member")
|
248
252
|
|
@@ -615,6 +619,7 @@ class StoragePoolIamMember(pulumi.CustomResource):
|
|
615
619
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
616
620
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
617
621
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
622
|
+
* **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"
|
618
623
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
619
624
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
620
625
|
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.
|
@@ -993,6 +998,7 @@ class StoragePoolIamMember(pulumi.CustomResource):
|
|
993
998
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
994
999
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
995
1000
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1001
|
+
* **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"
|
996
1002
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
997
1003
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
998
1004
|
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.
|
@@ -1048,6 +1054,7 @@ class StoragePoolIamMember(pulumi.CustomResource):
|
|
1048
1054
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1049
1055
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1050
1056
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1057
|
+
* **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"
|
1051
1058
|
"""
|
1052
1059
|
return pulumi.get(self, "member")
|
1053
1060
|
|