pulumi-gcp 7.26.0__py3-none-any.whl → 7.26.0a1717481608__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 +0 -56
  2. pulumi_gcp/alloydb/_inputs.py +0 -92
  3. pulumi_gcp/alloydb/backup.py +4 -12
  4. pulumi_gcp/alloydb/cluster.py +6 -72
  5. pulumi_gcp/alloydb/instance.py +2 -60
  6. pulumi_gcp/alloydb/outputs.py +0 -114
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -6
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -21
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +7 -21
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +7 -21
  11. pulumi_gcp/bigquery/connection_iam_binding.py +7 -21
  12. pulumi_gcp/bigquery/connection_iam_member.py +7 -21
  13. pulumi_gcp/bigquery/connection_iam_policy.py +7 -21
  14. pulumi_gcp/bigquery/data_transfer_config.py +7 -14
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -6
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -21
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -21
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -21
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -6
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -6
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -21
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -21
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -21
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -21
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -21
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +7 -21
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -6
  28. pulumi_gcp/certificateauthority/_inputs.py +4 -20
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -21
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -21
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +7 -21
  32. pulumi_gcp/certificateauthority/certificate_template.py +173 -157
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +0 -27
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +0 -27
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +0 -27
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -6
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +0 -6
  38. pulumi_gcp/certificateauthority/outputs.py +4 -20
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -21
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -21
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +7 -21
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -6
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -6
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -21
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -21
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +7 -21
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -6
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -6
  49. pulumi_gcp/cloudrun/iam_binding.py +7 -21
  50. pulumi_gcp/cloudrun/iam_member.py +7 -21
  51. pulumi_gcp/cloudrun/iam_policy.py +7 -21
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -6
  53. pulumi_gcp/cloudrunv2/get_service.py +1 -11
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -6
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -21
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +7 -21
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +7 -21
  58. pulumi_gcp/cloudrunv2/service.py +0 -47
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -21
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +7 -21
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +7 -21
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -6
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -21
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +7 -21
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +7 -21
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +0 -5
  69. pulumi_gcp/dataplex/_inputs.py +0 -104
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -21
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -21
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +7 -21
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +7 -21
  74. pulumi_gcp/dataplex/datascan_iam_member.py +7 -21
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +7 -21
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -21
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +7 -21
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +7 -21
  79. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -6
  80. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -6
  81. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -6
  82. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -6
  83. pulumi_gcp/dataplex/outputs.py +0 -76
  84. pulumi_gcp/dataplex/task.py +16 -16
  85. pulumi_gcp/dataplex/task_iam_binding.py +7 -21
  86. pulumi_gcp/dataplex/task_iam_member.py +7 -21
  87. pulumi_gcp/dataplex/task_iam_policy.py +7 -21
  88. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -21
  89. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -21
  90. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +7 -21
  91. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -6
  92. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -6
  93. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -6
  94. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -21
  95. pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -21
  96. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +7 -21
  97. pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -21
  98. pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -21
  99. pulumi_gcp/dataproc/metastore_service_iam_policy.py +7 -21
  100. pulumi_gcp/firestore/field.py +4 -4
  101. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -21
  102. pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -21
  103. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +7 -21
  104. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -6
  105. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -6
  106. pulumi_gcp/gkehub/feature_iam_binding.py +7 -21
  107. pulumi_gcp/gkehub/feature_iam_member.py +7 -21
  108. pulumi_gcp/gkehub/feature_iam_policy.py +7 -21
  109. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -6
  110. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -6
  111. pulumi_gcp/gkehub/membership_binding.py +6 -6
  112. pulumi_gcp/gkehub/membership_iam_binding.py +7 -21
  113. pulumi_gcp/gkehub/membership_iam_member.py +7 -21
  114. pulumi_gcp/gkehub/membership_iam_policy.py +7 -21
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  116. pulumi_gcp/gkehub/namespace.py +4 -4
  117. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  118. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  119. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  120. pulumi_gcp/logging/__init__.py +0 -4
  121. pulumi_gcp/logging/_inputs.py +0 -100
  122. pulumi_gcp/logging/outputs.py +0 -76
  123. pulumi_gcp/netapp/storage_pool.py +9 -9
  124. pulumi_gcp/networksecurity/address_group_iam_policy.py +7 -21
  125. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +2 -6
  126. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -6
  127. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -6
  128. pulumi_gcp/notebooks/instance_iam_binding.py +7 -21
  129. pulumi_gcp/notebooks/instance_iam_member.py +7 -21
  130. pulumi_gcp/notebooks/instance_iam_policy.py +7 -21
  131. pulumi_gcp/notebooks/runtime_iam_binding.py +7 -21
  132. pulumi_gcp/notebooks/runtime_iam_member.py +7 -21
  133. pulumi_gcp/notebooks/runtime_iam_policy.py +7 -21
  134. pulumi_gcp/orgpolicy/policy.py +2 -2
  135. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  136. pulumi_gcp/pubsub/subscription.py +4 -4
  137. pulumi_gcp/pulumi-plugin.json +1 -1
  138. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -6
  139. pulumi_gcp/sql/_inputs.py +4 -2
  140. pulumi_gcp/sql/outputs.py +8 -6
  141. pulumi_gcp/storage/_inputs.py +0 -48
  142. pulumi_gcp/storage/outputs.py +0 -75
  143. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +2 -6
  144. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -6
  145. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +2 -6
  146. pulumi_gcp/workstations/get_workstation_iam_policy.py +2 -6
  147. pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -21
  148. pulumi_gcp/workstations/workstation_config_iam_member.py +7 -21
  149. pulumi_gcp/workstations/workstation_config_iam_policy.py +7 -21
  150. pulumi_gcp/workstations/workstation_iam_binding.py +7 -21
  151. pulumi_gcp/workstations/workstation_iam_member.py +7 -21
  152. pulumi_gcp/workstations/workstation_iam_policy.py +7 -21
  153. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/METADATA +1 -1
  154. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/RECORD +156 -165
  155. pulumi_gcp/dataplex/entry_type.py +0 -963
  156. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -779
  157. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -779
  158. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -618
  159. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -168
  160. pulumi_gcp/logging/get_log_view_iam_policy.py +0 -157
  161. pulumi_gcp/logging/log_view_iam_binding.py +0 -630
  162. pulumi_gcp/logging/log_view_iam_member.py +0 -630
  163. pulumi_gcp/logging/log_view_iam_policy.py +0 -449
  164. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/top_level.txt +0 -0
@@ -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__75125",
322
+ collection="chatrooms__74000",
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__88722",
373
+ collection="chatrooms__75125",
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__75125",
460
+ collection="chatrooms__74000",
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__88722",
511
+ collection="chatrooms__75125",
512
512
  field="field_with_same_configuration_as_ancestor",
513
513
  index_config=gcp.firestore.FieldIndexConfigArgs(
514
514
  indexes=[
@@ -39,9 +39,7 @@ 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. 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.
42
+ Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
46
44
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
47
45
  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.
@@ -107,9 +105,7 @@ class BackupPlanIamBindingArgs:
107
105
  def location(self) -> Optional[pulumi.Input[str]]:
108
106
  """
109
107
  The region of the Backup Plan.
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.
108
+ Used to find the parent resource to bind the IAM policy to
113
109
  """
114
110
  return pulumi.get(self, "location")
115
111
 
@@ -157,9 +153,7 @@ class _BackupPlanIamBindingState:
157
153
  Input properties used for looking up and filtering BackupPlanIamBinding resources.
158
154
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
159
155
  :param pulumi.Input[str] location: The region of the Backup Plan.
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.
156
+ Used to find the parent resource to bind the IAM policy to
163
157
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
164
158
  Each entry can have one of the following values:
165
159
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -219,9 +213,7 @@ class _BackupPlanIamBindingState:
219
213
  def location(self) -> Optional[pulumi.Input[str]]:
220
214
  """
221
215
  The region of the Backup Plan.
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.
216
+ Used to find the parent resource to bind the IAM policy to
225
217
  """
226
218
  return pulumi.get(self, "location")
227
219
 
@@ -449,9 +441,7 @@ class BackupPlanIamBinding(pulumi.CustomResource):
449
441
  :param str resource_name: The name of the resource.
450
442
  :param pulumi.ResourceOptions opts: Options for the resource.
451
443
  :param pulumi.Input[str] location: The region of the Backup Plan.
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.
444
+ Used to find the parent resource to bind the IAM policy to
455
445
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
456
446
  Each entry can have one of the following values:
457
447
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -686,9 +676,7 @@ class BackupPlanIamBinding(pulumi.CustomResource):
686
676
  :param pulumi.ResourceOptions opts: Options for the resource.
687
677
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
688
678
  :param pulumi.Input[str] location: The region of the Backup Plan.
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.
679
+ Used to find the parent resource to bind the IAM policy to
692
680
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
693
681
  Each entry can have one of the following values:
694
682
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -738,9 +726,7 @@ class BackupPlanIamBinding(pulumi.CustomResource):
738
726
  def location(self) -> pulumi.Output[str]:
739
727
  """
740
728
  The region of the Backup Plan.
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.
729
+ Used to find the parent resource to bind the IAM policy to
744
730
  """
745
731
  return pulumi.get(self, "location")
746
732
 
@@ -39,9 +39,7 @@ 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. 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.
42
+ Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
46
44
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
47
45
  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.
@@ -107,9 +105,7 @@ class BackupPlanIamMemberArgs:
107
105
  def location(self) -> Optional[pulumi.Input[str]]:
108
106
  """
109
107
  The region of the Backup Plan.
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.
108
+ Used to find the parent resource to bind the IAM policy to
113
109
  """
114
110
  return pulumi.get(self, "location")
115
111
 
@@ -157,9 +153,7 @@ class _BackupPlanIamMemberState:
157
153
  Input properties used for looking up and filtering BackupPlanIamMember resources.
158
154
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
159
155
  :param pulumi.Input[str] location: The region of the Backup Plan.
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.
156
+ Used to find the parent resource to bind the IAM policy to
163
157
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
164
158
  Each entry can have one of the following values:
165
159
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -219,9 +213,7 @@ class _BackupPlanIamMemberState:
219
213
  def location(self) -> Optional[pulumi.Input[str]]:
220
214
  """
221
215
  The region of the Backup Plan.
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.
216
+ Used to find the parent resource to bind the IAM policy to
225
217
  """
226
218
  return pulumi.get(self, "location")
227
219
 
@@ -449,9 +441,7 @@ class BackupPlanIamMember(pulumi.CustomResource):
449
441
  :param str resource_name: The name of the resource.
450
442
  :param pulumi.ResourceOptions opts: Options for the resource.
451
443
  :param pulumi.Input[str] location: The region of the Backup Plan.
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.
444
+ Used to find the parent resource to bind the IAM policy to
455
445
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
456
446
  Each entry can have one of the following values:
457
447
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -686,9 +676,7 @@ class BackupPlanIamMember(pulumi.CustomResource):
686
676
  :param pulumi.ResourceOptions opts: Options for the resource.
687
677
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
688
678
  :param pulumi.Input[str] location: The region of the Backup Plan.
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.
679
+ Used to find the parent resource to bind the IAM policy to
692
680
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
693
681
  Each entry can have one of the following values:
694
682
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -738,9 +726,7 @@ class BackupPlanIamMember(pulumi.CustomResource):
738
726
  def location(self) -> pulumi.Output[str]:
739
727
  """
740
728
  The region of the Backup Plan.
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.
729
+ Used to find the parent resource to bind the IAM policy to
744
730
  """
745
731
  return pulumi.get(self, "location")
746
732
 
@@ -23,9 +23,7 @@ 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. 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.
26
+ Used to find the parent resource to bind the IAM policy to
29
27
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
30
28
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
31
29
  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.
@@ -56,9 +54,7 @@ class BackupPlanIamPolicyArgs:
56
54
  def location(self) -> Optional[pulumi.Input[str]]:
57
55
  """
58
56
  The region of the Backup Plan.
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.
57
+ Used to find the parent resource to bind the IAM policy to
62
58
  """
63
59
  return pulumi.get(self, "location")
64
60
 
@@ -104,9 +100,7 @@ class _BackupPlanIamPolicyState:
104
100
  Input properties used for looking up and filtering BackupPlanIamPolicy resources.
105
101
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
106
102
  :param pulumi.Input[str] location: The region of the Backup Plan.
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.
103
+ Used to find the parent resource to bind the IAM policy to
110
104
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
111
105
  :param pulumi.Input[str] policy_data: The policy data generated by
112
106
  a `organizations_get_iam_policy` data source.
@@ -141,9 +135,7 @@ class _BackupPlanIamPolicyState:
141
135
  def location(self) -> Optional[pulumi.Input[str]]:
142
136
  """
143
137
  The region of the Backup Plan.
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.
138
+ Used to find the parent resource to bind the IAM policy to
147
139
  """
148
140
  return pulumi.get(self, "location")
149
141
 
@@ -346,9 +338,7 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
346
338
  :param str resource_name: The name of the resource.
347
339
  :param pulumi.ResourceOptions opts: Options for the resource.
348
340
  :param pulumi.Input[str] location: The region of the Backup Plan.
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.
341
+ Used to find the parent resource to bind the IAM policy to
352
342
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
353
343
  :param pulumi.Input[str] policy_data: The policy data generated by
354
344
  a `organizations_get_iam_policy` data source.
@@ -563,9 +553,7 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
563
553
  :param pulumi.ResourceOptions opts: Options for the resource.
564
554
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
565
555
  :param pulumi.Input[str] location: The region of the Backup Plan.
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.
556
+ Used to find the parent resource to bind the IAM policy to
569
557
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
570
558
  :param pulumi.Input[str] policy_data: The policy data generated by
571
559
  a `organizations_get_iam_policy` data source.
@@ -596,9 +584,7 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
596
584
  def location(self) -> pulumi.Output[str]:
597
585
  """
598
586
  The region of the Backup Plan.
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.
587
+ Used to find the parent resource to bind the IAM policy to
602
588
  """
603
589
  return pulumi.get(self, "location")
604
590
 
@@ -116,9 +116,7 @@ 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. 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.
119
+ Used to find the parent resource to bind the IAM policy to
122
120
  :param str name: Used to find the parent resource to bind the IAM policy to
123
121
  :param str project: The ID of the project in which the resource belongs.
124
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.
@@ -160,9 +158,7 @@ def get_backup_plan_iam_policy_output(location: Optional[pulumi.Input[Optional[s
160
158
 
161
159
 
162
160
  :param str location: The region of the Backup Plan.
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.
161
+ Used to find the parent resource to bind the IAM policy to
166
162
  :param str name: Used to find the parent resource to bind the IAM policy to
167
163
  :param str project: The ID of the project in which the resource belongs.
168
164
  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,9 +116,7 @@ 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. 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.
119
+ Used to find the parent resource to bind the IAM policy to
122
120
  :param str name: Used to find the parent resource to bind the IAM policy to
123
121
  :param str project: The ID of the project in which the resource belongs.
124
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.
@@ -160,9 +158,7 @@ def get_restore_plan_iam_policy_output(location: Optional[pulumi.Input[Optional[
160
158
 
161
159
 
162
160
  :param str location: The region of the Restore Plan.
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.
161
+ Used to find the parent resource to bind the IAM policy to
166
162
  :param str name: Used to find the parent resource to bind the IAM policy to
167
163
  :param str project: The ID of the project in which the resource belongs.
168
164
  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,9 +38,7 @@ 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. 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.
41
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
44
42
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
44
  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,9 +103,7 @@ class FeatureIamBindingArgs:
105
103
  @pulumi.getter
106
104
  def location(self) -> Optional[pulumi.Input[str]]:
107
105
  """
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.
106
+ The location for the resource Used to find the parent resource to bind the IAM policy to
111
107
  """
112
108
  return pulumi.get(self, "location")
113
109
 
@@ -154,9 +150,7 @@ class _FeatureIamBindingState:
154
150
  """
155
151
  Input properties used for looking up and filtering FeatureIamBinding resources.
156
152
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
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.
153
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
160
154
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
161
155
  Each entry can have one of the following values:
162
156
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -215,9 +209,7 @@ class _FeatureIamBindingState:
215
209
  @pulumi.getter
216
210
  def location(self) -> Optional[pulumi.Input[str]]:
217
211
  """
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.
212
+ The location for the resource Used to find the parent resource to bind the IAM policy to
221
213
  """
222
214
  return pulumi.get(self, "location")
223
215
 
@@ -444,9 +436,7 @@ class FeatureIamBinding(pulumi.CustomResource):
444
436
 
445
437
  :param str resource_name: The name of the resource.
446
438
  :param pulumi.ResourceOptions opts: Options for the resource.
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.
439
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
450
440
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
451
441
  Each entry can have one of the following values:
452
442
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -680,9 +670,7 @@ class FeatureIamBinding(pulumi.CustomResource):
680
670
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
681
671
  :param pulumi.ResourceOptions opts: Options for the resource.
682
672
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
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.
673
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
686
674
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
687
675
  Each entry can have one of the following values:
688
676
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -731,9 +719,7 @@ class FeatureIamBinding(pulumi.CustomResource):
731
719
  @pulumi.getter
732
720
  def location(self) -> pulumi.Output[str]:
733
721
  """
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.
722
+ The location for the resource Used to find the parent resource to bind the IAM policy to
737
723
  """
738
724
  return pulumi.get(self, "location")
739
725
 
@@ -38,9 +38,7 @@ 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. 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.
41
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
44
42
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
44
  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,9 +103,7 @@ class FeatureIamMemberArgs:
105
103
  @pulumi.getter
106
104
  def location(self) -> Optional[pulumi.Input[str]]:
107
105
  """
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.
106
+ The location for the resource Used to find the parent resource to bind the IAM policy to
111
107
  """
112
108
  return pulumi.get(self, "location")
113
109
 
@@ -154,9 +150,7 @@ class _FeatureIamMemberState:
154
150
  """
155
151
  Input properties used for looking up and filtering FeatureIamMember resources.
156
152
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
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.
153
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
160
154
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
161
155
  Each entry can have one of the following values:
162
156
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -215,9 +209,7 @@ class _FeatureIamMemberState:
215
209
  @pulumi.getter
216
210
  def location(self) -> Optional[pulumi.Input[str]]:
217
211
  """
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.
212
+ The location for the resource Used to find the parent resource to bind the IAM policy to
221
213
  """
222
214
  return pulumi.get(self, "location")
223
215
 
@@ -444,9 +436,7 @@ class FeatureIamMember(pulumi.CustomResource):
444
436
 
445
437
  :param str resource_name: The name of the resource.
446
438
  :param pulumi.ResourceOptions opts: Options for the resource.
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.
439
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
450
440
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
451
441
  Each entry can have one of the following values:
452
442
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -680,9 +670,7 @@ class FeatureIamMember(pulumi.CustomResource):
680
670
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
681
671
  :param pulumi.ResourceOptions opts: Options for the resource.
682
672
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
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.
673
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
686
674
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
687
675
  Each entry can have one of the following values:
688
676
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -731,9 +719,7 @@ class FeatureIamMember(pulumi.CustomResource):
731
719
  @pulumi.getter
732
720
  def location(self) -> pulumi.Output[str]:
733
721
  """
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.
722
+ The location for the resource Used to find the parent resource to bind the IAM policy to
737
723
  """
738
724
  return pulumi.get(self, "location")
739
725
 
@@ -22,9 +22,7 @@ class FeatureIamPolicyArgs:
22
22
  The set of arguments for constructing a FeatureIamPolicy resource.
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
- :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,
26
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
27
- location is specified, it is taken from the provider configuration.
25
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
28
26
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
29
27
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
30
28
  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,9 +52,7 @@ class FeatureIamPolicyArgs:
54
52
  @pulumi.getter
55
53
  def location(self) -> Optional[pulumi.Input[str]]:
56
54
  """
57
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
58
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
59
- location is specified, it is taken from the provider configuration.
55
+ The location for the resource Used to find the parent resource to bind the IAM policy to
60
56
  """
61
57
  return pulumi.get(self, "location")
62
58
 
@@ -101,9 +97,7 @@ class _FeatureIamPolicyState:
101
97
  """
102
98
  Input properties used for looking up and filtering FeatureIamPolicy resources.
103
99
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
104
- :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,
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.
100
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
107
101
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
108
102
  :param pulumi.Input[str] policy_data: The policy data generated by
109
103
  a `organizations_get_iam_policy` data source.
@@ -137,9 +131,7 @@ class _FeatureIamPolicyState:
137
131
  @pulumi.getter
138
132
  def location(self) -> Optional[pulumi.Input[str]]:
139
133
  """
140
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
141
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
142
- location is specified, it is taken from the provider configuration.
134
+ The location for the resource Used to find the parent resource to bind the IAM policy to
143
135
  """
144
136
  return pulumi.get(self, "location")
145
137
 
@@ -341,9 +333,7 @@ class FeatureIamPolicy(pulumi.CustomResource):
341
333
 
342
334
  :param str resource_name: The name of the resource.
343
335
  :param pulumi.ResourceOptions opts: Options for the resource.
344
- :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,
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.
336
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
347
337
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
348
338
  :param pulumi.Input[str] policy_data: The policy data generated by
349
339
  a `organizations_get_iam_policy` data source.
@@ -557,9 +547,7 @@ class FeatureIamPolicy(pulumi.CustomResource):
557
547
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
558
548
  :param pulumi.ResourceOptions opts: Options for the resource.
559
549
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
560
- :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,
561
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
562
- location is specified, it is taken from the provider configuration.
550
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
563
551
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
564
552
  :param pulumi.Input[str] policy_data: The policy data generated by
565
553
  a `organizations_get_iam_policy` data source.
@@ -589,9 +577,7 @@ class FeatureIamPolicy(pulumi.CustomResource):
589
577
  @pulumi.getter
590
578
  def location(self) -> pulumi.Output[str]:
591
579
  """
592
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
593
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
594
- location is specified, it is taken from the provider configuration.
580
+ The location for the resource Used to find the parent resource to bind the IAM policy to
595
581
  """
596
582
  return pulumi.get(self, "location")
597
583
 
@@ -115,9 +115,7 @@ def get_feature_iam_policy(location: Optional[str] = None,
115
115
  ```
116
116
 
117
117
 
118
- :param str location: The location for the resource 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.
118
+ :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to
121
119
  :param str name: Used to find the parent resource to bind the IAM policy to
122
120
  :param str project: The ID of the project in which the resource belongs.
123
121
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
@@ -158,9 +156,7 @@ def get_feature_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]
158
156
  ```
159
157
 
160
158
 
161
- :param str location: The location for the resource 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.
159
+ :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to
164
160
  :param str name: Used to find the parent resource to bind the IAM policy to
165
161
  :param str project: The ID of the project in which the resource belongs.
166
162
  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.
@@ -117,9 +117,7 @@ def get_membership_iam_policy(location: Optional[str] = None,
117
117
 
118
118
  :param str location: Location of the membership.
119
119
  The default value is `global`.
120
- Used to find the parent resource to bind the IAM policy to. If not specified,
121
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
122
- location is specified, it is taken from the provider configuration.
120
+ Used to find the parent resource to bind the IAM policy to
123
121
  :param str project: The ID of the project in which the resource belongs.
124
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.
125
123
  """
@@ -161,9 +159,7 @@ def get_membership_iam_policy_output(location: Optional[pulumi.Input[Optional[st
161
159
 
162
160
  :param str location: Location of the membership.
163
161
  The default value is `global`.
164
- Used to find the parent resource to bind the IAM policy to. If not specified,
165
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
166
- location is specified, it is taken from the provider configuration.
162
+ Used to find the parent resource to bind the IAM policy to
167
163
  :param str project: The ID of the project in which the resource belongs.
168
164
  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.
169
165
  """
@@ -418,16 +418,16 @@ class MembershipBinding(pulumi.CustomResource):
418
418
  network="default",
419
419
  subnetwork="default")
420
420
  membership = gcp.gkehub.Membership("membership",
421
- membership_id="tf-test-membership_39249",
421
+ membership_id="tf-test-membership_88722",
422
422
  endpoint=gcp.gkehub.MembershipEndpointArgs(
423
423
  gke_cluster=gcp.gkehub.MembershipEndpointGkeClusterArgs(
424
424
  resource_link=primary.id.apply(lambda id: f"//container.googleapis.com/{id}"),
425
425
  ),
426
426
  ),
427
427
  opts=pulumi.ResourceOptions(depends_on=[primary]))
428
- scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_74391")
428
+ scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_39249")
429
429
  membership_binding = gcp.gkehub.MembershipBinding("membership_binding",
430
- membership_binding_id="tf-test-membership-binding_16511",
430
+ membership_binding_id="tf-test-membership-binding_74391",
431
431
  scope=scope.name,
432
432
  membership_id=membership.membership_id,
433
433
  location="global",
@@ -514,16 +514,16 @@ class MembershipBinding(pulumi.CustomResource):
514
514
  network="default",
515
515
  subnetwork="default")
516
516
  membership = gcp.gkehub.Membership("membership",
517
- membership_id="tf-test-membership_39249",
517
+ membership_id="tf-test-membership_88722",
518
518
  endpoint=gcp.gkehub.MembershipEndpointArgs(
519
519
  gke_cluster=gcp.gkehub.MembershipEndpointGkeClusterArgs(
520
520
  resource_link=primary.id.apply(lambda id: f"//container.googleapis.com/{id}"),
521
521
  ),
522
522
  ),
523
523
  opts=pulumi.ResourceOptions(depends_on=[primary]))
524
- scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_74391")
524
+ scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_39249")
525
525
  membership_binding = gcp.gkehub.MembershipBinding("membership_binding",
526
- membership_binding_id="tf-test-membership-binding_16511",
526
+ membership_binding_id="tf-test-membership-binding_74391",
527
527
  scope=scope.name,
528
528
  membership_id=membership.membership_id,
529
529
  location="global",