pulumi-gcp 7.26.0a1717654409__py3-none-any.whl → 7.26.0a1717725112__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.0a1717725112.dist-info}/METADATA +1 -1
  163. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/RECORD +165 -156
  164. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/top_level.txt +0 -0
@@ -23,7 +23,9 @@ class AddressGroupIamPolicyArgs:
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] location: The location of the gateway security policy.
26
- Used to find the parent resource to bind the IAM policy to
26
+ Used to find the parent resource to bind the IAM policy to. If not specified,
27
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
28
+ location is specified, it is taken from the provider configuration.
27
29
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
28
30
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
29
31
  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.
@@ -54,7 +56,9 @@ class AddressGroupIamPolicyArgs:
54
56
  def location(self) -> Optional[pulumi.Input[str]]:
55
57
  """
56
58
  The location of the gateway security policy.
57
- Used to find the parent resource to bind the IAM policy to
59
+ Used to find the parent resource to bind the IAM policy to. If not specified,
60
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
61
+ location is specified, it is taken from the provider configuration.
58
62
  """
59
63
  return pulumi.get(self, "location")
60
64
 
@@ -100,7 +104,9 @@ class _AddressGroupIamPolicyState:
100
104
  Input properties used for looking up and filtering AddressGroupIamPolicy resources.
101
105
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
102
106
  :param pulumi.Input[str] location: The location of the gateway security policy.
103
- Used to find the parent resource to bind the IAM policy to
107
+ 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.
104
110
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
105
111
  :param pulumi.Input[str] policy_data: The policy data generated by
106
112
  a `organizations_get_iam_policy` data source.
@@ -135,7 +141,9 @@ class _AddressGroupIamPolicyState:
135
141
  def location(self) -> Optional[pulumi.Input[str]]:
136
142
  """
137
143
  The location of the gateway security policy.
138
- Used to find the parent resource to bind the IAM policy to
144
+ Used to find the parent resource to bind the IAM policy to. If not specified,
145
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
146
+ location is specified, it is taken from the provider configuration.
139
147
  """
140
148
  return pulumi.get(self, "location")
141
149
 
@@ -248,7 +256,9 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
248
256
  :param str resource_name: The name of the resource.
249
257
  :param pulumi.ResourceOptions opts: Options for the resource.
250
258
  :param pulumi.Input[str] location: The location of the gateway security policy.
251
- Used to find the parent resource to bind the IAM policy to
259
+ Used to find the parent resource to bind the IAM policy to. If not specified,
260
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
261
+ location is specified, it is taken from the provider configuration.
252
262
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
253
263
  :param pulumi.Input[str] policy_data: The policy data generated by
254
264
  a `organizations_get_iam_policy` data source.
@@ -373,7 +383,9 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
373
383
  :param pulumi.ResourceOptions opts: Options for the resource.
374
384
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
375
385
  :param pulumi.Input[str] location: The location of the gateway security policy.
376
- Used to find the parent resource to bind the IAM policy to
386
+ Used to find the parent resource to bind the IAM policy to. If not specified,
387
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
388
+ location is specified, it is taken from the provider configuration.
377
389
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
378
390
  :param pulumi.Input[str] policy_data: The policy data generated by
379
391
  a `organizations_get_iam_policy` data source.
@@ -404,7 +416,9 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
404
416
  def location(self) -> pulumi.Output[str]:
405
417
  """
406
418
  The location of the gateway security policy.
407
- Used to find the parent resource to bind the IAM policy to
419
+ Used to find the parent resource to bind the IAM policy to. If not specified,
420
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
421
+ location is specified, it is taken from the provider configuration.
408
422
  """
409
423
  return pulumi.get(self, "location")
410
424
 
@@ -105,7 +105,9 @@ def get_address_group_iam_policy(location: Optional[str] = None,
105
105
 
106
106
 
107
107
  :param str location: The location of the gateway security policy.
108
- Used to find the parent resource to bind the IAM policy to
108
+ Used to find the parent resource to bind the IAM policy to. If not specified,
109
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
110
+ location is specified, it is taken from the provider configuration.
109
111
  :param str name: Used to find the parent resource to bind the IAM policy to
110
112
  :param str project: The ID of the project in which the resource belongs.
111
113
  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.
@@ -136,7 +138,9 @@ def get_address_group_iam_policy_output(location: Optional[pulumi.Input[Optional
136
138
 
137
139
 
138
140
  :param str location: The location of the gateway security policy.
139
- Used to find the parent resource to bind the IAM policy to
141
+ Used to find the parent resource to bind the IAM policy to. If not specified,
142
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
143
+ location is specified, it is taken from the provider configuration.
140
144
  :param str name: Used to find the parent resource to bind the IAM policy to
141
145
  :param str project: The ID of the project in which the resource belongs.
142
146
  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.
@@ -116,7 +116,9 @@ def get_instance_iam_policy(instance_name: Optional[str] = None,
116
116
 
117
117
 
118
118
  :param str instance_name: Used to find the parent resource to bind the IAM policy to
119
- :param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
119
+ :param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
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.
122
124
  """
@@ -157,7 +159,9 @@ def get_instance_iam_policy_output(instance_name: Optional[pulumi.Input[str]] =
157
159
 
158
160
 
159
161
  :param str instance_name: Used to find the parent resource to bind the IAM policy to
160
- :param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
162
+ :param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
163
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
164
+ location is specified, it is taken from the provider configuration.
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.
163
167
  """
@@ -115,7 +115,9 @@ def get_runtime_iam_policy(location: Optional[str] = None,
115
115
  ```
116
116
 
117
117
 
118
- :param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
118
+ :param str location: A reference to the zone where the machine resides. 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 project: The ID of the project in which the resource belongs.
120
122
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
121
123
  :param str runtime_name: Used to find the parent resource to bind the IAM policy to
@@ -156,7 +158,9 @@ def get_runtime_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]
156
158
  ```
157
159
 
158
160
 
159
- :param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
161
+ :param str location: A reference to the zone where the machine resides. 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 project: The ID of the project in which the resource belongs.
161
165
  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.
162
166
  :param str runtime_name: Used to find the parent resource to bind the IAM policy to
@@ -39,7 +39,9 @@ class InstanceIamBindingArgs:
39
39
  :param pulumi.Input[str] role: The role that should be applied. Only one
40
40
  `notebooks.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
42
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  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.
45
47
  """
@@ -114,7 +116,9 @@ class InstanceIamBindingArgs:
114
116
  @pulumi.getter
115
117
  def location(self) -> Optional[pulumi.Input[str]]:
116
118
  """
117
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
119
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
118
122
  """
119
123
  return pulumi.get(self, "location")
120
124
 
@@ -150,7 +154,9 @@ class _InstanceIamBindingState:
150
154
  Input properties used for looking up and filtering InstanceIamBinding resources.
151
155
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
152
156
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
153
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
157
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
158
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
159
+ location is specified, it is taken from the provider configuration.
154
160
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
155
161
  Each entry can have one of the following values:
156
162
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -220,7 +226,9 @@ class _InstanceIamBindingState:
220
226
  @pulumi.getter
221
227
  def location(self) -> Optional[pulumi.Input[str]]:
222
228
  """
223
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
229
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
230
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
231
+ location is specified, it is taken from the provider configuration.
224
232
  """
225
233
  return pulumi.get(self, "location")
226
234
 
@@ -436,7 +444,9 @@ class InstanceIamBinding(pulumi.CustomResource):
436
444
  :param str resource_name: The name of the resource.
437
445
  :param pulumi.ResourceOptions opts: Options for the resource.
438
446
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
439
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
447
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
448
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
449
+ location is specified, it is taken from the provider configuration.
440
450
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
441
451
  Each entry can have one of the following values:
442
452
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -672,7 +682,9 @@ class InstanceIamBinding(pulumi.CustomResource):
672
682
  :param pulumi.ResourceOptions opts: Options for the resource.
673
683
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
674
684
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
675
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
685
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
686
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
687
+ location is specified, it is taken from the provider configuration.
676
688
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
677
689
  Each entry can have one of the following values:
678
690
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -728,7 +740,9 @@ class InstanceIamBinding(pulumi.CustomResource):
728
740
  @pulumi.getter
729
741
  def location(self) -> pulumi.Output[str]:
730
742
  """
731
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
743
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
744
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
745
+ location is specified, it is taken from the provider configuration.
732
746
  """
733
747
  return pulumi.get(self, "location")
734
748
 
@@ -39,7 +39,9 @@ class InstanceIamMemberArgs:
39
39
  :param pulumi.Input[str] role: The role that should be applied. Only one
40
40
  `notebooks.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
42
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  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.
45
47
  """
@@ -114,7 +116,9 @@ class InstanceIamMemberArgs:
114
116
  @pulumi.getter
115
117
  def location(self) -> Optional[pulumi.Input[str]]:
116
118
  """
117
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
119
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
118
122
  """
119
123
  return pulumi.get(self, "location")
120
124
 
@@ -150,7 +154,9 @@ class _InstanceIamMemberState:
150
154
  Input properties used for looking up and filtering InstanceIamMember resources.
151
155
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
152
156
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
153
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
157
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
158
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
159
+ location is specified, it is taken from the provider configuration.
154
160
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
155
161
  Each entry can have one of the following values:
156
162
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -220,7 +226,9 @@ class _InstanceIamMemberState:
220
226
  @pulumi.getter
221
227
  def location(self) -> Optional[pulumi.Input[str]]:
222
228
  """
223
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
229
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
230
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
231
+ location is specified, it is taken from the provider configuration.
224
232
  """
225
233
  return pulumi.get(self, "location")
226
234
 
@@ -436,7 +444,9 @@ class InstanceIamMember(pulumi.CustomResource):
436
444
  :param str resource_name: The name of the resource.
437
445
  :param pulumi.ResourceOptions opts: Options for the resource.
438
446
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
439
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
447
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
448
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
449
+ location is specified, it is taken from the provider configuration.
440
450
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
441
451
  Each entry can have one of the following values:
442
452
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -672,7 +682,9 @@ class InstanceIamMember(pulumi.CustomResource):
672
682
  :param pulumi.ResourceOptions opts: Options for the resource.
673
683
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
674
684
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
675
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
685
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
686
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
687
+ location is specified, it is taken from the provider configuration.
676
688
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
677
689
  Each entry can have one of the following values:
678
690
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -728,7 +740,9 @@ class InstanceIamMember(pulumi.CustomResource):
728
740
  @pulumi.getter
729
741
  def location(self) -> pulumi.Output[str]:
730
742
  """
731
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
743
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
744
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
745
+ location is specified, it is taken from the provider configuration.
732
746
  """
733
747
  return pulumi.get(self, "location")
734
748
 
@@ -23,7 +23,9 @@ class InstanceIamPolicyArgs:
23
23
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
24
24
  :param pulumi.Input[str] policy_data: The policy data generated by
25
25
  a `organizations_get_iam_policy` data source.
26
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
26
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
27
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
28
+ location is specified, it is taken from the provider configuration.
27
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
28
30
  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.
29
31
  """
@@ -63,7 +65,9 @@ class InstanceIamPolicyArgs:
63
65
  @pulumi.getter
64
66
  def location(self) -> Optional[pulumi.Input[str]]:
65
67
  """
66
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
68
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
69
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
70
+ location is specified, it is taken from the provider configuration.
67
71
  """
68
72
  return pulumi.get(self, "location")
69
73
 
@@ -97,7 +101,9 @@ class _InstanceIamPolicyState:
97
101
  Input properties used for looking up and filtering InstanceIamPolicy resources.
98
102
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
99
103
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
100
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
104
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
105
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
106
+ location is specified, it is taken from the provider configuration.
101
107
  :param pulumi.Input[str] policy_data: The policy data generated by
102
108
  a `organizations_get_iam_policy` data source.
103
109
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -142,7 +148,9 @@ class _InstanceIamPolicyState:
142
148
  @pulumi.getter
143
149
  def location(self) -> Optional[pulumi.Input[str]]:
144
150
  """
145
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
151
+ A reference to the zone where the machine resides. 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.
146
154
  """
147
155
  return pulumi.get(self, "location")
148
156
 
@@ -333,7 +341,9 @@ class InstanceIamPolicy(pulumi.CustomResource):
333
341
  :param str resource_name: The name of the resource.
334
342
  :param pulumi.ResourceOptions opts: Options for the resource.
335
343
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
336
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
344
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
345
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
346
+ location is specified, it is taken from the provider configuration.
337
347
  :param pulumi.Input[str] policy_data: The policy data generated by
338
348
  a `organizations_get_iam_policy` data source.
339
349
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -549,7 +559,9 @@ class InstanceIamPolicy(pulumi.CustomResource):
549
559
  :param pulumi.ResourceOptions opts: Options for the resource.
550
560
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
551
561
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
552
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
562
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
563
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
564
+ location is specified, it is taken from the provider configuration.
553
565
  :param pulumi.Input[str] policy_data: The policy data generated by
554
566
  a `organizations_get_iam_policy` data source.
555
567
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -586,7 +598,9 @@ class InstanceIamPolicy(pulumi.CustomResource):
586
598
  @pulumi.getter
587
599
  def location(self) -> pulumi.Output[str]:
588
600
  """
589
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
601
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
602
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
603
+ location is specified, it is taken from the provider configuration.
590
604
  """
591
605
  return pulumi.get(self, "location")
592
606
 
@@ -39,7 +39,9 @@ class RuntimeIamBindingArgs:
39
39
  `notebooks.RuntimeIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] runtime_name: Used to find the parent resource to bind the IAM policy to
42
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
42
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  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.
45
47
  """
@@ -114,7 +116,9 @@ class RuntimeIamBindingArgs:
114
116
  @pulumi.getter
115
117
  def location(self) -> Optional[pulumi.Input[str]]:
116
118
  """
117
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
119
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
118
122
  """
119
123
  return pulumi.get(self, "location")
120
124
 
@@ -149,7 +153,9 @@ class _RuntimeIamBindingState:
149
153
  """
150
154
  Input properties used for looking up and filtering RuntimeIamBinding resources.
151
155
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
152
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
156
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
157
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
158
+ location is specified, it is taken from the provider configuration.
153
159
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
154
160
  Each entry can have one of the following values:
155
161
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -208,7 +214,9 @@ class _RuntimeIamBindingState:
208
214
  @pulumi.getter
209
215
  def location(self) -> Optional[pulumi.Input[str]]:
210
216
  """
211
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
217
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
218
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
219
+ location is specified, it is taken from the provider configuration.
212
220
  """
213
221
  return pulumi.get(self, "location")
214
222
 
@@ -435,7 +443,9 @@ class RuntimeIamBinding(pulumi.CustomResource):
435
443
 
436
444
  :param str resource_name: The name of the resource.
437
445
  :param pulumi.ResourceOptions opts: Options for the resource.
438
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
446
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
447
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
448
+ location is specified, it is taken from the provider configuration.
439
449
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
440
450
  Each entry can have one of the following values:
441
451
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -671,7 +681,9 @@ class RuntimeIamBinding(pulumi.CustomResource):
671
681
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
672
682
  :param pulumi.ResourceOptions opts: Options for the resource.
673
683
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
674
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
684
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
685
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
686
+ location is specified, it is taken from the provider configuration.
675
687
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
676
688
  Each entry can have one of the following values:
677
689
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -720,7 +732,9 @@ class RuntimeIamBinding(pulumi.CustomResource):
720
732
  @pulumi.getter
721
733
  def location(self) -> pulumi.Output[str]:
722
734
  """
723
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
735
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
736
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
737
+ location is specified, it is taken from the provider configuration.
724
738
  """
725
739
  return pulumi.get(self, "location")
726
740
 
@@ -39,7 +39,9 @@ class RuntimeIamMemberArgs:
39
39
  `notebooks.RuntimeIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] runtime_name: Used to find the parent resource to bind the IAM policy to
42
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
42
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  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.
45
47
  """
@@ -114,7 +116,9 @@ class RuntimeIamMemberArgs:
114
116
  @pulumi.getter
115
117
  def location(self) -> Optional[pulumi.Input[str]]:
116
118
  """
117
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
119
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
118
122
  """
119
123
  return pulumi.get(self, "location")
120
124
 
@@ -149,7 +153,9 @@ class _RuntimeIamMemberState:
149
153
  """
150
154
  Input properties used for looking up and filtering RuntimeIamMember resources.
151
155
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
152
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
156
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
157
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
158
+ location is specified, it is taken from the provider configuration.
153
159
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
154
160
  Each entry can have one of the following values:
155
161
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -208,7 +214,9 @@ class _RuntimeIamMemberState:
208
214
  @pulumi.getter
209
215
  def location(self) -> Optional[pulumi.Input[str]]:
210
216
  """
211
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
217
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
218
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
219
+ location is specified, it is taken from the provider configuration.
212
220
  """
213
221
  return pulumi.get(self, "location")
214
222
 
@@ -435,7 +443,9 @@ class RuntimeIamMember(pulumi.CustomResource):
435
443
 
436
444
  :param str resource_name: The name of the resource.
437
445
  :param pulumi.ResourceOptions opts: Options for the resource.
438
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
446
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
447
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
448
+ location is specified, it is taken from the provider configuration.
439
449
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
440
450
  Each entry can have one of the following values:
441
451
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -671,7 +681,9 @@ class RuntimeIamMember(pulumi.CustomResource):
671
681
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
672
682
  :param pulumi.ResourceOptions opts: Options for the resource.
673
683
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
674
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
684
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
685
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
686
+ location is specified, it is taken from the provider configuration.
675
687
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
676
688
  Each entry can have one of the following values:
677
689
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -720,7 +732,9 @@ class RuntimeIamMember(pulumi.CustomResource):
720
732
  @pulumi.getter
721
733
  def location(self) -> pulumi.Output[str]:
722
734
  """
723
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
735
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
736
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
737
+ location is specified, it is taken from the provider configuration.
724
738
  """
725
739
  return pulumi.get(self, "location")
726
740
 
@@ -23,7 +23,9 @@ class RuntimeIamPolicyArgs:
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] runtime_name: Used to find the parent resource to bind the IAM policy to
26
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
26
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
27
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
28
+ location is specified, it is taken from the provider configuration.
27
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
28
30
  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.
29
31
  """
@@ -63,7 +65,9 @@ class RuntimeIamPolicyArgs:
63
65
  @pulumi.getter
64
66
  def location(self) -> Optional[pulumi.Input[str]]:
65
67
  """
66
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
68
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
69
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
70
+ location is specified, it is taken from the provider configuration.
67
71
  """
68
72
  return pulumi.get(self, "location")
69
73
 
@@ -96,7 +100,9 @@ class _RuntimeIamPolicyState:
96
100
  """
97
101
  Input properties used for looking up and filtering RuntimeIamPolicy resources.
98
102
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
99
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
103
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
104
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
105
+ location is specified, it is taken from the provider configuration.
100
106
  :param pulumi.Input[str] policy_data: The policy data generated by
101
107
  a `organizations_get_iam_policy` data source.
102
108
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -130,7 +136,9 @@ class _RuntimeIamPolicyState:
130
136
  @pulumi.getter
131
137
  def location(self) -> Optional[pulumi.Input[str]]:
132
138
  """
133
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
139
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
140
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
141
+ location is specified, it is taken from the provider configuration.
134
142
  """
135
143
  return pulumi.get(self, "location")
136
144
 
@@ -332,7 +340,9 @@ class RuntimeIamPolicy(pulumi.CustomResource):
332
340
 
333
341
  :param str resource_name: The name of the resource.
334
342
  :param pulumi.ResourceOptions opts: Options for the resource.
335
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
343
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
344
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
345
+ location is specified, it is taken from the provider configuration.
336
346
  :param pulumi.Input[str] policy_data: The policy data generated by
337
347
  a `organizations_get_iam_policy` data source.
338
348
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -548,7 +558,9 @@ class RuntimeIamPolicy(pulumi.CustomResource):
548
558
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
549
559
  :param pulumi.ResourceOptions opts: Options for the resource.
550
560
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
551
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
561
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
562
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
563
+ location is specified, it is taken from the provider configuration.
552
564
  :param pulumi.Input[str] policy_data: The policy data generated by
553
565
  a `organizations_get_iam_policy` data source.
554
566
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -578,7 +590,9 @@ class RuntimeIamPolicy(pulumi.CustomResource):
578
590
  @pulumi.getter
579
591
  def location(self) -> pulumi.Output[str]:
580
592
  """
581
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
593
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
594
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
595
+ location is specified, it is taken from the provider configuration.
582
596
  """
583
597
  return pulumi.get(self, "location")
584
598