pulumi-gcp 8.31.0a1747205151__py3-none-any.whl → 8.32.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +96 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/alloydb/_inputs.py +164 -0
- pulumi_gcp/alloydb/outputs.py +211 -0
- 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/_inputs.py +20 -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/apigee/outputs.py +12 -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/routine.py +56 -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/bigtable/table.py +7 -7
- pulumi_gcp/certificateauthority/_inputs.py +20 -19
- pulumi_gcp/certificateauthority/authority.py +70 -0
- pulumi_gcp/certificateauthority/outputs.py +12 -11
- 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/cloudfunctionsv2/function.py +4 -4
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +438 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/cross_site_network.py +374 -0
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_health_check.py +12 -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/health_check.py +120 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +463 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/compute/region_health_check.py +120 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +4 -4
- 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.py +1 -12
- 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.py +0 -61
- 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 +6245 -2553
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +306 -0
- pulumi_gcp/diagflow/cx_page.py +290 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +4924 -2135
- 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 +58 -2
- pulumi_gcp/netapp/backup_vault.py +185 -0
- pulumi_gcp/netapp/storage_pool.py +2 -2
- pulumi_gcp/networkconnectivity/internal_range.py +47 -0
- pulumi_gcp/networkconnectivity/regional_endpoint.py +13 -13
- 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/networkservices/_inputs.py +43 -0
- pulumi_gcp/networkservices/edge_cache_origin.py +61 -0
- pulumi_gcp/networkservices/outputs.py +43 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +1 -12
- pulumi_gcp/redis/instance.py +0 -61
- 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/spanner/database.py +56 -0
- pulumi_gcp/spanner/get_database.py +12 -1
- pulumi_gcp/storage/bucket.py +4 -4
- pulumi_gcp/storage/get_bucket_object_content.py +29 -1
- 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.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/RECORD +289 -273
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/top_level.txt +0 -0
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'),
|
pulumi_gcp/container/outputs.py
CHANGED
@@ -7210,7 +7210,7 @@ class ClusterNodeConfig(dict):
|
|
7210
7210
|
Kubernetes (eg. through `kubectl`), and it's recommended that you do not use
|
7211
7211
|
this field to manage taints. If you do, `lifecycle.ignore_changes` is
|
7212
7212
|
recommended. Structure is documented below.
|
7213
|
-
:param 'ClusterNodeConfigWindowsNodeConfigArgs' windows_node_config: Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019,
|
7213
|
+
:param 'ClusterNodeConfigWindowsNodeConfigArgs' windows_node_config: Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019, OS_VERSION_LTSC2022]. For example:
|
7214
7214
|
:param 'ClusterNodeConfigWorkloadMetadataConfigArgs' workload_metadata_config: Metadata configuration to expose to workloads on the node pool.
|
7215
7215
|
Structure is documented below.
|
7216
7216
|
"""
|
@@ -7713,7 +7713,7 @@ class ClusterNodeConfig(dict):
|
|
7713
7713
|
@pulumi.getter(name="windowsNodeConfig")
|
7714
7714
|
def windows_node_config(self) -> Optional['outputs.ClusterNodeConfigWindowsNodeConfig']:
|
7715
7715
|
"""
|
7716
|
-
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019,
|
7716
|
+
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019, OS_VERSION_LTSC2022]. For example:
|
7717
7717
|
"""
|
7718
7718
|
return pulumi.get(self, "windows_node_config")
|
7719
7719
|
|
@@ -10551,7 +10551,7 @@ class ClusterNodePoolNodeConfig(dict):
|
|
10551
10551
|
Kubernetes (eg. through `kubectl`), and it's recommended that you do not use
|
10552
10552
|
this field to manage taints. If you do, `lifecycle.ignore_changes` is
|
10553
10553
|
recommended. Structure is documented below.
|
10554
|
-
:param 'ClusterNodePoolNodeConfigWindowsNodeConfigArgs' windows_node_config: Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019,
|
10554
|
+
:param 'ClusterNodePoolNodeConfigWindowsNodeConfigArgs' windows_node_config: Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019, OS_VERSION_LTSC2022]. For example:
|
10555
10555
|
:param 'ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs' workload_metadata_config: Metadata configuration to expose to workloads on the node pool.
|
10556
10556
|
Structure is documented below.
|
10557
10557
|
"""
|
@@ -11054,7 +11054,7 @@ class ClusterNodePoolNodeConfig(dict):
|
|
11054
11054
|
@pulumi.getter(name="windowsNodeConfig")
|
11055
11055
|
def windows_node_config(self) -> Optional['outputs.ClusterNodePoolNodeConfigWindowsNodeConfig']:
|
11056
11056
|
"""
|
11057
|
-
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019,
|
11057
|
+
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019, OS_VERSION_LTSC2022]. For example:
|
11058
11058
|
"""
|
11059
11059
|
return pulumi.get(self, "windows_node_config")
|
11060
11060
|
|
@@ -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
|
@@ -47,6 +47,10 @@ class EntryGroupIamMemberArgs:
|
|
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__, "member", member)
|
@@ -131,6 +135,12 @@ class EntryGroupIamMemberArgs:
|
|
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 _EntryGroupIamMemberState:
|
|
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 _EntryGroupIamMemberState:
|
|
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 EntryGroupIamMember(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 EntryGroupIamMember(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 EntryGroupIamMember(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
|
@@ -31,6 +31,10 @@ class EntryGroupIamPolicyArgs:
|
|
31
31
|
a `organizations_get_iam_policy` data source.
|
32
32
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
33
33
|
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.
|
34
|
+
:param pulumi.Input[builtins.str] region: EntryGroup location region.
|
35
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
36
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
37
|
+
region is specified, it is taken from the provider configuration.
|
34
38
|
"""
|
35
39
|
pulumi.set(__self__, "entry_group", entry_group)
|
36
40
|
pulumi.set(__self__, "policy_data", policy_data)
|
@@ -80,6 +84,12 @@ class EntryGroupIamPolicyArgs:
|
|
80
84
|
@property
|
81
85
|
@pulumi.getter
|
82
86
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
87
|
+
"""
|
88
|
+
EntryGroup location region.
|
89
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
90
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
91
|
+
region is specified, it is taken from the provider configuration.
|
92
|
+
"""
|
83
93
|
return pulumi.get(self, "region")
|
84
94
|
|
85
95
|
@region.setter
|
@@ -103,6 +113,10 @@ class _EntryGroupIamPolicyState:
|
|
103
113
|
a `organizations_get_iam_policy` data source.
|
104
114
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
105
115
|
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.
|
116
|
+
:param pulumi.Input[builtins.str] region: EntryGroup location region.
|
117
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
118
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
119
|
+
region is specified, it is taken from the provider configuration.
|
106
120
|
"""
|
107
121
|
if entry_group is not None:
|
108
122
|
pulumi.set(__self__, "entry_group", entry_group)
|
@@ -168,6 +182,12 @@ class _EntryGroupIamPolicyState:
|
|
168
182
|
@property
|
169
183
|
@pulumi.getter
|
170
184
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
185
|
+
"""
|
186
|
+
EntryGroup location region.
|
187
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
188
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
189
|
+
region is specified, it is taken from the provider configuration.
|
190
|
+
"""
|
171
191
|
return pulumi.get(self, "region")
|
172
192
|
|
173
193
|
@region.setter
|
@@ -343,6 +363,10 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
|
|
343
363
|
a `organizations_get_iam_policy` data source.
|
344
364
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
345
365
|
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.
|
366
|
+
:param pulumi.Input[builtins.str] region: EntryGroup location region.
|
367
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
368
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
369
|
+
region is specified, it is taken from the provider configuration.
|
346
370
|
"""
|
347
371
|
...
|
348
372
|
@overload
|
@@ -565,6 +589,10 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
|
|
565
589
|
a `organizations_get_iam_policy` data source.
|
566
590
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
567
591
|
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.
|
592
|
+
:param pulumi.Input[builtins.str] region: EntryGroup location region.
|
593
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
594
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
595
|
+
region is specified, it is taken from the provider configuration.
|
568
596
|
"""
|
569
597
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
570
598
|
|
@@ -614,5 +642,11 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
|
|
614
642
|
@property
|
615
643
|
@pulumi.getter
|
616
644
|
def region(self) -> pulumi.Output[builtins.str]:
|
645
|
+
"""
|
646
|
+
EntryGroup location region.
|
647
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
648
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
649
|
+
region is specified, it is taken from the provider configuration.
|
650
|
+
"""
|
617
651
|
return pulumi.get(self, "region")
|
618
652
|
|
@@ -122,6 +122,10 @@ def get_entry_group_iam_policy(entry_group: Optional[builtins.str] = None,
|
|
122
122
|
:param builtins.str entry_group: Used to find the parent resource to bind the IAM policy to
|
123
123
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
124
124
|
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.
|
125
|
+
:param builtins.str region: EntryGroup location region.
|
126
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
127
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
128
|
+
region is specified, it is taken from the provider configuration.
|
125
129
|
"""
|
126
130
|
__args__ = dict()
|
127
131
|
__args__['entryGroup'] = entry_group
|
@@ -157,6 +161,10 @@ def get_entry_group_iam_policy_output(entry_group: Optional[pulumi.Input[builtin
|
|
157
161
|
:param builtins.str entry_group: Used to find the parent resource to bind the IAM policy to
|
158
162
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
159
163
|
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.
|
164
|
+
:param builtins.str region: EntryGroup location region.
|
165
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
166
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
167
|
+
region is specified, it is taken from the provider configuration.
|
160
168
|
"""
|
161
169
|
__args__ = dict()
|
162
170
|
__args__['entryGroup'] = entry_group
|
@@ -121,6 +121,10 @@ def get_tag_template_iam_policy(project: Optional[builtins.str] = None,
|
|
121
121
|
|
122
122
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
123
123
|
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.
|
124
|
+
:param builtins.str region: Template location region.
|
125
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
126
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
127
|
+
region is specified, it is taken from the provider configuration.
|
124
128
|
:param builtins.str tag_template: Used to find the parent resource to bind the IAM policy to
|
125
129
|
"""
|
126
130
|
__args__ = dict()
|
@@ -156,6 +160,10 @@ def get_tag_template_iam_policy_output(project: Optional[pulumi.Input[Optional[b
|
|
156
160
|
|
157
161
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
158
162
|
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.
|
163
|
+
:param builtins.str region: Template location region.
|
164
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
165
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
166
|
+
region is specified, it is taken from the provider configuration.
|
159
167
|
:param builtins.str tag_template: Used to find the parent resource to bind the IAM policy to
|
160
168
|
"""
|
161
169
|
__args__ = dict()
|
@@ -121,6 +121,10 @@ def get_taxonomy_iam_policy(project: Optional[builtins.str] = None,
|
|
121
121
|
|
122
122
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
123
123
|
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.
|
124
|
+
:param builtins.str region: Taxonomy location region.
|
125
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
126
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
127
|
+
region is specified, it is taken from the provider configuration.
|
124
128
|
:param builtins.str taxonomy: Used to find the parent resource to bind the IAM policy to
|
125
129
|
"""
|
126
130
|
__args__ = dict()
|
@@ -156,6 +160,10 @@ def get_taxonomy_iam_policy_output(project: Optional[pulumi.Input[Optional[built
|
|
156
160
|
|
157
161
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
158
162
|
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.
|
163
|
+
:param builtins.str region: Taxonomy location region.
|
164
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
165
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
166
|
+
region is specified, it is taken from the provider configuration.
|
159
167
|
:param builtins.str taxonomy: Used to find the parent resource to bind the IAM policy to
|
160
168
|
"""
|
161
169
|
__args__ = dict()
|