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
@@ -28,9 +28,7 @@ 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. 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.
31
+ Used to find the parent resource to bind the IAM policy to
34
32
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
35
33
  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.
36
34
  """
@@ -75,9 +73,7 @@ class AutoscalingPolicyIamPolicyArgs:
75
73
  """
76
74
  The location where the autoscaling policy should reside.
77
75
  The default value is `global`.
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.
76
+ Used to find the parent resource to bind the IAM policy to
81
77
  """
82
78
  return pulumi.get(self, "location")
83
79
 
@@ -112,9 +108,7 @@ class _AutoscalingPolicyIamPolicyState:
112
108
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
113
109
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
114
110
  The default value is `global`.
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.
111
+ Used to find the parent resource to bind the IAM policy to
118
112
  :param pulumi.Input[str] policy_data: The policy data generated by
119
113
  a `organizations_get_iam_policy` data source.
120
114
  :param pulumi.Input[str] policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
@@ -153,9 +147,7 @@ class _AutoscalingPolicyIamPolicyState:
153
147
  """
154
148
  The location where the autoscaling policy should reside.
155
149
  The default value is `global`.
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.
150
+ Used to find the parent resource to bind the IAM policy to
159
151
  """
160
152
  return pulumi.get(self, "location")
161
153
 
@@ -362,9 +354,7 @@ class AutoscalingPolicyIamPolicy(pulumi.CustomResource):
362
354
  :param pulumi.ResourceOptions opts: Options for the resource.
363
355
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
364
356
  The default value is `global`.
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.
357
+ Used to find the parent resource to bind the IAM policy to
368
358
  :param pulumi.Input[str] policy_data: The policy data generated by
369
359
  a `organizations_get_iam_policy` data source.
370
360
  :param pulumi.Input[str] policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
@@ -585,9 +575,7 @@ class AutoscalingPolicyIamPolicy(pulumi.CustomResource):
585
575
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
586
576
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
587
577
  The default value is `global`.
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.
578
+ Used to find the parent resource to bind the IAM policy to
591
579
  :param pulumi.Input[str] policy_data: The policy data generated by
592
580
  a `organizations_get_iam_policy` data source.
593
581
  :param pulumi.Input[str] policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
@@ -622,9 +610,7 @@ class AutoscalingPolicyIamPolicy(pulumi.CustomResource):
622
610
  """
623
611
  The location where the autoscaling policy should reside.
624
612
  The default value is `global`.
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.
613
+ Used to find the parent resource to bind the IAM policy to
628
614
  """
629
615
  return pulumi.get(self, "location")
630
616
 
@@ -117,9 +117,7 @@ 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. 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 policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
124
122
  and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
125
123
  3 and 50 characters.
@@ -165,9 +163,7 @@ def get_autoscaling_policy_iam_policy_output(location: Optional[pulumi.Input[Opt
165
163
 
166
164
  :param str location: The location where the autoscaling policy should reside.
167
165
  The default value is `global`.
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.
166
+ Used to find the parent resource to bind the IAM policy to
171
167
  :param str policy_id: The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
172
168
  and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
173
169
  3 and 50 characters.
@@ -116,9 +116,7 @@ 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. 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 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.
124
122
  """
@@ -159,9 +157,7 @@ def get_metastore_federation_iam_policy_output(federation_id: Optional[pulumi.In
159
157
 
160
158
 
161
159
  :param str location: The location where the metastore federation should reside.
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.
160
+ 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.
167
163
  """
@@ -117,9 +117,7 @@ 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. 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_metastore_service_iam_policy_output(location: Optional[pulumi.Input[Opti
161
159
 
162
160
  :param str location: The location where the metastore service should reside.
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
  """
@@ -39,9 +39,7 @@ 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. 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] 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.
47
45
  """
@@ -114,9 +112,7 @@ class MetastoreFederationIamBindingArgs:
114
112
  def location(self) -> Optional[pulumi.Input[str]]:
115
113
  """
116
114
  The location where the metastore federation should reside.
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.
115
+ Used to find the parent resource to bind the IAM policy to
120
116
  """
121
117
  return pulumi.get(self, "location")
122
118
 
@@ -152,9 +148,7 @@ class _MetastoreFederationIamBindingState:
152
148
  Input properties used for looking up and filtering MetastoreFederationIamBinding resources.
153
149
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
154
150
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
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.
151
+ Used to find the parent resource to bind the IAM policy to
158
152
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
159
153
  Each entry can have one of the following values:
160
154
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -222,9 +216,7 @@ class _MetastoreFederationIamBindingState:
222
216
  def location(self) -> Optional[pulumi.Input[str]]:
223
217
  """
224
218
  The location where the metastore federation should reside.
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.
219
+ Used to find the parent resource to bind the IAM policy to
228
220
  """
229
221
  return pulumi.get(self, "location")
230
222
 
@@ -440,9 +432,7 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
440
432
  :param str resource_name: The name of the resource.
441
433
  :param pulumi.ResourceOptions opts: Options for the resource.
442
434
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
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.
435
+ Used to find the parent resource to bind the IAM policy to
446
436
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
447
437
  Each entry can have one of the following values:
448
438
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -678,9 +668,7 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
678
668
  :param pulumi.ResourceOptions opts: Options for the resource.
679
669
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
680
670
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
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.
671
+ Used to find the parent resource to bind the IAM policy to
684
672
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
685
673
  Each entry can have one of the following values:
686
674
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -734,9 +722,7 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
734
722
  def location(self) -> pulumi.Output[str]:
735
723
  """
736
724
  The location where the metastore federation should reside.
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.
725
+ Used to find the parent resource to bind the IAM policy to
740
726
  """
741
727
  return pulumi.get(self, "location")
742
728
 
@@ -39,9 +39,7 @@ 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. 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] 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.
47
45
  """
@@ -114,9 +112,7 @@ class MetastoreFederationIamMemberArgs:
114
112
  def location(self) -> Optional[pulumi.Input[str]]:
115
113
  """
116
114
  The location where the metastore federation should reside.
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.
115
+ Used to find the parent resource to bind the IAM policy to
120
116
  """
121
117
  return pulumi.get(self, "location")
122
118
 
@@ -152,9 +148,7 @@ class _MetastoreFederationIamMemberState:
152
148
  Input properties used for looking up and filtering MetastoreFederationIamMember resources.
153
149
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
154
150
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
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.
151
+ Used to find the parent resource to bind the IAM policy to
158
152
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
159
153
  Each entry can have one of the following values:
160
154
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -222,9 +216,7 @@ class _MetastoreFederationIamMemberState:
222
216
  def location(self) -> Optional[pulumi.Input[str]]:
223
217
  """
224
218
  The location where the metastore federation should reside.
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.
219
+ Used to find the parent resource to bind the IAM policy to
228
220
  """
229
221
  return pulumi.get(self, "location")
230
222
 
@@ -440,9 +432,7 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
440
432
  :param str resource_name: The name of the resource.
441
433
  :param pulumi.ResourceOptions opts: Options for the resource.
442
434
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
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.
435
+ Used to find the parent resource to bind the IAM policy to
446
436
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
447
437
  Each entry can have one of the following values:
448
438
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -678,9 +668,7 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
678
668
  :param pulumi.ResourceOptions opts: Options for the resource.
679
669
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
680
670
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
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.
671
+ Used to find the parent resource to bind the IAM policy to
684
672
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
685
673
  Each entry can have one of the following values:
686
674
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -734,9 +722,7 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
734
722
  def location(self) -> pulumi.Output[str]:
735
723
  """
736
724
  The location where the metastore federation should reside.
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.
725
+ Used to find the parent resource to bind the IAM policy to
740
726
  """
741
727
  return pulumi.get(self, "location")
742
728
 
@@ -23,9 +23,7 @@ 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. 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] 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.
31
29
  """
@@ -63,9 +61,7 @@ class MetastoreFederationIamPolicyArgs:
63
61
  def location(self) -> Optional[pulumi.Input[str]]:
64
62
  """
65
63
  The location where the metastore federation should reside.
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.
64
+ Used to find the parent resource to bind the IAM policy to
69
65
  """
70
66
  return pulumi.get(self, "location")
71
67
 
@@ -99,9 +95,7 @@ class _MetastoreFederationIamPolicyState:
99
95
  Input properties used for looking up and filtering MetastoreFederationIamPolicy resources.
100
96
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
101
97
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
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.
98
+ Used to find the parent resource to bind the IAM policy to
105
99
  :param pulumi.Input[str] policy_data: The policy data generated by
106
100
  a `organizations_get_iam_policy` data source.
107
101
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -144,9 +138,7 @@ class _MetastoreFederationIamPolicyState:
144
138
  def location(self) -> Optional[pulumi.Input[str]]:
145
139
  """
146
140
  The location where the metastore federation should reside.
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.
141
+ Used to find the parent resource to bind the IAM policy to
150
142
  """
151
143
  return pulumi.get(self, "location")
152
144
 
@@ -337,9 +329,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
337
329
  :param str resource_name: The name of the resource.
338
330
  :param pulumi.ResourceOptions opts: Options for the resource.
339
331
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
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.
332
+ Used to find the parent resource to bind the IAM policy to
343
333
  :param pulumi.Input[str] policy_data: The policy data generated by
344
334
  a `organizations_get_iam_policy` data source.
345
335
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -555,9 +545,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
555
545
  :param pulumi.ResourceOptions opts: Options for the resource.
556
546
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
557
547
  :param pulumi.Input[str] location: The location where the metastore federation should reside.
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.
548
+ Used to find the parent resource to bind the IAM policy to
561
549
  :param pulumi.Input[str] policy_data: The policy data generated by
562
550
  a `organizations_get_iam_policy` data source.
563
551
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -592,9 +580,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
592
580
  def location(self) -> pulumi.Output[str]:
593
581
  """
594
582
  The location where the metastore federation should reside.
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.
583
+ Used to find the parent resource to bind the IAM policy to
598
584
  """
599
585
  return pulumi.get(self, "location")
600
586
 
@@ -40,9 +40,7 @@ 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. 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.
43
+ 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.
48
46
  """
@@ -116,9 +114,7 @@ class MetastoreServiceIamBindingArgs:
116
114
  """
117
115
  The location where the metastore service should reside.
118
116
  The default value is `global`.
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.
117
+ Used to find the parent resource to bind the IAM policy to
122
118
  """
123
119
  return pulumi.get(self, "location")
124
120
 
@@ -155,9 +151,7 @@ class _MetastoreServiceIamBindingState:
155
151
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
156
152
  :param pulumi.Input[str] location: The location where the metastore service should reside.
157
153
  The default value is `global`.
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.
154
+ Used to find the parent resource to bind the IAM policy to
161
155
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
162
156
  Each entry can have one of the following values:
163
157
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -217,9 +211,7 @@ class _MetastoreServiceIamBindingState:
217
211
  """
218
212
  The location where the metastore service should reside.
219
213
  The default value is `global`.
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.
214
+ Used to find the parent resource to bind the IAM policy to
223
215
  """
224
216
  return pulumi.get(self, "location")
225
217
 
@@ -445,9 +437,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
445
437
  :param pulumi.ResourceOptions opts: Options for the resource.
446
438
  :param pulumi.Input[str] location: The location where the metastore service should reside.
447
439
  The default value is `global`.
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.
440
+ Used to find the parent resource to bind the IAM policy to
451
441
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
452
442
  Each entry can have one of the following values:
453
443
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -684,9 +674,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
684
674
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
685
675
  :param pulumi.Input[str] location: The location where the metastore service should reside.
686
676
  The default value is `global`.
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.
677
+ Used to find the parent resource to bind the IAM policy to
690
678
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
691
679
  Each entry can have one of the following values:
692
680
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -736,9 +724,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
736
724
  """
737
725
  The location where the metastore service should reside.
738
726
  The default value is `global`.
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.
727
+ Used to find the parent resource to bind the IAM policy to
742
728
  """
743
729
  return pulumi.get(self, "location")
744
730
 
@@ -40,9 +40,7 @@ class MetastoreServiceIamMemberArgs:
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The location where the metastore service should reside.
42
42
  The default value is `global`.
43
- Used to find the parent resource to bind the IAM policy to. 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.
43
+ 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.
48
46
  """
@@ -116,9 +114,7 @@ class MetastoreServiceIamMemberArgs:
116
114
  """
117
115
  The location where the metastore service should reside.
118
116
  The default value is `global`.
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.
117
+ Used to find the parent resource to bind the IAM policy to
122
118
  """
123
119
  return pulumi.get(self, "location")
124
120
 
@@ -155,9 +151,7 @@ class _MetastoreServiceIamMemberState:
155
151
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
156
152
  :param pulumi.Input[str] location: The location where the metastore service should reside.
157
153
  The default value is `global`.
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.
154
+ Used to find the parent resource to bind the IAM policy to
161
155
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
162
156
  Each entry can have one of the following values:
163
157
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -217,9 +211,7 @@ class _MetastoreServiceIamMemberState:
217
211
  """
218
212
  The location where the metastore service should reside.
219
213
  The default value is `global`.
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.
214
+ Used to find the parent resource to bind the IAM policy to
223
215
  """
224
216
  return pulumi.get(self, "location")
225
217
 
@@ -445,9 +437,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
445
437
  :param pulumi.ResourceOptions opts: Options for the resource.
446
438
  :param pulumi.Input[str] location: The location where the metastore service should reside.
447
439
  The default value is `global`.
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.
440
+ Used to find the parent resource to bind the IAM policy to
451
441
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
452
442
  Each entry can have one of the following values:
453
443
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -684,9 +674,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
684
674
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
685
675
  :param pulumi.Input[str] location: The location where the metastore service should reside.
686
676
  The default value is `global`.
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.
677
+ Used to find the parent resource to bind the IAM policy to
690
678
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
691
679
  Each entry can have one of the following values:
692
680
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -736,9 +724,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
736
724
  """
737
725
  The location where the metastore service should reside.
738
726
  The default value is `global`.
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.
727
+ Used to find the parent resource to bind the IAM policy to
742
728
  """
743
729
  return pulumi.get(self, "location")
744
730
 
@@ -24,9 +24,7 @@ class MetastoreServiceIamPolicyArgs:
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] location: The location where the metastore service should reside.
26
26
  The default value is `global`.
27
- Used to find the parent resource to bind the IAM policy to. If not specified,
28
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
29
- location is specified, it is taken from the provider configuration.
27
+ 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.
32
30
  """
@@ -65,9 +63,7 @@ class MetastoreServiceIamPolicyArgs:
65
63
  """
66
64
  The location where the metastore service should reside.
67
65
  The default value is `global`.
68
- Used to find the parent resource to bind the IAM policy to. If not specified,
69
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
70
- location is specified, it is taken from the provider configuration.
66
+ Used to find the parent resource to bind the IAM policy to
71
67
  """
72
68
  return pulumi.get(self, "location")
73
69
 
@@ -102,9 +98,7 @@ class _MetastoreServiceIamPolicyState:
102
98
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
103
99
  :param pulumi.Input[str] location: The location where the metastore service should reside.
104
100
  The default value is `global`.
105
- Used to find the parent resource to bind the IAM policy to. If not specified,
106
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
107
- location is specified, it is taken from the provider configuration.
101
+ 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.
110
104
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -139,9 +133,7 @@ class _MetastoreServiceIamPolicyState:
139
133
  """
140
134
  The location where the metastore service should reside.
141
135
  The default value is `global`.
142
- Used to find the parent resource to bind the IAM policy to. If not specified,
143
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
144
- location is specified, it is taken from the provider configuration.
136
+ Used to find the parent resource to bind the IAM policy to
145
137
  """
146
138
  return pulumi.get(self, "location")
147
139
 
@@ -342,9 +334,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
342
334
  :param pulumi.ResourceOptions opts: Options for the resource.
343
335
  :param pulumi.Input[str] location: The location where the metastore service should reside.
344
336
  The default value is `global`.
345
- Used to find the parent resource to bind the IAM policy to. If not specified,
346
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
347
- location is specified, it is taken from the provider configuration.
337
+ 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.
350
340
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -561,9 +551,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
561
551
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
562
552
  :param pulumi.Input[str] location: The location where the metastore service should reside.
563
553
  The default value is `global`.
564
- Used to find the parent resource to bind the IAM policy to. If not specified,
565
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
566
- location is specified, it is taken from the provider configuration.
554
+ Used to find the parent resource to bind the IAM policy to
567
555
  :param pulumi.Input[str] policy_data: The policy data generated by
568
556
  a `organizations_get_iam_policy` data source.
569
557
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -594,9 +582,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
594
582
  """
595
583
  The location where the metastore service should reside.
596
584
  The default value is `global`.
597
- Used to find the parent resource to bind the IAM policy to. If not specified,
598
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
599
- location is specified, it is taken from the provider configuration.
585
+ Used to find the parent resource to bind the IAM policy to
600
586
  """
601
587
  return pulumi.get(self, "location")
602
588