pulumi-gcp 7.25.0a1717135845__py3-none-any.whl → 7.26.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.
Files changed (203) hide show
  1. pulumi_gcp/__init__.py +144 -0
  2. pulumi_gcp/alloydb/_inputs.py +92 -0
  3. pulumi_gcp/alloydb/backup.py +12 -4
  4. pulumi_gcp/alloydb/cluster.py +72 -6
  5. pulumi_gcp/alloydb/instance.py +60 -2
  6. pulumi_gcp/alloydb/outputs.py +114 -0
  7. pulumi_gcp/appengine/_inputs.py +18 -0
  8. pulumi_gcp/appengine/domain_mapping.py +1 -1
  9. pulumi_gcp/appengine/outputs.py +16 -0
  10. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
  11. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  12. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  13. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/_inputs.py +286 -2
  15. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  16. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  17. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  18. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  19. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  20. pulumi_gcp/bigquery/outputs.py +289 -2
  21. pulumi_gcp/bigquery/table.py +77 -35
  22. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  24. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  25. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  26. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  27. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  28. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  29. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  30. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  31. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  32. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  33. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  34. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  35. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  36. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  37. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  38. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  39. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  40. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  41. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  42. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  43. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  44. pulumi_gcp/certificateauthority/outputs.py +20 -4
  45. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  46. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  47. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  48. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  49. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  50. pulumi_gcp/cloudfunctionsv2/function.py +0 -4
  51. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  52. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  53. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  54. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrun/_inputs.py +80 -4
  56. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  57. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  58. pulumi_gcp/cloudrun/iam_member.py +21 -7
  59. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  60. pulumi_gcp/cloudrun/outputs.py +137 -4
  61. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  62. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  63. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  64. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  65. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  66. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  67. pulumi_gcp/cloudrunv2/service.py +47 -0
  68. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  69. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  70. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  71. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  72. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  73. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  74. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  75. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  76. pulumi_gcp/compute/__init__.py +1 -0
  77. pulumi_gcp/compute/_inputs.py +416 -194
  78. pulumi_gcp/compute/get_subnetworks.py +157 -0
  79. pulumi_gcp/compute/instance_group_membership.py +2 -2
  80. pulumi_gcp/compute/interconnect_attachment.py +82 -0
  81. pulumi_gcp/compute/network_endpoint.py +2 -2
  82. pulumi_gcp/compute/network_endpoint_list.py +2 -2
  83. pulumi_gcp/compute/outputs.py +629 -181
  84. pulumi_gcp/compute/region_ssl_policy.py +39 -40
  85. pulumi_gcp/compute/security_policy_rule.py +55 -1
  86. pulumi_gcp/container/_inputs.py +560 -0
  87. pulumi_gcp/container/outputs.py +1106 -51
  88. pulumi_gcp/dataplex/__init__.py +15 -0
  89. pulumi_gcp/dataplex/_inputs.py +264 -0
  90. pulumi_gcp/dataplex/aspect_type.py +1077 -0
  91. pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
  92. pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
  93. pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
  94. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  95. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  96. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  97. pulumi_gcp/dataplex/entry_group.py +722 -0
  98. pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
  99. pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
  100. pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
  101. pulumi_gcp/dataplex/entry_type.py +963 -0
  102. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  103. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  104. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  105. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +168 -0
  106. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  107. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
  108. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  109. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  110. pulumi_gcp/dataplex/outputs.py +188 -0
  111. pulumi_gcp/dataplex/task.py +16 -16
  112. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  113. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  114. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  115. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  116. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  117. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  118. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  119. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  120. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  121. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  122. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  123. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  124. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  125. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  126. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  127. pulumi_gcp/datastream/connection_profile.py +47 -0
  128. pulumi_gcp/datastream/private_connection.py +47 -0
  129. pulumi_gcp/datastream/stream.py +47 -0
  130. pulumi_gcp/firestore/field.py +4 -4
  131. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  132. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  133. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  134. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  135. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  136. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  137. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  138. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  139. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  140. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  141. pulumi_gcp/gkehub/membership_binding.py +6 -6
  142. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  143. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  144. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  145. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  146. pulumi_gcp/gkehub/namespace.py +4 -4
  147. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  148. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  149. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  150. pulumi_gcp/kms/__init__.py +2 -0
  151. pulumi_gcp/kms/autokey_config.py +366 -0
  152. pulumi_gcp/kms/key_handle.py +548 -0
  153. pulumi_gcp/logging/__init__.py +4 -0
  154. pulumi_gcp/logging/_inputs.py +100 -0
  155. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  156. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  157. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  158. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  159. pulumi_gcp/logging/outputs.py +76 -0
  160. pulumi_gcp/netapp/storage_pool.py +9 -9
  161. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  162. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  163. pulumi_gcp/networkservices/__init__.py +1 -0
  164. pulumi_gcp/networkservices/_inputs.py +245 -27
  165. pulumi_gcp/networkservices/lb_route_extension.py +663 -0
  166. pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
  167. pulumi_gcp/networkservices/outputs.py +251 -20
  168. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  169. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  170. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  171. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  172. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  173. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  174. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  175. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  176. pulumi_gcp/orgpolicy/policy.py +2 -2
  177. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  178. pulumi_gcp/pubsub/_inputs.py +16 -0
  179. pulumi_gcp/pubsub/outputs.py +25 -0
  180. pulumi_gcp/pubsub/subscription.py +8 -4
  181. pulumi_gcp/pulumi-plugin.json +1 -1
  182. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  183. pulumi_gcp/sql/_inputs.py +2 -4
  184. pulumi_gcp/sql/outputs.py +6 -8
  185. pulumi_gcp/sql/user.py +4 -4
  186. pulumi_gcp/storage/_inputs.py +48 -0
  187. pulumi_gcp/storage/outputs.py +75 -0
  188. pulumi_gcp/tpu/_inputs.py +2 -2
  189. pulumi_gcp/tpu/outputs.py +2 -2
  190. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  191. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  192. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  193. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  194. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  195. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  196. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  197. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  198. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  199. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  200. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
  201. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
  202. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
  203. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/sql/outputs.py CHANGED
@@ -1774,8 +1774,7 @@ class DatabaseInstanceSettingsMaintenanceWindow(dict):
1774
1774
  """
1775
1775
  :param int day: Day of week (`1-7`), starting on Monday
1776
1776
  :param int hour: Hour of day (`0-23`), ignored if `day` not set
1777
- :param str update_track: Receive updates earlier (`canary`) or later
1778
- (`stable`)
1777
+ :param str update_track: Receive updates after one week (`canary`) or after two weeks (`stable`) or after five weeks (`week5`) of notification.
1779
1778
  """
1780
1779
  if day is not None:
1781
1780
  pulumi.set(__self__, "day", day)
@@ -1804,8 +1803,7 @@ class DatabaseInstanceSettingsMaintenanceWindow(dict):
1804
1803
  @pulumi.getter(name="updateTrack")
1805
1804
  def update_track(self) -> Optional[str]:
1806
1805
  """
1807
- Receive updates earlier (`canary`) or later
1808
- (`stable`)
1806
+ Receive updates after one week (`canary`) or after two weeks (`stable`) or after five weeks (`week5`) of notification.
1809
1807
  """
1810
1808
  return pulumi.get(self, "update_track")
1811
1809
 
@@ -3321,7 +3319,7 @@ class GetDatabaseInstanceSettingMaintenanceWindowResult(dict):
3321
3319
  """
3322
3320
  :param int day: Day of week (1-7), starting on Monday
3323
3321
  :param int hour: Hour of day (0-23), ignored if day not set
3324
- :param str update_track: Receive updates earlier (canary) or later (stable)
3322
+ :param str update_track: Receive updates after one week (canary) or after two weeks (stable) or after five weeks (week5) of notification.
3325
3323
  """
3326
3324
  pulumi.set(__self__, "day", day)
3327
3325
  pulumi.set(__self__, "hour", hour)
@@ -3347,7 +3345,7 @@ class GetDatabaseInstanceSettingMaintenanceWindowResult(dict):
3347
3345
  @pulumi.getter(name="updateTrack")
3348
3346
  def update_track(self) -> str:
3349
3347
  """
3350
- Receive updates earlier (canary) or later (stable)
3348
+ Receive updates after one week (canary) or after two weeks (stable) or after five weeks (week5) of notification.
3351
3349
  """
3352
3350
  return pulumi.get(self, "update_track")
3353
3351
 
@@ -4807,7 +4805,7 @@ class GetDatabaseInstancesInstanceSettingMaintenanceWindowResult(dict):
4807
4805
  """
4808
4806
  :param int day: Day of week (1-7), starting on Monday
4809
4807
  :param int hour: Hour of day (0-23), ignored if day not set
4810
- :param str update_track: Receive updates earlier (canary) or later (stable)
4808
+ :param str update_track: Receive updates after one week (canary) or after two weeks (stable) or after five weeks (week5) of notification.
4811
4809
  """
4812
4810
  pulumi.set(__self__, "day", day)
4813
4811
  pulumi.set(__self__, "hour", hour)
@@ -4833,7 +4831,7 @@ class GetDatabaseInstancesInstanceSettingMaintenanceWindowResult(dict):
4833
4831
  @pulumi.getter(name="updateTrack")
4834
4832
  def update_track(self) -> str:
4835
4833
  """
4836
- Receive updates earlier (canary) or later (stable)
4834
+ Receive updates after one week (canary) or after two weeks (stable) or after five weeks (week5) of notification.
4837
4835
  """
4838
4836
  return pulumi.get(self, "update_track")
4839
4837
 
pulumi_gcp/sql/user.py CHANGED
@@ -407,7 +407,7 @@ class User(pulumi.CustomResource):
407
407
  settings=gcp.sql.DatabaseInstanceSettingsArgs(
408
408
  tier="db-f1-micro",
409
409
  database_flags=[gcp.sql.DatabaseInstanceSettingsDatabaseFlagArgs(
410
- name="cloudsql.iam_authentication",
410
+ name="cloudsql_iam_authentication",
411
411
  value="on",
412
412
  )],
413
413
  ))
@@ -436,7 +436,7 @@ class User(pulumi.CustomResource):
436
436
  settings=gcp.sql.DatabaseInstanceSettingsArgs(
437
437
  tier="db-f1-micro",
438
438
  database_flags=[gcp.sql.DatabaseInstanceSettingsDatabaseFlagArgs(
439
- name="cloudsql.iam_authentication",
439
+ name="cloudsql_iam_authentication",
440
440
  value="on",
441
441
  )],
442
442
  ))
@@ -543,7 +543,7 @@ class User(pulumi.CustomResource):
543
543
  settings=gcp.sql.DatabaseInstanceSettingsArgs(
544
544
  tier="db-f1-micro",
545
545
  database_flags=[gcp.sql.DatabaseInstanceSettingsDatabaseFlagArgs(
546
- name="cloudsql.iam_authentication",
546
+ name="cloudsql_iam_authentication",
547
547
  value="on",
548
548
  )],
549
549
  ))
@@ -572,7 +572,7 @@ class User(pulumi.CustomResource):
572
572
  settings=gcp.sql.DatabaseInstanceSettingsArgs(
573
573
  tier="db-f1-micro",
574
574
  database_flags=[gcp.sql.DatabaseInstanceSettingsDatabaseFlagArgs(
575
- name="cloudsql.iam_authentication",
575
+ name="cloudsql_iam_authentication",
576
576
  value="on",
577
577
  )],
578
578
  ))
@@ -446,6 +446,9 @@ class BucketLifecycleRuleConditionArgs:
446
446
  no_age: Optional[pulumi.Input[bool]] = None,
447
447
  noncurrent_time_before: Optional[pulumi.Input[str]] = None,
448
448
  num_newer_versions: Optional[pulumi.Input[int]] = None,
449
+ send_days_since_custom_time_if_zero: Optional[pulumi.Input[bool]] = None,
450
+ send_days_since_noncurrent_time_if_zero: Optional[pulumi.Input[bool]] = None,
451
+ send_num_newer_versions_if_zero: Optional[pulumi.Input[bool]] = None,
449
452
  with_state: Optional[pulumi.Input[str]] = None):
450
453
  """
451
454
  :param pulumi.Input[int] age: Minimum age of an object in days to satisfy this condition. If not supplied alongside another condition and without setting `no_age` to `true`, a default `age` of 0 will be set.
@@ -460,6 +463,9 @@ class BucketLifecycleRuleConditionArgs:
460
463
  :param pulumi.Input[bool] no_age: While set `true`, `age` value will be omitted from requests. This prevents a default age of `0` from being applied, and if you do not have an `age` value set, setting this to `true` is strongly recommended. When unset and other conditions are set to zero values, this can result in a rule that applies your action to all files in the bucket.
461
464
  :param pulumi.Input[str] noncurrent_time_before: Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
462
465
  :param pulumi.Input[int] num_newer_versions: Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
466
+ :param pulumi.Input[bool] send_days_since_custom_time_if_zero: While set true, `days_since_custom_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_custom_time` field. It can be used alone or together with `days_since_custom_time`.
467
+ :param pulumi.Input[bool] send_days_since_noncurrent_time_if_zero: While set true, `days_since_noncurrent_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_noncurrent_time` field. It can be used alone or together with `days_since_noncurrent_time`.
468
+ :param pulumi.Input[bool] send_num_newer_versions_if_zero: While set true, `num_newer_versions` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `num_newer_versions` field. It can be used alone or together with `num_newer_versions`.
463
469
  :param pulumi.Input[str] with_state: Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: `"LIVE"`, `"ARCHIVED"`, `"ANY"`.
464
470
  """
465
471
  if age is not None:
@@ -484,6 +490,12 @@ class BucketLifecycleRuleConditionArgs:
484
490
  pulumi.set(__self__, "noncurrent_time_before", noncurrent_time_before)
485
491
  if num_newer_versions is not None:
486
492
  pulumi.set(__self__, "num_newer_versions", num_newer_versions)
493
+ if send_days_since_custom_time_if_zero is not None:
494
+ pulumi.set(__self__, "send_days_since_custom_time_if_zero", send_days_since_custom_time_if_zero)
495
+ if send_days_since_noncurrent_time_if_zero is not None:
496
+ pulumi.set(__self__, "send_days_since_noncurrent_time_if_zero", send_days_since_noncurrent_time_if_zero)
497
+ if send_num_newer_versions_if_zero is not None:
498
+ pulumi.set(__self__, "send_num_newer_versions_if_zero", send_num_newer_versions_if_zero)
487
499
  if with_state is not None:
488
500
  pulumi.set(__self__, "with_state", with_state)
489
501
 
@@ -620,6 +632,42 @@ class BucketLifecycleRuleConditionArgs:
620
632
  def num_newer_versions(self, value: Optional[pulumi.Input[int]]):
621
633
  pulumi.set(self, "num_newer_versions", value)
622
634
 
635
+ @property
636
+ @pulumi.getter(name="sendDaysSinceCustomTimeIfZero")
637
+ def send_days_since_custom_time_if_zero(self) -> Optional[pulumi.Input[bool]]:
638
+ """
639
+ While set true, `days_since_custom_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_custom_time` field. It can be used alone or together with `days_since_custom_time`.
640
+ """
641
+ return pulumi.get(self, "send_days_since_custom_time_if_zero")
642
+
643
+ @send_days_since_custom_time_if_zero.setter
644
+ def send_days_since_custom_time_if_zero(self, value: Optional[pulumi.Input[bool]]):
645
+ pulumi.set(self, "send_days_since_custom_time_if_zero", value)
646
+
647
+ @property
648
+ @pulumi.getter(name="sendDaysSinceNoncurrentTimeIfZero")
649
+ def send_days_since_noncurrent_time_if_zero(self) -> Optional[pulumi.Input[bool]]:
650
+ """
651
+ While set true, `days_since_noncurrent_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_noncurrent_time` field. It can be used alone or together with `days_since_noncurrent_time`.
652
+ """
653
+ return pulumi.get(self, "send_days_since_noncurrent_time_if_zero")
654
+
655
+ @send_days_since_noncurrent_time_if_zero.setter
656
+ def send_days_since_noncurrent_time_if_zero(self, value: Optional[pulumi.Input[bool]]):
657
+ pulumi.set(self, "send_days_since_noncurrent_time_if_zero", value)
658
+
659
+ @property
660
+ @pulumi.getter(name="sendNumNewerVersionsIfZero")
661
+ def send_num_newer_versions_if_zero(self) -> Optional[pulumi.Input[bool]]:
662
+ """
663
+ While set true, `num_newer_versions` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `num_newer_versions` field. It can be used alone or together with `num_newer_versions`.
664
+ """
665
+ return pulumi.get(self, "send_num_newer_versions_if_zero")
666
+
667
+ @send_num_newer_versions_if_zero.setter
668
+ def send_num_newer_versions_if_zero(self, value: Optional[pulumi.Input[bool]]):
669
+ pulumi.set(self, "send_num_newer_versions_if_zero", value)
670
+
623
671
  @property
624
672
  @pulumi.getter(name="withState")
625
673
  def with_state(self) -> Optional[pulumi.Input[str]]:
@@ -491,6 +491,12 @@ class BucketLifecycleRuleCondition(dict):
491
491
  suggest = "noncurrent_time_before"
492
492
  elif key == "numNewerVersions":
493
493
  suggest = "num_newer_versions"
494
+ elif key == "sendDaysSinceCustomTimeIfZero":
495
+ suggest = "send_days_since_custom_time_if_zero"
496
+ elif key == "sendDaysSinceNoncurrentTimeIfZero":
497
+ suggest = "send_days_since_noncurrent_time_if_zero"
498
+ elif key == "sendNumNewerVersionsIfZero":
499
+ suggest = "send_num_newer_versions_if_zero"
494
500
  elif key == "withState":
495
501
  suggest = "with_state"
496
502
 
@@ -517,6 +523,9 @@ class BucketLifecycleRuleCondition(dict):
517
523
  no_age: Optional[bool] = None,
518
524
  noncurrent_time_before: Optional[str] = None,
519
525
  num_newer_versions: Optional[int] = None,
526
+ send_days_since_custom_time_if_zero: Optional[bool] = None,
527
+ send_days_since_noncurrent_time_if_zero: Optional[bool] = None,
528
+ send_num_newer_versions_if_zero: Optional[bool] = None,
520
529
  with_state: Optional[str] = None):
521
530
  """
522
531
  :param int age: Minimum age of an object in days to satisfy this condition. If not supplied alongside another condition and without setting `no_age` to `true`, a default `age` of 0 will be set.
@@ -531,6 +540,9 @@ class BucketLifecycleRuleCondition(dict):
531
540
  :param bool no_age: While set `true`, `age` value will be omitted from requests. This prevents a default age of `0` from being applied, and if you do not have an `age` value set, setting this to `true` is strongly recommended. When unset and other conditions are set to zero values, this can result in a rule that applies your action to all files in the bucket.
532
541
  :param str noncurrent_time_before: Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
533
542
  :param int num_newer_versions: Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
543
+ :param bool send_days_since_custom_time_if_zero: While set true, `days_since_custom_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_custom_time` field. It can be used alone or together with `days_since_custom_time`.
544
+ :param bool send_days_since_noncurrent_time_if_zero: While set true, `days_since_noncurrent_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_noncurrent_time` field. It can be used alone or together with `days_since_noncurrent_time`.
545
+ :param bool send_num_newer_versions_if_zero: While set true, `num_newer_versions` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `num_newer_versions` field. It can be used alone or together with `num_newer_versions`.
534
546
  :param str with_state: Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: `"LIVE"`, `"ARCHIVED"`, `"ANY"`.
535
547
  """
536
548
  if age is not None:
@@ -555,6 +567,12 @@ class BucketLifecycleRuleCondition(dict):
555
567
  pulumi.set(__self__, "noncurrent_time_before", noncurrent_time_before)
556
568
  if num_newer_versions is not None:
557
569
  pulumi.set(__self__, "num_newer_versions", num_newer_versions)
570
+ if send_days_since_custom_time_if_zero is not None:
571
+ pulumi.set(__self__, "send_days_since_custom_time_if_zero", send_days_since_custom_time_if_zero)
572
+ if send_days_since_noncurrent_time_if_zero is not None:
573
+ pulumi.set(__self__, "send_days_since_noncurrent_time_if_zero", send_days_since_noncurrent_time_if_zero)
574
+ if send_num_newer_versions_if_zero is not None:
575
+ pulumi.set(__self__, "send_num_newer_versions_if_zero", send_num_newer_versions_if_zero)
558
576
  if with_state is not None:
559
577
  pulumi.set(__self__, "with_state", with_state)
560
578
 
@@ -647,6 +665,30 @@ class BucketLifecycleRuleCondition(dict):
647
665
  """
648
666
  return pulumi.get(self, "num_newer_versions")
649
667
 
668
+ @property
669
+ @pulumi.getter(name="sendDaysSinceCustomTimeIfZero")
670
+ def send_days_since_custom_time_if_zero(self) -> Optional[bool]:
671
+ """
672
+ While set true, `days_since_custom_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_custom_time` field. It can be used alone or together with `days_since_custom_time`.
673
+ """
674
+ return pulumi.get(self, "send_days_since_custom_time_if_zero")
675
+
676
+ @property
677
+ @pulumi.getter(name="sendDaysSinceNoncurrentTimeIfZero")
678
+ def send_days_since_noncurrent_time_if_zero(self) -> Optional[bool]:
679
+ """
680
+ While set true, `days_since_noncurrent_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_noncurrent_time` field. It can be used alone or together with `days_since_noncurrent_time`.
681
+ """
682
+ return pulumi.get(self, "send_days_since_noncurrent_time_if_zero")
683
+
684
+ @property
685
+ @pulumi.getter(name="sendNumNewerVersionsIfZero")
686
+ def send_num_newer_versions_if_zero(self) -> Optional[bool]:
687
+ """
688
+ While set true, `num_newer_versions` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `num_newer_versions` field. It can be used alone or together with `num_newer_versions`.
689
+ """
690
+ return pulumi.get(self, "send_num_newer_versions_if_zero")
691
+
650
692
  @property
651
693
  @pulumi.getter(name="withState")
652
694
  def with_state(self) -> Optional[str]:
@@ -2787,6 +2829,9 @@ class GetBucketLifecycleRuleConditionResult(dict):
2787
2829
  no_age: bool,
2788
2830
  noncurrent_time_before: str,
2789
2831
  num_newer_versions: int,
2832
+ send_days_since_custom_time_if_zero: bool,
2833
+ send_days_since_noncurrent_time_if_zero: bool,
2834
+ send_num_newer_versions_if_zero: bool,
2790
2835
  with_state: str):
2791
2836
  """
2792
2837
  :param int age: Minimum age of an object in days to satisfy this condition.
@@ -2801,6 +2846,9 @@ class GetBucketLifecycleRuleConditionResult(dict):
2801
2846
  :param bool no_age: While set true, age value will be omitted.Required to set true when age is unset in the config file.
2802
2847
  :param str noncurrent_time_before: Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
2803
2848
  :param int num_newer_versions: Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
2849
+ :param bool send_days_since_custom_time_if_zero: While set true, days_since_custom_time value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the days_since_custom_time field. It can be used alone or together with days_since_custom_time.
2850
+ :param bool send_days_since_noncurrent_time_if_zero: While set true, days_since_noncurrent_time value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the days_since_noncurrent_time field. It can be used alone or together with days_since_noncurrent_time.
2851
+ :param bool send_num_newer_versions_if_zero: While set true, num_newer_versions value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the num_newer_versions field. It can be used alone or together with num_newer_versions.
2804
2852
  :param str with_state: Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: "LIVE", "ARCHIVED", "ANY".
2805
2853
  """
2806
2854
  pulumi.set(__self__, "age", age)
@@ -2814,6 +2862,9 @@ class GetBucketLifecycleRuleConditionResult(dict):
2814
2862
  pulumi.set(__self__, "no_age", no_age)
2815
2863
  pulumi.set(__self__, "noncurrent_time_before", noncurrent_time_before)
2816
2864
  pulumi.set(__self__, "num_newer_versions", num_newer_versions)
2865
+ pulumi.set(__self__, "send_days_since_custom_time_if_zero", send_days_since_custom_time_if_zero)
2866
+ pulumi.set(__self__, "send_days_since_noncurrent_time_if_zero", send_days_since_noncurrent_time_if_zero)
2867
+ pulumi.set(__self__, "send_num_newer_versions_if_zero", send_num_newer_versions_if_zero)
2817
2868
  pulumi.set(__self__, "with_state", with_state)
2818
2869
 
2819
2870
  @property
@@ -2905,6 +2956,30 @@ class GetBucketLifecycleRuleConditionResult(dict):
2905
2956
  """
2906
2957
  return pulumi.get(self, "num_newer_versions")
2907
2958
 
2959
+ @property
2960
+ @pulumi.getter(name="sendDaysSinceCustomTimeIfZero")
2961
+ def send_days_since_custom_time_if_zero(self) -> bool:
2962
+ """
2963
+ While set true, days_since_custom_time value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the days_since_custom_time field. It can be used alone or together with days_since_custom_time.
2964
+ """
2965
+ return pulumi.get(self, "send_days_since_custom_time_if_zero")
2966
+
2967
+ @property
2968
+ @pulumi.getter(name="sendDaysSinceNoncurrentTimeIfZero")
2969
+ def send_days_since_noncurrent_time_if_zero(self) -> bool:
2970
+ """
2971
+ While set true, days_since_noncurrent_time value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the days_since_noncurrent_time field. It can be used alone or together with days_since_noncurrent_time.
2972
+ """
2973
+ return pulumi.get(self, "send_days_since_noncurrent_time_if_zero")
2974
+
2975
+ @property
2976
+ @pulumi.getter(name="sendNumNewerVersionsIfZero")
2977
+ def send_num_newer_versions_if_zero(self) -> bool:
2978
+ """
2979
+ While set true, num_newer_versions value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the num_newer_versions field. It can be used alone or together with num_newer_versions.
2980
+ """
2981
+ return pulumi.get(self, "send_num_newer_versions_if_zero")
2982
+
2908
2983
  @property
2909
2984
  @pulumi.getter(name="withState")
2910
2985
  def with_state(self) -> str:
pulumi_gcp/tpu/_inputs.py CHANGED
@@ -96,7 +96,7 @@ class V2VmAcceleratorConfigArgs:
96
96
  """
97
97
  :param pulumi.Input[str] topology: Topology of TPU in chips.
98
98
  :param pulumi.Input[str] type: Type of TPU.
99
- Possible values are: `V2`, `V3`, `V4`.
99
+ Possible values are: `V2`, `V3`, `V4`, `V5P`.
100
100
  """
101
101
  pulumi.set(__self__, "topology", topology)
102
102
  pulumi.set(__self__, "type", type)
@@ -118,7 +118,7 @@ class V2VmAcceleratorConfigArgs:
118
118
  def type(self) -> pulumi.Input[str]:
119
119
  """
120
120
  Type of TPU.
121
- Possible values are: `V2`, `V3`, `V4`.
121
+ Possible values are: `V2`, `V3`, `V4`, `V5P`.
122
122
  """
123
123
  return pulumi.get(self, "type")
124
124
 
pulumi_gcp/tpu/outputs.py CHANGED
@@ -102,7 +102,7 @@ class V2VmAcceleratorConfig(dict):
102
102
  """
103
103
  :param str topology: Topology of TPU in chips.
104
104
  :param str type: Type of TPU.
105
- Possible values are: `V2`, `V3`, `V4`.
105
+ Possible values are: `V2`, `V3`, `V4`, `V5P`.
106
106
  """
107
107
  pulumi.set(__self__, "topology", topology)
108
108
  pulumi.set(__self__, "type", type)
@@ -120,7 +120,7 @@ class V2VmAcceleratorConfig(dict):
120
120
  def type(self) -> str:
121
121
  """
122
122
  Type of TPU.
123
- Possible values are: `V2`, `V3`, `V4`.
123
+ Possible values are: `V2`, `V3`, `V4`, `V5P`.
124
124
  """
125
125
  return pulumi.get(self, "type")
126
126
 
@@ -104,7 +104,9 @@ def get_ai_endpoint_iam_policy(endpoint: Optional[str] = None,
104
104
  Use this data source to access information about an existing resource.
105
105
 
106
106
  :param str endpoint: Used to find the parent resource to bind the IAM policy to
107
- :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to
107
+ :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
108
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
109
+ location is specified, it is taken from the provider configuration.
108
110
  :param str project: The ID of the project in which the resource belongs.
109
111
  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.
110
112
  """
@@ -133,7 +135,9 @@ def get_ai_endpoint_iam_policy_output(endpoint: Optional[pulumi.Input[str]] = No
133
135
  Use this data source to access information about an existing resource.
134
136
 
135
137
  :param str endpoint: Used to find the parent resource to bind the IAM policy to
136
- :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to
138
+ :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
139
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
140
+ location is specified, it is taken from the provider configuration.
137
141
  :param str project: The ID of the project in which the resource belongs.
138
142
  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
143
  """
@@ -115,7 +115,9 @@ def get_instance_iam_policy(location: Optional[str] = None,
115
115
  ```
116
116
 
117
117
 
118
- :param str location: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
118
+ :param str location: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to. If not specified,
119
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
120
+ location is specified, it is taken from the provider configuration.
119
121
  :param str name: Used to find the parent resource to bind the IAM policy to
120
122
  :param str project: The ID of the project in which the resource belongs.
121
123
  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.
@@ -156,7 +158,9 @@ def get_instance_iam_policy_output(location: Optional[pulumi.Input[Optional[str]
156
158
  ```
157
159
 
158
160
 
159
- :param str location: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
161
+ :param str location: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to. If not specified,
162
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
163
+ location is specified, it is taken from the provider configuration.
160
164
  :param str name: Used to find the parent resource to bind the IAM policy to
161
165
  :param str project: The ID of the project in which the resource belongs.
162
166
  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.
@@ -114,7 +114,9 @@ def get_workstation_config_iam_policy(location: Optional[str] = None,
114
114
  Use this data source to access information about an existing resource.
115
115
 
116
116
  :param str location: The location where the workstation cluster config should reside.
117
- Used to find the parent resource to bind the IAM policy to
117
+ Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
118
120
  :param str project: The ID of the project in which the resource belongs.
119
121
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
120
122
  """
@@ -146,7 +148,9 @@ def get_workstation_config_iam_policy_output(location: Optional[pulumi.Input[Opt
146
148
  Use this data source to access information about an existing resource.
147
149
 
148
150
  :param str location: The location where the workstation cluster config should reside.
149
- Used to find the parent resource to bind the IAM policy to
151
+ Used to find the parent resource to bind the IAM policy to. If not specified,
152
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
153
+ location is specified, it is taken from the provider configuration.
150
154
  :param str project: The ID of the project in which the resource belongs.
151
155
  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.
152
156
  """
@@ -124,7 +124,9 @@ def get_workstation_iam_policy(location: Optional[str] = None,
124
124
  Use this data source to access information about an existing resource.
125
125
 
126
126
  :param str location: The location where the workstation parent resources reside.
127
- Used to find the parent resource to bind the IAM policy to
127
+ Used to find the parent resource to bind the IAM policy to. If not specified,
128
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
129
+ location is specified, it is taken from the provider configuration.
128
130
  :param str project: The ID of the project in which the resource belongs.
129
131
  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.
130
132
  """
@@ -159,7 +161,9 @@ def get_workstation_iam_policy_output(location: Optional[pulumi.Input[Optional[s
159
161
  Use this data source to access information about an existing resource.
160
162
 
161
163
  :param str location: The location where the workstation parent resources reside.
162
- Used to find the parent resource to bind the IAM policy to
164
+ 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.
163
167
  :param str project: The ID of the project in which the resource belongs.
164
168
  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.
165
169
  """
@@ -40,7 +40,9 @@ class WorkstationConfigIamBindingArgs:
40
40
  `workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
43
- Used to find the parent resource to bind the IAM policy to
43
+ Used to find the parent resource to bind the IAM policy to. If not specified,
44
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
45
+ location is specified, it is taken from the provider configuration.
44
46
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
45
47
  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.
46
48
  """
@@ -123,7 +125,9 @@ class WorkstationConfigIamBindingArgs:
123
125
  def location(self) -> Optional[pulumi.Input[str]]:
124
126
  """
125
127
  The location where the workstation cluster config should reside.
126
- Used to find the parent resource to bind the IAM policy to
128
+ Used to find the parent resource to bind the IAM policy to. If not specified,
129
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
130
+ location is specified, it is taken from the provider configuration.
127
131
  """
128
132
  return pulumi.get(self, "location")
129
133
 
@@ -160,7 +164,9 @@ class _WorkstationConfigIamBindingState:
160
164
  Input properties used for looking up and filtering WorkstationConfigIamBinding resources.
161
165
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
162
166
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
163
- Used to find the parent resource to bind the IAM policy to
167
+ Used to find the parent resource to bind the IAM policy to. If not specified,
168
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
169
+ location is specified, it is taken from the provider configuration.
164
170
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
165
171
  Each entry can have one of the following values:
166
172
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -221,7 +227,9 @@ class _WorkstationConfigIamBindingState:
221
227
  def location(self) -> Optional[pulumi.Input[str]]:
222
228
  """
223
229
  The location where the workstation cluster config should reside.
224
- Used to find the parent resource to bind the IAM policy to
230
+ Used to find the parent resource to bind the IAM policy to. If not specified,
231
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
232
+ location is specified, it is taken from the provider configuration.
225
233
  """
226
234
  return pulumi.get(self, "location")
227
235
 
@@ -352,7 +360,9 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
352
360
  :param str resource_name: The name of the resource.
353
361
  :param pulumi.ResourceOptions opts: Options for the resource.
354
362
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
355
- Used to find the parent resource to bind the IAM policy to
363
+ Used to find the parent resource to bind the IAM policy to. If not specified,
364
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
365
+ location is specified, it is taken from the provider configuration.
356
366
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
357
367
  Each entry can have one of the following values:
358
368
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -489,7 +499,9 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
489
499
  :param pulumi.ResourceOptions opts: Options for the resource.
490
500
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
491
501
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
492
- Used to find the parent resource to bind the IAM policy to
502
+ Used to find the parent resource to bind the IAM policy to. If not specified,
503
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
504
+ location is specified, it is taken from the provider configuration.
493
505
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
494
506
  Each entry can have one of the following values:
495
507
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -539,7 +551,9 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
539
551
  def location(self) -> pulumi.Output[str]:
540
552
  """
541
553
  The location where the workstation cluster config should reside.
542
- Used to find the parent resource to bind the IAM policy to
554
+ Used to find the parent resource to bind the IAM policy to. If not specified,
555
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
556
+ location is specified, it is taken from the provider configuration.
543
557
  """
544
558
  return pulumi.get(self, "location")
545
559
 
@@ -40,7 +40,9 @@ class WorkstationConfigIamMemberArgs:
40
40
  `workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
43
- Used to find the parent resource to bind the IAM policy to
43
+ Used to find the parent resource to bind the IAM policy to. If not specified,
44
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
45
+ location is specified, it is taken from the provider configuration.
44
46
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
45
47
  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.
46
48
  """
@@ -123,7 +125,9 @@ class WorkstationConfigIamMemberArgs:
123
125
  def location(self) -> Optional[pulumi.Input[str]]:
124
126
  """
125
127
  The location where the workstation cluster config should reside.
126
- Used to find the parent resource to bind the IAM policy to
128
+ Used to find the parent resource to bind the IAM policy to. If not specified,
129
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
130
+ location is specified, it is taken from the provider configuration.
127
131
  """
128
132
  return pulumi.get(self, "location")
129
133
 
@@ -160,7 +164,9 @@ class _WorkstationConfigIamMemberState:
160
164
  Input properties used for looking up and filtering WorkstationConfigIamMember resources.
161
165
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
162
166
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
163
- Used to find the parent resource to bind the IAM policy to
167
+ Used to find the parent resource to bind the IAM policy to. If not specified,
168
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
169
+ location is specified, it is taken from the provider configuration.
164
170
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
165
171
  Each entry can have one of the following values:
166
172
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -221,7 +227,9 @@ class _WorkstationConfigIamMemberState:
221
227
  def location(self) -> Optional[pulumi.Input[str]]:
222
228
  """
223
229
  The location where the workstation cluster config should reside.
224
- Used to find the parent resource to bind the IAM policy to
230
+ Used to find the parent resource to bind the IAM policy to. If not specified,
231
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
232
+ location is specified, it is taken from the provider configuration.
225
233
  """
226
234
  return pulumi.get(self, "location")
227
235
 
@@ -352,7 +360,9 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
352
360
  :param str resource_name: The name of the resource.
353
361
  :param pulumi.ResourceOptions opts: Options for the resource.
354
362
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
355
- Used to find the parent resource to bind the IAM policy to
363
+ Used to find the parent resource to bind the IAM policy to. If not specified,
364
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
365
+ location is specified, it is taken from the provider configuration.
356
366
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
357
367
  Each entry can have one of the following values:
358
368
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -489,7 +499,9 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
489
499
  :param pulumi.ResourceOptions opts: Options for the resource.
490
500
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
491
501
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
492
- Used to find the parent resource to bind the IAM policy to
502
+ Used to find the parent resource to bind the IAM policy to. If not specified,
503
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
504
+ location is specified, it is taken from the provider configuration.
493
505
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
494
506
  Each entry can have one of the following values:
495
507
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -539,7 +551,9 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
539
551
  def location(self) -> pulumi.Output[str]:
540
552
  """
541
553
  The location where the workstation cluster config should reside.
542
- Used to find the parent resource to bind the IAM policy to
554
+ Used to find the parent resource to bind the IAM policy to. If not specified,
555
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
556
+ location is specified, it is taken from the provider configuration.
543
557
  """
544
558
  return pulumi.get(self, "location")
545
559