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
@@ -47,6 +47,10 @@ class TagTemplateIamBindingArgs:
|
|
47
47
|
:param pulumi.Input[builtins.str] tag_template: Used to find the parent resource to bind the IAM policy to
|
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: Template 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__, "members", members)
|
52
56
|
pulumi.set(__self__, "role", role)
|
@@ -131,6 +135,12 @@ class TagTemplateIamBindingArgs:
|
|
131
135
|
@property
|
132
136
|
@pulumi.getter
|
133
137
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
138
|
+
"""
|
139
|
+
Template 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
|
@@ -164,6 +174,10 @@ class _TagTemplateIamBindingState:
|
|
164
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
165
175
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
166
176
|
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.
|
177
|
+
:param pulumi.Input[builtins.str] region: Template location region.
|
178
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
179
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
180
|
+
region is specified, it is taken from the provider configuration.
|
167
181
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
168
182
|
`datacatalog.TagTemplateIamBinding` can be used per role. Note that custom roles must be of the format
|
169
183
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -243,6 +257,12 @@ class _TagTemplateIamBindingState:
|
|
243
257
|
@property
|
244
258
|
@pulumi.getter
|
245
259
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
260
|
+
"""
|
261
|
+
Template location region.
|
262
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
263
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
264
|
+
region is specified, it is taken from the provider configuration.
|
265
|
+
"""
|
246
266
|
return pulumi.get(self, "region")
|
247
267
|
|
248
268
|
@region.setter
|
@@ -454,6 +474,10 @@ class TagTemplateIamBinding(pulumi.CustomResource):
|
|
454
474
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
455
475
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
456
476
|
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.
|
477
|
+
:param pulumi.Input[builtins.str] region: Template location region.
|
478
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
479
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
480
|
+
region is specified, it is taken from the provider configuration.
|
457
481
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
458
482
|
`datacatalog.TagTemplateIamBinding` can be used per role. Note that custom roles must be of the format
|
459
483
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -696,6 +720,10 @@ class TagTemplateIamBinding(pulumi.CustomResource):
|
|
696
720
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
697
721
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
698
722
|
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.
|
723
|
+
:param pulumi.Input[builtins.str] region: Template location region.
|
724
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
725
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
726
|
+
region is specified, it is taken from the provider configuration.
|
699
727
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
700
728
|
`datacatalog.TagTemplateIamBinding` can be used per role. Note that custom roles must be of the format
|
701
729
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -757,6 +785,12 @@ class TagTemplateIamBinding(pulumi.CustomResource):
|
|
757
785
|
@property
|
758
786
|
@pulumi.getter
|
759
787
|
def region(self) -> pulumi.Output[builtins.str]:
|
788
|
+
"""
|
789
|
+
Template location region.
|
790
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
791
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
792
|
+
region is specified, it is taken from the provider configuration.
|
793
|
+
"""
|
760
794
|
return pulumi.get(self, "region")
|
761
795
|
|
762
796
|
@property
|
@@ -47,6 +47,10 @@ class TagTemplateIamMemberArgs:
|
|
47
47
|
:param pulumi.Input[builtins.str] tag_template: Used to find the parent resource to bind the IAM policy to
|
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: Template 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__, "member", member)
|
52
56
|
pulumi.set(__self__, "role", role)
|
@@ -131,6 +135,12 @@ class TagTemplateIamMemberArgs:
|
|
131
135
|
@property
|
132
136
|
@pulumi.getter
|
133
137
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
138
|
+
"""
|
139
|
+
Template 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
|
@@ -164,6 +174,10 @@ class _TagTemplateIamMemberState:
|
|
164
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
165
175
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
166
176
|
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.
|
177
|
+
:param pulumi.Input[builtins.str] region: Template location region.
|
178
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
179
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
180
|
+
region is specified, it is taken from the provider configuration.
|
167
181
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
168
182
|
`datacatalog.TagTemplateIamBinding` can be used per role. Note that custom roles must be of the format
|
169
183
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -243,6 +257,12 @@ class _TagTemplateIamMemberState:
|
|
243
257
|
@property
|
244
258
|
@pulumi.getter
|
245
259
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
260
|
+
"""
|
261
|
+
Template location region.
|
262
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
263
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
264
|
+
region is specified, it is taken from the provider configuration.
|
265
|
+
"""
|
246
266
|
return pulumi.get(self, "region")
|
247
267
|
|
248
268
|
@region.setter
|
@@ -454,6 +474,10 @@ class TagTemplateIamMember(pulumi.CustomResource):
|
|
454
474
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
455
475
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
456
476
|
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.
|
477
|
+
:param pulumi.Input[builtins.str] region: Template location region.
|
478
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
479
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
480
|
+
region is specified, it is taken from the provider configuration.
|
457
481
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
458
482
|
`datacatalog.TagTemplateIamBinding` can be used per role. Note that custom roles must be of the format
|
459
483
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -696,6 +720,10 @@ class TagTemplateIamMember(pulumi.CustomResource):
|
|
696
720
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
697
721
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
698
722
|
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.
|
723
|
+
:param pulumi.Input[builtins.str] region: Template location region.
|
724
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
725
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
726
|
+
region is specified, it is taken from the provider configuration.
|
699
727
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
700
728
|
`datacatalog.TagTemplateIamBinding` can be used per role. Note that custom roles must be of the format
|
701
729
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -757,6 +785,12 @@ class TagTemplateIamMember(pulumi.CustomResource):
|
|
757
785
|
@property
|
758
786
|
@pulumi.getter
|
759
787
|
def region(self) -> pulumi.Output[builtins.str]:
|
788
|
+
"""
|
789
|
+
Template location region.
|
790
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
791
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
792
|
+
region is specified, it is taken from the provider configuration.
|
793
|
+
"""
|
760
794
|
return pulumi.get(self, "region")
|
761
795
|
|
762
796
|
@property
|
@@ -31,6 +31,10 @@ class TagTemplateIamPolicyArgs:
|
|
31
31
|
:param pulumi.Input[builtins.str] tag_template: Used to find the parent resource to bind the IAM policy to
|
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: Template 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__, "policy_data", policy_data)
|
36
40
|
pulumi.set(__self__, "tag_template", tag_template)
|
@@ -80,6 +84,12 @@ class TagTemplateIamPolicyArgs:
|
|
80
84
|
@property
|
81
85
|
@pulumi.getter
|
82
86
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
87
|
+
"""
|
88
|
+
Template 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
|
@@ -102,6 +112,10 @@ class _TagTemplateIamPolicyState:
|
|
102
112
|
a `organizations_get_iam_policy` data source.
|
103
113
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
104
114
|
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.
|
115
|
+
:param pulumi.Input[builtins.str] region: Template location region.
|
116
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
117
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
118
|
+
region is specified, it is taken from the provider configuration.
|
105
119
|
:param pulumi.Input[builtins.str] tag_template: Used to find the parent resource to bind the IAM policy to
|
106
120
|
"""
|
107
121
|
if etag is not None:
|
@@ -156,6 +170,12 @@ class _TagTemplateIamPolicyState:
|
|
156
170
|
@property
|
157
171
|
@pulumi.getter
|
158
172
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
173
|
+
"""
|
174
|
+
Template location region.
|
175
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
176
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
177
|
+
region is specified, it is taken from the provider configuration.
|
178
|
+
"""
|
159
179
|
return pulumi.get(self, "region")
|
160
180
|
|
161
181
|
@region.setter
|
@@ -342,6 +362,10 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
|
|
342
362
|
a `organizations_get_iam_policy` data source.
|
343
363
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
344
364
|
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.
|
365
|
+
:param pulumi.Input[builtins.str] region: Template location region.
|
366
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
367
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
368
|
+
region is specified, it is taken from the provider configuration.
|
345
369
|
:param pulumi.Input[builtins.str] tag_template: Used to find the parent resource to bind the IAM policy to
|
346
370
|
"""
|
347
371
|
...
|
@@ -564,6 +588,10 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
|
|
564
588
|
a `organizations_get_iam_policy` data source.
|
565
589
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
566
590
|
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.
|
591
|
+
:param pulumi.Input[builtins.str] region: Template location region.
|
592
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
593
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
594
|
+
region is specified, it is taken from the provider configuration.
|
567
595
|
:param pulumi.Input[builtins.str] tag_template: Used to find the parent resource to bind the IAM policy to
|
568
596
|
"""
|
569
597
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -606,6 +634,12 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
|
|
606
634
|
@property
|
607
635
|
@pulumi.getter
|
608
636
|
def region(self) -> pulumi.Output[builtins.str]:
|
637
|
+
"""
|
638
|
+
Template location region.
|
639
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
640
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
641
|
+
region is specified, it is taken from the provider configuration.
|
642
|
+
"""
|
609
643
|
return pulumi.get(self, "region")
|
610
644
|
|
611
645
|
@property
|
@@ -47,6 +47,10 @@ class TaxonomyIamBindingArgs:
|
|
47
47
|
:param pulumi.Input[builtins.str] taxonomy: Used to find the parent resource to bind the IAM policy to
|
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: Taxonomy 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__, "members", members)
|
52
56
|
pulumi.set(__self__, "role", role)
|
@@ -131,6 +135,12 @@ class TaxonomyIamBindingArgs:
|
|
131
135
|
@property
|
132
136
|
@pulumi.getter
|
133
137
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
138
|
+
"""
|
139
|
+
Taxonomy 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
|
@@ -164,6 +174,10 @@ class _TaxonomyIamBindingState:
|
|
164
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
165
175
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
166
176
|
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.
|
177
|
+
:param pulumi.Input[builtins.str] region: Taxonomy location region.
|
178
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
179
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
180
|
+
region is specified, it is taken from the provider configuration.
|
167
181
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
168
182
|
`datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format
|
169
183
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -243,6 +257,12 @@ class _TaxonomyIamBindingState:
|
|
243
257
|
@property
|
244
258
|
@pulumi.getter
|
245
259
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
260
|
+
"""
|
261
|
+
Taxonomy location region.
|
262
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
263
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
264
|
+
region is specified, it is taken from the provider configuration.
|
265
|
+
"""
|
246
266
|
return pulumi.get(self, "region")
|
247
267
|
|
248
268
|
@region.setter
|
@@ -454,6 +474,10 @@ class TaxonomyIamBinding(pulumi.CustomResource):
|
|
454
474
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
455
475
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
456
476
|
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.
|
477
|
+
:param pulumi.Input[builtins.str] region: Taxonomy location region.
|
478
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
479
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
480
|
+
region is specified, it is taken from the provider configuration.
|
457
481
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
458
482
|
`datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format
|
459
483
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -696,6 +720,10 @@ class TaxonomyIamBinding(pulumi.CustomResource):
|
|
696
720
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
697
721
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
698
722
|
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.
|
723
|
+
:param pulumi.Input[builtins.str] region: Taxonomy location region.
|
724
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
725
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
726
|
+
region is specified, it is taken from the provider configuration.
|
699
727
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
700
728
|
`datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format
|
701
729
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -757,6 +785,12 @@ class TaxonomyIamBinding(pulumi.CustomResource):
|
|
757
785
|
@property
|
758
786
|
@pulumi.getter
|
759
787
|
def region(self) -> pulumi.Output[builtins.str]:
|
788
|
+
"""
|
789
|
+
Taxonomy location region.
|
790
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
791
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
792
|
+
region is specified, it is taken from the provider configuration.
|
793
|
+
"""
|
760
794
|
return pulumi.get(self, "region")
|
761
795
|
|
762
796
|
@property
|
@@ -47,6 +47,10 @@ class TaxonomyIamMemberArgs:
|
|
47
47
|
:param pulumi.Input[builtins.str] taxonomy: Used to find the parent resource to bind the IAM policy to
|
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: Taxonomy 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__, "member", member)
|
52
56
|
pulumi.set(__self__, "role", role)
|
@@ -131,6 +135,12 @@ class TaxonomyIamMemberArgs:
|
|
131
135
|
@property
|
132
136
|
@pulumi.getter
|
133
137
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
138
|
+
"""
|
139
|
+
Taxonomy 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
|
@@ -164,6 +174,10 @@ class _TaxonomyIamMemberState:
|
|
164
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
165
175
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
166
176
|
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.
|
177
|
+
:param pulumi.Input[builtins.str] region: Taxonomy location region.
|
178
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
179
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
180
|
+
region is specified, it is taken from the provider configuration.
|
167
181
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
168
182
|
`datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format
|
169
183
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -243,6 +257,12 @@ class _TaxonomyIamMemberState:
|
|
243
257
|
@property
|
244
258
|
@pulumi.getter
|
245
259
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
260
|
+
"""
|
261
|
+
Taxonomy location region.
|
262
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
263
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
264
|
+
region is specified, it is taken from the provider configuration.
|
265
|
+
"""
|
246
266
|
return pulumi.get(self, "region")
|
247
267
|
|
248
268
|
@region.setter
|
@@ -454,6 +474,10 @@ class TaxonomyIamMember(pulumi.CustomResource):
|
|
454
474
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
455
475
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
456
476
|
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.
|
477
|
+
:param pulumi.Input[builtins.str] region: Taxonomy location region.
|
478
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
479
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
480
|
+
region is specified, it is taken from the provider configuration.
|
457
481
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
458
482
|
`datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format
|
459
483
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -696,6 +720,10 @@ class TaxonomyIamMember(pulumi.CustomResource):
|
|
696
720
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
697
721
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
698
722
|
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.
|
723
|
+
:param pulumi.Input[builtins.str] region: Taxonomy location region.
|
724
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
725
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
726
|
+
region is specified, it is taken from the provider configuration.
|
699
727
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
700
728
|
`datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format
|
701
729
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -757,6 +785,12 @@ class TaxonomyIamMember(pulumi.CustomResource):
|
|
757
785
|
@property
|
758
786
|
@pulumi.getter
|
759
787
|
def region(self) -> pulumi.Output[builtins.str]:
|
788
|
+
"""
|
789
|
+
Taxonomy location region.
|
790
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
791
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
792
|
+
region is specified, it is taken from the provider configuration.
|
793
|
+
"""
|
760
794
|
return pulumi.get(self, "region")
|
761
795
|
|
762
796
|
@property
|
@@ -31,6 +31,10 @@ class TaxonomyIamPolicyArgs:
|
|
31
31
|
:param pulumi.Input[builtins.str] taxonomy: Used to find the parent resource to bind the IAM policy to
|
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: Taxonomy 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__, "policy_data", policy_data)
|
36
40
|
pulumi.set(__self__, "taxonomy", taxonomy)
|
@@ -80,6 +84,12 @@ class TaxonomyIamPolicyArgs:
|
|
80
84
|
@property
|
81
85
|
@pulumi.getter
|
82
86
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
87
|
+
"""
|
88
|
+
Taxonomy 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
|
@@ -102,6 +112,10 @@ class _TaxonomyIamPolicyState:
|
|
102
112
|
a `organizations_get_iam_policy` data source.
|
103
113
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
104
114
|
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.
|
115
|
+
:param pulumi.Input[builtins.str] region: Taxonomy location region.
|
116
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
117
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
118
|
+
region is specified, it is taken from the provider configuration.
|
105
119
|
:param pulumi.Input[builtins.str] taxonomy: Used to find the parent resource to bind the IAM policy to
|
106
120
|
"""
|
107
121
|
if etag is not None:
|
@@ -156,6 +170,12 @@ class _TaxonomyIamPolicyState:
|
|
156
170
|
@property
|
157
171
|
@pulumi.getter
|
158
172
|
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
173
|
+
"""
|
174
|
+
Taxonomy location region.
|
175
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
176
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
177
|
+
region is specified, it is taken from the provider configuration.
|
178
|
+
"""
|
159
179
|
return pulumi.get(self, "region")
|
160
180
|
|
161
181
|
@region.setter
|
@@ -342,6 +362,10 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
|
|
342
362
|
a `organizations_get_iam_policy` data source.
|
343
363
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
344
364
|
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.
|
365
|
+
:param pulumi.Input[builtins.str] region: Taxonomy location region.
|
366
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
367
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
368
|
+
region is specified, it is taken from the provider configuration.
|
345
369
|
:param pulumi.Input[builtins.str] taxonomy: Used to find the parent resource to bind the IAM policy to
|
346
370
|
"""
|
347
371
|
...
|
@@ -564,6 +588,10 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
|
|
564
588
|
a `organizations_get_iam_policy` data source.
|
565
589
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
566
590
|
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.
|
591
|
+
:param pulumi.Input[builtins.str] region: Taxonomy location region.
|
592
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
593
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
594
|
+
region is specified, it is taken from the provider configuration.
|
567
595
|
:param pulumi.Input[builtins.str] taxonomy: Used to find the parent resource to bind the IAM policy to
|
568
596
|
"""
|
569
597
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -606,6 +634,12 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
|
|
606
634
|
@property
|
607
635
|
@pulumi.getter
|
608
636
|
def region(self) -> pulumi.Output[builtins.str]:
|
637
|
+
"""
|
638
|
+
Taxonomy location region.
|
639
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
640
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
641
|
+
region is specified, it is taken from the provider configuration.
|
642
|
+
"""
|
609
643
|
return pulumi.get(self, "region")
|
610
644
|
|
611
645
|
@property
|
pulumi_gcp/dataplex/__init__.py
CHANGED
@@ -31,9 +31,14 @@ from .get_asset_iam_policy import *
|
|
31
31
|
from .get_datascan_iam_policy import *
|
32
32
|
from .get_entry_group_iam_policy import *
|
33
33
|
from .get_entry_type_iam_policy import *
|
34
|
+
from .get_glossary_iam_policy import *
|
34
35
|
from .get_lake_iam_policy import *
|
35
36
|
from .get_task_iam_policy import *
|
36
37
|
from .get_zone_iam_policy import *
|
38
|
+
from .glossary import *
|
39
|
+
from .glossary_iam_binding import *
|
40
|
+
from .glossary_iam_member import *
|
41
|
+
from .glossary_iam_policy import *
|
37
42
|
from .lake import *
|
38
43
|
from .lake_iam_binding import *
|
39
44
|
from .lake_iam_member import *
|
pulumi_gcp/dataplex/_inputs.py
CHANGED
@@ -112,6 +112,10 @@ __all__ = [
|
|
112
112
|
'EntryTypeIamMemberConditionArgsDict',
|
113
113
|
'EntryTypeRequiredAspectArgs',
|
114
114
|
'EntryTypeRequiredAspectArgsDict',
|
115
|
+
'GlossaryIamBindingConditionArgs',
|
116
|
+
'GlossaryIamBindingConditionArgsDict',
|
117
|
+
'GlossaryIamMemberConditionArgs',
|
118
|
+
'GlossaryIamMemberConditionArgsDict',
|
115
119
|
'LakeAssetStatusArgs',
|
116
120
|
'LakeAssetStatusArgsDict',
|
117
121
|
'LakeIamBindingConditionArgs',
|
@@ -3076,6 +3080,100 @@ class EntryTypeRequiredAspectArgs:
|
|
3076
3080
|
pulumi.set(self, "type", value)
|
3077
3081
|
|
3078
3082
|
|
3083
|
+
if not MYPY:
|
3084
|
+
class GlossaryIamBindingConditionArgsDict(TypedDict):
|
3085
|
+
expression: pulumi.Input[builtins.str]
|
3086
|
+
title: pulumi.Input[builtins.str]
|
3087
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
3088
|
+
elif False:
|
3089
|
+
GlossaryIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
3090
|
+
|
3091
|
+
@pulumi.input_type
|
3092
|
+
class GlossaryIamBindingConditionArgs:
|
3093
|
+
def __init__(__self__, *,
|
3094
|
+
expression: pulumi.Input[builtins.str],
|
3095
|
+
title: pulumi.Input[builtins.str],
|
3096
|
+
description: Optional[pulumi.Input[builtins.str]] = None):
|
3097
|
+
pulumi.set(__self__, "expression", expression)
|
3098
|
+
pulumi.set(__self__, "title", title)
|
3099
|
+
if description is not None:
|
3100
|
+
pulumi.set(__self__, "description", description)
|
3101
|
+
|
3102
|
+
@property
|
3103
|
+
@pulumi.getter
|
3104
|
+
def expression(self) -> pulumi.Input[builtins.str]:
|
3105
|
+
return pulumi.get(self, "expression")
|
3106
|
+
|
3107
|
+
@expression.setter
|
3108
|
+
def expression(self, value: pulumi.Input[builtins.str]):
|
3109
|
+
pulumi.set(self, "expression", value)
|
3110
|
+
|
3111
|
+
@property
|
3112
|
+
@pulumi.getter
|
3113
|
+
def title(self) -> pulumi.Input[builtins.str]:
|
3114
|
+
return pulumi.get(self, "title")
|
3115
|
+
|
3116
|
+
@title.setter
|
3117
|
+
def title(self, value: pulumi.Input[builtins.str]):
|
3118
|
+
pulumi.set(self, "title", value)
|
3119
|
+
|
3120
|
+
@property
|
3121
|
+
@pulumi.getter
|
3122
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
3123
|
+
return pulumi.get(self, "description")
|
3124
|
+
|
3125
|
+
@description.setter
|
3126
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
3127
|
+
pulumi.set(self, "description", value)
|
3128
|
+
|
3129
|
+
|
3130
|
+
if not MYPY:
|
3131
|
+
class GlossaryIamMemberConditionArgsDict(TypedDict):
|
3132
|
+
expression: pulumi.Input[builtins.str]
|
3133
|
+
title: pulumi.Input[builtins.str]
|
3134
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
3135
|
+
elif False:
|
3136
|
+
GlossaryIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
3137
|
+
|
3138
|
+
@pulumi.input_type
|
3139
|
+
class GlossaryIamMemberConditionArgs:
|
3140
|
+
def __init__(__self__, *,
|
3141
|
+
expression: pulumi.Input[builtins.str],
|
3142
|
+
title: pulumi.Input[builtins.str],
|
3143
|
+
description: Optional[pulumi.Input[builtins.str]] = None):
|
3144
|
+
pulumi.set(__self__, "expression", expression)
|
3145
|
+
pulumi.set(__self__, "title", title)
|
3146
|
+
if description is not None:
|
3147
|
+
pulumi.set(__self__, "description", description)
|
3148
|
+
|
3149
|
+
@property
|
3150
|
+
@pulumi.getter
|
3151
|
+
def expression(self) -> pulumi.Input[builtins.str]:
|
3152
|
+
return pulumi.get(self, "expression")
|
3153
|
+
|
3154
|
+
@expression.setter
|
3155
|
+
def expression(self, value: pulumi.Input[builtins.str]):
|
3156
|
+
pulumi.set(self, "expression", value)
|
3157
|
+
|
3158
|
+
@property
|
3159
|
+
@pulumi.getter
|
3160
|
+
def title(self) -> pulumi.Input[builtins.str]:
|
3161
|
+
return pulumi.get(self, "title")
|
3162
|
+
|
3163
|
+
@title.setter
|
3164
|
+
def title(self, value: pulumi.Input[builtins.str]):
|
3165
|
+
pulumi.set(self, "title", value)
|
3166
|
+
|
3167
|
+
@property
|
3168
|
+
@pulumi.getter
|
3169
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
3170
|
+
return pulumi.get(self, "description")
|
3171
|
+
|
3172
|
+
@description.setter
|
3173
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
3174
|
+
pulumi.set(self, "description", value)
|
3175
|
+
|
3176
|
+
|
3079
3177
|
if not MYPY:
|
3080
3178
|
class LakeAssetStatusArgsDict(TypedDict):
|
3081
3179
|
active_assets: NotRequired[pulumi.Input[builtins.int]]
|