pulumi-gcp 8.32.0a1747459264__py3-none-any.whl → 8.33.0a1747896426__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +88 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/_inputs.py +126 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +110 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +56 -0
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +2 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +35 -0
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.33.0a1747896426.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.33.0a1747896426.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.33.0a1747896426.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.33.0a1747896426.dist-info}/top_level.txt +0 -0
@@ -26,6 +26,7 @@ class DataPolicyIamPolicyArgs:
|
|
26
26
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a DataPolicyIamPolicy resource.
|
29
|
+
:param pulumi.Input[builtins.str] data_policy_id: Used to find the parent resource to bind the IAM policy to
|
29
30
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
30
31
|
a `organizations_get_iam_policy` data source.
|
31
32
|
:param pulumi.Input[builtins.str] location: The name of the location of the data policy.
|
@@ -45,6 +46,9 @@ class DataPolicyIamPolicyArgs:
|
|
45
46
|
@property
|
46
47
|
@pulumi.getter(name="dataPolicyId")
|
47
48
|
def data_policy_id(self) -> pulumi.Input[builtins.str]:
|
49
|
+
"""
|
50
|
+
Used to find the parent resource to bind the IAM policy to
|
51
|
+
"""
|
48
52
|
return pulumi.get(self, "data_policy_id")
|
49
53
|
|
50
54
|
@data_policy_id.setter
|
@@ -103,6 +107,7 @@ class _DataPolicyIamPolicyState:
|
|
103
107
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
104
108
|
"""
|
105
109
|
Input properties used for looking up and filtering DataPolicyIamPolicy resources.
|
110
|
+
:param pulumi.Input[builtins.str] data_policy_id: Used to find the parent resource to bind the IAM policy to
|
106
111
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
107
112
|
:param pulumi.Input[builtins.str] location: The name of the location of the data policy.
|
108
113
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -127,6 +132,9 @@ class _DataPolicyIamPolicyState:
|
|
127
132
|
@property
|
128
133
|
@pulumi.getter(name="dataPolicyId")
|
129
134
|
def data_policy_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
135
|
+
"""
|
136
|
+
Used to find the parent resource to bind the IAM policy to
|
137
|
+
"""
|
130
138
|
return pulumi.get(self, "data_policy_id")
|
131
139
|
|
132
140
|
@data_policy_id.setter
|
@@ -362,6 +370,7 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
|
|
362
370
|
|
363
371
|
:param str resource_name: The name of the resource.
|
364
372
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
373
|
+
:param pulumi.Input[builtins.str] data_policy_id: Used to find the parent resource to bind the IAM policy to
|
365
374
|
:param pulumi.Input[builtins.str] location: The name of the location of the data policy.
|
366
375
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
367
376
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -598,6 +607,7 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
|
|
598
607
|
:param str resource_name: The unique name of the resulting resource.
|
599
608
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
600
609
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
610
|
+
:param pulumi.Input[builtins.str] data_policy_id: Used to find the parent resource to bind the IAM policy to
|
601
611
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
602
612
|
:param pulumi.Input[builtins.str] location: The name of the location of the data policy.
|
603
613
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -622,6 +632,9 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
|
|
622
632
|
@property
|
623
633
|
@pulumi.getter(name="dataPolicyId")
|
624
634
|
def data_policy_id(self) -> pulumi.Output[builtins.str]:
|
635
|
+
"""
|
636
|
+
Used to find the parent resource to bind the IAM policy to
|
637
|
+
"""
|
625
638
|
return pulumi.get(self, "data_policy_id")
|
626
639
|
|
627
640
|
@property
|
@@ -121,6 +121,7 @@ def get_iam_policy(data_policy_id: Optional[builtins.str] = None,
|
|
121
121
|
```
|
122
122
|
|
123
123
|
|
124
|
+
:param builtins.str data_policy_id: Used to find the parent resource to bind the IAM policy to
|
124
125
|
:param builtins.str location: The name of the location of the data policy.
|
125
126
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
126
127
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -161,6 +162,7 @@ def get_iam_policy_output(data_policy_id: Optional[pulumi.Input[builtins.str]] =
|
|
161
162
|
```
|
162
163
|
|
163
164
|
|
165
|
+
:param builtins.str data_policy_id: Used to find the parent resource to bind the IAM policy to
|
164
166
|
:param builtins.str location: The name of the location of the data policy.
|
165
167
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
166
168
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -22,6 +22,7 @@ class LogicalViewArgs:
|
|
22
22
|
def __init__(__self__, *,
|
23
23
|
logical_view_id: pulumi.Input[builtins.str],
|
24
24
|
query: pulumi.Input[builtins.str],
|
25
|
+
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
25
26
|
instance: Optional[pulumi.Input[builtins.str]] = None,
|
26
27
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
27
28
|
"""
|
@@ -31,12 +32,15 @@ class LogicalViewArgs:
|
|
31
32
|
|
32
33
|
- - -
|
33
34
|
:param pulumi.Input[builtins.str] query: The logical view's select query.
|
35
|
+
:param pulumi.Input[builtins.bool] deletion_protection: Set to true to make the logical view protected against deletion.
|
34
36
|
:param pulumi.Input[builtins.str] instance: The name of the instance to create the logical view within.
|
35
37
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
36
38
|
If it is not provided, the provider project is used.
|
37
39
|
"""
|
38
40
|
pulumi.set(__self__, "logical_view_id", logical_view_id)
|
39
41
|
pulumi.set(__self__, "query", query)
|
42
|
+
if deletion_protection is not None:
|
43
|
+
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
40
44
|
if instance is not None:
|
41
45
|
pulumi.set(__self__, "instance", instance)
|
42
46
|
if project is not None:
|
@@ -69,6 +73,18 @@ class LogicalViewArgs:
|
|
69
73
|
def query(self, value: pulumi.Input[builtins.str]):
|
70
74
|
pulumi.set(self, "query", value)
|
71
75
|
|
76
|
+
@property
|
77
|
+
@pulumi.getter(name="deletionProtection")
|
78
|
+
def deletion_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
|
79
|
+
"""
|
80
|
+
Set to true to make the logical view protected against deletion.
|
81
|
+
"""
|
82
|
+
return pulumi.get(self, "deletion_protection")
|
83
|
+
|
84
|
+
@deletion_protection.setter
|
85
|
+
def deletion_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
|
86
|
+
pulumi.set(self, "deletion_protection", value)
|
87
|
+
|
72
88
|
@property
|
73
89
|
@pulumi.getter
|
74
90
|
def instance(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -98,6 +114,7 @@ class LogicalViewArgs:
|
|
98
114
|
@pulumi.input_type
|
99
115
|
class _LogicalViewState:
|
100
116
|
def __init__(__self__, *,
|
117
|
+
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
101
118
|
instance: Optional[pulumi.Input[builtins.str]] = None,
|
102
119
|
logical_view_id: Optional[pulumi.Input[builtins.str]] = None,
|
103
120
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -105,6 +122,7 @@ class _LogicalViewState:
|
|
105
122
|
query: Optional[pulumi.Input[builtins.str]] = None):
|
106
123
|
"""
|
107
124
|
Input properties used for looking up and filtering LogicalView resources.
|
125
|
+
:param pulumi.Input[builtins.bool] deletion_protection: Set to true to make the logical view protected against deletion.
|
108
126
|
:param pulumi.Input[builtins.str] instance: The name of the instance to create the logical view within.
|
109
127
|
:param pulumi.Input[builtins.str] logical_view_id: The unique name of the logical view in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
110
128
|
|
@@ -115,6 +133,8 @@ class _LogicalViewState:
|
|
115
133
|
If it is not provided, the provider project is used.
|
116
134
|
:param pulumi.Input[builtins.str] query: The logical view's select query.
|
117
135
|
"""
|
136
|
+
if deletion_protection is not None:
|
137
|
+
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
118
138
|
if instance is not None:
|
119
139
|
pulumi.set(__self__, "instance", instance)
|
120
140
|
if logical_view_id is not None:
|
@@ -126,6 +146,18 @@ class _LogicalViewState:
|
|
126
146
|
if query is not None:
|
127
147
|
pulumi.set(__self__, "query", query)
|
128
148
|
|
149
|
+
@property
|
150
|
+
@pulumi.getter(name="deletionProtection")
|
151
|
+
def deletion_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
|
152
|
+
"""
|
153
|
+
Set to true to make the logical view protected against deletion.
|
154
|
+
"""
|
155
|
+
return pulumi.get(self, "deletion_protection")
|
156
|
+
|
157
|
+
@deletion_protection.setter
|
158
|
+
def deletion_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
|
159
|
+
pulumi.set(self, "deletion_protection", value)
|
160
|
+
|
129
161
|
@property
|
130
162
|
@pulumi.getter
|
131
163
|
def instance(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -197,6 +229,7 @@ class LogicalView(pulumi.CustomResource):
|
|
197
229
|
def __init__(__self__,
|
198
230
|
resource_name: str,
|
199
231
|
opts: Optional[pulumi.ResourceOptions] = None,
|
232
|
+
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
200
233
|
instance: Optional[pulumi.Input[builtins.str]] = None,
|
201
234
|
logical_view_id: Optional[pulumi.Input[builtins.str]] = None,
|
202
235
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -235,6 +268,7 @@ class LogicalView(pulumi.CustomResource):
|
|
235
268
|
logical_view = gcp.bigtable.LogicalView("logical_view",
|
236
269
|
logical_view_id="bt-logical-view",
|
237
270
|
instance=instance.name,
|
271
|
+
deletion_protection=False,
|
238
272
|
query=\"\"\"SELECT _key, CF
|
239
273
|
FROM ` + "`bt-table`" + `
|
240
274
|
\"\"\",
|
@@ -267,6 +301,7 @@ class LogicalView(pulumi.CustomResource):
|
|
267
301
|
|
268
302
|
:param str resource_name: The name of the resource.
|
269
303
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
304
|
+
:param pulumi.Input[builtins.bool] deletion_protection: Set to true to make the logical view protected against deletion.
|
270
305
|
:param pulumi.Input[builtins.str] instance: The name of the instance to create the logical view within.
|
271
306
|
:param pulumi.Input[builtins.str] logical_view_id: The unique name of the logical view in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
272
307
|
|
@@ -315,6 +350,7 @@ class LogicalView(pulumi.CustomResource):
|
|
315
350
|
logical_view = gcp.bigtable.LogicalView("logical_view",
|
316
351
|
logical_view_id="bt-logical-view",
|
317
352
|
instance=instance.name,
|
353
|
+
deletion_protection=False,
|
318
354
|
query=\"\"\"SELECT _key, CF
|
319
355
|
FROM ` + "`bt-table`" + `
|
320
356
|
\"\"\",
|
@@ -360,6 +396,7 @@ class LogicalView(pulumi.CustomResource):
|
|
360
396
|
def _internal_init(__self__,
|
361
397
|
resource_name: str,
|
362
398
|
opts: Optional[pulumi.ResourceOptions] = None,
|
399
|
+
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
363
400
|
instance: Optional[pulumi.Input[builtins.str]] = None,
|
364
401
|
logical_view_id: Optional[pulumi.Input[builtins.str]] = None,
|
365
402
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -373,6 +410,7 @@ class LogicalView(pulumi.CustomResource):
|
|
373
410
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
374
411
|
__props__ = LogicalViewArgs.__new__(LogicalViewArgs)
|
375
412
|
|
413
|
+
__props__.__dict__["deletion_protection"] = deletion_protection
|
376
414
|
__props__.__dict__["instance"] = instance
|
377
415
|
if logical_view_id is None and not opts.urn:
|
378
416
|
raise TypeError("Missing required property 'logical_view_id'")
|
@@ -392,6 +430,7 @@ class LogicalView(pulumi.CustomResource):
|
|
392
430
|
def get(resource_name: str,
|
393
431
|
id: pulumi.Input[str],
|
394
432
|
opts: Optional[pulumi.ResourceOptions] = None,
|
433
|
+
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
395
434
|
instance: Optional[pulumi.Input[builtins.str]] = None,
|
396
435
|
logical_view_id: Optional[pulumi.Input[builtins.str]] = None,
|
397
436
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -404,6 +443,7 @@ class LogicalView(pulumi.CustomResource):
|
|
404
443
|
:param str resource_name: The unique name of the resulting resource.
|
405
444
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
406
445
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
446
|
+
:param pulumi.Input[builtins.bool] deletion_protection: Set to true to make the logical view protected against deletion.
|
407
447
|
:param pulumi.Input[builtins.str] instance: The name of the instance to create the logical view within.
|
408
448
|
:param pulumi.Input[builtins.str] logical_view_id: The unique name of the logical view in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
409
449
|
|
@@ -418,6 +458,7 @@ class LogicalView(pulumi.CustomResource):
|
|
418
458
|
|
419
459
|
__props__ = _LogicalViewState.__new__(_LogicalViewState)
|
420
460
|
|
461
|
+
__props__.__dict__["deletion_protection"] = deletion_protection
|
421
462
|
__props__.__dict__["instance"] = instance
|
422
463
|
__props__.__dict__["logical_view_id"] = logical_view_id
|
423
464
|
__props__.__dict__["name"] = name
|
@@ -425,6 +466,14 @@ class LogicalView(pulumi.CustomResource):
|
|
425
466
|
__props__.__dict__["query"] = query
|
426
467
|
return LogicalView(resource_name, opts=opts, __props__=__props__)
|
427
468
|
|
469
|
+
@property
|
470
|
+
@pulumi.getter(name="deletionProtection")
|
471
|
+
def deletion_protection(self) -> pulumi.Output[Optional[builtins.bool]]:
|
472
|
+
"""
|
473
|
+
Set to true to make the logical view protected against deletion.
|
474
|
+
"""
|
475
|
+
return pulumi.get(self, "deletion_protection")
|
476
|
+
|
428
477
|
@property
|
429
478
|
@pulumi.getter
|
430
479
|
def instance(self) -> pulumi.Output[Optional[builtins.str]]:
|
pulumi_gcp/cloudbuild/trigger.py
CHANGED
@@ -1315,7 +1315,7 @@ class Trigger(pulumi.CustomResource):
|
|
1315
1315
|
import pulumi_gcp as gcp
|
1316
1316
|
|
1317
1317
|
manual_ghe_trigger = gcp.cloudbuild.Trigger("manual-ghe-trigger",
|
1318
|
-
name="",
|
1318
|
+
name="my-trigger",
|
1319
1319
|
source_to_build={
|
1320
1320
|
"uri": "https://hashicorp/terraform-provider-google-beta",
|
1321
1321
|
"ref": "refs/heads/main",
|
@@ -2029,7 +2029,7 @@ class Trigger(pulumi.CustomResource):
|
|
2029
2029
|
import pulumi_gcp as gcp
|
2030
2030
|
|
2031
2031
|
manual_ghe_trigger = gcp.cloudbuild.Trigger("manual-ghe-trigger",
|
2032
|
-
name="",
|
2032
|
+
name="my-trigger",
|
2033
2033
|
source_to_build={
|
2034
2034
|
"uri": "https://hashicorp/terraform-provider-google-beta",
|
2035
2035
|
"ref": "refs/heads/main",
|
@@ -121,6 +121,9 @@ def get_delivery_pipeline_iam_policy(location: Optional[builtins.str] = None,
|
|
121
121
|
```
|
122
122
|
|
123
123
|
|
124
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
125
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
126
|
+
location is specified, it is taken from the provider configuration.
|
124
127
|
:param builtins.str name: Used to find the parent resource to bind the IAM policy to
|
125
128
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
126
129
|
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.
|
@@ -158,6 +161,9 @@ def get_delivery_pipeline_iam_policy_output(location: Optional[pulumi.Input[Opti
|
|
158
161
|
```
|
159
162
|
|
160
163
|
|
164
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
165
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
166
|
+
location is specified, it is taken from the provider configuration.
|
161
167
|
:param builtins.str name: Used to find the parent resource to bind the IAM policy to
|
162
168
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
163
169
|
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.
|
@@ -121,6 +121,9 @@ def get_target_iam_policy(location: Optional[builtins.str] = None,
|
|
121
121
|
```
|
122
122
|
|
123
123
|
|
124
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
125
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
126
|
+
location is specified, it is taken from the provider configuration.
|
124
127
|
:param builtins.str name: Used to find the parent resource to bind the IAM policy to
|
125
128
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
126
129
|
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.
|
@@ -158,6 +161,9 @@ def get_target_iam_policy_output(location: Optional[pulumi.Input[Optional[builti
|
|
158
161
|
```
|
159
162
|
|
160
163
|
|
164
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
165
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
166
|
+
location is specified, it is taken from the provider configuration.
|
161
167
|
:param builtins.str name: Used to find the parent resource to bind the IAM policy to
|
162
168
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
163
169
|
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.
|
pulumi_gcp/colab/schedule.py
CHANGED
@@ -681,7 +681,7 @@ class Schedule(pulumi.CustomResource):
|
|
681
681
|
name="dataform-repository",
|
682
682
|
display_name="dataform_repository",
|
683
683
|
npmrc_environment_variables_secret_version=secret_version.id,
|
684
|
-
kms_key_name="",
|
684
|
+
kms_key_name="my-key",
|
685
685
|
labels={
|
686
686
|
"label_foo1": "label-bar1",
|
687
687
|
},
|
@@ -1007,7 +1007,7 @@ class Schedule(pulumi.CustomResource):
|
|
1007
1007
|
name="dataform-repository",
|
1008
1008
|
display_name="dataform_repository",
|
1009
1009
|
npmrc_environment_variables_secret_version=secret_version.id,
|
1010
|
-
kms_key_name="",
|
1010
|
+
kms_key_name="my-key",
|
1011
1011
|
labels={
|
1012
1012
|
"label_foo1": "label-bar1",
|
1013
1013
|
},
|