pulumi-gcp 7.26.0a1717544115__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.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/METADATA +1 -1
  163. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/RECORD +165 -156
  164. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/top_level.txt +0 -0
@@ -40,7 +40,9 @@ class MetastoreServiceIamMemberArgs:
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The location where the metastore service should reside.
42
42
  The default value is `global`.
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
  """
@@ -114,7 +116,9 @@ class MetastoreServiceIamMemberArgs:
114
116
  """
115
117
  The location where the metastore service should reside.
116
118
  The default value is `global`.
117
- Used to find the parent resource to bind the IAM policy to
119
+ 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
 
@@ -151,7 +155,9 @@ class _MetastoreServiceIamMemberState:
151
155
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
152
156
  :param pulumi.Input[str] location: The location where the metastore service should reside.
153
157
  The default value is `global`.
154
- Used to find the parent resource to bind the IAM policy to
158
+ Used to find the parent resource to bind the IAM policy to. If not specified,
159
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
160
+ location is specified, it is taken from the provider configuration.
155
161
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
156
162
  Each entry can have one of the following values:
157
163
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -211,7 +217,9 @@ class _MetastoreServiceIamMemberState:
211
217
  """
212
218
  The location where the metastore service should reside.
213
219
  The default value is `global`.
214
- Used to find the parent resource to bind the IAM policy to
220
+ Used to find the parent resource to bind the IAM policy to. If not specified,
221
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
222
+ location is specified, it is taken from the provider configuration.
215
223
  """
216
224
  return pulumi.get(self, "location")
217
225
 
@@ -437,7 +445,9 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
437
445
  :param pulumi.ResourceOptions opts: Options for the resource.
438
446
  :param pulumi.Input[str] location: The location where the metastore service should reside.
439
447
  The default value is `global`.
440
- Used to find the parent resource to bind the IAM policy to
448
+ Used to find the parent resource to bind the IAM policy to. If not specified,
449
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
450
+ location is specified, it is taken from the provider configuration.
441
451
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
442
452
  Each entry can have one of the following values:
443
453
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -674,7 +684,9 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
674
684
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
675
685
  :param pulumi.Input[str] location: The location where the metastore service should reside.
676
686
  The default value is `global`.
677
- Used to find the parent resource to bind the IAM policy to
687
+ Used to find the parent resource to bind the IAM policy to. If not specified,
688
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
689
+ location is specified, it is taken from the provider configuration.
678
690
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
679
691
  Each entry can have one of the following values:
680
692
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -724,7 +736,9 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
724
736
  """
725
737
  The location where the metastore service should reside.
726
738
  The default value is `global`.
727
- Used to find the parent resource to bind the IAM policy to
739
+ Used to find the parent resource to bind the IAM policy to. If not specified,
740
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
741
+ location is specified, it is taken from the provider configuration.
728
742
  """
729
743
  return pulumi.get(self, "location")
730
744
 
@@ -24,7 +24,9 @@ class MetastoreServiceIamPolicyArgs:
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] location: The location where the metastore service should reside.
26
26
  The default value is `global`.
27
- Used to find the parent resource to bind the IAM policy to
27
+ Used to find the parent resource to bind the IAM policy to. If not specified,
28
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
29
+ location is specified, it is taken from the provider configuration.
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.
30
32
  """
@@ -63,7 +65,9 @@ class MetastoreServiceIamPolicyArgs:
63
65
  """
64
66
  The location where the metastore service should reside.
65
67
  The default value is `global`.
66
- Used to find the parent resource to bind the IAM policy to
68
+ 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
 
@@ -98,7 +102,9 @@ class _MetastoreServiceIamPolicyState:
98
102
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
99
103
  :param pulumi.Input[str] location: The location where the metastore service should reside.
100
104
  The default value is `global`.
101
- Used to find the parent resource to bind the IAM policy to
105
+ Used to find the parent resource to bind the IAM policy to. If not specified,
106
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
107
+ location is specified, it is taken from the provider configuration.
102
108
  :param pulumi.Input[str] policy_data: The policy data generated by
103
109
  a `organizations_get_iam_policy` data source.
104
110
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -133,7 +139,9 @@ class _MetastoreServiceIamPolicyState:
133
139
  """
134
140
  The location where the metastore service should reside.
135
141
  The default value is `global`.
136
- Used to find the parent resource to bind the IAM policy to
142
+ Used to find the parent resource to bind the IAM policy to. If not specified,
143
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
144
+ location is specified, it is taken from the provider configuration.
137
145
  """
138
146
  return pulumi.get(self, "location")
139
147
 
@@ -334,7 +342,9 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
334
342
  :param pulumi.ResourceOptions opts: Options for the resource.
335
343
  :param pulumi.Input[str] location: The location where the metastore service should reside.
336
344
  The default value is `global`.
337
- Used to find the parent resource to bind the IAM policy to
345
+ Used to find the parent resource to bind the IAM policy to. If not specified,
346
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
347
+ location is specified, it is taken from the provider configuration.
338
348
  :param pulumi.Input[str] policy_data: The policy data generated by
339
349
  a `organizations_get_iam_policy` data source.
340
350
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -551,7 +561,9 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
551
561
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
552
562
  :param pulumi.Input[str] location: The location where the metastore service should reside.
553
563
  The default value is `global`.
554
- Used to find the parent resource to bind the IAM policy to
564
+ Used to find the parent resource to bind the IAM policy to. If not specified,
565
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
566
+ location is specified, it is taken from the provider configuration.
555
567
  :param pulumi.Input[str] policy_data: The policy data generated by
556
568
  a `organizations_get_iam_policy` data source.
557
569
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -582,7 +594,9 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
582
594
  """
583
595
  The location where the metastore service should reside.
584
596
  The default value is `global`.
585
- Used to find the parent resource to bind the IAM policy to
597
+ Used to find the parent resource to bind the IAM policy to. If not specified,
598
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
599
+ location is specified, it is taken from the provider configuration.
586
600
  """
587
601
  return pulumi.get(self, "location")
588
602
 
@@ -319,7 +319,7 @@ class Field(pulumi.CustomResource):
319
319
  basic = gcp.firestore.Field("basic",
320
320
  project="my-project-name",
321
321
  database=database.name,
322
- collection="chatrooms__74000",
322
+ collection="chatrooms__75125",
323
323
  field="basic",
324
324
  index_config=gcp.firestore.FieldIndexConfigArgs(
325
325
  indexes=[
@@ -370,7 +370,7 @@ class Field(pulumi.CustomResource):
370
370
  match_override = gcp.firestore.Field("match_override",
371
371
  project="my-project-name",
372
372
  database=database.name,
373
- collection="chatrooms__75125",
373
+ collection="chatrooms__88722",
374
374
  field="field_with_same_configuration_as_ancestor",
375
375
  index_config=gcp.firestore.FieldIndexConfigArgs(
376
376
  indexes=[
@@ -457,7 +457,7 @@ class Field(pulumi.CustomResource):
457
457
  basic = gcp.firestore.Field("basic",
458
458
  project="my-project-name",
459
459
  database=database.name,
460
- collection="chatrooms__74000",
460
+ collection="chatrooms__75125",
461
461
  field="basic",
462
462
  index_config=gcp.firestore.FieldIndexConfigArgs(
463
463
  indexes=[
@@ -508,7 +508,7 @@ class Field(pulumi.CustomResource):
508
508
  match_override = gcp.firestore.Field("match_override",
509
509
  project="my-project-name",
510
510
  database=database.name,
511
- collection="chatrooms__75125",
511
+ collection="chatrooms__88722",
512
512
  field="field_with_same_configuration_as_ancestor",
513
513
  index_config=gcp.firestore.FieldIndexConfigArgs(
514
514
  indexes=[
@@ -39,7 +39,9 @@ class BackupPlanIamBindingArgs:
39
39
  `gkebackup.BackupPlanIamBinding` 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] location: The region of the Backup Plan.
42
- Used to find the parent resource to bind the IAM policy to
42
+ 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] name: Used to find the parent resource to bind the IAM policy to
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.
@@ -105,7 +107,9 @@ class BackupPlanIamBindingArgs:
105
107
  def location(self) -> Optional[pulumi.Input[str]]:
106
108
  """
107
109
  The region of the Backup Plan.
108
- Used to find the parent resource to bind the IAM policy to
110
+ Used to find the parent resource to bind the IAM policy to. If not specified,
111
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
112
+ location is specified, it is taken from the provider configuration.
109
113
  """
110
114
  return pulumi.get(self, "location")
111
115
 
@@ -153,7 +157,9 @@ class _BackupPlanIamBindingState:
153
157
  Input properties used for looking up and filtering BackupPlanIamBinding resources.
154
158
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
155
159
  :param pulumi.Input[str] location: The region of the Backup Plan.
156
- Used to find the parent resource to bind the IAM policy to
160
+ Used to find the parent resource to bind the IAM policy to. If not specified,
161
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
162
+ location is specified, it is taken from the provider configuration.
157
163
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
158
164
  Each entry can have one of the following values:
159
165
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -213,7 +219,9 @@ class _BackupPlanIamBindingState:
213
219
  def location(self) -> Optional[pulumi.Input[str]]:
214
220
  """
215
221
  The region of the Backup Plan.
216
- Used to find the parent resource to bind the IAM policy to
222
+ Used to find the parent resource to bind the IAM policy to. If not specified,
223
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
224
+ location is specified, it is taken from the provider configuration.
217
225
  """
218
226
  return pulumi.get(self, "location")
219
227
 
@@ -441,7 +449,9 @@ class BackupPlanIamBinding(pulumi.CustomResource):
441
449
  :param str resource_name: The name of the resource.
442
450
  :param pulumi.ResourceOptions opts: Options for the resource.
443
451
  :param pulumi.Input[str] location: The region of the Backup Plan.
444
- Used to find the parent resource to bind the IAM policy to
452
+ Used to find the parent resource to bind the IAM policy to. If not specified,
453
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
454
+ location is specified, it is taken from the provider configuration.
445
455
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
446
456
  Each entry can have one of the following values:
447
457
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -676,7 +686,9 @@ class BackupPlanIamBinding(pulumi.CustomResource):
676
686
  :param pulumi.ResourceOptions opts: Options for the resource.
677
687
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
678
688
  :param pulumi.Input[str] location: The region of the Backup Plan.
679
- Used to find the parent resource to bind the IAM policy to
689
+ Used to find the parent resource to bind the IAM policy to. If not specified,
690
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
691
+ location is specified, it is taken from the provider configuration.
680
692
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
681
693
  Each entry can have one of the following values:
682
694
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -726,7 +738,9 @@ class BackupPlanIamBinding(pulumi.CustomResource):
726
738
  def location(self) -> pulumi.Output[str]:
727
739
  """
728
740
  The region of the Backup Plan.
729
- Used to find the parent resource to bind the IAM policy to
741
+ Used to find the parent resource to bind the IAM policy to. If not specified,
742
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
743
+ location is specified, it is taken from the provider configuration.
730
744
  """
731
745
  return pulumi.get(self, "location")
732
746
 
@@ -39,7 +39,9 @@ class BackupPlanIamMemberArgs:
39
39
  `gkebackup.BackupPlanIamBinding` 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] location: The region of the Backup Plan.
42
- Used to find the parent resource to bind the IAM policy to
42
+ 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] name: Used to find the parent resource to bind the IAM policy to
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.
@@ -105,7 +107,9 @@ class BackupPlanIamMemberArgs:
105
107
  def location(self) -> Optional[pulumi.Input[str]]:
106
108
  """
107
109
  The region of the Backup Plan.
108
- Used to find the parent resource to bind the IAM policy to
110
+ Used to find the parent resource to bind the IAM policy to. If not specified,
111
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
112
+ location is specified, it is taken from the provider configuration.
109
113
  """
110
114
  return pulumi.get(self, "location")
111
115
 
@@ -153,7 +157,9 @@ class _BackupPlanIamMemberState:
153
157
  Input properties used for looking up and filtering BackupPlanIamMember resources.
154
158
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
155
159
  :param pulumi.Input[str] location: The region of the Backup Plan.
156
- Used to find the parent resource to bind the IAM policy to
160
+ Used to find the parent resource to bind the IAM policy to. If not specified,
161
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
162
+ location is specified, it is taken from the provider configuration.
157
163
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
158
164
  Each entry can have one of the following values:
159
165
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -213,7 +219,9 @@ class _BackupPlanIamMemberState:
213
219
  def location(self) -> Optional[pulumi.Input[str]]:
214
220
  """
215
221
  The region of the Backup Plan.
216
- Used to find the parent resource to bind the IAM policy to
222
+ Used to find the parent resource to bind the IAM policy to. If not specified,
223
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
224
+ location is specified, it is taken from the provider configuration.
217
225
  """
218
226
  return pulumi.get(self, "location")
219
227
 
@@ -441,7 +449,9 @@ class BackupPlanIamMember(pulumi.CustomResource):
441
449
  :param str resource_name: The name of the resource.
442
450
  :param pulumi.ResourceOptions opts: Options for the resource.
443
451
  :param pulumi.Input[str] location: The region of the Backup Plan.
444
- Used to find the parent resource to bind the IAM policy to
452
+ Used to find the parent resource to bind the IAM policy to. If not specified,
453
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
454
+ location is specified, it is taken from the provider configuration.
445
455
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
446
456
  Each entry can have one of the following values:
447
457
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -676,7 +686,9 @@ class BackupPlanIamMember(pulumi.CustomResource):
676
686
  :param pulumi.ResourceOptions opts: Options for the resource.
677
687
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
678
688
  :param pulumi.Input[str] location: The region of the Backup Plan.
679
- Used to find the parent resource to bind the IAM policy to
689
+ Used to find the parent resource to bind the IAM policy to. If not specified,
690
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
691
+ location is specified, it is taken from the provider configuration.
680
692
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
681
693
  Each entry can have one of the following values:
682
694
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -726,7 +738,9 @@ class BackupPlanIamMember(pulumi.CustomResource):
726
738
  def location(self) -> pulumi.Output[str]:
727
739
  """
728
740
  The region of the Backup Plan.
729
- Used to find the parent resource to bind the IAM policy to
741
+ Used to find the parent resource to bind the IAM policy to. If not specified,
742
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
743
+ location is specified, it is taken from the provider configuration.
730
744
  """
731
745
  return pulumi.get(self, "location")
732
746
 
@@ -23,7 +23,9 @@ class BackupPlanIamPolicyArgs:
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 region of the Backup Plan.
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 BackupPlanIamPolicyArgs:
54
56
  def location(self) -> Optional[pulumi.Input[str]]:
55
57
  """
56
58
  The region of the Backup Plan.
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 _BackupPlanIamPolicyState:
100
104
  Input properties used for looking up and filtering BackupPlanIamPolicy resources.
101
105
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
102
106
  :param pulumi.Input[str] location: The region of the Backup Plan.
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 _BackupPlanIamPolicyState:
135
141
  def location(self) -> Optional[pulumi.Input[str]]:
136
142
  """
137
143
  The region of the Backup Plan.
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
 
@@ -338,7 +346,9 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
338
346
  :param str resource_name: The name of the resource.
339
347
  :param pulumi.ResourceOptions opts: Options for the resource.
340
348
  :param pulumi.Input[str] location: The region of the Backup Plan.
341
- Used to find the parent resource to bind the IAM policy to
349
+ Used to find the parent resource to bind the IAM policy to. If not specified,
350
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
351
+ location is specified, it is taken from the provider configuration.
342
352
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
343
353
  :param pulumi.Input[str] policy_data: The policy data generated by
344
354
  a `organizations_get_iam_policy` data source.
@@ -553,7 +563,9 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
553
563
  :param pulumi.ResourceOptions opts: Options for the resource.
554
564
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
555
565
  :param pulumi.Input[str] location: The region of the Backup Plan.
556
- Used to find the parent resource to bind the IAM policy to
566
+ Used to find the parent resource to bind the IAM policy to. If not specified,
567
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
568
+ location is specified, it is taken from the provider configuration.
557
569
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
558
570
  :param pulumi.Input[str] policy_data: The policy data generated by
559
571
  a `organizations_get_iam_policy` data source.
@@ -584,7 +596,9 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
584
596
  def location(self) -> pulumi.Output[str]:
585
597
  """
586
598
  The region of the Backup Plan.
587
- Used to find the parent resource to bind the IAM policy to
599
+ Used to find the parent resource to bind the IAM policy to. If not specified,
600
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
601
+ location is specified, it is taken from the provider configuration.
588
602
  """
589
603
  return pulumi.get(self, "location")
590
604
 
@@ -116,7 +116,9 @@ def get_backup_plan_iam_policy(location: Optional[str] = None,
116
116
 
117
117
 
118
118
  :param str location: The region of the Backup Plan.
119
- Used to find the parent resource to bind the IAM policy to
119
+ 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 name: Used to find the parent resource to bind the IAM policy to
121
123
  :param str project: The ID of the project in which the resource belongs.
122
124
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
@@ -158,7 +160,9 @@ def get_backup_plan_iam_policy_output(location: Optional[pulumi.Input[Optional[s
158
160
 
159
161
 
160
162
  :param str location: The region of the Backup Plan.
161
- Used to find the parent resource to bind the IAM policy to
163
+ Used to find the parent resource to bind the IAM policy to. If not specified,
164
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
165
+ location is specified, it is taken from the provider configuration.
162
166
  :param str name: Used to find the parent resource to bind the IAM policy to
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.
@@ -116,7 +116,9 @@ def get_restore_plan_iam_policy(location: Optional[str] = None,
116
116
 
117
117
 
118
118
  :param str location: The region of the Restore Plan.
119
- Used to find the parent resource to bind the IAM policy to
119
+ 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 name: Used to find the parent resource to bind the IAM policy to
121
123
  :param str project: The ID of the project in which the resource belongs.
122
124
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
@@ -158,7 +160,9 @@ def get_restore_plan_iam_policy_output(location: Optional[pulumi.Input[Optional[
158
160
 
159
161
 
160
162
  :param str location: The region of the Restore Plan.
161
- Used to find the parent resource to bind the IAM policy to
163
+ Used to find the parent resource to bind the IAM policy to. If not specified,
164
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
165
+ location is specified, it is taken from the provider configuration.
162
166
  :param str name: Used to find the parent resource to bind the IAM policy to
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.
@@ -38,7 +38,9 @@ class FeatureIamBindingArgs:
38
38
  :param pulumi.Input[str] role: The role that should be applied. Only one
39
39
  `gkehub.FeatureIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
41
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
42
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
43
+ location is specified, it is taken from the provider configuration.
42
44
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
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.
@@ -103,7 +105,9 @@ class FeatureIamBindingArgs:
103
105
  @pulumi.getter
104
106
  def location(self) -> Optional[pulumi.Input[str]]:
105
107
  """
106
- The location for the resource Used to find the parent resource to bind the IAM policy to
108
+ The location for the resource 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.
107
111
  """
108
112
  return pulumi.get(self, "location")
109
113
 
@@ -150,7 +154,9 @@ class _FeatureIamBindingState:
150
154
  """
151
155
  Input properties used for looking up and filtering FeatureIamBinding resources.
152
156
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
153
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
157
+ :param pulumi.Input[str] location: The location for the resource 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.
@@ -209,7 +215,9 @@ class _FeatureIamBindingState:
209
215
  @pulumi.getter
210
216
  def location(self) -> Optional[pulumi.Input[str]]:
211
217
  """
212
- The location for the resource Used to find the parent resource to bind the IAM policy to
218
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
219
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
220
+ location is specified, it is taken from the provider configuration.
213
221
  """
214
222
  return pulumi.get(self, "location")
215
223
 
@@ -436,7 +444,9 @@ class FeatureIamBinding(pulumi.CustomResource):
436
444
 
437
445
  :param str resource_name: The name of the resource.
438
446
  :param pulumi.ResourceOptions opts: Options for the resource.
439
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
447
+ :param pulumi.Input[str] location: The location for the resource 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.
@@ -670,7 +680,9 @@ class FeatureIamBinding(pulumi.CustomResource):
670
680
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
671
681
  :param pulumi.ResourceOptions opts: Options for the resource.
672
682
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
673
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
683
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
684
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
685
+ location is specified, it is taken from the provider configuration.
674
686
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
675
687
  Each entry can have one of the following values:
676
688
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -719,7 +731,9 @@ class FeatureIamBinding(pulumi.CustomResource):
719
731
  @pulumi.getter
720
732
  def location(self) -> pulumi.Output[str]:
721
733
  """
722
- The location for the resource Used to find the parent resource to bind the IAM policy to
734
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
735
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
736
+ location is specified, it is taken from the provider configuration.
723
737
  """
724
738
  return pulumi.get(self, "location")
725
739
 
@@ -38,7 +38,9 @@ class FeatureIamMemberArgs:
38
38
  :param pulumi.Input[str] role: The role that should be applied. Only one
39
39
  `gkehub.FeatureIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
41
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
42
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
43
+ location is specified, it is taken from the provider configuration.
42
44
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
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.
@@ -103,7 +105,9 @@ class FeatureIamMemberArgs:
103
105
  @pulumi.getter
104
106
  def location(self) -> Optional[pulumi.Input[str]]:
105
107
  """
106
- The location for the resource Used to find the parent resource to bind the IAM policy to
108
+ The location for the resource 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.
107
111
  """
108
112
  return pulumi.get(self, "location")
109
113
 
@@ -150,7 +154,9 @@ class _FeatureIamMemberState:
150
154
  """
151
155
  Input properties used for looking up and filtering FeatureIamMember resources.
152
156
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
153
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
157
+ :param pulumi.Input[str] location: The location for the resource 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.
@@ -209,7 +215,9 @@ class _FeatureIamMemberState:
209
215
  @pulumi.getter
210
216
  def location(self) -> Optional[pulumi.Input[str]]:
211
217
  """
212
- The location for the resource Used to find the parent resource to bind the IAM policy to
218
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
219
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
220
+ location is specified, it is taken from the provider configuration.
213
221
  """
214
222
  return pulumi.get(self, "location")
215
223
 
@@ -436,7 +444,9 @@ class FeatureIamMember(pulumi.CustomResource):
436
444
 
437
445
  :param str resource_name: The name of the resource.
438
446
  :param pulumi.ResourceOptions opts: Options for the resource.
439
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
447
+ :param pulumi.Input[str] location: The location for the resource 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.
@@ -670,7 +680,9 @@ class FeatureIamMember(pulumi.CustomResource):
670
680
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
671
681
  :param pulumi.ResourceOptions opts: Options for the resource.
672
682
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
673
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
683
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
684
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
685
+ location is specified, it is taken from the provider configuration.
674
686
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
675
687
  Each entry can have one of the following values:
676
688
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -719,7 +731,9 @@ class FeatureIamMember(pulumi.CustomResource):
719
731
  @pulumi.getter
720
732
  def location(self) -> pulumi.Output[str]:
721
733
  """
722
- The location for the resource Used to find the parent resource to bind the IAM policy to
734
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
735
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
736
+ location is specified, it is taken from the provider configuration.
723
737
  """
724
738
  return pulumi.get(self, "location")
725
739