pulumi-gcp 7.26.0a1717654409__py3-none-any.whl → 7.26.0a1717690580__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 (165) hide show
  1. pulumi_gcp/__init__.py +56 -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/artifactregistry/get_repository_iam_policy.py +6 -2
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  11. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  12. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  13. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  28. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  32. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  38. pulumi_gcp/certificateauthority/outputs.py +20 -4
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  49. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  50. pulumi_gcp/cloudrun/iam_member.py +21 -7
  51. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  53. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  58. pulumi_gcp/cloudrunv2/service.py +47 -0
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +5 -0
  69. pulumi_gcp/dataplex/_inputs.py +104 -0
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +21 -7
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +21 -7
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -7
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  74. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +21 -7
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +21 -7
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -7
  79. pulumi_gcp/dataplex/entry_type.py +963 -0
  80. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  81. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  82. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  83. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +6 -2
  84. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  85. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +6 -2
  86. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  87. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  88. pulumi_gcp/dataplex/outputs.py +76 -0
  89. pulumi_gcp/dataplex/task.py +16 -16
  90. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  91. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  92. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  93. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  94. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  95. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  96. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  97. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  98. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  99. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  100. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  101. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  102. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  103. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  104. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  105. pulumi_gcp/firestore/field.py +4 -4
  106. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  107. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  108. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  109. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  110. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  111. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  112. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  113. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  114. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  115. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  116. pulumi_gcp/gkehub/membership_binding.py +6 -6
  117. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  118. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  119. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  120. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  121. pulumi_gcp/gkehub/namespace.py +4 -4
  122. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  123. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  124. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  125. pulumi_gcp/logging/__init__.py +4 -0
  126. pulumi_gcp/logging/_inputs.py +100 -0
  127. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  128. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  129. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  130. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  131. pulumi_gcp/logging/outputs.py +76 -0
  132. pulumi_gcp/netapp/storage_pool.py +9 -9
  133. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  134. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  135. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  136. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  137. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  138. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  139. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  140. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  141. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  142. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  143. pulumi_gcp/orgpolicy/policy.py +2 -2
  144. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  145. pulumi_gcp/pubsub/subscription.py +4 -4
  146. pulumi_gcp/pulumi-plugin.json +1 -1
  147. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  148. pulumi_gcp/sql/_inputs.py +2 -4
  149. pulumi_gcp/sql/outputs.py +6 -8
  150. pulumi_gcp/storage/_inputs.py +48 -0
  151. pulumi_gcp/storage/outputs.py +75 -0
  152. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  153. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  154. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  155. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  156. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  157. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  158. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  159. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  160. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  161. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  162. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/METADATA +1 -1
  163. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/RECORD +165 -156
  164. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/top_level.txt +0 -0
@@ -297,7 +297,7 @@ class Policy(pulumi.CustomResource):
297
297
  import pulumi_gcp as gcp
298
298
 
299
299
  constraint = gcp.orgpolicy.CustomConstraint("constraint",
300
- name="custom.disableGkeAutoUpgrade_2067",
300
+ name="custom.disableGkeAutoUpgrade_40785",
301
301
  parent="organizations/123456789",
302
302
  display_name="Disable GKE auto upgrade",
303
303
  description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
@@ -449,7 +449,7 @@ class Policy(pulumi.CustomResource):
449
449
  import pulumi_gcp as gcp
450
450
 
451
451
  constraint = gcp.orgpolicy.CustomConstraint("constraint",
452
- name="custom.disableGkeAutoUpgrade_2067",
452
+ name="custom.disableGkeAutoUpgrade_40785",
453
453
  parent="organizations/123456789",
454
454
  display_name="Disable GKE auto upgrade",
455
455
  description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
@@ -36,7 +36,7 @@ class EntitlementArgs:
36
36
  :param pulumi.Input[str] max_request_duration: The maximum amount of time for which access would be granted for a request.
37
37
  A requester can choose to ask for access for less than this duration but never more.
38
38
  Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
39
- :param pulumi.Input[str] parent: Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
39
+ :param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
40
40
  :param pulumi.Input['EntitlementPrivilegedAccessArgs'] privileged_access: Privileged access that this service can be used to gate.
41
41
  Structure is documented below.
42
42
  :param pulumi.Input['EntitlementRequesterJustificationConfigArgs'] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
@@ -114,7 +114,7 @@ class EntitlementArgs:
114
114
  @pulumi.getter
115
115
  def parent(self) -> pulumi.Input[str]:
116
116
  """
117
- Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
117
+ Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
118
118
  """
119
119
  return pulumi.get(self, "parent")
120
120
 
@@ -210,7 +210,7 @@ class _EntitlementState:
210
210
  Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
211
211
  :param pulumi.Input[str] name: Output Only. The entitlement's name follows a hierarchical structure, comprising the organization, folder, or project, alongside the region and a unique entitlement ID.
212
212
  Formats: organizations/{organization-number}/locations/{region}/entitlements/{entitlement-id}, folders/{folder-number}/locations/{region}/entitlements/{entitlement-id}, and projects/{project-id|project-number}/locations/{region}/entitlements/{entitlement-id}.
213
- :param pulumi.Input[str] parent: Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
213
+ :param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
214
214
  :param pulumi.Input['EntitlementPrivilegedAccessArgs'] privileged_access: Privileged access that this service can be used to gate.
215
215
  Structure is documented below.
216
216
  :param pulumi.Input['EntitlementRequesterJustificationConfigArgs'] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
@@ -368,7 +368,7 @@ class _EntitlementState:
368
368
  @pulumi.getter
369
369
  def parent(self) -> Optional[pulumi.Input[str]]:
370
370
  """
371
- Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
371
+ Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
372
372
  """
373
373
  return pulumi.get(self, "parent")
374
374
 
@@ -517,7 +517,7 @@ class Entitlement(pulumi.CustomResource):
517
517
  :param pulumi.Input[str] max_request_duration: The maximum amount of time for which access would be granted for a request.
518
518
  A requester can choose to ask for access for less than this duration but never more.
519
519
  Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
520
- :param pulumi.Input[str] parent: Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
520
+ :param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
521
521
  :param pulumi.Input[pulumi.InputType['EntitlementPrivilegedAccessArgs']] privileged_access: Privileged access that this service can be used to gate.
522
522
  Structure is documented below.
523
523
  :param pulumi.Input[pulumi.InputType['EntitlementRequesterJustificationConfigArgs']] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
@@ -698,7 +698,7 @@ class Entitlement(pulumi.CustomResource):
698
698
  Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
699
699
  :param pulumi.Input[str] name: Output Only. The entitlement's name follows a hierarchical structure, comprising the organization, folder, or project, alongside the region and a unique entitlement ID.
700
700
  Formats: organizations/{organization-number}/locations/{region}/entitlements/{entitlement-id}, folders/{folder-number}/locations/{region}/entitlements/{entitlement-id}, and projects/{project-id|project-number}/locations/{region}/entitlements/{entitlement-id}.
701
- :param pulumi.Input[str] parent: Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
701
+ :param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
702
702
  :param pulumi.Input[pulumi.InputType['EntitlementPrivilegedAccessArgs']] privileged_access: Privileged access that this service can be used to gate.
703
703
  Structure is documented below.
704
704
  :param pulumi.Input[pulumi.InputType['EntitlementRequesterJustificationConfigArgs']] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
@@ -811,7 +811,7 @@ class Entitlement(pulumi.CustomResource):
811
811
  @pulumi.getter
812
812
  def parent(self) -> pulumi.Output[str]:
813
813
  """
814
- Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
814
+ Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
815
815
  """
816
816
  return pulumi.get(self, "parent")
817
817
 
@@ -1053,7 +1053,7 @@ class Subscription(pulumi.CustomResource):
1053
1053
  cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
1054
1054
  bucket=example.name,
1055
1055
  filename_prefix="pre-",
1056
- filename_suffix="-_40785",
1056
+ filename_suffix="-_79169",
1057
1057
  filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
1058
1058
  max_bytes=1000,
1059
1059
  max_duration="300s",
@@ -1085,7 +1085,7 @@ class Subscription(pulumi.CustomResource):
1085
1085
  cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
1086
1086
  bucket=example.name,
1087
1087
  filename_prefix="pre-",
1088
- filename_suffix="-_79169",
1088
+ filename_suffix="-_56529",
1089
1089
  filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
1090
1090
  max_bytes=1000,
1091
1091
  max_duration="300s",
@@ -1398,7 +1398,7 @@ class Subscription(pulumi.CustomResource):
1398
1398
  cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
1399
1399
  bucket=example.name,
1400
1400
  filename_prefix="pre-",
1401
- filename_suffix="-_40785",
1401
+ filename_suffix="-_79169",
1402
1402
  filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
1403
1403
  max_bytes=1000,
1404
1404
  max_duration="300s",
@@ -1430,7 +1430,7 @@ class Subscription(pulumi.CustomResource):
1430
1430
  cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
1431
1431
  bucket=example.name,
1432
1432
  filename_prefix="pre-",
1433
- filename_suffix="-_79169",
1433
+ filename_suffix="-_56529",
1434
1434
  filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
1435
1435
  max_bytes=1000,
1436
1436
  max_duration="300s",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "7.26.0-alpha.1717654409"
4
+ "version": "7.26.0-alpha.1717690580"
5
5
  }
@@ -118,7 +118,9 @@ def get_instance_iam_policy(instance_id: Optional[str] = None,
118
118
  :param str instance_id: The name for the Instance.
119
119
  Used to find the parent resource to bind the IAM policy to
120
120
  :param str location: The location for the Instance.
121
- Used to find the parent resource to bind the IAM policy to
121
+ Used to find the parent resource to bind the IAM policy to. If not specified,
122
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
123
+ location is specified, it is taken from the provider configuration.
122
124
  :param str project: The ID of the project in which the resource belongs.
123
125
  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.
124
126
  """
@@ -161,7 +163,9 @@ def get_instance_iam_policy_output(instance_id: Optional[pulumi.Input[str]] = No
161
163
  :param str instance_id: The name for the Instance.
162
164
  Used to find the parent resource to bind the IAM policy to
163
165
  :param str location: The location for the Instance.
164
- Used to find the parent resource to bind the IAM policy to
166
+ Used to find the parent resource to bind the IAM policy to. If not specified,
167
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
168
+ location is specified, it is taken from the provider configuration.
165
169
  :param str project: The ID of the project in which the resource belongs.
166
170
  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.
167
171
  """
pulumi_gcp/sql/_inputs.py CHANGED
@@ -1692,8 +1692,7 @@ class DatabaseInstanceSettingsMaintenanceWindowArgs:
1692
1692
  """
1693
1693
  :param pulumi.Input[int] day: Day of week (`1-7`), starting on Monday
1694
1694
  :param pulumi.Input[int] hour: Hour of day (`0-23`), ignored if `day` not set
1695
- :param pulumi.Input[str] update_track: Receive updates earlier (`canary`) or later
1696
- (`stable`)
1695
+ :param pulumi.Input[str] update_track: Receive updates after one week (`canary`) or after two weeks (`stable`) or after five weeks (`week5`) of notification.
1697
1696
  """
1698
1697
  if day is not None:
1699
1698
  pulumi.set(__self__, "day", day)
@@ -1730,8 +1729,7 @@ class DatabaseInstanceSettingsMaintenanceWindowArgs:
1730
1729
  @pulumi.getter(name="updateTrack")
1731
1730
  def update_track(self) -> Optional[pulumi.Input[str]]:
1732
1731
  """
1733
- Receive updates earlier (`canary`) or later
1734
- (`stable`)
1732
+ Receive updates after one week (`canary`) or after two weeks (`stable`) or after five weeks (`week5`) of notification.
1735
1733
  """
1736
1734
  return pulumi.get(self, "update_track")
1737
1735
 
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
 
@@ -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:
@@ -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