pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.20.1__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 +64 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
- pulumi_gcp/accesscontextmanager/outputs.py +104 -8
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
- pulumi_gcp/alloydb/__init__.py +2 -0
- pulumi_gcp/alloydb/get_cluster.py +491 -0
- pulumi_gcp/alloydb/get_instance.py +466 -0
- pulumi_gcp/alloydb/outputs.py +1160 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
- pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
- pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
- pulumi_gcp/appengine/_inputs.py +3 -3
- pulumi_gcp/appengine/outputs.py +2 -2
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +16 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +16 -0
- pulumi_gcp/backupdisasterrecovery/management_server.py +16 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
- pulumi_gcp/bigquery/_inputs.py +6 -8
- pulumi_gcp/bigquery/connection.py +2 -14
- pulumi_gcp/bigquery/data_transfer_config.py +28 -0
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
- pulumi_gcp/bigquery/outputs.py +4 -5
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
- 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 +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
- pulumi_gcp/chronicle/rule_deployment.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +6 -3
- pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/outputs.py +4 -2
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
- pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
- pulumi_gcp/composer/_inputs.py +6 -6
- pulumi_gcp/composer/get_environment.py +12 -0
- pulumi_gcp/composer/get_image_versions.py +12 -0
- pulumi_gcp/composer/get_user_workloads_config_map.py +12 -0
- pulumi_gcp/composer/get_user_workloads_secret.py +12 -0
- pulumi_gcp/composer/outputs.py +8 -8
- pulumi_gcp/compute/_inputs.py +756 -30
- pulumi_gcp/compute/firewall_policy_rule.py +0 -2
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
- pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
- pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
- pulumi_gcp/compute/get_image_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
- pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
- pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
- pulumi_gcp/compute/instance_template.py +14 -35
- pulumi_gcp/compute/network_peering_routes_config.py +140 -6
- pulumi_gcp/compute/outputs.py +796 -18
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +447 -3
- pulumi_gcp/container/outputs.py +469 -5
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group.py +4 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/tag_template.py +4 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
- pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
- pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
- pulumi_gcp/dataproc/metastore_service.py +27 -28
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
- pulumi_gcp/developerconnect/_inputs.py +575 -0
- pulumi_gcp/developerconnect/connection.py +200 -0
- pulumi_gcp/developerconnect/git_repository_link.py +12 -0
- pulumi_gcp/developerconnect/outputs.py +461 -0
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
- pulumi_gcp/eventarc/_inputs.py +29 -8
- pulumi_gcp/eventarc/google_channel_config.py +58 -46
- pulumi_gcp/eventarc/outputs.py +20 -6
- pulumi_gcp/eventarc/trigger.py +95 -72
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/data_connect_service.py +937 -0
- pulumi_gcp/gemini/__init__.py +5 -0
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +613 -0
- pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +722 -0
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
- pulumi_gcp/gemini/logging_setting.py +42 -50
- pulumi_gcp/gemini/logging_setting_binding.py +734 -0
- pulumi_gcp/gemini/release_channel_setting.py +39 -43
- pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
- pulumi_gcp/iam/organizations_policy_binding.py +10 -2
- pulumi_gcp/iam/projects_policy_binding.py +10 -2
- pulumi_gcp/iam/workforce_pool_provider.py +63 -11
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
- pulumi_gcp/monitoring/_inputs.py +588 -0
- pulumi_gcp/monitoring/outputs.py +410 -0
- pulumi_gcp/netapp/__init__.py +1 -0
- pulumi_gcp/netapp/volume_quota_rule.py +895 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
- pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
- pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
- pulumi_gcp/networkservices/authz_extension.py +8 -15
- pulumi_gcp/networkservices/mesh.py +79 -12
- pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
- pulumi_gcp/parametermanager/get_parameter_version_render.py +3 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +3 -0
- pulumi_gcp/projects/__init__.py +1 -0
- pulumi_gcp/projects/get_ancestry.py +150 -0
- pulumi_gcp/projects/outputs.py +30 -0
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +211 -94
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/secret_version.py +73 -23
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/mute_config.py +136 -3
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
- pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/__init__.py +1 -0
- pulumi_gcp/spanner/instance.py +0 -46
- pulumi_gcp/spanner/instance_partition.py +658 -0
- pulumi_gcp/sql/_inputs.py +6 -6
- pulumi_gcp/sql/outputs.py +4 -4
- pulumi_gcp/sql/user.py +20 -14
- pulumi_gcp/storage/bucket.py +30 -0
- pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
- pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
- pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
- pulumi_gcp/tpu/_inputs.py +150 -1
- pulumi_gcp/tpu/outputs.py +114 -1
- pulumi_gcp/tpu/v2_queued_resource.py +74 -0
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/RECORD +228 -217
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/top_level.txt +0 -0
@@ -217,6 +217,43 @@ class V2QueuedResource(pulumi.CustomResource):
|
|
217
217
|
}],
|
218
218
|
})
|
219
219
|
```
|
220
|
+
### Tpu V2 Queued Resource Full
|
221
|
+
|
222
|
+
```python
|
223
|
+
import pulumi
|
224
|
+
import pulumi_gcp as gcp
|
225
|
+
|
226
|
+
network = gcp.compute.Network("network",
|
227
|
+
name="tpu-net",
|
228
|
+
auto_create_subnetworks=False)
|
229
|
+
subnet = gcp.compute.Subnetwork("subnet",
|
230
|
+
name="tpu-subnet",
|
231
|
+
ip_cidr_range="10.0.0.0/16",
|
232
|
+
region="us-central1",
|
233
|
+
network=network.id)
|
234
|
+
qr = gcp.tpu.V2QueuedResource("qr",
|
235
|
+
name="test-qr",
|
236
|
+
zone="us-central1-c",
|
237
|
+
project="my-project-name",
|
238
|
+
tpu={
|
239
|
+
"node_specs": [{
|
240
|
+
"parent": "projects/my-project-name/locations/us-central1-c",
|
241
|
+
"node_id": "test-tpu",
|
242
|
+
"node": {
|
243
|
+
"runtime_version": "tpu-vm-tf-2.13.0",
|
244
|
+
"accelerator_type": "v2-8",
|
245
|
+
"description": "Text description of the TPU.",
|
246
|
+
"network_config": {
|
247
|
+
"can_ip_forward": True,
|
248
|
+
"enable_external_ips": True,
|
249
|
+
"network": network.id,
|
250
|
+
"subnetwork": subnet.id,
|
251
|
+
"queue_count": 32,
|
252
|
+
},
|
253
|
+
},
|
254
|
+
}],
|
255
|
+
})
|
256
|
+
```
|
220
257
|
|
221
258
|
## Import
|
222
259
|
|
@@ -291,6 +328,43 @@ class V2QueuedResource(pulumi.CustomResource):
|
|
291
328
|
}],
|
292
329
|
})
|
293
330
|
```
|
331
|
+
### Tpu V2 Queued Resource Full
|
332
|
+
|
333
|
+
```python
|
334
|
+
import pulumi
|
335
|
+
import pulumi_gcp as gcp
|
336
|
+
|
337
|
+
network = gcp.compute.Network("network",
|
338
|
+
name="tpu-net",
|
339
|
+
auto_create_subnetworks=False)
|
340
|
+
subnet = gcp.compute.Subnetwork("subnet",
|
341
|
+
name="tpu-subnet",
|
342
|
+
ip_cidr_range="10.0.0.0/16",
|
343
|
+
region="us-central1",
|
344
|
+
network=network.id)
|
345
|
+
qr = gcp.tpu.V2QueuedResource("qr",
|
346
|
+
name="test-qr",
|
347
|
+
zone="us-central1-c",
|
348
|
+
project="my-project-name",
|
349
|
+
tpu={
|
350
|
+
"node_specs": [{
|
351
|
+
"parent": "projects/my-project-name/locations/us-central1-c",
|
352
|
+
"node_id": "test-tpu",
|
353
|
+
"node": {
|
354
|
+
"runtime_version": "tpu-vm-tf-2.13.0",
|
355
|
+
"accelerator_type": "v2-8",
|
356
|
+
"description": "Text description of the TPU.",
|
357
|
+
"network_config": {
|
358
|
+
"can_ip_forward": True,
|
359
|
+
"enable_external_ips": True,
|
360
|
+
"network": network.id,
|
361
|
+
"subnetwork": subnet.id,
|
362
|
+
"queue_count": 32,
|
363
|
+
},
|
364
|
+
},
|
365
|
+
}],
|
366
|
+
})
|
367
|
+
```
|
294
368
|
|
295
369
|
## Import
|
296
370
|
|
@@ -106,7 +106,17 @@ def get_ai_endpoint_iam_policy(endpoint: Optional[str] = None,
|
|
106
106
|
project: Optional[str] = None,
|
107
107
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAiEndpointIamPolicyResult:
|
108
108
|
"""
|
109
|
-
|
109
|
+
## Example Usage
|
110
|
+
|
111
|
+
```python
|
112
|
+
import pulumi
|
113
|
+
import pulumi_gcp as gcp
|
114
|
+
|
115
|
+
policy = gcp.vertex.get_ai_endpoint_iam_policy(project=endpoint["project"],
|
116
|
+
location=endpoint["location"],
|
117
|
+
endpoint=endpoint["name"])
|
118
|
+
```
|
119
|
+
|
110
120
|
|
111
121
|
:param str endpoint: Used to find the parent resource to bind the IAM policy to
|
112
122
|
:param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -134,7 +144,17 @@ def get_ai_endpoint_iam_policy_output(endpoint: Optional[pulumi.Input[str]] = No
|
|
134
144
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
135
145
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAiEndpointIamPolicyResult]:
|
136
146
|
"""
|
137
|
-
|
147
|
+
## Example Usage
|
148
|
+
|
149
|
+
```python
|
150
|
+
import pulumi
|
151
|
+
import pulumi_gcp as gcp
|
152
|
+
|
153
|
+
policy = gcp.vertex.get_ai_endpoint_iam_policy(project=endpoint["project"],
|
154
|
+
location=endpoint["location"],
|
155
|
+
endpoint=endpoint["name"])
|
156
|
+
```
|
157
|
+
|
138
158
|
|
139
159
|
:param str endpoint: Used to find the parent resource to bind the IAM policy to
|
140
160
|
:param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -96,7 +96,16 @@ def get_ai_featurestore_entitytype_iam_policy(entitytype: Optional[str] = None,
|
|
96
96
|
featurestore: Optional[str] = None,
|
97
97
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAiFeaturestoreEntitytypeIamPolicyResult:
|
98
98
|
"""
|
99
|
-
|
99
|
+
## Example Usage
|
100
|
+
|
101
|
+
```python
|
102
|
+
import pulumi
|
103
|
+
import pulumi_gcp as gcp
|
104
|
+
|
105
|
+
policy = gcp.vertex.get_ai_featurestore_entitytype_iam_policy(featurestore=entity["featurestore"],
|
106
|
+
entitytype=entity["name"])
|
107
|
+
```
|
108
|
+
|
100
109
|
|
101
110
|
:param str entitytype: Used to find the parent resource to bind the IAM policy to
|
102
111
|
:param str featurestore: The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}. Used to find the parent resource to bind the IAM policy to
|
@@ -117,7 +126,16 @@ def get_ai_featurestore_entitytype_iam_policy_output(entitytype: Optional[pulumi
|
|
117
126
|
featurestore: Optional[pulumi.Input[str]] = None,
|
118
127
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAiFeaturestoreEntitytypeIamPolicyResult]:
|
119
128
|
"""
|
120
|
-
|
129
|
+
## Example Usage
|
130
|
+
|
131
|
+
```python
|
132
|
+
import pulumi
|
133
|
+
import pulumi_gcp as gcp
|
134
|
+
|
135
|
+
policy = gcp.vertex.get_ai_featurestore_entitytype_iam_policy(featurestore=entity["featurestore"],
|
136
|
+
entitytype=entity["name"])
|
137
|
+
```
|
138
|
+
|
121
139
|
|
122
140
|
:param str entitytype: Used to find the parent resource to bind the IAM policy to
|
123
141
|
:param str featurestore: The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}. Used to find the parent resource to bind the IAM policy to
|
@@ -106,7 +106,17 @@ def get_ai_featurestore_iam_policy(featurestore: Optional[str] = None,
|
|
106
106
|
region: Optional[str] = None,
|
107
107
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAiFeaturestoreIamPolicyResult:
|
108
108
|
"""
|
109
|
-
|
109
|
+
## Example Usage
|
110
|
+
|
111
|
+
```python
|
112
|
+
import pulumi
|
113
|
+
import pulumi_gcp as gcp
|
114
|
+
|
115
|
+
policy = gcp.vertex.get_ai_featurestore_iam_policy(project=featurestore["project"],
|
116
|
+
region=featurestore["region"],
|
117
|
+
featurestore=featurestore["name"])
|
118
|
+
```
|
119
|
+
|
110
120
|
|
111
121
|
:param str featurestore: Used to find the parent resource to bind the IAM policy to
|
112
122
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -134,7 +144,17 @@ def get_ai_featurestore_iam_policy_output(featurestore: Optional[pulumi.Input[st
|
|
134
144
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
135
145
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAiFeaturestoreIamPolicyResult]:
|
136
146
|
"""
|
137
|
-
|
147
|
+
## Example Usage
|
148
|
+
|
149
|
+
```python
|
150
|
+
import pulumi
|
151
|
+
import pulumi_gcp as gcp
|
152
|
+
|
153
|
+
policy = gcp.vertex.get_ai_featurestore_iam_policy(project=featurestore["project"],
|
154
|
+
region=featurestore["region"],
|
155
|
+
featurestore=featurestore["name"])
|
156
|
+
```
|
157
|
+
|
138
158
|
|
139
159
|
:param str featurestore: Used to find the parent resource to bind the IAM policy to
|
140
160
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -108,7 +108,7 @@ def get_instance_iam_policy(location: Optional[str] = None,
|
|
108
108
|
"""
|
109
109
|
Retrieves the current IAM policy data for instance
|
110
110
|
|
111
|
-
##
|
111
|
+
## Example Usage
|
112
112
|
|
113
113
|
```python
|
114
114
|
import pulumi
|
@@ -148,7 +148,7 @@ def get_instance_iam_policy_output(location: Optional[pulumi.Input[Optional[str]
|
|
148
148
|
"""
|
149
149
|
Retrieves the current IAM policy data for instance
|
150
150
|
|
151
|
-
##
|
151
|
+
## Example Usage
|
152
152
|
|
153
153
|
```python
|
154
154
|
import pulumi
|
@@ -116,7 +116,18 @@ def get_workstation_config_iam_policy(location: Optional[str] = None,
|
|
116
116
|
workstation_config_id: Optional[str] = None,
|
117
117
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWorkstationConfigIamPolicyResult:
|
118
118
|
"""
|
119
|
-
|
119
|
+
## Example Usage
|
120
|
+
|
121
|
+
```python
|
122
|
+
import pulumi
|
123
|
+
import pulumi_gcp as gcp
|
124
|
+
|
125
|
+
policy = gcp.workstations.get_workstation_config_iam_policy(project=default["project"],
|
126
|
+
location=default["location"],
|
127
|
+
workstation_cluster_id=default["workstationClusterId"],
|
128
|
+
workstation_config_id=default["workstationConfigId"])
|
129
|
+
```
|
130
|
+
|
120
131
|
|
121
132
|
:param str location: The location where the workstation cluster config should reside.
|
122
133
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -147,7 +158,18 @@ def get_workstation_config_iam_policy_output(location: Optional[pulumi.Input[Opt
|
|
147
158
|
workstation_config_id: Optional[pulumi.Input[str]] = None,
|
148
159
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetWorkstationConfigIamPolicyResult]:
|
149
160
|
"""
|
150
|
-
|
161
|
+
## Example Usage
|
162
|
+
|
163
|
+
```python
|
164
|
+
import pulumi
|
165
|
+
import pulumi_gcp as gcp
|
166
|
+
|
167
|
+
policy = gcp.workstations.get_workstation_config_iam_policy(project=default["project"],
|
168
|
+
location=default["location"],
|
169
|
+
workstation_cluster_id=default["workstationClusterId"],
|
170
|
+
workstation_config_id=default["workstationConfigId"])
|
171
|
+
```
|
172
|
+
|
151
173
|
|
152
174
|
:param str location: The location where the workstation cluster config should reside.
|
153
175
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -126,7 +126,19 @@ def get_workstation_iam_policy(location: Optional[str] = None,
|
|
126
126
|
workstation_id: Optional[str] = None,
|
127
127
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWorkstationIamPolicyResult:
|
128
128
|
"""
|
129
|
-
|
129
|
+
## Example Usage
|
130
|
+
|
131
|
+
```python
|
132
|
+
import pulumi
|
133
|
+
import pulumi_gcp as gcp
|
134
|
+
|
135
|
+
policy = gcp.workstations.get_workstation_iam_policy(project=default["project"],
|
136
|
+
location=default["location"],
|
137
|
+
workstation_cluster_id=default["workstationClusterId"],
|
138
|
+
workstation_config_id=default["workstationConfigId"],
|
139
|
+
workstation_id=default["workstationId"])
|
140
|
+
```
|
141
|
+
|
130
142
|
|
131
143
|
:param str location: The location where the workstation parent resources reside.
|
132
144
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -160,7 +172,19 @@ def get_workstation_iam_policy_output(location: Optional[pulumi.Input[Optional[s
|
|
160
172
|
workstation_id: Optional[pulumi.Input[str]] = None,
|
161
173
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetWorkstationIamPolicyResult]:
|
162
174
|
"""
|
163
|
-
|
175
|
+
## Example Usage
|
176
|
+
|
177
|
+
```python
|
178
|
+
import pulumi
|
179
|
+
import pulumi_gcp as gcp
|
180
|
+
|
181
|
+
policy = gcp.workstations.get_workstation_iam_policy(project=default["project"],
|
182
|
+
location=default["location"],
|
183
|
+
workstation_cluster_id=default["workstationClusterId"],
|
184
|
+
workstation_config_id=default["workstationConfigId"],
|
185
|
+
workstation_id=default["workstationId"])
|
186
|
+
```
|
187
|
+
|
164
188
|
|
165
189
|
:param str location: The location where the workstation parent resources reside.
|
166
190
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|