pulumi-gcp 7.25.0a1717407024__py3-none-any.whl → 7.26.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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.25.0a1717407024.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
  163. {pulumi_gcp-7.25.0a1717407024.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +165 -156
  164. {pulumi_gcp-7.25.0a1717407024.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.25.0a1717407024.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
@@ -44,7 +44,9 @@ class AutoscalingPolicyIamBindingArgs:
44
44
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
45
45
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
46
46
  The default value is `global`.
47
- Used to find the parent resource to bind the IAM policy to
47
+ Used to find the parent resource to bind the IAM policy to. If not specified,
48
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
49
+ location is specified, it is taken from the provider configuration.
48
50
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
49
51
  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.
50
52
  """
@@ -124,7 +126,9 @@ class AutoscalingPolicyIamBindingArgs:
124
126
  """
125
127
  The location where the autoscaling policy should reside.
126
128
  The default value is `global`.
127
- Used to find the parent resource to bind the IAM policy to
129
+ Used to find the parent resource to bind the IAM policy to. If not specified,
130
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
131
+ location is specified, it is taken from the provider configuration.
128
132
  """
129
133
  return pulumi.get(self, "location")
130
134
 
@@ -161,7 +165,9 @@ class _AutoscalingPolicyIamBindingState:
161
165
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
162
166
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
163
167
  The default value is `global`.
164
- Used to find the parent resource to bind the IAM policy to
168
+ Used to find the parent resource to bind the IAM policy to. If not specified,
169
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
170
+ location is specified, it is taken from the provider configuration.
165
171
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
166
172
  Each entry can have one of the following values:
167
173
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -225,7 +231,9 @@ class _AutoscalingPolicyIamBindingState:
225
231
  """
226
232
  The location where the autoscaling policy should reside.
227
233
  The default value is `global`.
228
- Used to find the parent resource to bind the IAM policy to
234
+ Used to find the parent resource to bind the IAM policy to. If not specified,
235
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
236
+ location is specified, it is taken from the provider configuration.
229
237
  """
230
238
  return pulumi.get(self, "location")
231
239
 
@@ -457,7 +465,9 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
457
465
  :param pulumi.ResourceOptions opts: Options for the resource.
458
466
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
459
467
  The default value is `global`.
460
- Used to find the parent resource to bind the IAM policy to
468
+ Used to find the parent resource to bind the IAM policy to. If not specified,
469
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
470
+ location is specified, it is taken from the provider configuration.
461
471
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
462
472
  Each entry can have one of the following values:
463
473
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -698,7 +708,9 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
698
708
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
699
709
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
700
710
  The default value is `global`.
701
- Used to find the parent resource to bind the IAM policy to
711
+ Used to find the parent resource to bind the IAM policy to. If not specified,
712
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
713
+ location is specified, it is taken from the provider configuration.
702
714
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
703
715
  Each entry can have one of the following values:
704
716
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -752,7 +764,9 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
752
764
  """
753
765
  The location where the autoscaling policy should reside.
754
766
  The default value is `global`.
755
- Used to find the parent resource to bind the IAM policy to
767
+ Used to find the parent resource to bind the IAM policy to. If not specified,
768
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
769
+ location is specified, it is taken from the provider configuration.
756
770
  """
757
771
  return pulumi.get(self, "location")
758
772
 
@@ -44,7 +44,9 @@ class AutoscalingPolicyIamMemberArgs:
44
44
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
45
45
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
46
46
  The default value is `global`.
47
- Used to find the parent resource to bind the IAM policy to
47
+ Used to find the parent resource to bind the IAM policy to. If not specified,
48
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
49
+ location is specified, it is taken from the provider configuration.
48
50
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
49
51
  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.
50
52
  """
@@ -124,7 +126,9 @@ class AutoscalingPolicyIamMemberArgs:
124
126
  """
125
127
  The location where the autoscaling policy should reside.
126
128
  The default value is `global`.
127
- Used to find the parent resource to bind the IAM policy to
129
+ Used to find the parent resource to bind the IAM policy to. If not specified,
130
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
131
+ location is specified, it is taken from the provider configuration.
128
132
  """
129
133
  return pulumi.get(self, "location")
130
134
 
@@ -161,7 +165,9 @@ class _AutoscalingPolicyIamMemberState:
161
165
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
162
166
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
163
167
  The default value is `global`.
164
- Used to find the parent resource to bind the IAM policy to
168
+ Used to find the parent resource to bind the IAM policy to. If not specified,
169
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
170
+ location is specified, it is taken from the provider configuration.
165
171
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
166
172
  Each entry can have one of the following values:
167
173
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -225,7 +231,9 @@ class _AutoscalingPolicyIamMemberState:
225
231
  """
226
232
  The location where the autoscaling policy should reside.
227
233
  The default value is `global`.
228
- Used to find the parent resource to bind the IAM policy to
234
+ Used to find the parent resource to bind the IAM policy to. If not specified,
235
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
236
+ location is specified, it is taken from the provider configuration.
229
237
  """
230
238
  return pulumi.get(self, "location")
231
239
 
@@ -457,7 +465,9 @@ class AutoscalingPolicyIamMember(pulumi.CustomResource):
457
465
  :param pulumi.ResourceOptions opts: Options for the resource.
458
466
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
459
467
  The default value is `global`.
460
- Used to find the parent resource to bind the IAM policy to
468
+ Used to find the parent resource to bind the IAM policy to. If not specified,
469
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
470
+ location is specified, it is taken from the provider configuration.
461
471
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
462
472
  Each entry can have one of the following values:
463
473
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -698,7 +708,9 @@ class AutoscalingPolicyIamMember(pulumi.CustomResource):
698
708
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
699
709
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
700
710
  The default value is `global`.
701
- Used to find the parent resource to bind the IAM policy to
711
+ Used to find the parent resource to bind the IAM policy to. If not specified,
712
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
713
+ location is specified, it is taken from the provider configuration.
702
714
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
703
715
  Each entry can have one of the following values:
704
716
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -752,7 +764,9 @@ class AutoscalingPolicyIamMember(pulumi.CustomResource):
752
764
  """
753
765
  The location where the autoscaling policy should reside.
754
766
  The default value is `global`.
755
- Used to find the parent resource to bind the IAM policy to
767
+ Used to find the parent resource to bind the IAM policy to. If not specified,
768
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
769
+ location is specified, it is taken from the provider configuration.
756
770
  """
757
771
  return pulumi.get(self, "location")
758
772
 
@@ -28,7 +28,9 @@ class AutoscalingPolicyIamPolicyArgs:
28
28
  Used to find the parent resource to bind the IAM policy to
29
29
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
30
30
  The default value is `global`.
31
- Used to find the parent resource to bind the IAM policy to
31
+ Used to find the parent resource to bind the IAM policy to. If not specified,
32
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
33
+ location is specified, it is taken from the provider configuration.
32
34
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
33
35
  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.
34
36
  """
@@ -73,7 +75,9 @@ class AutoscalingPolicyIamPolicyArgs:
73
75
  """
74
76
  The location where the autoscaling policy should reside.
75
77
  The default value is `global`.
76
- Used to find the parent resource to bind the IAM policy to
78
+ Used to find the parent resource to bind the IAM policy to. If not specified,
79
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
80
+ location is specified, it is taken from the provider configuration.
77
81
  """
78
82
  return pulumi.get(self, "location")
79
83
 
@@ -108,7 +112,9 @@ class _AutoscalingPolicyIamPolicyState:
108
112
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
109
113
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
110
114
  The default value is `global`.
111
- Used to find the parent resource to bind the IAM policy to
115
+ Used to find the parent resource to bind the IAM policy to. If not specified,
116
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
117
+ location is specified, it is taken from the provider configuration.
112
118
  :param pulumi.Input[str] policy_data: The policy data generated by
113
119
  a `organizations_get_iam_policy` data source.
114
120
  :param pulumi.Input[str] policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
@@ -147,7 +153,9 @@ class _AutoscalingPolicyIamPolicyState:
147
153
  """
148
154
  The location where the autoscaling policy should reside.
149
155
  The default value is `global`.
150
- Used to find the parent resource to bind the IAM policy to
156
+ Used to find the parent resource to bind the IAM policy to. If not specified,
157
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
158
+ location is specified, it is taken from the provider configuration.
151
159
  """
152
160
  return pulumi.get(self, "location")
153
161
 
@@ -354,7 +362,9 @@ class AutoscalingPolicyIamPolicy(pulumi.CustomResource):
354
362
  :param pulumi.ResourceOptions opts: Options for the resource.
355
363
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
356
364
  The default value is `global`.
357
- Used to find the parent resource to bind the IAM policy to
365
+ Used to find the parent resource to bind the IAM policy to. If not specified,
366
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
367
+ location is specified, it is taken from the provider configuration.
358
368
  :param pulumi.Input[str] policy_data: The policy data generated by
359
369
  a `organizations_get_iam_policy` data source.
360
370
  :param pulumi.Input[str] policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
@@ -575,7 +585,9 @@ class AutoscalingPolicyIamPolicy(pulumi.CustomResource):
575
585
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
576
586
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
577
587
  The default value is `global`.
578
- Used to find the parent resource to bind the IAM policy to
588
+ Used to find the parent resource to bind the IAM policy to. If not specified,
589
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
590
+ location is specified, it is taken from the provider configuration.
579
591
  :param pulumi.Input[str] policy_data: The policy data generated by
580
592
  a `organizations_get_iam_policy` data source.
581
593
  :param pulumi.Input[str] policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
@@ -610,7 +622,9 @@ class AutoscalingPolicyIamPolicy(pulumi.CustomResource):
610
622
  """
611
623
  The location where the autoscaling policy should reside.
612
624
  The default value is `global`.
613
- Used to find the parent resource to bind the IAM policy to
625
+ Used to find the parent resource to bind the IAM policy to. If not specified,
626
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
627
+ location is specified, it is taken from the provider configuration.
614
628
  """
615
629
  return pulumi.get(self, "location")
616
630
 
@@ -117,7 +117,9 @@ def get_autoscaling_policy_iam_policy(location: Optional[str] = None,
117
117
 
118
118
  :param str location: The location where the autoscaling policy should reside.
119
119
  The default value is `global`.
120
- Used to find the parent resource to bind the IAM policy to
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.
121
123
  :param str policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
122
124
  and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
123
125
  3 and 50 characters.
@@ -163,7 +165,9 @@ def get_autoscaling_policy_iam_policy_output(location: Optional[pulumi.Input[Opt
163
165
 
164
166
  :param str location: The location where the autoscaling policy should reside.
165
167
  The default value is `global`.
166
- Used to find the parent resource to bind the IAM policy to
168
+ Used to find the parent resource to bind the IAM policy to. If not specified,
169
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
170
+ location is specified, it is taken from the provider configuration.
167
171
  :param str policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
168
172
  and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
169
173
  3 and 50 characters.
@@ -116,7 +116,9 @@ def get_metastore_federation_iam_policy(federation_id: Optional[str] = None,
116
116
 
117
117
 
118
118
  :param str location: The location where the metastore federation should reside.
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 project: The ID of the project in which the resource belongs.
121
123
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
122
124
  """
@@ -157,7 +159,9 @@ def get_metastore_federation_iam_policy_output(federation_id: Optional[pulumi.In
157
159
 
158
160
 
159
161
  :param str location: The location where the metastore federation should reside.
160
- Used to find the parent resource to bind the IAM policy to
162
+ Used to find the parent resource to bind the IAM policy to. If not specified,
163
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
164
+ location is specified, it is taken from the provider configuration.
161
165
  :param str project: The ID of the project in which the resource belongs.
162
166
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
163
167
  """
@@ -117,7 +117,9 @@ def get_metastore_service_iam_policy(location: Optional[str] = None,
117
117
 
118
118
  :param str location: The location where the metastore service should reside.
119
119
  The default value is `global`.
120
- Used to find the parent resource to bind the IAM policy to
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.
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.
123
125
  """
@@ -159,7 +161,9 @@ def get_metastore_service_iam_policy_output(location: Optional[pulumi.Input[Opti
159
161
 
160
162
  :param str location: The location where the metastore service should reside.
161
163
  The default value is `global`.
162
- Used to find the parent resource to bind the IAM policy to
164
+ Used to find the parent resource to bind the IAM policy to. If not specified,
165
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
166
+ location is specified, it is taken from the provider configuration.
163
167
  :param str project: The ID of the project in which the resource belongs.
164
168
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
165
169
  """
@@ -39,7 +39,9 @@ class MetastoreFederationIamBindingArgs:
39
39
  `dataproc.MetastoreFederationIamBinding` 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 location where the metastore federation should reside.
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] project: The ID of the project in which the resource belongs.
44
46
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
45
47
  """
@@ -112,7 +114,9 @@ class MetastoreFederationIamBindingArgs:
112
114
  def location(self) -> Optional[pulumi.Input[str]]:
113
115
  """
114
116
  The location where the metastore federation should reside.
115
- Used to find the parent resource to bind the IAM policy to
117
+ Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
116
120
  """
117
121
  return pulumi.get(self, "location")
118
122
 
@@ -148,7 +152,9 @@ class _MetastoreFederationIamBindingState:
148
152
  Input properties used for looking up and filtering MetastoreFederationIamBinding resources.
149
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
150
154
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
151
- Used to find the parent resource to bind the IAM policy to
155
+ Used to find the parent resource to bind the IAM policy to. If not specified,
156
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
157
+ location is specified, it is taken from the provider configuration.
152
158
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
153
159
  Each entry can have one of the following values:
154
160
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -216,7 +222,9 @@ class _MetastoreFederationIamBindingState:
216
222
  def location(self) -> Optional[pulumi.Input[str]]:
217
223
  """
218
224
  The location where the metastore federation should reside.
219
- Used to find the parent resource to bind the IAM policy to
225
+ Used to find the parent resource to bind the IAM policy to. If not specified,
226
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
+ location is specified, it is taken from the provider configuration.
220
228
  """
221
229
  return pulumi.get(self, "location")
222
230
 
@@ -432,7 +440,9 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
432
440
  :param str resource_name: The name of the resource.
433
441
  :param pulumi.ResourceOptions opts: Options for the resource.
434
442
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
435
- Used to find the parent resource to bind the IAM policy to
443
+ Used to find the parent resource to bind the IAM policy to. If not specified,
444
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
+ location is specified, it is taken from the provider configuration.
436
446
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
437
447
  Each entry can have one of the following values:
438
448
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -668,7 +678,9 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
668
678
  :param pulumi.ResourceOptions opts: Options for the resource.
669
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
670
680
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
671
- Used to find the parent resource to bind the IAM policy to
681
+ Used to find the parent resource to bind the IAM policy to. If not specified,
682
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
+ location is specified, it is taken from the provider configuration.
672
684
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
673
685
  Each entry can have one of the following values:
674
686
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -722,7 +734,9 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
722
734
  def location(self) -> pulumi.Output[str]:
723
735
  """
724
736
  The location where the metastore federation should reside.
725
- Used to find the parent resource to bind the IAM policy to
737
+ Used to find the parent resource to bind the IAM policy to. If not specified,
738
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
+ location is specified, it is taken from the provider configuration.
726
740
  """
727
741
  return pulumi.get(self, "location")
728
742
 
@@ -39,7 +39,9 @@ class MetastoreFederationIamMemberArgs:
39
39
  `dataproc.MetastoreFederationIamBinding` 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 location where the metastore federation should reside.
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] project: The ID of the project in which the resource belongs.
44
46
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
45
47
  """
@@ -112,7 +114,9 @@ class MetastoreFederationIamMemberArgs:
112
114
  def location(self) -> Optional[pulumi.Input[str]]:
113
115
  """
114
116
  The location where the metastore federation should reside.
115
- Used to find the parent resource to bind the IAM policy to
117
+ Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
116
120
  """
117
121
  return pulumi.get(self, "location")
118
122
 
@@ -148,7 +152,9 @@ class _MetastoreFederationIamMemberState:
148
152
  Input properties used for looking up and filtering MetastoreFederationIamMember resources.
149
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
150
154
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
151
- Used to find the parent resource to bind the IAM policy to
155
+ Used to find the parent resource to bind the IAM policy to. If not specified,
156
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
157
+ location is specified, it is taken from the provider configuration.
152
158
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
153
159
  Each entry can have one of the following values:
154
160
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -216,7 +222,9 @@ class _MetastoreFederationIamMemberState:
216
222
  def location(self) -> Optional[pulumi.Input[str]]:
217
223
  """
218
224
  The location where the metastore federation should reside.
219
- Used to find the parent resource to bind the IAM policy to
225
+ Used to find the parent resource to bind the IAM policy to. If not specified,
226
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
+ location is specified, it is taken from the provider configuration.
220
228
  """
221
229
  return pulumi.get(self, "location")
222
230
 
@@ -432,7 +440,9 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
432
440
  :param str resource_name: The name of the resource.
433
441
  :param pulumi.ResourceOptions opts: Options for the resource.
434
442
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
435
- Used to find the parent resource to bind the IAM policy to
443
+ Used to find the parent resource to bind the IAM policy to. If not specified,
444
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
+ location is specified, it is taken from the provider configuration.
436
446
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
437
447
  Each entry can have one of the following values:
438
448
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -668,7 +678,9 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
668
678
  :param pulumi.ResourceOptions opts: Options for the resource.
669
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
670
680
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
671
- Used to find the parent resource to bind the IAM policy to
681
+ Used to find the parent resource to bind the IAM policy to. If not specified,
682
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
+ location is specified, it is taken from the provider configuration.
672
684
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
673
685
  Each entry can have one of the following values:
674
686
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -722,7 +734,9 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
722
734
  def location(self) -> pulumi.Output[str]:
723
735
  """
724
736
  The location where the metastore federation should reside.
725
- Used to find the parent resource to bind the IAM policy to
737
+ Used to find the parent resource to bind the IAM policy to. If not specified,
738
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
+ location is specified, it is taken from the provider configuration.
726
740
  """
727
741
  return pulumi.get(self, "location")
728
742
 
@@ -23,7 +23,9 @@ class MetastoreFederationIamPolicyArgs:
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
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] project: The ID of the project in which the resource belongs.
28
30
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
29
31
  """
@@ -61,7 +63,9 @@ class MetastoreFederationIamPolicyArgs:
61
63
  def location(self) -> Optional[pulumi.Input[str]]:
62
64
  """
63
65
  The location where the metastore federation should reside.
64
- Used to find the parent resource to bind the IAM policy to
66
+ Used to find the parent resource to bind the IAM policy to. If not specified,
67
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
68
+ location is specified, it is taken from the provider configuration.
65
69
  """
66
70
  return pulumi.get(self, "location")
67
71
 
@@ -95,7 +99,9 @@ class _MetastoreFederationIamPolicyState:
95
99
  Input properties used for looking up and filtering MetastoreFederationIamPolicy resources.
96
100
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
97
101
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
98
- Used to find the parent resource to bind the IAM policy to
102
+ Used to find the parent resource to bind the IAM policy to. If not specified,
103
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
104
+ location is specified, it is taken from the provider configuration.
99
105
  :param pulumi.Input[str] policy_data: The policy data generated by
100
106
  a `organizations_get_iam_policy` data source.
101
107
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -138,7 +144,9 @@ class _MetastoreFederationIamPolicyState:
138
144
  def location(self) -> Optional[pulumi.Input[str]]:
139
145
  """
140
146
  The location where the metastore federation should reside.
141
- Used to find the parent resource to bind the IAM policy to
147
+ Used to find the parent resource to bind the IAM policy to. If not specified,
148
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
149
+ location is specified, it is taken from the provider configuration.
142
150
  """
143
151
  return pulumi.get(self, "location")
144
152
 
@@ -329,7 +337,9 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
329
337
  :param str resource_name: The name of the resource.
330
338
  :param pulumi.ResourceOptions opts: Options for the resource.
331
339
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
332
- Used to find the parent resource to bind the IAM policy to
340
+ Used to find the parent resource to bind the IAM policy to. If not specified,
341
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
342
+ location is specified, it is taken from the provider configuration.
333
343
  :param pulumi.Input[str] policy_data: The policy data generated by
334
344
  a `organizations_get_iam_policy` data source.
335
345
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -545,7 +555,9 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
545
555
  :param pulumi.ResourceOptions opts: Options for the resource.
546
556
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
547
557
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
548
- Used to find the parent resource to bind the IAM policy to
558
+ Used to find the parent resource to bind the IAM policy to. If not specified,
559
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
560
+ location is specified, it is taken from the provider configuration.
549
561
  :param pulumi.Input[str] policy_data: The policy data generated by
550
562
  a `organizations_get_iam_policy` data source.
551
563
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -580,7 +592,9 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
580
592
  def location(self) -> pulumi.Output[str]:
581
593
  """
582
594
  The location where the metastore federation should reside.
583
- Used to find the parent resource to bind the IAM policy to
595
+ Used to find the parent resource to bind the IAM policy to. If not specified,
596
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
597
+ location is specified, it is taken from the provider configuration.
584
598
  """
585
599
  return pulumi.get(self, "location")
586
600
 
@@ -40,7 +40,9 @@ class MetastoreServiceIamBindingArgs:
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 MetastoreServiceIamBindingArgs:
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 _MetastoreServiceIamBindingState:
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[Sequence[pulumi.Input[str]]] members: 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 _MetastoreServiceIamBindingState:
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 MetastoreServiceIamBinding(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[Sequence[pulumi.Input[str]]] members: 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 MetastoreServiceIamBinding(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[Sequence[pulumi.Input[str]]] members: 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 MetastoreServiceIamBinding(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