pulumi-gcp 8.31.0a1747312116__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 +88 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/_inputs.py +126 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +110 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +56 -0
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +2 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +35 -0
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/top_level.txt +0 -0
@@ -472,7 +472,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
|
|
472
472
|
import pulumi_gcp as gcp
|
473
473
|
|
474
474
|
default = gcp.bigquery.Dataset("default",
|
475
|
-
dataset_id="",
|
475
|
+
dataset_id="my-dataset",
|
476
476
|
friendly_name="test",
|
477
477
|
description="This is a test description",
|
478
478
|
location="US",
|
@@ -576,7 +576,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
|
|
576
576
|
import pulumi_gcp as gcp
|
577
577
|
|
578
578
|
default = gcp.bigquery.Dataset("default",
|
579
|
-
dataset_id="",
|
579
|
+
dataset_id="my-dataset",
|
580
580
|
friendly_name="test",
|
581
581
|
description="This is a test description",
|
582
582
|
location="US",
|
@@ -31,6 +31,7 @@ class AiFeatureOnlineStoreFeatureviewIamBindingArgs:
|
|
31
31
|
region: Optional[pulumi.Input[builtins.str]] = None):
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a AiFeatureOnlineStoreFeatureviewIamBinding resource.
|
34
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
34
35
|
:param pulumi.Input[builtins.str] feature_view: 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:
|
@@ -66,6 +67,9 @@ class AiFeatureOnlineStoreFeatureviewIamBindingArgs:
|
|
66
67
|
@property
|
67
68
|
@pulumi.getter(name="featureOnlineStore")
|
68
69
|
def feature_online_store(self) -> pulumi.Input[builtins.str]:
|
70
|
+
"""
|
71
|
+
The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
72
|
+
"""
|
69
73
|
return pulumi.get(self, "feature_online_store")
|
70
74
|
|
71
75
|
@feature_online_store.setter
|
@@ -171,6 +175,7 @@ class _AiFeatureOnlineStoreFeatureviewIamBindingState:
|
|
171
175
|
"""
|
172
176
|
Input properties used for looking up and filtering AiFeatureOnlineStoreFeatureviewIamBinding resources.
|
173
177
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
178
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
174
179
|
:param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
|
175
180
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
176
181
|
Each entry can have one of the following values:
|
@@ -233,6 +238,9 @@ class _AiFeatureOnlineStoreFeatureviewIamBindingState:
|
|
233
238
|
@property
|
234
239
|
@pulumi.getter(name="featureOnlineStore")
|
235
240
|
def feature_online_store(self) -> Optional[pulumi.Input[builtins.str]]:
|
241
|
+
"""
|
242
|
+
The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
243
|
+
"""
|
236
244
|
return pulumi.get(self, "feature_online_store")
|
237
245
|
|
238
246
|
@feature_online_store.setter
|
@@ -368,6 +376,7 @@ class AiFeatureOnlineStoreFeatureviewIamBinding(pulumi.CustomResource):
|
|
368
376
|
|
369
377
|
:param str resource_name: The name of the resource.
|
370
378
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
379
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
371
380
|
:param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
|
372
381
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
373
382
|
Each entry can have one of the following values:
|
@@ -505,6 +514,7 @@ class AiFeatureOnlineStoreFeatureviewIamBinding(pulumi.CustomResource):
|
|
505
514
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
506
515
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
507
516
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
517
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
508
518
|
:param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
|
509
519
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
510
520
|
Each entry can have one of the following values:
|
@@ -556,6 +566,9 @@ class AiFeatureOnlineStoreFeatureviewIamBinding(pulumi.CustomResource):
|
|
556
566
|
@property
|
557
567
|
@pulumi.getter(name="featureOnlineStore")
|
558
568
|
def feature_online_store(self) -> pulumi.Output[builtins.str]:
|
569
|
+
"""
|
570
|
+
The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
571
|
+
"""
|
559
572
|
return pulumi.get(self, "feature_online_store")
|
560
573
|
|
561
574
|
@property
|
@@ -31,6 +31,7 @@ class AiFeatureOnlineStoreFeatureviewIamMemberArgs:
|
|
31
31
|
region: Optional[pulumi.Input[builtins.str]] = None):
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a AiFeatureOnlineStoreFeatureviewIamMember resource.
|
34
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
34
35
|
:param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
|
35
36
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
36
37
|
Each entry can have one of the following values:
|
@@ -66,6 +67,9 @@ class AiFeatureOnlineStoreFeatureviewIamMemberArgs:
|
|
66
67
|
@property
|
67
68
|
@pulumi.getter(name="featureOnlineStore")
|
68
69
|
def feature_online_store(self) -> pulumi.Input[builtins.str]:
|
70
|
+
"""
|
71
|
+
The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
72
|
+
"""
|
69
73
|
return pulumi.get(self, "feature_online_store")
|
70
74
|
|
71
75
|
@feature_online_store.setter
|
@@ -171,6 +175,7 @@ class _AiFeatureOnlineStoreFeatureviewIamMemberState:
|
|
171
175
|
"""
|
172
176
|
Input properties used for looking up and filtering AiFeatureOnlineStoreFeatureviewIamMember resources.
|
173
177
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
178
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
174
179
|
:param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
|
175
180
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
176
181
|
Each entry can have one of the following values:
|
@@ -233,6 +238,9 @@ class _AiFeatureOnlineStoreFeatureviewIamMemberState:
|
|
233
238
|
@property
|
234
239
|
@pulumi.getter(name="featureOnlineStore")
|
235
240
|
def feature_online_store(self) -> Optional[pulumi.Input[builtins.str]]:
|
241
|
+
"""
|
242
|
+
The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
243
|
+
"""
|
236
244
|
return pulumi.get(self, "feature_online_store")
|
237
245
|
|
238
246
|
@feature_online_store.setter
|
@@ -368,6 +376,7 @@ class AiFeatureOnlineStoreFeatureviewIamMember(pulumi.CustomResource):
|
|
368
376
|
|
369
377
|
:param str resource_name: The name of the resource.
|
370
378
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
379
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
371
380
|
:param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
|
372
381
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
373
382
|
Each entry can have one of the following values:
|
@@ -505,6 +514,7 @@ class AiFeatureOnlineStoreFeatureviewIamMember(pulumi.CustomResource):
|
|
505
514
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
506
515
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
507
516
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
517
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
508
518
|
:param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
|
509
519
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
510
520
|
Each entry can have one of the following values:
|
@@ -556,6 +566,9 @@ class AiFeatureOnlineStoreFeatureviewIamMember(pulumi.CustomResource):
|
|
556
566
|
@property
|
557
567
|
@pulumi.getter(name="featureOnlineStore")
|
558
568
|
def feature_online_store(self) -> pulumi.Output[builtins.str]:
|
569
|
+
"""
|
570
|
+
The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
571
|
+
"""
|
559
572
|
return pulumi.get(self, "feature_online_store")
|
560
573
|
|
561
574
|
@property
|
@@ -27,6 +27,7 @@ class AiFeatureOnlineStoreFeatureviewIamPolicyArgs:
|
|
27
27
|
region: Optional[pulumi.Input[builtins.str]] = None):
|
28
28
|
"""
|
29
29
|
The set of arguments for constructing a AiFeatureOnlineStoreFeatureviewIamPolicy resource.
|
30
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
30
31
|
:param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
|
31
32
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
32
33
|
a `organizations_get_iam_policy` data source.
|
@@ -47,6 +48,9 @@ class AiFeatureOnlineStoreFeatureviewIamPolicyArgs:
|
|
47
48
|
@property
|
48
49
|
@pulumi.getter(name="featureOnlineStore")
|
49
50
|
def feature_online_store(self) -> pulumi.Input[builtins.str]:
|
51
|
+
"""
|
52
|
+
The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
53
|
+
"""
|
50
54
|
return pulumi.get(self, "feature_online_store")
|
51
55
|
|
52
56
|
@feature_online_store.setter
|
@@ -118,6 +122,7 @@ class _AiFeatureOnlineStoreFeatureviewIamPolicyState:
|
|
118
122
|
"""
|
119
123
|
Input properties used for looking up and filtering AiFeatureOnlineStoreFeatureviewIamPolicy resources.
|
120
124
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
125
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
121
126
|
:param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
|
122
127
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
123
128
|
a `organizations_get_iam_policy` data source.
|
@@ -155,6 +160,9 @@ class _AiFeatureOnlineStoreFeatureviewIamPolicyState:
|
|
155
160
|
@property
|
156
161
|
@pulumi.getter(name="featureOnlineStore")
|
157
162
|
def feature_online_store(self) -> Optional[pulumi.Input[builtins.str]]:
|
163
|
+
"""
|
164
|
+
The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
165
|
+
"""
|
158
166
|
return pulumi.get(self, "feature_online_store")
|
159
167
|
|
160
168
|
@feature_online_store.setter
|
@@ -265,6 +273,7 @@ class AiFeatureOnlineStoreFeatureviewIamPolicy(pulumi.CustomResource):
|
|
265
273
|
|
266
274
|
:param str resource_name: The name of the resource.
|
267
275
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
276
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
268
277
|
:param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
|
269
278
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
270
279
|
a `organizations_get_iam_policy` data source.
|
@@ -382,6 +391,7 @@ class AiFeatureOnlineStoreFeatureviewIamPolicy(pulumi.CustomResource):
|
|
382
391
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
383
392
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
384
393
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
394
|
+
:param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
385
395
|
:param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
|
386
396
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
387
397
|
a `organizations_get_iam_policy` data source.
|
@@ -414,6 +424,9 @@ class AiFeatureOnlineStoreFeatureviewIamPolicy(pulumi.CustomResource):
|
|
414
424
|
@property
|
415
425
|
@pulumi.getter(name="featureOnlineStore")
|
416
426
|
def feature_online_store(self) -> pulumi.Output[builtins.str]:
|
427
|
+
"""
|
428
|
+
The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
429
|
+
"""
|
417
430
|
return pulumi.get(self, "feature_online_store")
|
418
431
|
|
419
432
|
@property
|
@@ -129,6 +129,7 @@ def get_ai_feature_online_store_featureview_iam_policy(feature_online_store: Opt
|
|
129
129
|
```
|
130
130
|
|
131
131
|
|
132
|
+
:param builtins.str feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
132
133
|
:param builtins.str feature_view: Used to find the parent resource to bind the IAM policy to
|
133
134
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
134
135
|
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.
|
@@ -170,6 +171,7 @@ def get_ai_feature_online_store_featureview_iam_policy_output(feature_online_sto
|
|
170
171
|
```
|
171
172
|
|
172
173
|
|
174
|
+
:param builtins.str feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
|
173
175
|
:param builtins.str feature_view: Used to find the parent resource to bind the IAM policy to
|
174
176
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
175
177
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -299,7 +299,7 @@ class ExternalAddress(pulumi.CustomResource):
|
|
299
299
|
type="STANDARD",
|
300
300
|
description="PC network description.")
|
301
301
|
external_address_pc = gcp.vmwareengine.PrivateCloud("external-address-pc",
|
302
|
-
location="-a",
|
302
|
+
location="us-west1-a",
|
303
303
|
name="sample-pc",
|
304
304
|
description="Sample test PC.",
|
305
305
|
network_config={
|
@@ -314,7 +314,7 @@ class ExternalAddress(pulumi.CustomResource):
|
|
314
314
|
}],
|
315
315
|
})
|
316
316
|
external_address_np = gcp.vmwareengine.NetworkPolicy("external-address-np",
|
317
|
-
location="",
|
317
|
+
location="us-west1",
|
318
318
|
name="sample-np",
|
319
319
|
edge_services_cidr="192.168.30.0/26",
|
320
320
|
vmware_engine_network=external_address_nw.id)
|
@@ -377,7 +377,7 @@ class ExternalAddress(pulumi.CustomResource):
|
|
377
377
|
type="STANDARD",
|
378
378
|
description="PC network description.")
|
379
379
|
external_address_pc = gcp.vmwareengine.PrivateCloud("external-address-pc",
|
380
|
-
location="-a",
|
380
|
+
location="us-west1-a",
|
381
381
|
name="sample-pc",
|
382
382
|
description="Sample test PC.",
|
383
383
|
network_config={
|
@@ -392,7 +392,7 @@ class ExternalAddress(pulumi.CustomResource):
|
|
392
392
|
}],
|
393
393
|
})
|
394
394
|
external_address_np = gcp.vmwareengine.NetworkPolicy("external-address-np",
|
395
|
-
location="",
|
395
|
+
location="us-west1",
|
396
396
|
name="sample-np",
|
397
397
|
edge_services_cidr="192.168.30.0/26",
|
398
398
|
vmware_engine_network=external_address_nw.id)
|
@@ -136,6 +136,9 @@ def get_workstation_config_iam_policy(location: Optional[builtins.str] = None,
|
|
136
136
|
location is specified, it is taken from the provider configuration.
|
137
137
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
138
138
|
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.
|
139
|
+
:param builtins.str workstation_cluster_id: The ID of the parent workstation cluster.
|
140
|
+
Used to find the parent resource to bind the IAM policy to
|
141
|
+
:param builtins.str workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
139
142
|
"""
|
140
143
|
__args__ = dict()
|
141
144
|
__args__['location'] = location
|
@@ -178,6 +181,9 @@ def get_workstation_config_iam_policy_output(location: Optional[pulumi.Input[Opt
|
|
178
181
|
location is specified, it is taken from the provider configuration.
|
179
182
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
180
183
|
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.
|
184
|
+
:param builtins.str workstation_cluster_id: The ID of the parent workstation cluster.
|
185
|
+
Used to find the parent resource to bind the IAM policy to
|
186
|
+
:param builtins.str workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
181
187
|
"""
|
182
188
|
__args__ = dict()
|
183
189
|
__args__['location'] = location
|
@@ -147,6 +147,11 @@ def get_workstation_iam_policy(location: Optional[builtins.str] = None,
|
|
147
147
|
location is specified, it is taken from the provider configuration.
|
148
148
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
149
149
|
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.
|
150
|
+
:param builtins.str workstation_cluster_id: The ID of the parent workstation cluster.
|
151
|
+
Used to find the parent resource to bind the IAM policy to
|
152
|
+
:param builtins.str workstation_config_id: The ID of the parent workstation cluster config.
|
153
|
+
Used to find the parent resource to bind the IAM policy to
|
154
|
+
:param builtins.str workstation_id: Used to find the parent resource to bind the IAM policy to
|
150
155
|
"""
|
151
156
|
__args__ = dict()
|
152
157
|
__args__['location'] = location
|
@@ -193,6 +198,11 @@ def get_workstation_iam_policy_output(location: Optional[pulumi.Input[Optional[b
|
|
193
198
|
location is specified, it is taken from the provider configuration.
|
194
199
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
195
200
|
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.
|
201
|
+
:param builtins.str workstation_cluster_id: The ID of the parent workstation cluster.
|
202
|
+
Used to find the parent resource to bind the IAM policy to
|
203
|
+
:param builtins.str workstation_config_id: The ID of the parent workstation cluster config.
|
204
|
+
Used to find the parent resource to bind the IAM policy to
|
205
|
+
:param builtins.str workstation_id: Used to find the parent resource to bind the IAM policy to
|
196
206
|
"""
|
197
207
|
__args__ = dict()
|
198
208
|
__args__['location'] = location
|
@@ -45,6 +45,9 @@ class WorkstationConfigIamBindingArgs:
|
|
45
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
46
46
|
`workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
|
47
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
48
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
49
|
+
Used to find the parent resource to bind the IAM policy to
|
50
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
48
51
|
:param pulumi.Input[builtins.str] location: The location where the workstation cluster config should reside.
|
49
52
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
50
53
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -102,6 +105,10 @@ class WorkstationConfigIamBindingArgs:
|
|
102
105
|
@property
|
103
106
|
@pulumi.getter(name="workstationClusterId")
|
104
107
|
def workstation_cluster_id(self) -> pulumi.Input[builtins.str]:
|
108
|
+
"""
|
109
|
+
The ID of the parent workstation cluster.
|
110
|
+
Used to find the parent resource to bind the IAM policy to
|
111
|
+
"""
|
105
112
|
return pulumi.get(self, "workstation_cluster_id")
|
106
113
|
|
107
114
|
@workstation_cluster_id.setter
|
@@ -111,6 +118,9 @@ class WorkstationConfigIamBindingArgs:
|
|
111
118
|
@property
|
112
119
|
@pulumi.getter(name="workstationConfigId")
|
113
120
|
def workstation_config_id(self) -> pulumi.Input[builtins.str]:
|
121
|
+
"""
|
122
|
+
Used to find the parent resource to bind the IAM policy to
|
123
|
+
"""
|
114
124
|
return pulumi.get(self, "workstation_config_id")
|
115
125
|
|
116
126
|
@workstation_config_id.setter
|
@@ -189,6 +199,9 @@ class _WorkstationConfigIamBindingState:
|
|
189
199
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
190
200
|
`workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
|
191
201
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
202
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
203
|
+
Used to find the parent resource to bind the IAM policy to
|
204
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
192
205
|
"""
|
193
206
|
if condition is not None:
|
194
207
|
pulumi.set(__self__, "condition", condition)
|
@@ -295,6 +308,10 @@ class _WorkstationConfigIamBindingState:
|
|
295
308
|
@property
|
296
309
|
@pulumi.getter(name="workstationClusterId")
|
297
310
|
def workstation_cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
311
|
+
"""
|
312
|
+
The ID of the parent workstation cluster.
|
313
|
+
Used to find the parent resource to bind the IAM policy to
|
314
|
+
"""
|
298
315
|
return pulumi.get(self, "workstation_cluster_id")
|
299
316
|
|
300
317
|
@workstation_cluster_id.setter
|
@@ -304,6 +321,9 @@ class _WorkstationConfigIamBindingState:
|
|
304
321
|
@property
|
305
322
|
@pulumi.getter(name="workstationConfigId")
|
306
323
|
def workstation_config_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
324
|
+
"""
|
325
|
+
Used to find the parent resource to bind the IAM policy to
|
326
|
+
"""
|
307
327
|
return pulumi.get(self, "workstation_config_id")
|
308
328
|
|
309
329
|
@workstation_config_id.setter
|
@@ -386,6 +406,9 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
|
|
386
406
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
387
407
|
`workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
|
388
408
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
409
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
410
|
+
Used to find the parent resource to bind the IAM policy to
|
411
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
389
412
|
"""
|
390
413
|
...
|
391
414
|
@overload
|
@@ -525,6 +548,9 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
|
|
525
548
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
526
549
|
`workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
|
527
550
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
551
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
552
|
+
Used to find the parent resource to bind the IAM policy to
|
553
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
528
554
|
"""
|
529
555
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
530
556
|
|
@@ -604,10 +630,17 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
|
|
604
630
|
@property
|
605
631
|
@pulumi.getter(name="workstationClusterId")
|
606
632
|
def workstation_cluster_id(self) -> pulumi.Output[builtins.str]:
|
633
|
+
"""
|
634
|
+
The ID of the parent workstation cluster.
|
635
|
+
Used to find the parent resource to bind the IAM policy to
|
636
|
+
"""
|
607
637
|
return pulumi.get(self, "workstation_cluster_id")
|
608
638
|
|
609
639
|
@property
|
610
640
|
@pulumi.getter(name="workstationConfigId")
|
611
641
|
def workstation_config_id(self) -> pulumi.Output[builtins.str]:
|
642
|
+
"""
|
643
|
+
Used to find the parent resource to bind the IAM policy to
|
644
|
+
"""
|
612
645
|
return pulumi.get(self, "workstation_config_id")
|
613
646
|
|
@@ -45,6 +45,9 @@ class WorkstationConfigIamMemberArgs:
|
|
45
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
46
46
|
`workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
|
47
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
48
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
49
|
+
Used to find the parent resource to bind the IAM policy to
|
50
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
48
51
|
:param pulumi.Input[builtins.str] location: The location where the workstation cluster config should reside.
|
49
52
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
50
53
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -102,6 +105,10 @@ class WorkstationConfigIamMemberArgs:
|
|
102
105
|
@property
|
103
106
|
@pulumi.getter(name="workstationClusterId")
|
104
107
|
def workstation_cluster_id(self) -> pulumi.Input[builtins.str]:
|
108
|
+
"""
|
109
|
+
The ID of the parent workstation cluster.
|
110
|
+
Used to find the parent resource to bind the IAM policy to
|
111
|
+
"""
|
105
112
|
return pulumi.get(self, "workstation_cluster_id")
|
106
113
|
|
107
114
|
@workstation_cluster_id.setter
|
@@ -111,6 +118,9 @@ class WorkstationConfigIamMemberArgs:
|
|
111
118
|
@property
|
112
119
|
@pulumi.getter(name="workstationConfigId")
|
113
120
|
def workstation_config_id(self) -> pulumi.Input[builtins.str]:
|
121
|
+
"""
|
122
|
+
Used to find the parent resource to bind the IAM policy to
|
123
|
+
"""
|
114
124
|
return pulumi.get(self, "workstation_config_id")
|
115
125
|
|
116
126
|
@workstation_config_id.setter
|
@@ -189,6 +199,9 @@ class _WorkstationConfigIamMemberState:
|
|
189
199
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
190
200
|
`workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
|
191
201
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
202
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
203
|
+
Used to find the parent resource to bind the IAM policy to
|
204
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
192
205
|
"""
|
193
206
|
if condition is not None:
|
194
207
|
pulumi.set(__self__, "condition", condition)
|
@@ -295,6 +308,10 @@ class _WorkstationConfigIamMemberState:
|
|
295
308
|
@property
|
296
309
|
@pulumi.getter(name="workstationClusterId")
|
297
310
|
def workstation_cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
311
|
+
"""
|
312
|
+
The ID of the parent workstation cluster.
|
313
|
+
Used to find the parent resource to bind the IAM policy to
|
314
|
+
"""
|
298
315
|
return pulumi.get(self, "workstation_cluster_id")
|
299
316
|
|
300
317
|
@workstation_cluster_id.setter
|
@@ -304,6 +321,9 @@ class _WorkstationConfigIamMemberState:
|
|
304
321
|
@property
|
305
322
|
@pulumi.getter(name="workstationConfigId")
|
306
323
|
def workstation_config_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
324
|
+
"""
|
325
|
+
Used to find the parent resource to bind the IAM policy to
|
326
|
+
"""
|
307
327
|
return pulumi.get(self, "workstation_config_id")
|
308
328
|
|
309
329
|
@workstation_config_id.setter
|
@@ -386,6 +406,9 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
|
|
386
406
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
387
407
|
`workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
|
388
408
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
409
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
410
|
+
Used to find the parent resource to bind the IAM policy to
|
411
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
389
412
|
"""
|
390
413
|
...
|
391
414
|
@overload
|
@@ -525,6 +548,9 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
|
|
525
548
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
526
549
|
`workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
|
527
550
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
551
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
552
|
+
Used to find the parent resource to bind the IAM policy to
|
553
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
528
554
|
"""
|
529
555
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
530
556
|
|
@@ -604,10 +630,17 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
|
|
604
630
|
@property
|
605
631
|
@pulumi.getter(name="workstationClusterId")
|
606
632
|
def workstation_cluster_id(self) -> pulumi.Output[builtins.str]:
|
633
|
+
"""
|
634
|
+
The ID of the parent workstation cluster.
|
635
|
+
Used to find the parent resource to bind the IAM policy to
|
636
|
+
"""
|
607
637
|
return pulumi.get(self, "workstation_cluster_id")
|
608
638
|
|
609
639
|
@property
|
610
640
|
@pulumi.getter(name="workstationConfigId")
|
611
641
|
def workstation_config_id(self) -> pulumi.Output[builtins.str]:
|
642
|
+
"""
|
643
|
+
Used to find the parent resource to bind the IAM policy to
|
644
|
+
"""
|
612
645
|
return pulumi.get(self, "workstation_config_id")
|
613
646
|
|
@@ -29,6 +29,9 @@ class WorkstationConfigIamPolicyArgs:
|
|
29
29
|
The set of arguments for constructing a WorkstationConfigIamPolicy resource.
|
30
30
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
31
31
|
a `organizations_get_iam_policy` data source.
|
32
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
33
|
+
Used to find the parent resource to bind the IAM policy to
|
34
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
32
35
|
:param pulumi.Input[builtins.str] location: The location where the workstation cluster config should reside.
|
33
36
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
34
37
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -60,6 +63,10 @@ class WorkstationConfigIamPolicyArgs:
|
|
60
63
|
@property
|
61
64
|
@pulumi.getter(name="workstationClusterId")
|
62
65
|
def workstation_cluster_id(self) -> pulumi.Input[builtins.str]:
|
66
|
+
"""
|
67
|
+
The ID of the parent workstation cluster.
|
68
|
+
Used to find the parent resource to bind the IAM policy to
|
69
|
+
"""
|
63
70
|
return pulumi.get(self, "workstation_cluster_id")
|
64
71
|
|
65
72
|
@workstation_cluster_id.setter
|
@@ -69,6 +76,9 @@ class WorkstationConfigIamPolicyArgs:
|
|
69
76
|
@property
|
70
77
|
@pulumi.getter(name="workstationConfigId")
|
71
78
|
def workstation_config_id(self) -> pulumi.Input[builtins.str]:
|
79
|
+
"""
|
80
|
+
Used to find the parent resource to bind the IAM policy to
|
81
|
+
"""
|
72
82
|
return pulumi.get(self, "workstation_config_id")
|
73
83
|
|
74
84
|
@workstation_config_id.setter
|
@@ -124,6 +134,9 @@ class _WorkstationConfigIamPolicyState:
|
|
124
134
|
a `organizations_get_iam_policy` data source.
|
125
135
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
126
136
|
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.
|
137
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
138
|
+
Used to find the parent resource to bind the IAM policy to
|
139
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
127
140
|
"""
|
128
141
|
if etag is not None:
|
129
142
|
pulumi.set(__self__, "etag", etag)
|
@@ -194,6 +207,10 @@ class _WorkstationConfigIamPolicyState:
|
|
194
207
|
@property
|
195
208
|
@pulumi.getter(name="workstationClusterId")
|
196
209
|
def workstation_cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
210
|
+
"""
|
211
|
+
The ID of the parent workstation cluster.
|
212
|
+
Used to find the parent resource to bind the IAM policy to
|
213
|
+
"""
|
197
214
|
return pulumi.get(self, "workstation_cluster_id")
|
198
215
|
|
199
216
|
@workstation_cluster_id.setter
|
@@ -203,6 +220,9 @@ class _WorkstationConfigIamPolicyState:
|
|
203
220
|
@property
|
204
221
|
@pulumi.getter(name="workstationConfigId")
|
205
222
|
def workstation_config_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
223
|
+
"""
|
224
|
+
Used to find the parent resource to bind the IAM policy to
|
225
|
+
"""
|
206
226
|
return pulumi.get(self, "workstation_config_id")
|
207
227
|
|
208
228
|
@workstation_config_id.setter
|
@@ -271,6 +291,9 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
|
|
271
291
|
a `organizations_get_iam_policy` data source.
|
272
292
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
273
293
|
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.
|
294
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
295
|
+
Used to find the parent resource to bind the IAM policy to
|
296
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
274
297
|
"""
|
275
298
|
...
|
276
299
|
@overload
|
@@ -390,6 +413,9 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
|
|
390
413
|
a `organizations_get_iam_policy` data source.
|
391
414
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
392
415
|
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.
|
416
|
+
:param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
|
417
|
+
Used to find the parent resource to bind the IAM policy to
|
418
|
+
:param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
|
393
419
|
"""
|
394
420
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
395
421
|
|
@@ -443,10 +469,17 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
|
|
443
469
|
@property
|
444
470
|
@pulumi.getter(name="workstationClusterId")
|
445
471
|
def workstation_cluster_id(self) -> pulumi.Output[builtins.str]:
|
472
|
+
"""
|
473
|
+
The ID of the parent workstation cluster.
|
474
|
+
Used to find the parent resource to bind the IAM policy to
|
475
|
+
"""
|
446
476
|
return pulumi.get(self, "workstation_cluster_id")
|
447
477
|
|
448
478
|
@property
|
449
479
|
@pulumi.getter(name="workstationConfigId")
|
450
480
|
def workstation_config_id(self) -> pulumi.Output[builtins.str]:
|
481
|
+
"""
|
482
|
+
Used to find the parent resource to bind the IAM policy to
|
483
|
+
"""
|
451
484
|
return pulumi.get(self, "workstation_config_id")
|
452
485
|
|