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
@@ -64,7 +64,8 @@ class DataTransferConfigArgs:
64
64
  jun 13:15, and first sunday of quarter 00:00. See more explanation
65
65
  about the format here:
66
66
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
67
- NOTE: the granularity should be at least 8 hours, or less frequent.
67
+ NOTE: The minimum interval time between recurring transfers depends
68
+ on the data source; refer to the documentation for your data source.
68
69
  :param pulumi.Input['DataTransferConfigScheduleOptionsArgs'] schedule_options: Options customizing the data transfer schedule.
69
70
  Structure is documented below.
70
71
  :param pulumi.Input['DataTransferConfigSensitiveParamsArgs'] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -250,7 +251,8 @@ class DataTransferConfigArgs:
250
251
  jun 13:15, and first sunday of quarter 00:00. See more explanation
251
252
  about the format here:
252
253
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
253
- NOTE: the granularity should be at least 8 hours, or less frequent.
254
+ NOTE: The minimum interval time between recurring transfers depends
255
+ on the data source; refer to the documentation for your data source.
254
256
  """
255
257
  return pulumi.get(self, "schedule")
256
258
 
@@ -361,7 +363,8 @@ class _DataTransferConfigState:
361
363
  jun 13:15, and first sunday of quarter 00:00. See more explanation
362
364
  about the format here:
363
365
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
364
- NOTE: the granularity should be at least 8 hours, or less frequent.
366
+ NOTE: The minimum interval time between recurring transfers depends
367
+ on the data source; refer to the documentation for your data source.
365
368
  :param pulumi.Input['DataTransferConfigScheduleOptionsArgs'] schedule_options: Options customizing the data transfer schedule.
366
369
  Structure is documented below.
367
370
  :param pulumi.Input['DataTransferConfigSensitiveParamsArgs'] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -568,7 +571,8 @@ class _DataTransferConfigState:
568
571
  jun 13:15, and first sunday of quarter 00:00. See more explanation
569
572
  about the format here:
570
573
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
571
- NOTE: the granularity should be at least 8 hours, or less frequent.
574
+ NOTE: The minimum interval time between recurring transfers depends
575
+ on the data source; refer to the documentation for your data source.
572
576
  """
573
577
  return pulumi.get(self, "schedule")
574
578
 
@@ -731,7 +735,8 @@ class DataTransferConfig(pulumi.CustomResource):
731
735
  jun 13:15, and first sunday of quarter 00:00. See more explanation
732
736
  about the format here:
733
737
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
734
- NOTE: the granularity should be at least 8 hours, or less frequent.
738
+ NOTE: The minimum interval time between recurring transfers depends
739
+ on the data source; refer to the documentation for your data source.
735
740
  :param pulumi.Input[pulumi.InputType['DataTransferConfigScheduleOptionsArgs']] schedule_options: Options customizing the data transfer schedule.
736
741
  Structure is documented below.
737
742
  :param pulumi.Input[pulumi.InputType['DataTransferConfigSensitiveParamsArgs']] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -934,7 +939,8 @@ class DataTransferConfig(pulumi.CustomResource):
934
939
  jun 13:15, and first sunday of quarter 00:00. See more explanation
935
940
  about the format here:
936
941
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
937
- NOTE: the granularity should be at least 8 hours, or less frequent.
942
+ NOTE: The minimum interval time between recurring transfers depends
943
+ on the data source; refer to the documentation for your data source.
938
944
  :param pulumi.Input[pulumi.InputType['DataTransferConfigScheduleOptionsArgs']] schedule_options: Options customizing the data transfer schedule.
939
945
  Structure is documented below.
940
946
  :param pulumi.Input[pulumi.InputType['DataTransferConfigSensitiveParamsArgs']] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -1087,7 +1093,8 @@ class DataTransferConfig(pulumi.CustomResource):
1087
1093
  jun 13:15, and first sunday of quarter 00:00. See more explanation
1088
1094
  about the format here:
1089
1095
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
1090
- NOTE: the granularity should be at least 8 hours, or less frequent.
1096
+ NOTE: The minimum interval time between recurring transfers depends
1097
+ on the data source; refer to the documentation for your data source.
1091
1098
  """
1092
1099
  return pulumi.get(self, "schedule")
1093
1100
 
@@ -123,7 +123,9 @@ def get_connection_iam_policy(connection_id: Optional[str] = None,
123
123
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
124
124
  Spanner Connections same as spanner region
125
125
  AWS allowed regions are aws-us-east-1
126
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
126
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
127
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
128
+ location is specified, it is taken from the provider configuration.
127
129
  :param str project: The ID of the project in which the resource belongs.
128
130
  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.
129
131
  """
@@ -171,7 +173,9 @@ def get_connection_iam_policy_output(connection_id: Optional[pulumi.Input[str]]
171
173
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
172
174
  Spanner Connections same as spanner region
173
175
  AWS allowed regions are aws-us-east-1
174
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
176
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
177
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
178
+ location is specified, it is taken from the provider configuration.
175
179
  :param str project: The ID of the project in which the resource belongs.
176
180
  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.
177
181
  """
@@ -40,7 +40,9 @@ class DataExchangeIamBindingArgs:
40
40
  `bigqueryanalyticshub.DataExchangeIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input[str] location: The name of the location this data exchange.
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
  """
@@ -116,7 +118,9 @@ class DataExchangeIamBindingArgs:
116
118
  def location(self) -> Optional[pulumi.Input[str]]:
117
119
  """
118
120
  The name of the location this data exchange.
119
- Used to find the parent resource to bind the IAM policy to
121
+ Used to find the parent resource to bind the IAM policy to. If not specified,
122
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
123
+ location is specified, it is taken from the provider configuration.
120
124
  """
121
125
  return pulumi.get(self, "location")
122
126
 
@@ -153,7 +157,9 @@ class _DataExchangeIamBindingState:
153
157
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
154
158
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
155
159
  :param pulumi.Input[str] location: The name of the location this data exchange.
156
- Used to find the parent resource to bind the IAM policy to
160
+ Used to find the parent resource to bind the IAM policy to. If not specified,
161
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
162
+ location is specified, it is taken from the provider configuration.
157
163
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
158
164
  Each entry can have one of the following values:
159
165
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -224,7 +230,9 @@ class _DataExchangeIamBindingState:
224
230
  def location(self) -> Optional[pulumi.Input[str]]:
225
231
  """
226
232
  The name of the location this data exchange.
227
- Used to find the parent resource to bind the IAM policy to
233
+ Used to find the parent resource to bind the IAM policy to. If not specified,
234
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
235
+ location is specified, it is taken from the provider configuration.
228
236
  """
229
237
  return pulumi.get(self, "location")
230
238
 
@@ -441,7 +449,9 @@ class DataExchangeIamBinding(pulumi.CustomResource):
441
449
  :param pulumi.ResourceOptions opts: Options for the resource.
442
450
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
443
451
  :param pulumi.Input[str] location: The name of the location this data exchange.
444
- Used to find the parent resource to bind the IAM policy to
452
+ Used to find the parent resource to bind the IAM policy to. If not specified,
453
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
454
+ location is specified, it is taken from the provider configuration.
445
455
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
446
456
  Each entry can have one of the following values:
447
457
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -678,7 +688,9 @@ class DataExchangeIamBinding(pulumi.CustomResource):
678
688
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
679
689
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
680
690
  :param pulumi.Input[str] location: The name of the location this data exchange.
681
- Used to find the parent resource to bind the IAM policy to
691
+ Used to find the parent resource to bind the IAM policy to. If not specified,
692
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
693
+ location is specified, it is taken from the provider configuration.
682
694
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
683
695
  Each entry can have one of the following values:
684
696
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -735,7 +747,9 @@ class DataExchangeIamBinding(pulumi.CustomResource):
735
747
  def location(self) -> pulumi.Output[str]:
736
748
  """
737
749
  The name of the location this data exchange.
738
- Used to find the parent resource to bind the IAM policy to
750
+ Used to find the parent resource to bind the IAM policy to. If not specified,
751
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
752
+ location is specified, it is taken from the provider configuration.
739
753
  """
740
754
  return pulumi.get(self, "location")
741
755
 
@@ -40,7 +40,9 @@ class DataExchangeIamMemberArgs:
40
40
  `bigqueryanalyticshub.DataExchangeIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input[str] location: The name of the location this data exchange.
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
  """
@@ -116,7 +118,9 @@ class DataExchangeIamMemberArgs:
116
118
  def location(self) -> Optional[pulumi.Input[str]]:
117
119
  """
118
120
  The name of the location this data exchange.
119
- Used to find the parent resource to bind the IAM policy to
121
+ Used to find the parent resource to bind the IAM policy to. If not specified,
122
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
123
+ location is specified, it is taken from the provider configuration.
120
124
  """
121
125
  return pulumi.get(self, "location")
122
126
 
@@ -153,7 +157,9 @@ class _DataExchangeIamMemberState:
153
157
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
154
158
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
155
159
  :param pulumi.Input[str] location: The name of the location this data exchange.
156
- Used to find the parent resource to bind the IAM policy to
160
+ Used to find the parent resource to bind the IAM policy to. If not specified,
161
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
162
+ location is specified, it is taken from the provider configuration.
157
163
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
158
164
  Each entry can have one of the following values:
159
165
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -224,7 +230,9 @@ class _DataExchangeIamMemberState:
224
230
  def location(self) -> Optional[pulumi.Input[str]]:
225
231
  """
226
232
  The name of the location this data exchange.
227
- Used to find the parent resource to bind the IAM policy to
233
+ Used to find the parent resource to bind the IAM policy to. If not specified,
234
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
235
+ location is specified, it is taken from the provider configuration.
228
236
  """
229
237
  return pulumi.get(self, "location")
230
238
 
@@ -441,7 +449,9 @@ class DataExchangeIamMember(pulumi.CustomResource):
441
449
  :param pulumi.ResourceOptions opts: Options for the resource.
442
450
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
443
451
  :param pulumi.Input[str] location: The name of the location this data exchange.
444
- Used to find the parent resource to bind the IAM policy to
452
+ Used to find the parent resource to bind the IAM policy to. If not specified,
453
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
454
+ location is specified, it is taken from the provider configuration.
445
455
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
446
456
  Each entry can have one of the following values:
447
457
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -678,7 +688,9 @@ class DataExchangeIamMember(pulumi.CustomResource):
678
688
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
679
689
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
680
690
  :param pulumi.Input[str] location: The name of the location this data exchange.
681
- Used to find the parent resource to bind the IAM policy to
691
+ Used to find the parent resource to bind the IAM policy to. If not specified,
692
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
693
+ location is specified, it is taken from the provider configuration.
682
694
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
683
695
  Each entry can have one of the following values:
684
696
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -735,7 +747,9 @@ class DataExchangeIamMember(pulumi.CustomResource):
735
747
  def location(self) -> pulumi.Output[str]:
736
748
  """
737
749
  The name of the location this data exchange.
738
- Used to find the parent resource to bind the IAM policy to
750
+ Used to find the parent resource to bind the IAM policy to. If not specified,
751
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
752
+ location is specified, it is taken from the provider configuration.
739
753
  """
740
754
  return pulumi.get(self, "location")
741
755
 
@@ -24,7 +24,9 @@ class DataExchangeIamPolicyArgs:
24
24
  :param pulumi.Input[str] policy_data: The policy data generated by
25
25
  a `organizations_get_iam_policy` data source.
26
26
  :param pulumi.Input[str] location: The name of the location this data exchange.
27
- Used to find the parent resource to bind the IAM policy to
27
+ Used to find the parent resource to bind the IAM policy to. If not specified,
28
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
29
+ location is specified, it is taken from the provider configuration.
28
30
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
29
31
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
30
32
  """
@@ -65,7 +67,9 @@ class DataExchangeIamPolicyArgs:
65
67
  def location(self) -> Optional[pulumi.Input[str]]:
66
68
  """
67
69
  The name of the location this data exchange.
68
- Used to find the parent resource to bind the IAM policy to
70
+ Used to find the parent resource to bind the IAM policy to. If not specified,
71
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
72
+ location is specified, it is taken from the provider configuration.
69
73
  """
70
74
  return pulumi.get(self, "location")
71
75
 
@@ -100,7 +104,9 @@ class _DataExchangeIamPolicyState:
100
104
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
101
105
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
102
106
  :param pulumi.Input[str] location: The name of the location this data exchange.
103
- Used to find the parent resource to bind the IAM policy to
107
+ Used to find the parent resource to bind the IAM policy to. If not specified,
108
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
109
+ location is specified, it is taken from the provider configuration.
104
110
  :param pulumi.Input[str] policy_data: The policy data generated by
105
111
  a `organizations_get_iam_policy` data source.
106
112
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -146,7 +152,9 @@ class _DataExchangeIamPolicyState:
146
152
  def location(self) -> Optional[pulumi.Input[str]]:
147
153
  """
148
154
  The name of the location this data exchange.
149
- 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.
150
158
  """
151
159
  return pulumi.get(self, "location")
152
160
 
@@ -338,7 +346,9 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
338
346
  :param pulumi.ResourceOptions opts: Options for the resource.
339
347
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
340
348
  :param pulumi.Input[str] location: The name of the location this data exchange.
341
- Used to find the parent resource to bind the IAM policy to
349
+ Used to find the parent resource to bind the IAM policy to. If not specified,
350
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
351
+ location is specified, it is taken from the provider configuration.
342
352
  :param pulumi.Input[str] policy_data: The policy data generated by
343
353
  a `organizations_get_iam_policy` data source.
344
354
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -555,7 +565,9 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
555
565
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
556
566
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
557
567
  :param pulumi.Input[str] location: The name of the location this data exchange.
558
- Used to find the parent resource to bind the IAM policy to
568
+ Used to find the parent resource to bind the IAM policy to. If not specified,
569
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
570
+ location is specified, it is taken from the provider configuration.
559
571
  :param pulumi.Input[str] policy_data: The policy data generated by
560
572
  a `organizations_get_iam_policy` data source.
561
573
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -593,7 +605,9 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
593
605
  def location(self) -> pulumi.Output[str]:
594
606
  """
595
607
  The name of the location this data exchange.
596
- Used to find the parent resource to bind the IAM policy to
608
+ Used to find the parent resource to bind the IAM policy to. If not specified,
609
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
610
+ location is specified, it is taken from the provider configuration.
597
611
  """
598
612
  return pulumi.get(self, "location")
599
613
 
@@ -117,7 +117,9 @@ def get_data_exchange_iam_policy(data_exchange_id: Optional[str] = None,
117
117
 
118
118
  :param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
119
119
  :param str location: The name of the location this data exchange.
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_data_exchange_iam_policy_output(data_exchange_id: Optional[pulumi.Input[
159
161
 
160
162
  :param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
161
163
  :param str location: The name of the location this data exchange.
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
  """
@@ -129,7 +129,9 @@ def get_listing_iam_policy(data_exchange_id: Optional[str] = None,
129
129
  :param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
130
130
  :param str listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
131
131
  :param str location: The name of the location this data exchange listing.
132
- Used to find the parent resource to bind the IAM policy to
132
+ Used to find the parent resource to bind the IAM policy to. If not specified,
133
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
134
+ location is specified, it is taken from the provider configuration.
133
135
  :param str project: The ID of the project in which the resource belongs.
134
136
  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.
135
137
  """
@@ -176,7 +178,9 @@ def get_listing_iam_policy_output(data_exchange_id: Optional[pulumi.Input[str]]
176
178
  :param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
177
179
  :param str listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
178
180
  :param str location: The name of the location this data exchange listing.
179
- Used to find the parent resource to bind the IAM policy to
181
+ Used to find the parent resource to bind the IAM policy to. If not specified,
182
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
183
+ location is specified, it is taken from the provider configuration.
180
184
  :param str project: The ID of the project in which the resource belongs.
181
185
  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.
182
186
  """
@@ -42,7 +42,9 @@ class ListingIamBindingArgs:
42
42
  `bigqueryanalyticshub.ListingIamBinding` can be used per role. Note that custom roles must be of the format
43
43
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
44
44
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
45
- Used to find the parent resource to bind the IAM policy to
45
+ Used to find the parent resource to bind the IAM policy to. If not specified,
46
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
47
+ location is specified, it is taken from the provider configuration.
46
48
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
47
49
  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
50
  """
@@ -131,7 +133,9 @@ class ListingIamBindingArgs:
131
133
  def location(self) -> Optional[pulumi.Input[str]]:
132
134
  """
133
135
  The name of the location this data exchange listing.
134
- Used to find the parent resource to bind the IAM policy to
136
+ Used to find the parent resource to bind the IAM policy to. If not specified,
137
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
138
+ location is specified, it is taken from the provider configuration.
135
139
  """
136
140
  return pulumi.get(self, "location")
137
141
 
@@ -170,7 +174,9 @@ class _ListingIamBindingState:
170
174
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
171
175
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
172
176
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
173
- Used to find the parent resource to bind the IAM policy to
177
+ Used to find the parent resource to bind the IAM policy to. If not specified,
178
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
179
+ location is specified, it is taken from the provider configuration.
174
180
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
175
181
  Each entry can have one of the following values:
176
182
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -255,7 +261,9 @@ class _ListingIamBindingState:
255
261
  def location(self) -> Optional[pulumi.Input[str]]:
256
262
  """
257
263
  The name of the location this data exchange listing.
258
- Used to find the parent resource to bind the IAM policy to
264
+ Used to find the parent resource to bind the IAM policy to. If not specified,
265
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
266
+ location is specified, it is taken from the provider configuration.
259
267
  """
260
268
  return pulumi.get(self, "location")
261
269
 
@@ -480,7 +488,9 @@ class ListingIamBinding(pulumi.CustomResource):
480
488
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
481
489
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
482
490
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
483
- Used to find the parent resource to bind the IAM policy to
491
+ Used to find the parent resource to bind the IAM policy to. If not specified,
492
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
493
+ location is specified, it is taken from the provider configuration.
484
494
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
485
495
  Each entry can have one of the following values:
486
496
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -729,7 +739,9 @@ class ListingIamBinding(pulumi.CustomResource):
729
739
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
730
740
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
731
741
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
732
- Used to find the parent resource to bind the IAM policy to
742
+ Used to find the parent resource to bind the IAM policy to. If not specified,
743
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
744
+ location is specified, it is taken from the provider configuration.
733
745
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
734
746
  Each entry can have one of the following values:
735
747
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -795,7 +807,9 @@ class ListingIamBinding(pulumi.CustomResource):
795
807
  def location(self) -> pulumi.Output[str]:
796
808
  """
797
809
  The name of the location this data exchange listing.
798
- Used to find the parent resource to bind the IAM policy to
810
+ Used to find the parent resource to bind the IAM policy to. If not specified,
811
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
812
+ location is specified, it is taken from the provider configuration.
799
813
  """
800
814
  return pulumi.get(self, "location")
801
815
 
@@ -42,7 +42,9 @@ class ListingIamMemberArgs:
42
42
  `bigqueryanalyticshub.ListingIamBinding` can be used per role. Note that custom roles must be of the format
43
43
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
44
44
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
45
- Used to find the parent resource to bind the IAM policy to
45
+ Used to find the parent resource to bind the IAM policy to. If not specified,
46
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
47
+ location is specified, it is taken from the provider configuration.
46
48
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
47
49
  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
50
  """
@@ -131,7 +133,9 @@ class ListingIamMemberArgs:
131
133
  def location(self) -> Optional[pulumi.Input[str]]:
132
134
  """
133
135
  The name of the location this data exchange listing.
134
- Used to find the parent resource to bind the IAM policy to
136
+ Used to find the parent resource to bind the IAM policy to. If not specified,
137
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
138
+ location is specified, it is taken from the provider configuration.
135
139
  """
136
140
  return pulumi.get(self, "location")
137
141
 
@@ -170,7 +174,9 @@ class _ListingIamMemberState:
170
174
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
171
175
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
172
176
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
173
- Used to find the parent resource to bind the IAM policy to
177
+ Used to find the parent resource to bind the IAM policy to. If not specified,
178
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
179
+ location is specified, it is taken from the provider configuration.
174
180
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
175
181
  Each entry can have one of the following values:
176
182
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -255,7 +261,9 @@ class _ListingIamMemberState:
255
261
  def location(self) -> Optional[pulumi.Input[str]]:
256
262
  """
257
263
  The name of the location this data exchange listing.
258
- Used to find the parent resource to bind the IAM policy to
264
+ Used to find the parent resource to bind the IAM policy to. If not specified,
265
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
266
+ location is specified, it is taken from the provider configuration.
259
267
  """
260
268
  return pulumi.get(self, "location")
261
269
 
@@ -480,7 +488,9 @@ class ListingIamMember(pulumi.CustomResource):
480
488
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
481
489
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
482
490
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
483
- Used to find the parent resource to bind the IAM policy to
491
+ Used to find the parent resource to bind the IAM policy to. If not specified,
492
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
493
+ location is specified, it is taken from the provider configuration.
484
494
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
485
495
  Each entry can have one of the following values:
486
496
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -729,7 +739,9 @@ class ListingIamMember(pulumi.CustomResource):
729
739
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
730
740
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
731
741
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
732
- Used to find the parent resource to bind the IAM policy to
742
+ Used to find the parent resource to bind the IAM policy to. If not specified,
743
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
744
+ location is specified, it is taken from the provider configuration.
733
745
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
734
746
  Each entry can have one of the following values:
735
747
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -795,7 +807,9 @@ class ListingIamMember(pulumi.CustomResource):
795
807
  def location(self) -> pulumi.Output[str]:
796
808
  """
797
809
  The name of the location this data exchange listing.
798
- Used to find the parent resource to bind the IAM policy to
810
+ Used to find the parent resource to bind the IAM policy to. If not specified,
811
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
812
+ location is specified, it is taken from the provider configuration.
799
813
  """
800
814
  return pulumi.get(self, "location")
801
815
 
@@ -26,7 +26,9 @@ class ListingIamPolicyArgs:
26
26
  :param pulumi.Input[str] policy_data: The policy data generated by
27
27
  a `organizations_get_iam_policy` data source.
28
28
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
29
- Used to find the parent resource to bind the IAM policy to
29
+ Used to find the parent resource to bind the IAM policy to. If not specified,
30
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
31
+ location is specified, it is taken from the provider configuration.
30
32
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
31
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.
32
34
  """
@@ -80,7 +82,9 @@ class ListingIamPolicyArgs:
80
82
  def location(self) -> Optional[pulumi.Input[str]]:
81
83
  """
82
84
  The name of the location this data exchange listing.
83
- Used to find the parent resource to bind the IAM policy to
85
+ Used to find the parent resource to bind the IAM policy to. If not specified,
86
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
87
+ location is specified, it is taken from the provider configuration.
84
88
  """
85
89
  return pulumi.get(self, "location")
86
90
 
@@ -117,7 +121,9 @@ class _ListingIamPolicyState:
117
121
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
118
122
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
119
123
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
120
- Used to find the parent resource to bind the IAM policy to
124
+ Used to find the parent resource to bind the IAM policy to. If not specified,
125
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
126
+ location is specified, it is taken from the provider configuration.
121
127
  :param pulumi.Input[str] policy_data: The policy data generated by
122
128
  a `organizations_get_iam_policy` data source.
123
129
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -177,7 +183,9 @@ class _ListingIamPolicyState:
177
183
  def location(self) -> Optional[pulumi.Input[str]]:
178
184
  """
179
185
  The name of the location this data exchange listing.
180
- Used to find the parent resource to bind the IAM policy to
186
+ Used to find the parent resource to bind the IAM policy to. If not specified,
187
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
188
+ location is specified, it is taken from the provider configuration.
181
189
  """
182
190
  return pulumi.get(self, "location")
183
191
 
@@ -377,7 +385,9 @@ class ListingIamPolicy(pulumi.CustomResource):
377
385
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
378
386
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
379
387
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
380
- Used to find the parent resource to bind the IAM policy to
388
+ Used to find the parent resource to bind the IAM policy to. If not specified,
389
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
390
+ location is specified, it is taken from the provider configuration.
381
391
  :param pulumi.Input[str] policy_data: The policy data generated by
382
392
  a `organizations_get_iam_policy` data source.
383
393
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -606,7 +616,9 @@ class ListingIamPolicy(pulumi.CustomResource):
606
616
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
607
617
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
608
618
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
609
- Used to find the parent resource to bind the IAM policy to
619
+ Used to find the parent resource to bind the IAM policy to. If not specified,
620
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
621
+ location is specified, it is taken from the provider configuration.
610
622
  :param pulumi.Input[str] policy_data: The policy data generated by
611
623
  a `organizations_get_iam_policy` data source.
612
624
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -653,7 +665,9 @@ class ListingIamPolicy(pulumi.CustomResource):
653
665
  def location(self) -> pulumi.Output[str]:
654
666
  """
655
667
  The name of the location this data exchange listing.
656
- Used to find the parent resource to bind the IAM policy to
668
+ Used to find the parent resource to bind the IAM policy to. If not specified,
669
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
670
+ location is specified, it is taken from the provider configuration.
657
671
  """
658
672
  return pulumi.get(self, "location")
659
673