pulumi-gcp 8.32.0a1747377897__py3-none-any.whl → 8.32.0a1747834582__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 +88 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/_inputs.py +126 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +110 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +56 -0
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +2 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +35 -0
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/top_level.txt +0 -0
@@ -64,7 +64,7 @@ class RegionBackendServiceArgs:
|
|
64
64
|
Structure is documented below.
|
65
65
|
:param pulumi.Input['RegionBackendServiceCircuitBreakersArgs'] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
|
66
66
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
67
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
67
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
68
68
|
Structure is documented below.
|
69
69
|
:param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
|
70
70
|
connections, but still work to finish started).
|
@@ -141,7 +141,7 @@ class RegionBackendServiceArgs:
|
|
141
141
|
to use for computing the weights are specified via the
|
142
142
|
backends[].customMetrics fields.
|
143
143
|
locality_lb_policy is applicable to either:
|
144
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
144
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
145
145
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
146
146
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
147
147
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -170,7 +170,7 @@ class RegionBackendServiceArgs:
|
|
170
170
|
This field can only be specified when the load balancing scheme is set to INTERNAL.
|
171
171
|
:param pulumi.Input['RegionBackendServiceOutlierDetectionArgs'] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
172
172
|
This field is applicable only when the `load_balancing_scheme` is set
|
173
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
173
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
174
174
|
Structure is documented below.
|
175
175
|
:param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
|
176
176
|
communication to the backend VMs in that group. Required when the
|
@@ -181,10 +181,11 @@ class RegionBackendServiceArgs:
|
|
181
181
|
Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
|
182
182
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
183
183
|
If it is not provided, the provider project is used.
|
184
|
-
:param pulumi.Input[builtins.str] protocol: The protocol this
|
185
|
-
The default is HTTP.
|
186
|
-
|
187
|
-
|
184
|
+
:param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
|
185
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
186
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
187
|
+
for more information.
|
188
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
188
189
|
:param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
|
189
190
|
If it is not provided, the provider region is used.
|
190
191
|
:param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
|
@@ -307,7 +308,7 @@ class RegionBackendServiceArgs:
|
|
307
308
|
"""
|
308
309
|
Settings controlling the volume of connections to a backend service. This field
|
309
310
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
310
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
311
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
311
312
|
Structure is documented below.
|
312
313
|
"""
|
313
314
|
return pulumi.get(self, "circuit_breakers")
|
@@ -516,7 +517,7 @@ class RegionBackendServiceArgs:
|
|
516
517
|
to use for computing the weights are specified via the
|
517
518
|
backends[].customMetrics fields.
|
518
519
|
locality_lb_policy is applicable to either:
|
519
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
520
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
520
521
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
521
522
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
522
523
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -589,7 +590,7 @@ class RegionBackendServiceArgs:
|
|
589
590
|
"""
|
590
591
|
Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
591
592
|
This field is applicable only when the `load_balancing_scheme` is set
|
592
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
593
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
593
594
|
Structure is documented below.
|
594
595
|
"""
|
595
596
|
return pulumi.get(self, "outlier_detection")
|
@@ -633,10 +634,11 @@ class RegionBackendServiceArgs:
|
|
633
634
|
@pulumi.getter
|
634
635
|
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
635
636
|
"""
|
636
|
-
The protocol this
|
637
|
-
The default is HTTP.
|
638
|
-
|
639
|
-
|
637
|
+
The protocol this BackendService uses to communicate with backends.
|
638
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
639
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
640
|
+
for more information.
|
641
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
640
642
|
"""
|
641
643
|
return pulumi.get(self, "protocol")
|
642
644
|
|
@@ -774,7 +776,7 @@ class _RegionBackendServiceState:
|
|
774
776
|
Structure is documented below.
|
775
777
|
:param pulumi.Input['RegionBackendServiceCircuitBreakersArgs'] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
|
776
778
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
777
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
779
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
778
780
|
Structure is documented below.
|
779
781
|
:param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
|
780
782
|
connections, but still work to finish started).
|
@@ -855,7 +857,7 @@ class _RegionBackendServiceState:
|
|
855
857
|
to use for computing the weights are specified via the
|
856
858
|
backends[].customMetrics fields.
|
857
859
|
locality_lb_policy is applicable to either:
|
858
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
860
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
859
861
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
860
862
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
861
863
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -884,7 +886,7 @@ class _RegionBackendServiceState:
|
|
884
886
|
This field can only be specified when the load balancing scheme is set to INTERNAL.
|
885
887
|
:param pulumi.Input['RegionBackendServiceOutlierDetectionArgs'] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
886
888
|
This field is applicable only when the `load_balancing_scheme` is set
|
887
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
889
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
888
890
|
Structure is documented below.
|
889
891
|
:param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
|
890
892
|
communication to the backend VMs in that group. Required when the
|
@@ -895,10 +897,11 @@ class _RegionBackendServiceState:
|
|
895
897
|
Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
|
896
898
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
897
899
|
If it is not provided, the provider project is used.
|
898
|
-
:param pulumi.Input[builtins.str] protocol: The protocol this
|
899
|
-
The default is HTTP.
|
900
|
-
|
901
|
-
|
900
|
+
:param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
|
901
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
902
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
903
|
+
for more information.
|
904
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
902
905
|
:param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
|
903
906
|
If it is not provided, the provider region is used.
|
904
907
|
:param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
|
@@ -1030,7 +1033,7 @@ class _RegionBackendServiceState:
|
|
1030
1033
|
"""
|
1031
1034
|
Settings controlling the volume of connections to a backend service. This field
|
1032
1035
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
1033
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
1036
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
1034
1037
|
Structure is documented below.
|
1035
1038
|
"""
|
1036
1039
|
return pulumi.get(self, "circuit_breakers")
|
@@ -1276,7 +1279,7 @@ class _RegionBackendServiceState:
|
|
1276
1279
|
to use for computing the weights are specified via the
|
1277
1280
|
backends[].customMetrics fields.
|
1278
1281
|
locality_lb_policy is applicable to either:
|
1279
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
1282
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
1280
1283
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
1281
1284
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
1282
1285
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -1349,7 +1352,7 @@ class _RegionBackendServiceState:
|
|
1349
1352
|
"""
|
1350
1353
|
Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
1351
1354
|
This field is applicable only when the `load_balancing_scheme` is set
|
1352
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
1355
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
1353
1356
|
Structure is documented below.
|
1354
1357
|
"""
|
1355
1358
|
return pulumi.get(self, "outlier_detection")
|
@@ -1393,10 +1396,11 @@ class _RegionBackendServiceState:
|
|
1393
1396
|
@pulumi.getter
|
1394
1397
|
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
1395
1398
|
"""
|
1396
|
-
The protocol this
|
1397
|
-
The default is HTTP.
|
1398
|
-
|
1399
|
-
|
1399
|
+
The protocol this BackendService uses to communicate with backends.
|
1400
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
1401
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
1402
|
+
for more information.
|
1403
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
1400
1404
|
"""
|
1401
1405
|
return pulumi.get(self, "protocol")
|
1402
1406
|
|
@@ -1790,7 +1794,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1790
1794
|
}],
|
1791
1795
|
region="us-central1",
|
1792
1796
|
name="region-service",
|
1793
|
-
protocol="
|
1797
|
+
protocol="H2C",
|
1794
1798
|
timeout_sec=10,
|
1795
1799
|
health_checks=default_region_health_check.id)
|
1796
1800
|
```
|
@@ -1929,7 +1933,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1929
1933
|
Structure is documented below.
|
1930
1934
|
:param pulumi.Input[Union['RegionBackendServiceCircuitBreakersArgs', 'RegionBackendServiceCircuitBreakersArgsDict']] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
|
1931
1935
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
1932
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
1936
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
1933
1937
|
Structure is documented below.
|
1934
1938
|
:param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
|
1935
1939
|
connections, but still work to finish started).
|
@@ -2006,7 +2010,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2006
2010
|
to use for computing the weights are specified via the
|
2007
2011
|
backends[].customMetrics fields.
|
2008
2012
|
locality_lb_policy is applicable to either:
|
2009
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
2013
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
2010
2014
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
2011
2015
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
2012
2016
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -2035,7 +2039,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2035
2039
|
This field can only be specified when the load balancing scheme is set to INTERNAL.
|
2036
2040
|
:param pulumi.Input[Union['RegionBackendServiceOutlierDetectionArgs', 'RegionBackendServiceOutlierDetectionArgsDict']] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
2037
2041
|
This field is applicable only when the `load_balancing_scheme` is set
|
2038
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
2042
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
2039
2043
|
Structure is documented below.
|
2040
2044
|
:param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
|
2041
2045
|
communication to the backend VMs in that group. Required when the
|
@@ -2046,10 +2050,11 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2046
2050
|
Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
|
2047
2051
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
2048
2052
|
If it is not provided, the provider project is used.
|
2049
|
-
:param pulumi.Input[builtins.str] protocol: The protocol this
|
2050
|
-
The default is HTTP.
|
2051
|
-
|
2052
|
-
|
2053
|
+
:param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
|
2054
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
2055
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
2056
|
+
for more information.
|
2057
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
2053
2058
|
:param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
|
2054
2059
|
If it is not provided, the provider region is used.
|
2055
2060
|
:param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
|
@@ -2328,7 +2333,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2328
2333
|
}],
|
2329
2334
|
region="us-central1",
|
2330
2335
|
name="region-service",
|
2331
|
-
protocol="
|
2336
|
+
protocol="H2C",
|
2332
2337
|
timeout_sec=10,
|
2333
2338
|
health_checks=default_region_health_check.id)
|
2334
2339
|
```
|
@@ -2601,7 +2606,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2601
2606
|
Structure is documented below.
|
2602
2607
|
:param pulumi.Input[Union['RegionBackendServiceCircuitBreakersArgs', 'RegionBackendServiceCircuitBreakersArgsDict']] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
|
2603
2608
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
2604
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
2609
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
2605
2610
|
Structure is documented below.
|
2606
2611
|
:param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
|
2607
2612
|
connections, but still work to finish started).
|
@@ -2682,7 +2687,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2682
2687
|
to use for computing the weights are specified via the
|
2683
2688
|
backends[].customMetrics fields.
|
2684
2689
|
locality_lb_policy is applicable to either:
|
2685
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
2690
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
2686
2691
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
2687
2692
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
2688
2693
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -2711,7 +2716,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2711
2716
|
This field can only be specified when the load balancing scheme is set to INTERNAL.
|
2712
2717
|
:param pulumi.Input[Union['RegionBackendServiceOutlierDetectionArgs', 'RegionBackendServiceOutlierDetectionArgsDict']] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
2713
2718
|
This field is applicable only when the `load_balancing_scheme` is set
|
2714
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
2719
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
2715
2720
|
Structure is documented below.
|
2716
2721
|
:param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
|
2717
2722
|
communication to the backend VMs in that group. Required when the
|
@@ -2722,10 +2727,11 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2722
2727
|
Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
|
2723
2728
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
2724
2729
|
If it is not provided, the provider project is used.
|
2725
|
-
:param pulumi.Input[builtins.str] protocol: The protocol this
|
2726
|
-
The default is HTTP.
|
2727
|
-
|
2728
|
-
|
2730
|
+
:param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
|
2731
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
2732
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
2733
|
+
for more information.
|
2734
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
2729
2735
|
:param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
|
2730
2736
|
If it is not provided, the provider region is used.
|
2731
2737
|
:param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
|
@@ -2817,7 +2823,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2817
2823
|
"""
|
2818
2824
|
Settings controlling the volume of connections to a backend service. This field
|
2819
2825
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
2820
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
2826
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
2821
2827
|
Structure is documented below.
|
2822
2828
|
"""
|
2823
2829
|
return pulumi.get(self, "circuit_breakers")
|
@@ -3003,7 +3009,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
3003
3009
|
to use for computing the weights are specified via the
|
3004
3010
|
backends[].customMetrics fields.
|
3005
3011
|
locality_lb_policy is applicable to either:
|
3006
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
3012
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
3007
3013
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
3008
3014
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
3009
3015
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -3060,7 +3066,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
3060
3066
|
"""
|
3061
3067
|
Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
3062
3068
|
This field is applicable only when the `load_balancing_scheme` is set
|
3063
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
3069
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
3064
3070
|
Structure is documented below.
|
3065
3071
|
"""
|
3066
3072
|
return pulumi.get(self, "outlier_detection")
|
@@ -3092,10 +3098,11 @@ class RegionBackendService(pulumi.CustomResource):
|
|
3092
3098
|
@pulumi.getter
|
3093
3099
|
def protocol(self) -> pulumi.Output[builtins.str]:
|
3094
3100
|
"""
|
3095
|
-
The protocol this
|
3096
|
-
The default is HTTP.
|
3097
|
-
|
3098
|
-
|
3101
|
+
The protocol this BackendService uses to communicate with backends.
|
3102
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
3103
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
3104
|
+
for more information.
|
3105
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
3099
3106
|
"""
|
3100
3107
|
return pulumi.get(self, "protocol")
|
3101
3108
|
|
pulumi_gcp/container/cluster.py
CHANGED
@@ -55,6 +55,7 @@ class ClusterArgs:
|
|
55
55
|
fleet: Optional[pulumi.Input['ClusterFleetArgs']] = None,
|
56
56
|
gateway_api_config: Optional[pulumi.Input['ClusterGatewayApiConfigArgs']] = None,
|
57
57
|
identity_service_config: Optional[pulumi.Input['ClusterIdentityServiceConfigArgs']] = None,
|
58
|
+
in_transit_encryption_config: Optional[pulumi.Input[builtins.str]] = None,
|
58
59
|
initial_node_count: Optional[pulumi.Input[builtins.int]] = None,
|
59
60
|
ip_allocation_policy: Optional[pulumi.Input['ClusterIpAllocationPolicyArgs']] = None,
|
60
61
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -165,6 +166,7 @@ class ClusterArgs:
|
|
165
166
|
:param pulumi.Input['ClusterFleetArgs'] fleet: Fleet configuration for the cluster. Structure is documented below.
|
166
167
|
:param pulumi.Input['ClusterGatewayApiConfigArgs'] gateway_api_config: Configuration for [GKE Gateway API controller](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api). Structure is documented below.
|
167
168
|
:param pulumi.Input['ClusterIdentityServiceConfigArgs'] identity_service_config: . Structure is documented below.
|
169
|
+
:param pulumi.Input[builtins.str] in_transit_encryption_config: Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
|
168
170
|
:param pulumi.Input[builtins.int] initial_node_count: The number of nodes to create in this
|
169
171
|
cluster's default node pool. In regional or multi-zonal clusters, this is the
|
170
172
|
number of nodes per zone. Must be set if `node_pool` is not set. If you're using
|
@@ -381,6 +383,8 @@ class ClusterArgs:
|
|
381
383
|
pulumi.set(__self__, "gateway_api_config", gateway_api_config)
|
382
384
|
if identity_service_config is not None:
|
383
385
|
pulumi.set(__self__, "identity_service_config", identity_service_config)
|
386
|
+
if in_transit_encryption_config is not None:
|
387
|
+
pulumi.set(__self__, "in_transit_encryption_config", in_transit_encryption_config)
|
384
388
|
if initial_node_count is not None:
|
385
389
|
pulumi.set(__self__, "initial_node_count", initial_node_count)
|
386
390
|
if ip_allocation_policy is not None:
|
@@ -893,6 +897,18 @@ class ClusterArgs:
|
|
893
897
|
def identity_service_config(self, value: Optional[pulumi.Input['ClusterIdentityServiceConfigArgs']]):
|
894
898
|
pulumi.set(self, "identity_service_config", value)
|
895
899
|
|
900
|
+
@property
|
901
|
+
@pulumi.getter(name="inTransitEncryptionConfig")
|
902
|
+
def in_transit_encryption_config(self) -> Optional[pulumi.Input[builtins.str]]:
|
903
|
+
"""
|
904
|
+
Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
|
905
|
+
"""
|
906
|
+
return pulumi.get(self, "in_transit_encryption_config")
|
907
|
+
|
908
|
+
@in_transit_encryption_config.setter
|
909
|
+
def in_transit_encryption_config(self, value: Optional[pulumi.Input[builtins.str]]):
|
910
|
+
pulumi.set(self, "in_transit_encryption_config", value)
|
911
|
+
|
896
912
|
@property
|
897
913
|
@pulumi.getter(name="initialNodeCount")
|
898
914
|
def initial_node_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -1543,6 +1559,7 @@ class _ClusterState:
|
|
1543
1559
|
fleet: Optional[pulumi.Input['ClusterFleetArgs']] = None,
|
1544
1560
|
gateway_api_config: Optional[pulumi.Input['ClusterGatewayApiConfigArgs']] = None,
|
1545
1561
|
identity_service_config: Optional[pulumi.Input['ClusterIdentityServiceConfigArgs']] = None,
|
1562
|
+
in_transit_encryption_config: Optional[pulumi.Input[builtins.str]] = None,
|
1546
1563
|
initial_node_count: Optional[pulumi.Input[builtins.int]] = None,
|
1547
1564
|
ip_allocation_policy: Optional[pulumi.Input['ClusterIpAllocationPolicyArgs']] = None,
|
1548
1565
|
label_fingerprint: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -1662,6 +1679,7 @@ class _ClusterState:
|
|
1662
1679
|
:param pulumi.Input['ClusterFleetArgs'] fleet: Fleet configuration for the cluster. Structure is documented below.
|
1663
1680
|
:param pulumi.Input['ClusterGatewayApiConfigArgs'] gateway_api_config: Configuration for [GKE Gateway API controller](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api). Structure is documented below.
|
1664
1681
|
:param pulumi.Input['ClusterIdentityServiceConfigArgs'] identity_service_config: . Structure is documented below.
|
1682
|
+
:param pulumi.Input[builtins.str] in_transit_encryption_config: Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
|
1665
1683
|
:param pulumi.Input[builtins.int] initial_node_count: The number of nodes to create in this
|
1666
1684
|
cluster's default node pool. In regional or multi-zonal clusters, this is the
|
1667
1685
|
number of nodes per zone. Must be set if `node_pool` is not set. If you're using
|
@@ -1895,6 +1913,8 @@ class _ClusterState:
|
|
1895
1913
|
pulumi.set(__self__, "gateway_api_config", gateway_api_config)
|
1896
1914
|
if identity_service_config is not None:
|
1897
1915
|
pulumi.set(__self__, "identity_service_config", identity_service_config)
|
1916
|
+
if in_transit_encryption_config is not None:
|
1917
|
+
pulumi.set(__self__, "in_transit_encryption_config", in_transit_encryption_config)
|
1898
1918
|
if initial_node_count is not None:
|
1899
1919
|
pulumi.set(__self__, "initial_node_count", initial_node_count)
|
1900
1920
|
if ip_allocation_policy is not None:
|
@@ -2445,6 +2465,18 @@ class _ClusterState:
|
|
2445
2465
|
def identity_service_config(self, value: Optional[pulumi.Input['ClusterIdentityServiceConfigArgs']]):
|
2446
2466
|
pulumi.set(self, "identity_service_config", value)
|
2447
2467
|
|
2468
|
+
@property
|
2469
|
+
@pulumi.getter(name="inTransitEncryptionConfig")
|
2470
|
+
def in_transit_encryption_config(self) -> Optional[pulumi.Input[builtins.str]]:
|
2471
|
+
"""
|
2472
|
+
Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
|
2473
|
+
"""
|
2474
|
+
return pulumi.get(self, "in_transit_encryption_config")
|
2475
|
+
|
2476
|
+
@in_transit_encryption_config.setter
|
2477
|
+
def in_transit_encryption_config(self, value: Optional[pulumi.Input[builtins.str]]):
|
2478
|
+
pulumi.set(self, "in_transit_encryption_config", value)
|
2479
|
+
|
2448
2480
|
@property
|
2449
2481
|
@pulumi.getter(name="initialNodeCount")
|
2450
2482
|
def initial_node_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -3184,6 +3216,7 @@ class Cluster(pulumi.CustomResource):
|
|
3184
3216
|
fleet: Optional[pulumi.Input[Union['ClusterFleetArgs', 'ClusterFleetArgsDict']]] = None,
|
3185
3217
|
gateway_api_config: Optional[pulumi.Input[Union['ClusterGatewayApiConfigArgs', 'ClusterGatewayApiConfigArgsDict']]] = None,
|
3186
3218
|
identity_service_config: Optional[pulumi.Input[Union['ClusterIdentityServiceConfigArgs', 'ClusterIdentityServiceConfigArgsDict']]] = None,
|
3219
|
+
in_transit_encryption_config: Optional[pulumi.Input[builtins.str]] = None,
|
3187
3220
|
initial_node_count: Optional[pulumi.Input[builtins.int]] = None,
|
3188
3221
|
ip_allocation_policy: Optional[pulumi.Input[Union['ClusterIpAllocationPolicyArgs', 'ClusterIpAllocationPolicyArgsDict']]] = None,
|
3189
3222
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -3416,6 +3449,7 @@ class Cluster(pulumi.CustomResource):
|
|
3416
3449
|
:param pulumi.Input[Union['ClusterFleetArgs', 'ClusterFleetArgsDict']] fleet: Fleet configuration for the cluster. Structure is documented below.
|
3417
3450
|
:param pulumi.Input[Union['ClusterGatewayApiConfigArgs', 'ClusterGatewayApiConfigArgsDict']] gateway_api_config: Configuration for [GKE Gateway API controller](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api). Structure is documented below.
|
3418
3451
|
:param pulumi.Input[Union['ClusterIdentityServiceConfigArgs', 'ClusterIdentityServiceConfigArgsDict']] identity_service_config: . Structure is documented below.
|
3452
|
+
:param pulumi.Input[builtins.str] in_transit_encryption_config: Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
|
3419
3453
|
:param pulumi.Input[builtins.int] initial_node_count: The number of nodes to create in this
|
3420
3454
|
cluster's default node pool. In regional or multi-zonal clusters, this is the
|
3421
3455
|
number of nodes per zone. Must be set if `node_pool` is not set. If you're using
|
@@ -3741,6 +3775,7 @@ class Cluster(pulumi.CustomResource):
|
|
3741
3775
|
fleet: Optional[pulumi.Input[Union['ClusterFleetArgs', 'ClusterFleetArgsDict']]] = None,
|
3742
3776
|
gateway_api_config: Optional[pulumi.Input[Union['ClusterGatewayApiConfigArgs', 'ClusterGatewayApiConfigArgsDict']]] = None,
|
3743
3777
|
identity_service_config: Optional[pulumi.Input[Union['ClusterIdentityServiceConfigArgs', 'ClusterIdentityServiceConfigArgsDict']]] = None,
|
3778
|
+
in_transit_encryption_config: Optional[pulumi.Input[builtins.str]] = None,
|
3744
3779
|
initial_node_count: Optional[pulumi.Input[builtins.int]] = None,
|
3745
3780
|
ip_allocation_policy: Optional[pulumi.Input[Union['ClusterIpAllocationPolicyArgs', 'ClusterIpAllocationPolicyArgsDict']]] = None,
|
3746
3781
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -3825,6 +3860,7 @@ class Cluster(pulumi.CustomResource):
|
|
3825
3860
|
__props__.__dict__["fleet"] = fleet
|
3826
3861
|
__props__.__dict__["gateway_api_config"] = gateway_api_config
|
3827
3862
|
__props__.__dict__["identity_service_config"] = identity_service_config
|
3863
|
+
__props__.__dict__["in_transit_encryption_config"] = in_transit_encryption_config
|
3828
3864
|
__props__.__dict__["initial_node_count"] = initial_node_count
|
3829
3865
|
__props__.__dict__["ip_allocation_policy"] = ip_allocation_policy
|
3830
3866
|
__props__.__dict__["location"] = location
|
@@ -3923,6 +3959,7 @@ class Cluster(pulumi.CustomResource):
|
|
3923
3959
|
fleet: Optional[pulumi.Input[Union['ClusterFleetArgs', 'ClusterFleetArgsDict']]] = None,
|
3924
3960
|
gateway_api_config: Optional[pulumi.Input[Union['ClusterGatewayApiConfigArgs', 'ClusterGatewayApiConfigArgsDict']]] = None,
|
3925
3961
|
identity_service_config: Optional[pulumi.Input[Union['ClusterIdentityServiceConfigArgs', 'ClusterIdentityServiceConfigArgsDict']]] = None,
|
3962
|
+
in_transit_encryption_config: Optional[pulumi.Input[builtins.str]] = None,
|
3926
3963
|
initial_node_count: Optional[pulumi.Input[builtins.int]] = None,
|
3927
3964
|
ip_allocation_policy: Optional[pulumi.Input[Union['ClusterIpAllocationPolicyArgs', 'ClusterIpAllocationPolicyArgsDict']]] = None,
|
3928
3965
|
label_fingerprint: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -4047,6 +4084,7 @@ class Cluster(pulumi.CustomResource):
|
|
4047
4084
|
:param pulumi.Input[Union['ClusterFleetArgs', 'ClusterFleetArgsDict']] fleet: Fleet configuration for the cluster. Structure is documented below.
|
4048
4085
|
:param pulumi.Input[Union['ClusterGatewayApiConfigArgs', 'ClusterGatewayApiConfigArgsDict']] gateway_api_config: Configuration for [GKE Gateway API controller](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api). Structure is documented below.
|
4049
4086
|
:param pulumi.Input[Union['ClusterIdentityServiceConfigArgs', 'ClusterIdentityServiceConfigArgsDict']] identity_service_config: . Structure is documented below.
|
4087
|
+
:param pulumi.Input[builtins.str] in_transit_encryption_config: Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
|
4050
4088
|
:param pulumi.Input[builtins.int] initial_node_count: The number of nodes to create in this
|
4051
4089
|
cluster's default node pool. In regional or multi-zonal clusters, this is the
|
4052
4090
|
number of nodes per zone. Must be set if `node_pool` is not set. If you're using
|
@@ -4249,6 +4287,7 @@ class Cluster(pulumi.CustomResource):
|
|
4249
4287
|
__props__.__dict__["fleet"] = fleet
|
4250
4288
|
__props__.__dict__["gateway_api_config"] = gateway_api_config
|
4251
4289
|
__props__.__dict__["identity_service_config"] = identity_service_config
|
4290
|
+
__props__.__dict__["in_transit_encryption_config"] = in_transit_encryption_config
|
4252
4291
|
__props__.__dict__["initial_node_count"] = initial_node_count
|
4253
4292
|
__props__.__dict__["ip_allocation_policy"] = ip_allocation_policy
|
4254
4293
|
__props__.__dict__["label_fingerprint"] = label_fingerprint
|
@@ -4611,6 +4650,14 @@ class Cluster(pulumi.CustomResource):
|
|
4611
4650
|
"""
|
4612
4651
|
return pulumi.get(self, "identity_service_config")
|
4613
4652
|
|
4653
|
+
@property
|
4654
|
+
@pulumi.getter(name="inTransitEncryptionConfig")
|
4655
|
+
def in_transit_encryption_config(self) -> pulumi.Output[Optional[builtins.str]]:
|
4656
|
+
"""
|
4657
|
+
Defines the config of in-transit encryption. Valid values are `IN_TRANSIT_ENCRYPTION_DISABLED` and `IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT`.
|
4658
|
+
"""
|
4659
|
+
return pulumi.get(self, "in_transit_encryption_config")
|
4660
|
+
|
4614
4661
|
@property
|
4615
4662
|
@pulumi.getter(name="initialNodeCount")
|
4616
4663
|
def initial_node_count(self) -> pulumi.Output[Optional[builtins.int]]:
|
@@ -28,7 +28,7 @@ class GetClusterResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getCluster.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, addons_configs=None, allow_net_admin=None, authenticator_groups_configs=None, binary_authorizations=None, cluster_autoscalings=None, cluster_ipv4_cidr=None, cluster_telemetries=None, confidential_nodes=None, control_plane_endpoints_configs=None, cost_management_configs=None, database_encryptions=None, datapath_provider=None, default_max_pods_per_node=None, default_snat_statuses=None, deletion_protection=None, description=None, disable_l4_lb_firewall_reconciliation=None, dns_configs=None, effective_labels=None, enable_autopilot=None, enable_cilium_clusterwide_network_policy=None, enable_fqdn_network_policy=None, enable_intranode_visibility=None, enable_k8s_beta_apis=None, enable_kubernetes_alpha=None, enable_l4_ilb_subsetting=None, enable_legacy_abac=None, enable_multi_networking=None, enable_shielded_nodes=None, enable_tpu=None, endpoint=None, enterprise_configs=None, fleets=None, gateway_api_configs=None, id=None, identity_service_configs=None, initial_node_count=None, ip_allocation_policies=None, label_fingerprint=None, location=None, logging_configs=None, logging_service=None, maintenance_policies=None, master_authorized_networks_configs=None, master_auths=None, master_version=None, mesh_certificates=None, min_master_version=None, monitoring_configs=None, monitoring_service=None, name=None, network=None, network_policies=None, networking_mode=None, node_configs=None, node_locations=None, node_pool_auto_configs=None, node_pool_defaults=None, node_pools=None, node_version=None, notification_configs=None, operation=None, pod_autoscalings=None, pod_security_policy_configs=None, private_cluster_configs=None, private_ipv6_google_access=None, project=None, protect_configs=None, pulumi_labels=None, release_channels=None, remove_default_node_pool=None, resource_labels=None, resource_usage_export_configs=None, secret_manager_configs=None, security_posture_configs=None, self_link=None, service_external_ips_configs=None, services_ipv4_cidr=None, subnetwork=None, tpu_configs=None, tpu_ipv4_cidr_block=None, user_managed_keys_configs=None, vertical_pod_autoscalings=None, workload_alts_configs=None, workload_identity_configs=None):
|
31
|
+
def __init__(__self__, addons_configs=None, allow_net_admin=None, authenticator_groups_configs=None, binary_authorizations=None, cluster_autoscalings=None, cluster_ipv4_cidr=None, cluster_telemetries=None, confidential_nodes=None, control_plane_endpoints_configs=None, cost_management_configs=None, database_encryptions=None, datapath_provider=None, default_max_pods_per_node=None, default_snat_statuses=None, deletion_protection=None, description=None, disable_l4_lb_firewall_reconciliation=None, dns_configs=None, effective_labels=None, enable_autopilot=None, enable_cilium_clusterwide_network_policy=None, enable_fqdn_network_policy=None, enable_intranode_visibility=None, enable_k8s_beta_apis=None, enable_kubernetes_alpha=None, enable_l4_ilb_subsetting=None, enable_legacy_abac=None, enable_multi_networking=None, enable_shielded_nodes=None, enable_tpu=None, endpoint=None, enterprise_configs=None, fleets=None, gateway_api_configs=None, id=None, identity_service_configs=None, in_transit_encryption_config=None, initial_node_count=None, ip_allocation_policies=None, label_fingerprint=None, location=None, logging_configs=None, logging_service=None, maintenance_policies=None, master_authorized_networks_configs=None, master_auths=None, master_version=None, mesh_certificates=None, min_master_version=None, monitoring_configs=None, monitoring_service=None, name=None, network=None, network_policies=None, networking_mode=None, node_configs=None, node_locations=None, node_pool_auto_configs=None, node_pool_defaults=None, node_pools=None, node_version=None, notification_configs=None, operation=None, pod_autoscalings=None, pod_security_policy_configs=None, private_cluster_configs=None, private_ipv6_google_access=None, project=None, protect_configs=None, pulumi_labels=None, release_channels=None, remove_default_node_pool=None, resource_labels=None, resource_usage_export_configs=None, secret_manager_configs=None, security_posture_configs=None, self_link=None, service_external_ips_configs=None, services_ipv4_cidr=None, subnetwork=None, tpu_configs=None, tpu_ipv4_cidr_block=None, user_managed_keys_configs=None, vertical_pod_autoscalings=None, workload_alts_configs=None, workload_identity_configs=None):
|
32
32
|
if addons_configs and not isinstance(addons_configs, list):
|
33
33
|
raise TypeError("Expected argument 'addons_configs' to be a list")
|
34
34
|
pulumi.set(__self__, "addons_configs", addons_configs)
|
@@ -137,6 +137,9 @@ class GetClusterResult:
|
|
137
137
|
if identity_service_configs and not isinstance(identity_service_configs, list):
|
138
138
|
raise TypeError("Expected argument 'identity_service_configs' to be a list")
|
139
139
|
pulumi.set(__self__, "identity_service_configs", identity_service_configs)
|
140
|
+
if in_transit_encryption_config and not isinstance(in_transit_encryption_config, str):
|
141
|
+
raise TypeError("Expected argument 'in_transit_encryption_config' to be a str")
|
142
|
+
pulumi.set(__self__, "in_transit_encryption_config", in_transit_encryption_config)
|
140
143
|
if initial_node_count and not isinstance(initial_node_count, int):
|
141
144
|
raise TypeError("Expected argument 'initial_node_count' to be a int")
|
142
145
|
pulumi.set(__self__, "initial_node_count", initial_node_count)
|
@@ -468,6 +471,11 @@ class GetClusterResult:
|
|
468
471
|
def identity_service_configs(self) -> Sequence['outputs.GetClusterIdentityServiceConfigResult']:
|
469
472
|
return pulumi.get(self, "identity_service_configs")
|
470
473
|
|
474
|
+
@property
|
475
|
+
@pulumi.getter(name="inTransitEncryptionConfig")
|
476
|
+
def in_transit_encryption_config(self) -> builtins.str:
|
477
|
+
return pulumi.get(self, "in_transit_encryption_config")
|
478
|
+
|
471
479
|
@property
|
472
480
|
@pulumi.getter(name="initialNodeCount")
|
473
481
|
def initial_node_count(self) -> builtins.int:
|
@@ -756,6 +764,7 @@ class AwaitableGetClusterResult(GetClusterResult):
|
|
756
764
|
gateway_api_configs=self.gateway_api_configs,
|
757
765
|
id=self.id,
|
758
766
|
identity_service_configs=self.identity_service_configs,
|
767
|
+
in_transit_encryption_config=self.in_transit_encryption_config,
|
759
768
|
initial_node_count=self.initial_node_count,
|
760
769
|
ip_allocation_policies=self.ip_allocation_policies,
|
761
770
|
label_fingerprint=self.label_fingerprint,
|
@@ -880,6 +889,7 @@ def get_cluster(location: Optional[builtins.str] = None,
|
|
880
889
|
gateway_api_configs=pulumi.get(__ret__, 'gateway_api_configs'),
|
881
890
|
id=pulumi.get(__ret__, 'id'),
|
882
891
|
identity_service_configs=pulumi.get(__ret__, 'identity_service_configs'),
|
892
|
+
in_transit_encryption_config=pulumi.get(__ret__, 'in_transit_encryption_config'),
|
883
893
|
initial_node_count=pulumi.get(__ret__, 'initial_node_count'),
|
884
894
|
ip_allocation_policies=pulumi.get(__ret__, 'ip_allocation_policies'),
|
885
895
|
label_fingerprint=pulumi.get(__ret__, 'label_fingerprint'),
|
@@ -1001,6 +1011,7 @@ def get_cluster_output(location: Optional[pulumi.Input[Optional[builtins.str]]]
|
|
1001
1011
|
gateway_api_configs=pulumi.get(__response__, 'gateway_api_configs'),
|
1002
1012
|
id=pulumi.get(__response__, 'id'),
|
1003
1013
|
identity_service_configs=pulumi.get(__response__, 'identity_service_configs'),
|
1014
|
+
in_transit_encryption_config=pulumi.get(__response__, 'in_transit_encryption_config'),
|
1004
1015
|
initial_node_count=pulumi.get(__response__, 'initial_node_count'),
|
1005
1016
|
ip_allocation_policies=pulumi.get(__response__, 'ip_allocation_policies'),
|
1006
1017
|
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
@@ -47,6 +47,10 @@ class EntryGroupIamBindingArgs:
|
|
47
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
48
48
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
49
49
|
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.
|
50
|
+
:param pulumi.Input[builtins.str] region: EntryGroup location region.
|
51
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
52
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
53
|
+
region is specified, it is taken from the provider configuration.
|
50
54
|
"""
|
51
55
|
pulumi.set(__self__, "entry_group", entry_group)
|
52
56
|
pulumi.set(__self__, "members", members)
|
@@ -131,6 +135,12 @@ class EntryGroupIamBindingArgs:
|
|
131
135
|
@property
|
132
136
|
@pulumi.getter
|
133
137
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
138
|
+
"""
|
139
|
+
EntryGroup location region.
|
140
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
141
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
142
|
+
region is specified, it is taken from the provider configuration.
|
143
|
+
"""
|
134
144
|
return pulumi.get(self, "region")
|
135
145
|
|
136
146
|
@region.setter
|
@@ -165,6 +175,10 @@ class _EntryGroupIamBindingState:
|
|
165
175
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
166
176
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
167
177
|
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.
|
178
|
+
:param pulumi.Input[builtins.str] region: EntryGroup location region.
|
179
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
180
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
181
|
+
region is specified, it is taken from the provider configuration.
|
168
182
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
169
183
|
`datacatalog.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
170
184
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -255,6 +269,12 @@ class _EntryGroupIamBindingState:
|
|
255
269
|
@property
|
256
270
|
@pulumi.getter
|
257
271
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
272
|
+
"""
|
273
|
+
EntryGroup location region.
|
274
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
275
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
276
|
+
region is specified, it is taken from the provider configuration.
|
277
|
+
"""
|
258
278
|
return pulumi.get(self, "region")
|
259
279
|
|
260
280
|
@region.setter
|
@@ -455,6 +475,10 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
455
475
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
456
476
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
457
477
|
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.
|
478
|
+
:param pulumi.Input[builtins.str] region: EntryGroup location region.
|
479
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
480
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
481
|
+
region is specified, it is taken from the provider configuration.
|
458
482
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
459
483
|
`datacatalog.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
460
484
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -697,6 +721,10 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
697
721
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
698
722
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
699
723
|
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.
|
724
|
+
:param pulumi.Input[builtins.str] region: EntryGroup location region.
|
725
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
726
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
727
|
+
region is specified, it is taken from the provider configuration.
|
700
728
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
701
729
|
`datacatalog.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
702
730
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -765,6 +793,12 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
765
793
|
@property
|
766
794
|
@pulumi.getter
|
767
795
|
def region(self) -> pulumi.Output[builtins.str]:
|
796
|
+
"""
|
797
|
+
EntryGroup location region.
|
798
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
799
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
800
|
+
region is specified, it is taken from the provider configuration.
|
801
|
+
"""
|
768
802
|
return pulumi.get(self, "region")
|
769
803
|
|
770
804
|
@property
|