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
@@ -38,7 +38,6 @@ class MetastoreServiceArgs:
|
|
38
38
|
scaling_config: Optional[pulumi.Input['MetastoreServiceScalingConfigArgs']] = None,
|
39
39
|
scheduled_backup: Optional[pulumi.Input['MetastoreServiceScheduledBackupArgs']] = None,
|
40
40
|
service_id: Optional[pulumi.Input[builtins.str]] = None,
|
41
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
42
41
|
telemetry_config: Optional[pulumi.Input['MetastoreServiceTelemetryConfigArgs']] = None,
|
43
42
|
tier: Optional[pulumi.Input[builtins.str]] = None):
|
44
43
|
"""
|
@@ -83,9 +82,6 @@ class MetastoreServiceArgs:
|
|
83
82
|
|
84
83
|
|
85
84
|
- - -
|
86
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A map of resource manager tags.
|
87
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
88
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
89
85
|
:param pulumi.Input['MetastoreServiceTelemetryConfigArgs'] telemetry_config: The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
|
90
86
|
Structure is documented below.
|
91
87
|
:param pulumi.Input[builtins.str] tier: The tier of the service.
|
@@ -123,8 +119,6 @@ class MetastoreServiceArgs:
|
|
123
119
|
pulumi.set(__self__, "scheduled_backup", scheduled_backup)
|
124
120
|
if service_id is not None:
|
125
121
|
pulumi.set(__self__, "service_id", service_id)
|
126
|
-
if tags is not None:
|
127
|
-
pulumi.set(__self__, "tags", tags)
|
128
122
|
if telemetry_config is not None:
|
129
123
|
pulumi.set(__self__, "telemetry_config", telemetry_config)
|
130
124
|
if tier is not None:
|
@@ -346,20 +340,6 @@ class MetastoreServiceArgs:
|
|
346
340
|
def service_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
347
341
|
pulumi.set(self, "service_id", value)
|
348
342
|
|
349
|
-
@property
|
350
|
-
@pulumi.getter
|
351
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
352
|
-
"""
|
353
|
-
A map of resource manager tags.
|
354
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
355
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
356
|
-
"""
|
357
|
-
return pulumi.get(self, "tags")
|
358
|
-
|
359
|
-
@tags.setter
|
360
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
361
|
-
pulumi.set(self, "tags", value)
|
362
|
-
|
363
343
|
@property
|
364
344
|
@pulumi.getter(name="telemetryConfig")
|
365
345
|
def telemetry_config(self) -> Optional[pulumi.Input['MetastoreServiceTelemetryConfigArgs']]:
|
@@ -414,7 +394,6 @@ class _MetastoreServiceState:
|
|
414
394
|
service_id: Optional[pulumi.Input[builtins.str]] = None,
|
415
395
|
state: Optional[pulumi.Input[builtins.str]] = None,
|
416
396
|
state_message: Optional[pulumi.Input[builtins.str]] = None,
|
417
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
418
397
|
telemetry_config: Optional[pulumi.Input['MetastoreServiceTelemetryConfigArgs']] = None,
|
419
398
|
tier: Optional[pulumi.Input[builtins.str]] = None,
|
420
399
|
uid: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -470,9 +449,6 @@ class _MetastoreServiceState:
|
|
470
449
|
- - -
|
471
450
|
:param pulumi.Input[builtins.str] state: The current state of the metastore service.
|
472
451
|
:param pulumi.Input[builtins.str] state_message: Additional information about the current state of the metastore service, if available.
|
473
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A map of resource manager tags.
|
474
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
475
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
476
452
|
:param pulumi.Input['MetastoreServiceTelemetryConfigArgs'] telemetry_config: The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
|
477
453
|
Structure is documented below.
|
478
454
|
:param pulumi.Input[builtins.str] tier: The tier of the service.
|
@@ -528,8 +504,6 @@ class _MetastoreServiceState:
|
|
528
504
|
pulumi.set(__self__, "state", state)
|
529
505
|
if state_message is not None:
|
530
506
|
pulumi.set(__self__, "state_message", state_message)
|
531
|
-
if tags is not None:
|
532
|
-
pulumi.set(__self__, "tags", tags)
|
533
507
|
if telemetry_config is not None:
|
534
508
|
pulumi.set(__self__, "telemetry_config", telemetry_config)
|
535
509
|
if tier is not None:
|
@@ -852,20 +826,6 @@ class _MetastoreServiceState:
|
|
852
826
|
def state_message(self, value: Optional[pulumi.Input[builtins.str]]):
|
853
827
|
pulumi.set(self, "state_message", value)
|
854
828
|
|
855
|
-
@property
|
856
|
-
@pulumi.getter
|
857
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
858
|
-
"""
|
859
|
-
A map of resource manager tags.
|
860
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
861
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
862
|
-
"""
|
863
|
-
return pulumi.get(self, "tags")
|
864
|
-
|
865
|
-
@tags.setter
|
866
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
867
|
-
pulumi.set(self, "tags", value)
|
868
|
-
|
869
829
|
@property
|
870
830
|
@pulumi.getter(name="telemetryConfig")
|
871
831
|
def telemetry_config(self) -> Optional[pulumi.Input['MetastoreServiceTelemetryConfigArgs']]:
|
@@ -939,7 +899,6 @@ class MetastoreService(pulumi.CustomResource):
|
|
939
899
|
scaling_config: Optional[pulumi.Input[Union['MetastoreServiceScalingConfigArgs', 'MetastoreServiceScalingConfigArgsDict']]] = None,
|
940
900
|
scheduled_backup: Optional[pulumi.Input[Union['MetastoreServiceScheduledBackupArgs', 'MetastoreServiceScheduledBackupArgsDict']]] = None,
|
941
901
|
service_id: Optional[pulumi.Input[builtins.str]] = None,
|
942
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
943
902
|
telemetry_config: Optional[pulumi.Input[Union['MetastoreServiceTelemetryConfigArgs', 'MetastoreServiceTelemetryConfigArgsDict']]] = None,
|
944
903
|
tier: Optional[pulumi.Input[builtins.str]] = None,
|
945
904
|
__props__=None):
|
@@ -1296,9 +1255,6 @@ class MetastoreService(pulumi.CustomResource):
|
|
1296
1255
|
|
1297
1256
|
|
1298
1257
|
- - -
|
1299
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A map of resource manager tags.
|
1300
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
1301
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
1302
1258
|
:param pulumi.Input[Union['MetastoreServiceTelemetryConfigArgs', 'MetastoreServiceTelemetryConfigArgsDict']] telemetry_config: The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
|
1303
1259
|
Structure is documented below.
|
1304
1260
|
:param pulumi.Input[builtins.str] tier: The tier of the service.
|
@@ -1652,7 +1608,6 @@ class MetastoreService(pulumi.CustomResource):
|
|
1652
1608
|
scaling_config: Optional[pulumi.Input[Union['MetastoreServiceScalingConfigArgs', 'MetastoreServiceScalingConfigArgsDict']]] = None,
|
1653
1609
|
scheduled_backup: Optional[pulumi.Input[Union['MetastoreServiceScheduledBackupArgs', 'MetastoreServiceScheduledBackupArgsDict']]] = None,
|
1654
1610
|
service_id: Optional[pulumi.Input[builtins.str]] = None,
|
1655
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
1656
1611
|
telemetry_config: Optional[pulumi.Input[Union['MetastoreServiceTelemetryConfigArgs', 'MetastoreServiceTelemetryConfigArgsDict']]] = None,
|
1657
1612
|
tier: Optional[pulumi.Input[builtins.str]] = None,
|
1658
1613
|
__props__=None):
|
@@ -1680,7 +1635,6 @@ class MetastoreService(pulumi.CustomResource):
|
|
1680
1635
|
__props__.__dict__["scaling_config"] = scaling_config
|
1681
1636
|
__props__.__dict__["scheduled_backup"] = scheduled_backup
|
1682
1637
|
__props__.__dict__["service_id"] = service_id
|
1683
|
-
__props__.__dict__["tags"] = tags
|
1684
1638
|
__props__.__dict__["telemetry_config"] = telemetry_config
|
1685
1639
|
__props__.__dict__["tier"] = tier
|
1686
1640
|
__props__.__dict__["artifact_gcs_uri"] = None
|
@@ -1729,7 +1683,6 @@ class MetastoreService(pulumi.CustomResource):
|
|
1729
1683
|
service_id: Optional[pulumi.Input[builtins.str]] = None,
|
1730
1684
|
state: Optional[pulumi.Input[builtins.str]] = None,
|
1731
1685
|
state_message: Optional[pulumi.Input[builtins.str]] = None,
|
1732
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
1733
1686
|
telemetry_config: Optional[pulumi.Input[Union['MetastoreServiceTelemetryConfigArgs', 'MetastoreServiceTelemetryConfigArgsDict']]] = None,
|
1734
1687
|
tier: Optional[pulumi.Input[builtins.str]] = None,
|
1735
1688
|
uid: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -1790,9 +1743,6 @@ class MetastoreService(pulumi.CustomResource):
|
|
1790
1743
|
- - -
|
1791
1744
|
:param pulumi.Input[builtins.str] state: The current state of the metastore service.
|
1792
1745
|
:param pulumi.Input[builtins.str] state_message: Additional information about the current state of the metastore service, if available.
|
1793
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A map of resource manager tags.
|
1794
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
1795
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
1796
1746
|
:param pulumi.Input[Union['MetastoreServiceTelemetryConfigArgs', 'MetastoreServiceTelemetryConfigArgsDict']] telemetry_config: The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
|
1797
1747
|
Structure is documented below.
|
1798
1748
|
:param pulumi.Input[builtins.str] tier: The tier of the service.
|
@@ -1828,7 +1778,6 @@ class MetastoreService(pulumi.CustomResource):
|
|
1828
1778
|
__props__.__dict__["service_id"] = service_id
|
1829
1779
|
__props__.__dict__["state"] = state
|
1830
1780
|
__props__.__dict__["state_message"] = state_message
|
1831
|
-
__props__.__dict__["tags"] = tags
|
1832
1781
|
__props__.__dict__["telemetry_config"] = telemetry_config
|
1833
1782
|
__props__.__dict__["tier"] = tier
|
1834
1783
|
__props__.__dict__["uid"] = uid
|
@@ -2052,16 +2001,6 @@ class MetastoreService(pulumi.CustomResource):
|
|
2052
2001
|
"""
|
2053
2002
|
return pulumi.get(self, "state_message")
|
2054
2003
|
|
2055
|
-
@property
|
2056
|
-
@pulumi.getter
|
2057
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
|
2058
|
-
"""
|
2059
|
-
A map of resource manager tags.
|
2060
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
2061
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
|
2062
|
-
"""
|
2063
|
-
return pulumi.get(self, "tags")
|
2064
|
-
|
2065
2004
|
@property
|
2066
2005
|
@pulumi.getter(name="telemetryConfig")
|
2067
2006
|
def telemetry_config(self) -> pulumi.Output['outputs.MetastoreServiceTelemetryConfig']:
|
@@ -44,6 +44,7 @@ class MetastoreServiceIamBindingArgs:
|
|
44
44
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
45
45
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
46
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
47
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
47
48
|
:param pulumi.Input[builtins.str] location: The location where the metastore service should reside.
|
48
49
|
The default value is `global`.
|
49
50
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -101,6 +102,9 @@ class MetastoreServiceIamBindingArgs:
|
|
101
102
|
@property
|
102
103
|
@pulumi.getter(name="serviceId")
|
103
104
|
def service_id(self) -> pulumi.Input[builtins.str]:
|
105
|
+
"""
|
106
|
+
Used to find the parent resource to bind the IAM policy to
|
107
|
+
"""
|
104
108
|
return pulumi.get(self, "service_id")
|
105
109
|
|
106
110
|
@service_id.setter
|
@@ -180,6 +184,7 @@ class _MetastoreServiceIamBindingState:
|
|
180
184
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
181
185
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
182
186
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
187
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
183
188
|
"""
|
184
189
|
if condition is not None:
|
185
190
|
pulumi.set(__self__, "condition", condition)
|
@@ -285,6 +290,9 @@ class _MetastoreServiceIamBindingState:
|
|
285
290
|
@property
|
286
291
|
@pulumi.getter(name="serviceId")
|
287
292
|
def service_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
293
|
+
"""
|
294
|
+
Used to find the parent resource to bind the IAM policy to
|
295
|
+
"""
|
288
296
|
return pulumi.get(self, "service_id")
|
289
297
|
|
290
298
|
@service_id.setter
|
@@ -490,6 +498,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
490
498
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
491
499
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
492
500
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
501
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
493
502
|
"""
|
494
503
|
...
|
495
504
|
@overload
|
@@ -748,6 +757,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
748
757
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
749
758
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
750
759
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
760
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
751
761
|
"""
|
752
762
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
753
763
|
|
@@ -827,5 +837,8 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
827
837
|
@property
|
828
838
|
@pulumi.getter(name="serviceId")
|
829
839
|
def service_id(self) -> pulumi.Output[builtins.str]:
|
840
|
+
"""
|
841
|
+
Used to find the parent resource to bind the IAM policy to
|
842
|
+
"""
|
830
843
|
return pulumi.get(self, "service_id")
|
831
844
|
|
@@ -44,6 +44,7 @@ class MetastoreServiceIamMemberArgs:
|
|
44
44
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
45
45
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
46
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
47
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
47
48
|
:param pulumi.Input[builtins.str] location: The location where the metastore service should reside.
|
48
49
|
The default value is `global`.
|
49
50
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -101,6 +102,9 @@ class MetastoreServiceIamMemberArgs:
|
|
101
102
|
@property
|
102
103
|
@pulumi.getter(name="serviceId")
|
103
104
|
def service_id(self) -> pulumi.Input[builtins.str]:
|
105
|
+
"""
|
106
|
+
Used to find the parent resource to bind the IAM policy to
|
107
|
+
"""
|
104
108
|
return pulumi.get(self, "service_id")
|
105
109
|
|
106
110
|
@service_id.setter
|
@@ -180,6 +184,7 @@ class _MetastoreServiceIamMemberState:
|
|
180
184
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
181
185
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
182
186
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
187
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
183
188
|
"""
|
184
189
|
if condition is not None:
|
185
190
|
pulumi.set(__self__, "condition", condition)
|
@@ -285,6 +290,9 @@ class _MetastoreServiceIamMemberState:
|
|
285
290
|
@property
|
286
291
|
@pulumi.getter(name="serviceId")
|
287
292
|
def service_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
293
|
+
"""
|
294
|
+
Used to find the parent resource to bind the IAM policy to
|
295
|
+
"""
|
288
296
|
return pulumi.get(self, "service_id")
|
289
297
|
|
290
298
|
@service_id.setter
|
@@ -490,6 +498,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
490
498
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
491
499
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
492
500
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
501
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
493
502
|
"""
|
494
503
|
...
|
495
504
|
@overload
|
@@ -748,6 +757,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
748
757
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
749
758
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
750
759
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
760
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
751
761
|
"""
|
752
762
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
753
763
|
|
@@ -827,5 +837,8 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
827
837
|
@property
|
828
838
|
@pulumi.getter(name="serviceId")
|
829
839
|
def service_id(self) -> pulumi.Output[builtins.str]:
|
840
|
+
"""
|
841
|
+
Used to find the parent resource to bind the IAM policy to
|
842
|
+
"""
|
830
843
|
return pulumi.get(self, "service_id")
|
831
844
|
|
@@ -28,6 +28,7 @@ class MetastoreServiceIamPolicyArgs:
|
|
28
28
|
The set of arguments for constructing a MetastoreServiceIamPolicy resource.
|
29
29
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
30
30
|
a `organizations_get_iam_policy` data source.
|
31
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
31
32
|
:param pulumi.Input[builtins.str] location: The location where the metastore service should reside.
|
32
33
|
The default value is `global`.
|
33
34
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -59,6 +60,9 @@ class MetastoreServiceIamPolicyArgs:
|
|
59
60
|
@property
|
60
61
|
@pulumi.getter(name="serviceId")
|
61
62
|
def service_id(self) -> pulumi.Input[builtins.str]:
|
63
|
+
"""
|
64
|
+
Used to find the parent resource to bind the IAM policy to
|
65
|
+
"""
|
62
66
|
return pulumi.get(self, "service_id")
|
63
67
|
|
64
68
|
@service_id.setter
|
@@ -115,6 +119,7 @@ class _MetastoreServiceIamPolicyState:
|
|
115
119
|
a `organizations_get_iam_policy` data source.
|
116
120
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
117
121
|
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.
|
122
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
118
123
|
"""
|
119
124
|
if etag is not None:
|
120
125
|
pulumi.set(__self__, "etag", etag)
|
@@ -184,6 +189,9 @@ class _MetastoreServiceIamPolicyState:
|
|
184
189
|
@property
|
185
190
|
@pulumi.getter(name="serviceId")
|
186
191
|
def service_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
192
|
+
"""
|
193
|
+
Used to find the parent resource to bind the IAM policy to
|
194
|
+
"""
|
187
195
|
return pulumi.get(self, "service_id")
|
188
196
|
|
189
197
|
@service_id.setter
|
@@ -375,6 +383,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
|
|
375
383
|
a `organizations_get_iam_policy` data source.
|
376
384
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
377
385
|
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.
|
386
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
378
387
|
"""
|
379
388
|
...
|
380
389
|
@overload
|
@@ -613,6 +622,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
|
|
613
622
|
a `organizations_get_iam_policy` data source.
|
614
623
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
615
624
|
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.
|
625
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
616
626
|
"""
|
617
627
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
618
628
|
|
@@ -666,5 +676,8 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
|
|
666
676
|
@property
|
667
677
|
@pulumi.getter(name="serviceId")
|
668
678
|
def service_id(self) -> pulumi.Output[builtins.str]:
|
679
|
+
"""
|
680
|
+
Used to find the parent resource to bind the IAM policy to
|
681
|
+
"""
|
669
682
|
return pulumi.get(self, "service_id")
|
670
683
|
|
@@ -32,6 +32,7 @@ class MetastoreTableIamBindingArgs:
|
|
32
32
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
33
33
|
"""
|
34
34
|
The set of arguments for constructing a MetastoreTableIamBinding resource.
|
35
|
+
:param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
|
35
36
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
36
37
|
Each entry can have one of the following values:
|
37
38
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -46,7 +47,11 @@ class MetastoreTableIamBindingArgs:
|
|
46
47
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
47
48
|
`dataproc.MetastoreTableIamBinding` can be used per role. Note that custom roles must be of the format
|
48
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
50
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
49
51
|
:param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
|
52
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
53
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
54
|
+
location is specified, it is taken from the provider configuration.
|
50
55
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
51
56
|
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.
|
52
57
|
"""
|
@@ -65,6 +70,9 @@ class MetastoreTableIamBindingArgs:
|
|
65
70
|
@property
|
66
71
|
@pulumi.getter(name="databaseId")
|
67
72
|
def database_id(self) -> pulumi.Input[builtins.str]:
|
73
|
+
"""
|
74
|
+
Used to find the parent resource to bind the IAM policy to
|
75
|
+
"""
|
68
76
|
return pulumi.get(self, "database_id")
|
69
77
|
|
70
78
|
@database_id.setter
|
@@ -110,6 +118,9 @@ class MetastoreTableIamBindingArgs:
|
|
110
118
|
@property
|
111
119
|
@pulumi.getter(name="serviceId")
|
112
120
|
def service_id(self) -> pulumi.Input[builtins.str]:
|
121
|
+
"""
|
122
|
+
Used to find the parent resource to bind the IAM policy to
|
123
|
+
"""
|
113
124
|
return pulumi.get(self, "service_id")
|
114
125
|
|
115
126
|
@service_id.setter
|
@@ -140,6 +151,11 @@ class MetastoreTableIamBindingArgs:
|
|
140
151
|
@property
|
141
152
|
@pulumi.getter
|
142
153
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
154
|
+
"""
|
155
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
156
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
157
|
+
location is specified, it is taken from the provider configuration.
|
158
|
+
"""
|
143
159
|
return pulumi.get(self, "location")
|
144
160
|
|
145
161
|
@location.setter
|
@@ -174,7 +190,11 @@ class _MetastoreTableIamBindingState:
|
|
174
190
|
table: Optional[pulumi.Input[builtins.str]] = None):
|
175
191
|
"""
|
176
192
|
Input properties used for looking up and filtering MetastoreTableIamBinding resources.
|
193
|
+
:param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
|
177
194
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
195
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
196
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
197
|
+
location is specified, it is taken from the provider configuration.
|
178
198
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
179
199
|
Each entry can have one of the following values:
|
180
200
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -191,6 +211,7 @@ class _MetastoreTableIamBindingState:
|
|
191
211
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
192
212
|
`dataproc.MetastoreTableIamBinding` can be used per role. Note that custom roles must be of the format
|
193
213
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
214
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
194
215
|
:param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
|
195
216
|
"""
|
196
217
|
if condition is not None:
|
@@ -224,6 +245,9 @@ class _MetastoreTableIamBindingState:
|
|
224
245
|
@property
|
225
246
|
@pulumi.getter(name="databaseId")
|
226
247
|
def database_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
248
|
+
"""
|
249
|
+
Used to find the parent resource to bind the IAM policy to
|
250
|
+
"""
|
227
251
|
return pulumi.get(self, "database_id")
|
228
252
|
|
229
253
|
@database_id.setter
|
@@ -245,6 +269,11 @@ class _MetastoreTableIamBindingState:
|
|
245
269
|
@property
|
246
270
|
@pulumi.getter
|
247
271
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
272
|
+
"""
|
273
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
274
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
275
|
+
location is specified, it is taken from the provider configuration.
|
276
|
+
"""
|
248
277
|
return pulumi.get(self, "location")
|
249
278
|
|
250
279
|
@location.setter
|
@@ -303,6 +332,9 @@ class _MetastoreTableIamBindingState:
|
|
303
332
|
@property
|
304
333
|
@pulumi.getter(name="serviceId")
|
305
334
|
def service_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
335
|
+
"""
|
336
|
+
Used to find the parent resource to bind the IAM policy to
|
337
|
+
"""
|
306
338
|
return pulumi.get(self, "service_id")
|
307
339
|
|
308
340
|
@service_id.setter
|
@@ -513,6 +545,10 @@ class MetastoreTableIamBinding(pulumi.CustomResource):
|
|
513
545
|
|
514
546
|
:param str resource_name: The name of the resource.
|
515
547
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
548
|
+
:param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
|
549
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
550
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
551
|
+
location is specified, it is taken from the provider configuration.
|
516
552
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
517
553
|
Each entry can have one of the following values:
|
518
554
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -529,6 +565,7 @@ class MetastoreTableIamBinding(pulumi.CustomResource):
|
|
529
565
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
530
566
|
`dataproc.MetastoreTableIamBinding` can be used per role. Note that custom roles must be of the format
|
531
567
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
568
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
532
569
|
:param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
|
533
570
|
"""
|
534
571
|
...
|
@@ -788,7 +825,11 @@ class MetastoreTableIamBinding(pulumi.CustomResource):
|
|
788
825
|
:param str resource_name: The unique name of the resulting resource.
|
789
826
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
790
827
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
828
|
+
:param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
|
791
829
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
830
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
831
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
832
|
+
location is specified, it is taken from the provider configuration.
|
792
833
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
793
834
|
Each entry can have one of the following values:
|
794
835
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -805,6 +846,7 @@ class MetastoreTableIamBinding(pulumi.CustomResource):
|
|
805
846
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
806
847
|
`dataproc.MetastoreTableIamBinding` can be used per role. Note that custom roles must be of the format
|
807
848
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
849
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
808
850
|
:param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
|
809
851
|
"""
|
810
852
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -830,6 +872,9 @@ class MetastoreTableIamBinding(pulumi.CustomResource):
|
|
830
872
|
@property
|
831
873
|
@pulumi.getter(name="databaseId")
|
832
874
|
def database_id(self) -> pulumi.Output[builtins.str]:
|
875
|
+
"""
|
876
|
+
Used to find the parent resource to bind the IAM policy to
|
877
|
+
"""
|
833
878
|
return pulumi.get(self, "database_id")
|
834
879
|
|
835
880
|
@property
|
@@ -843,6 +888,11 @@ class MetastoreTableIamBinding(pulumi.CustomResource):
|
|
843
888
|
@property
|
844
889
|
@pulumi.getter
|
845
890
|
def location(self) -> pulumi.Output[builtins.str]:
|
891
|
+
"""
|
892
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
893
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
894
|
+
location is specified, it is taken from the provider configuration.
|
895
|
+
"""
|
846
896
|
return pulumi.get(self, "location")
|
847
897
|
|
848
898
|
@property
|
@@ -885,6 +935,9 @@ class MetastoreTableIamBinding(pulumi.CustomResource):
|
|
885
935
|
@property
|
886
936
|
@pulumi.getter(name="serviceId")
|
887
937
|
def service_id(self) -> pulumi.Output[builtins.str]:
|
938
|
+
"""
|
939
|
+
Used to find the parent resource to bind the IAM policy to
|
940
|
+
"""
|
888
941
|
return pulumi.get(self, "service_id")
|
889
942
|
|
890
943
|
@property
|