pulumi-gcp 7.25.0a1717135845__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 (203) hide show
  1. pulumi_gcp/__init__.py +144 -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/appengine/_inputs.py +18 -0
  8. pulumi_gcp/appengine/domain_mapping.py +1 -1
  9. pulumi_gcp/appengine/outputs.py +16 -0
  10. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
  11. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  12. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  13. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/_inputs.py +286 -2
  15. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  16. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  17. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  18. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  19. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  20. pulumi_gcp/bigquery/outputs.py +289 -2
  21. pulumi_gcp/bigquery/table.py +77 -35
  22. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  24. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  25. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  26. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  27. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  28. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  29. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  30. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  31. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  32. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  33. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  34. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  35. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  36. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  37. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  38. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  39. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  40. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  41. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  42. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  43. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  44. pulumi_gcp/certificateauthority/outputs.py +20 -4
  45. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  46. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  47. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  48. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  49. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  50. pulumi_gcp/cloudfunctionsv2/function.py +0 -4
  51. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  52. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  53. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  54. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrun/_inputs.py +80 -4
  56. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  57. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  58. pulumi_gcp/cloudrun/iam_member.py +21 -7
  59. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  60. pulumi_gcp/cloudrun/outputs.py +137 -4
  61. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  62. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  63. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  64. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  65. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  66. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  67. pulumi_gcp/cloudrunv2/service.py +47 -0
  68. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  69. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  70. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  71. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  72. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  73. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  74. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  75. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  76. pulumi_gcp/compute/__init__.py +1 -0
  77. pulumi_gcp/compute/_inputs.py +416 -194
  78. pulumi_gcp/compute/get_subnetworks.py +157 -0
  79. pulumi_gcp/compute/instance_group_membership.py +2 -2
  80. pulumi_gcp/compute/interconnect_attachment.py +82 -0
  81. pulumi_gcp/compute/network_endpoint.py +2 -2
  82. pulumi_gcp/compute/network_endpoint_list.py +2 -2
  83. pulumi_gcp/compute/outputs.py +629 -181
  84. pulumi_gcp/compute/region_ssl_policy.py +39 -40
  85. pulumi_gcp/compute/security_policy_rule.py +55 -1
  86. pulumi_gcp/container/_inputs.py +560 -0
  87. pulumi_gcp/container/outputs.py +1106 -51
  88. pulumi_gcp/dataplex/__init__.py +15 -0
  89. pulumi_gcp/dataplex/_inputs.py +264 -0
  90. pulumi_gcp/dataplex/aspect_type.py +1077 -0
  91. pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
  92. pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
  93. pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
  94. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  95. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  96. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  97. pulumi_gcp/dataplex/entry_group.py +722 -0
  98. pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
  99. pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
  100. pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
  101. pulumi_gcp/dataplex/entry_type.py +963 -0
  102. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  103. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  104. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  105. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +168 -0
  106. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  107. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
  108. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  109. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  110. pulumi_gcp/dataplex/outputs.py +188 -0
  111. pulumi_gcp/dataplex/task.py +16 -16
  112. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  113. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  114. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  115. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  116. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  117. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  118. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  119. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  120. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  121. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  122. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  123. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  124. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  125. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  126. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  127. pulumi_gcp/datastream/connection_profile.py +47 -0
  128. pulumi_gcp/datastream/private_connection.py +47 -0
  129. pulumi_gcp/datastream/stream.py +47 -0
  130. pulumi_gcp/firestore/field.py +4 -4
  131. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  132. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  133. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  134. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  135. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  136. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  137. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  138. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  139. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  140. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  141. pulumi_gcp/gkehub/membership_binding.py +6 -6
  142. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  143. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  144. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  145. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  146. pulumi_gcp/gkehub/namespace.py +4 -4
  147. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  148. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  149. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  150. pulumi_gcp/kms/__init__.py +2 -0
  151. pulumi_gcp/kms/autokey_config.py +366 -0
  152. pulumi_gcp/kms/key_handle.py +548 -0
  153. pulumi_gcp/logging/__init__.py +4 -0
  154. pulumi_gcp/logging/_inputs.py +100 -0
  155. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  156. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  157. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  158. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  159. pulumi_gcp/logging/outputs.py +76 -0
  160. pulumi_gcp/netapp/storage_pool.py +9 -9
  161. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  162. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  163. pulumi_gcp/networkservices/__init__.py +1 -0
  164. pulumi_gcp/networkservices/_inputs.py +245 -27
  165. pulumi_gcp/networkservices/lb_route_extension.py +663 -0
  166. pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
  167. pulumi_gcp/networkservices/outputs.py +251 -20
  168. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  169. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  170. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  171. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  172. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  173. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  174. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  175. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  176. pulumi_gcp/orgpolicy/policy.py +2 -2
  177. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  178. pulumi_gcp/pubsub/_inputs.py +16 -0
  179. pulumi_gcp/pubsub/outputs.py +25 -0
  180. pulumi_gcp/pubsub/subscription.py +8 -4
  181. pulumi_gcp/pulumi-plugin.json +1 -1
  182. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  183. pulumi_gcp/sql/_inputs.py +2 -4
  184. pulumi_gcp/sql/outputs.py +6 -8
  185. pulumi_gcp/sql/user.py +4 -4
  186. pulumi_gcp/storage/_inputs.py +48 -0
  187. pulumi_gcp/storage/outputs.py +75 -0
  188. pulumi_gcp/tpu/_inputs.py +2 -2
  189. pulumi_gcp/tpu/outputs.py +2 -2
  190. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  191. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  192. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  193. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  194. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  195. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  196. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  197. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  198. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  199. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  200. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
  201. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
  202. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
  203. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
@@ -28,6 +28,7 @@ class InstanceArgs:
28
28
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
29
29
  machine_config: Optional[pulumi.Input['InstanceMachineConfigArgs']] = None,
30
30
  network_config: Optional[pulumi.Input['InstanceNetworkConfigArgs']] = None,
31
+ psc_instance_config: Optional[pulumi.Input['InstancePscInstanceConfigArgs']] = None,
31
32
  query_insights_config: Optional[pulumi.Input['InstanceQueryInsightsConfigArgs']] = None,
32
33
  read_pool_config: Optional[pulumi.Input['InstanceReadPoolConfigArgs']] = None):
33
34
  """
@@ -60,6 +61,8 @@ class InstanceArgs:
60
61
  Structure is documented below.
61
62
  :param pulumi.Input['InstanceNetworkConfigArgs'] network_config: Instance level network configuration.
62
63
  Structure is documented below.
64
+ :param pulumi.Input['InstancePscInstanceConfigArgs'] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
65
+ Structure is documented below.
63
66
  :param pulumi.Input['InstanceQueryInsightsConfigArgs'] query_insights_config: Configuration for query insights.
64
67
  Structure is documented below.
65
68
  :param pulumi.Input['InstanceReadPoolConfigArgs'] read_pool_config: Read pool specific config. If the instance type is READ_POOL, this configuration must be provided.
@@ -86,6 +89,8 @@ class InstanceArgs:
86
89
  pulumi.set(__self__, "machine_config", machine_config)
87
90
  if network_config is not None:
88
91
  pulumi.set(__self__, "network_config", network_config)
92
+ if psc_instance_config is not None:
93
+ pulumi.set(__self__, "psc_instance_config", psc_instance_config)
89
94
  if query_insights_config is not None:
90
95
  pulumi.set(__self__, "query_insights_config", query_insights_config)
91
96
  if read_pool_config is not None:
@@ -249,6 +254,19 @@ class InstanceArgs:
249
254
  def network_config(self, value: Optional[pulumi.Input['InstanceNetworkConfigArgs']]):
250
255
  pulumi.set(self, "network_config", value)
251
256
 
257
+ @property
258
+ @pulumi.getter(name="pscInstanceConfig")
259
+ def psc_instance_config(self) -> Optional[pulumi.Input['InstancePscInstanceConfigArgs']]:
260
+ """
261
+ Configuration for Private Service Connect (PSC) for the instance.
262
+ Structure is documented below.
263
+ """
264
+ return pulumi.get(self, "psc_instance_config")
265
+
266
+ @psc_instance_config.setter
267
+ def psc_instance_config(self, value: Optional[pulumi.Input['InstancePscInstanceConfigArgs']]):
268
+ pulumi.set(self, "psc_instance_config", value)
269
+
252
270
  @property
253
271
  @pulumi.getter(name="queryInsightsConfig")
254
272
  def query_insights_config(self) -> Optional[pulumi.Input['InstanceQueryInsightsConfigArgs']]:
@@ -296,6 +314,7 @@ class _InstanceState:
296
314
  machine_config: Optional[pulumi.Input['InstanceMachineConfigArgs']] = None,
297
315
  name: Optional[pulumi.Input[str]] = None,
298
316
  network_config: Optional[pulumi.Input['InstanceNetworkConfigArgs']] = None,
317
+ psc_instance_config: Optional[pulumi.Input['InstancePscInstanceConfigArgs']] = None,
299
318
  public_ip_address: Optional[pulumi.Input[str]] = None,
300
319
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
301
320
  query_insights_config: Optional[pulumi.Input['InstanceQueryInsightsConfigArgs']] = None,
@@ -338,6 +357,8 @@ class _InstanceState:
338
357
  :param pulumi.Input[str] name: The name of the instance resource.
339
358
  :param pulumi.Input['InstanceNetworkConfigArgs'] network_config: Instance level network configuration.
340
359
  Structure is documented below.
360
+ :param pulumi.Input['InstancePscInstanceConfigArgs'] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
361
+ Structure is documented below.
341
362
  :param pulumi.Input[str] public_ip_address: The public IP addresses for the Instance. This is available ONLY when
342
363
  networkConfig.enablePublicIp is set to true. This is the connection
343
364
  endpoint for an end-user application.
@@ -386,6 +407,8 @@ class _InstanceState:
386
407
  pulumi.set(__self__, "name", name)
387
408
  if network_config is not None:
388
409
  pulumi.set(__self__, "network_config", network_config)
410
+ if psc_instance_config is not None:
411
+ pulumi.set(__self__, "psc_instance_config", psc_instance_config)
389
412
  if public_ip_address is not None:
390
413
  pulumi.set(__self__, "public_ip_address", public_ip_address)
391
414
  if pulumi_labels is not None:
@@ -618,6 +641,19 @@ class _InstanceState:
618
641
  def network_config(self, value: Optional[pulumi.Input['InstanceNetworkConfigArgs']]):
619
642
  pulumi.set(self, "network_config", value)
620
643
 
644
+ @property
645
+ @pulumi.getter(name="pscInstanceConfig")
646
+ def psc_instance_config(self) -> Optional[pulumi.Input['InstancePscInstanceConfigArgs']]:
647
+ """
648
+ Configuration for Private Service Connect (PSC) for the instance.
649
+ Structure is documented below.
650
+ """
651
+ return pulumi.get(self, "psc_instance_config")
652
+
653
+ @psc_instance_config.setter
654
+ def psc_instance_config(self, value: Optional[pulumi.Input['InstancePscInstanceConfigArgs']]):
655
+ pulumi.set(self, "psc_instance_config", value)
656
+
621
657
  @property
622
658
  @pulumi.getter(name="publicIpAddress")
623
659
  def public_ip_address(self) -> Optional[pulumi.Input[str]]:
@@ -737,6 +773,7 @@ class Instance(pulumi.CustomResource):
737
773
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
738
774
  machine_config: Optional[pulumi.Input[pulumi.InputType['InstanceMachineConfigArgs']]] = None,
739
775
  network_config: Optional[pulumi.Input[pulumi.InputType['InstanceNetworkConfigArgs']]] = None,
776
+ psc_instance_config: Optional[pulumi.Input[pulumi.InputType['InstancePscInstanceConfigArgs']]] = None,
740
777
  query_insights_config: Optional[pulumi.Input[pulumi.InputType['InstanceQueryInsightsConfigArgs']]] = None,
741
778
  read_pool_config: Optional[pulumi.Input[pulumi.InputType['InstanceReadPoolConfigArgs']]] = None,
742
779
  __props__=None):
@@ -753,7 +790,9 @@ class Instance(pulumi.CustomResource):
753
790
  default_cluster = gcp.alloydb.Cluster("default",
754
791
  cluster_id="alloydb-cluster",
755
792
  location="us-central1",
756
- network=default_network.id,
793
+ network_config=gcp.alloydb.ClusterNetworkConfigArgs(
794
+ network=default_network.id,
795
+ ),
757
796
  initial_user=gcp.alloydb.ClusterInitialUserArgs(
758
797
  password="alloydb-cluster",
759
798
  ))
@@ -884,6 +923,8 @@ class Instance(pulumi.CustomResource):
884
923
  Structure is documented below.
885
924
  :param pulumi.Input[pulumi.InputType['InstanceNetworkConfigArgs']] network_config: Instance level network configuration.
886
925
  Structure is documented below.
926
+ :param pulumi.Input[pulumi.InputType['InstancePscInstanceConfigArgs']] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
927
+ Structure is documented below.
887
928
  :param pulumi.Input[pulumi.InputType['InstanceQueryInsightsConfigArgs']] query_insights_config: Configuration for query insights.
888
929
  Structure is documented below.
889
930
  :param pulumi.Input[pulumi.InputType['InstanceReadPoolConfigArgs']] read_pool_config: Read pool specific config. If the instance type is READ_POOL, this configuration must be provided.
@@ -908,7 +949,9 @@ class Instance(pulumi.CustomResource):
908
949
  default_cluster = gcp.alloydb.Cluster("default",
909
950
  cluster_id="alloydb-cluster",
910
951
  location="us-central1",
911
- network=default_network.id,
952
+ network_config=gcp.alloydb.ClusterNetworkConfigArgs(
953
+ network=default_network.id,
954
+ ),
912
955
  initial_user=gcp.alloydb.ClusterInitialUserArgs(
913
956
  password="alloydb-cluster",
914
957
  ))
@@ -1036,6 +1079,7 @@ class Instance(pulumi.CustomResource):
1036
1079
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1037
1080
  machine_config: Optional[pulumi.Input[pulumi.InputType['InstanceMachineConfigArgs']]] = None,
1038
1081
  network_config: Optional[pulumi.Input[pulumi.InputType['InstanceNetworkConfigArgs']]] = None,
1082
+ psc_instance_config: Optional[pulumi.Input[pulumi.InputType['InstancePscInstanceConfigArgs']]] = None,
1039
1083
  query_insights_config: Optional[pulumi.Input[pulumi.InputType['InstanceQueryInsightsConfigArgs']]] = None,
1040
1084
  read_pool_config: Optional[pulumi.Input[pulumi.InputType['InstanceReadPoolConfigArgs']]] = None,
1041
1085
  __props__=None):
@@ -1065,6 +1109,7 @@ class Instance(pulumi.CustomResource):
1065
1109
  __props__.__dict__["labels"] = labels
1066
1110
  __props__.__dict__["machine_config"] = machine_config
1067
1111
  __props__.__dict__["network_config"] = network_config
1112
+ __props__.__dict__["psc_instance_config"] = psc_instance_config
1068
1113
  __props__.__dict__["query_insights_config"] = query_insights_config
1069
1114
  __props__.__dict__["read_pool_config"] = read_pool_config
1070
1115
  __props__.__dict__["create_time"] = None
@@ -1107,6 +1152,7 @@ class Instance(pulumi.CustomResource):
1107
1152
  machine_config: Optional[pulumi.Input[pulumi.InputType['InstanceMachineConfigArgs']]] = None,
1108
1153
  name: Optional[pulumi.Input[str]] = None,
1109
1154
  network_config: Optional[pulumi.Input[pulumi.InputType['InstanceNetworkConfigArgs']]] = None,
1155
+ psc_instance_config: Optional[pulumi.Input[pulumi.InputType['InstancePscInstanceConfigArgs']]] = None,
1110
1156
  public_ip_address: Optional[pulumi.Input[str]] = None,
1111
1157
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1112
1158
  query_insights_config: Optional[pulumi.Input[pulumi.InputType['InstanceQueryInsightsConfigArgs']]] = None,
@@ -1154,6 +1200,8 @@ class Instance(pulumi.CustomResource):
1154
1200
  :param pulumi.Input[str] name: The name of the instance resource.
1155
1201
  :param pulumi.Input[pulumi.InputType['InstanceNetworkConfigArgs']] network_config: Instance level network configuration.
1156
1202
  Structure is documented below.
1203
+ :param pulumi.Input[pulumi.InputType['InstancePscInstanceConfigArgs']] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
1204
+ Structure is documented below.
1157
1205
  :param pulumi.Input[str] public_ip_address: The public IP addresses for the Instance. This is available ONLY when
1158
1206
  networkConfig.enablePublicIp is set to true. This is the connection
1159
1207
  endpoint for an end-user application.
@@ -1189,6 +1237,7 @@ class Instance(pulumi.CustomResource):
1189
1237
  __props__.__dict__["machine_config"] = machine_config
1190
1238
  __props__.__dict__["name"] = name
1191
1239
  __props__.__dict__["network_config"] = network_config
1240
+ __props__.__dict__["psc_instance_config"] = psc_instance_config
1192
1241
  __props__.__dict__["public_ip_address"] = public_ip_address
1193
1242
  __props__.__dict__["pulumi_labels"] = pulumi_labels
1194
1243
  __props__.__dict__["query_insights_config"] = query_insights_config
@@ -1346,6 +1395,15 @@ class Instance(pulumi.CustomResource):
1346
1395
  """
1347
1396
  return pulumi.get(self, "network_config")
1348
1397
 
1398
+ @property
1399
+ @pulumi.getter(name="pscInstanceConfig")
1400
+ def psc_instance_config(self) -> pulumi.Output[Optional['outputs.InstancePscInstanceConfig']]:
1401
+ """
1402
+ Configuration for Private Service Connect (PSC) for the instance.
1403
+ Structure is documented below.
1404
+ """
1405
+ return pulumi.get(self, "psc_instance_config")
1406
+
1349
1407
  @property
1350
1408
  @pulumi.getter(name="publicIpAddress")
1351
1409
  def public_ip_address(self) -> pulumi.Output[str]:
@@ -33,6 +33,7 @@ __all__ = [
33
33
  'ClusterMaintenanceUpdatePolicyMaintenanceWindowStartTime',
34
34
  'ClusterMigrationSource',
35
35
  'ClusterNetworkConfig',
36
+ 'ClusterPscConfig',
36
37
  'ClusterRestoreBackupSource',
37
38
  'ClusterRestoreContinuousBackupSource',
38
39
  'ClusterSecondaryConfig',
@@ -41,6 +42,7 @@ __all__ = [
41
42
  'InstanceMachineConfig',
42
43
  'InstanceNetworkConfig',
43
44
  'InstanceNetworkConfigAuthorizedExternalNetwork',
45
+ 'InstancePscInstanceConfig',
44
46
  'InstanceQueryInsightsConfig',
45
47
  'InstanceReadPoolConfig',
46
48
  'GetLocationsLocationResult',
@@ -1192,6 +1194,42 @@ class ClusterNetworkConfig(dict):
1192
1194
  return pulumi.get(self, "network")
1193
1195
 
1194
1196
 
1197
+ @pulumi.output_type
1198
+ class ClusterPscConfig(dict):
1199
+ @staticmethod
1200
+ def __key_warning(key: str):
1201
+ suggest = None
1202
+ if key == "pscEnabled":
1203
+ suggest = "psc_enabled"
1204
+
1205
+ if suggest:
1206
+ pulumi.log.warn(f"Key '{key}' not found in ClusterPscConfig. Access the value via the '{suggest}' property getter instead.")
1207
+
1208
+ def __getitem__(self, key: str) -> Any:
1209
+ ClusterPscConfig.__key_warning(key)
1210
+ return super().__getitem__(key)
1211
+
1212
+ def get(self, key: str, default = None) -> Any:
1213
+ ClusterPscConfig.__key_warning(key)
1214
+ return super().get(key, default)
1215
+
1216
+ def __init__(__self__, *,
1217
+ psc_enabled: Optional[bool] = None):
1218
+ """
1219
+ :param bool psc_enabled: Create an instance that allows connections from Private Service Connect endpoints to the instance.
1220
+ """
1221
+ if psc_enabled is not None:
1222
+ pulumi.set(__self__, "psc_enabled", psc_enabled)
1223
+
1224
+ @property
1225
+ @pulumi.getter(name="pscEnabled")
1226
+ def psc_enabled(self) -> Optional[bool]:
1227
+ """
1228
+ Create an instance that allows connections from Private Service Connect endpoints to the instance.
1229
+ """
1230
+ return pulumi.get(self, "psc_enabled")
1231
+
1232
+
1195
1233
  @pulumi.output_type
1196
1234
  class ClusterRestoreBackupSource(dict):
1197
1235
  @staticmethod
@@ -1532,6 +1570,82 @@ class InstanceNetworkConfigAuthorizedExternalNetwork(dict):
1532
1570
  return pulumi.get(self, "cidr_range")
1533
1571
 
1534
1572
 
1573
+ @pulumi.output_type
1574
+ class InstancePscInstanceConfig(dict):
1575
+ @staticmethod
1576
+ def __key_warning(key: str):
1577
+ suggest = None
1578
+ if key == "allowedConsumerProjects":
1579
+ suggest = "allowed_consumer_projects"
1580
+ elif key == "pscDnsName":
1581
+ suggest = "psc_dns_name"
1582
+ elif key == "serviceAttachmentLink":
1583
+ suggest = "service_attachment_link"
1584
+
1585
+ if suggest:
1586
+ pulumi.log.warn(f"Key '{key}' not found in InstancePscInstanceConfig. Access the value via the '{suggest}' property getter instead.")
1587
+
1588
+ def __getitem__(self, key: str) -> Any:
1589
+ InstancePscInstanceConfig.__key_warning(key)
1590
+ return super().__getitem__(key)
1591
+
1592
+ def get(self, key: str, default = None) -> Any:
1593
+ InstancePscInstanceConfig.__key_warning(key)
1594
+ return super().get(key, default)
1595
+
1596
+ def __init__(__self__, *,
1597
+ allowed_consumer_projects: Optional[Sequence[str]] = None,
1598
+ psc_dns_name: Optional[str] = None,
1599
+ service_attachment_link: Optional[str] = None):
1600
+ """
1601
+ :param Sequence[str] allowed_consumer_projects: List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
1602
+ These should be specified as project numbers only.
1603
+ :param str psc_dns_name: (Output)
1604
+ The DNS name of the instance for PSC connectivity.
1605
+ Name convention: <uid>.<uid>.<region>.alloydb-psc.goog
1606
+ :param str service_attachment_link: (Output)
1607
+ The service attachment created when Private Service Connect (PSC) is enabled for the instance.
1608
+ The name of the resource will be in the format of
1609
+ `projects/<alloydb-tenant-project-number>/regions/<region-name>/serviceAttachments/<service-attachment-name>`
1610
+ """
1611
+ if allowed_consumer_projects is not None:
1612
+ pulumi.set(__self__, "allowed_consumer_projects", allowed_consumer_projects)
1613
+ if psc_dns_name is not None:
1614
+ pulumi.set(__self__, "psc_dns_name", psc_dns_name)
1615
+ if service_attachment_link is not None:
1616
+ pulumi.set(__self__, "service_attachment_link", service_attachment_link)
1617
+
1618
+ @property
1619
+ @pulumi.getter(name="allowedConsumerProjects")
1620
+ def allowed_consumer_projects(self) -> Optional[Sequence[str]]:
1621
+ """
1622
+ List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
1623
+ These should be specified as project numbers only.
1624
+ """
1625
+ return pulumi.get(self, "allowed_consumer_projects")
1626
+
1627
+ @property
1628
+ @pulumi.getter(name="pscDnsName")
1629
+ def psc_dns_name(self) -> Optional[str]:
1630
+ """
1631
+ (Output)
1632
+ The DNS name of the instance for PSC connectivity.
1633
+ Name convention: <uid>.<uid>.<region>.alloydb-psc.goog
1634
+ """
1635
+ return pulumi.get(self, "psc_dns_name")
1636
+
1637
+ @property
1638
+ @pulumi.getter(name="serviceAttachmentLink")
1639
+ def service_attachment_link(self) -> Optional[str]:
1640
+ """
1641
+ (Output)
1642
+ The service attachment created when Private Service Connect (PSC) is enabled for the instance.
1643
+ The name of the resource will be in the format of
1644
+ `projects/<alloydb-tenant-project-number>/regions/<region-name>/serviceAttachments/<service-attachment-name>`
1645
+ """
1646
+ return pulumi.get(self, "service_attachment_link")
1647
+
1648
+
1535
1649
  @pulumi.output_type
1536
1650
  class InstanceQueryInsightsConfig(dict):
1537
1651
  @staticmethod
@@ -1752,12 +1752,15 @@ class FlexibleAppVersionNetworkArgs:
1752
1752
  def __init__(__self__, *,
1753
1753
  name: pulumi.Input[str],
1754
1754
  forwarded_ports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1755
+ instance_ip_mode: Optional[pulumi.Input[str]] = None,
1755
1756
  instance_tag: Optional[pulumi.Input[str]] = None,
1756
1757
  session_affinity: Optional[pulumi.Input[bool]] = None,
1757
1758
  subnetwork: Optional[pulumi.Input[str]] = None):
1758
1759
  """
1759
1760
  :param pulumi.Input[str] name: Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.
1760
1761
  :param pulumi.Input[Sequence[pulumi.Input[str]]] forwarded_ports: List of ports, or port pairs, to forward from the virtual machine to the application container.
1762
+ :param pulumi.Input[str] instance_ip_mode: Prevent instances from receiving an ephemeral external IP address.
1763
+ Possible values are: `EXTERNAL`, `INTERNAL`.
1761
1764
  :param pulumi.Input[str] instance_tag: Tag to apply to the instance during creation.
1762
1765
  :param pulumi.Input[bool] session_affinity: Enable session affinity.
1763
1766
  :param pulumi.Input[str] subnetwork: Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.
@@ -1769,6 +1772,8 @@ class FlexibleAppVersionNetworkArgs:
1769
1772
  pulumi.set(__self__, "name", name)
1770
1773
  if forwarded_ports is not None:
1771
1774
  pulumi.set(__self__, "forwarded_ports", forwarded_ports)
1775
+ if instance_ip_mode is not None:
1776
+ pulumi.set(__self__, "instance_ip_mode", instance_ip_mode)
1772
1777
  if instance_tag is not None:
1773
1778
  pulumi.set(__self__, "instance_tag", instance_tag)
1774
1779
  if session_affinity is not None:
@@ -1800,6 +1805,19 @@ class FlexibleAppVersionNetworkArgs:
1800
1805
  def forwarded_ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1801
1806
  pulumi.set(self, "forwarded_ports", value)
1802
1807
 
1808
+ @property
1809
+ @pulumi.getter(name="instanceIpMode")
1810
+ def instance_ip_mode(self) -> Optional[pulumi.Input[str]]:
1811
+ """
1812
+ Prevent instances from receiving an ephemeral external IP address.
1813
+ Possible values are: `EXTERNAL`, `INTERNAL`.
1814
+ """
1815
+ return pulumi.get(self, "instance_ip_mode")
1816
+
1817
+ @instance_ip_mode.setter
1818
+ def instance_ip_mode(self, value: Optional[pulumi.Input[str]]):
1819
+ pulumi.set(self, "instance_ip_mode", value)
1820
+
1803
1821
  @property
1804
1822
  @pulumi.getter(name="instanceTag")
1805
1823
  def instance_tag(self) -> Optional[pulumi.Input[str]]:
@@ -490,7 +490,7 @@ class DomainMapping(pulumi.CustomResource):
490
490
 
491
491
  @property
492
492
  @pulumi.getter(name="sslSettings")
493
- def ssl_settings(self) -> pulumi.Output[Optional['outputs.DomainMappingSslSettings']]:
493
+ def ssl_settings(self) -> pulumi.Output['outputs.DomainMappingSslSettings']:
494
494
  """
495
495
  SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
496
496
  Structure is documented below.
@@ -1806,6 +1806,8 @@ class FlexibleAppVersionNetwork(dict):
1806
1806
  suggest = None
1807
1807
  if key == "forwardedPorts":
1808
1808
  suggest = "forwarded_ports"
1809
+ elif key == "instanceIpMode":
1810
+ suggest = "instance_ip_mode"
1809
1811
  elif key == "instanceTag":
1810
1812
  suggest = "instance_tag"
1811
1813
  elif key == "sessionAffinity":
@@ -1825,12 +1827,15 @@ class FlexibleAppVersionNetwork(dict):
1825
1827
  def __init__(__self__, *,
1826
1828
  name: str,
1827
1829
  forwarded_ports: Optional[Sequence[str]] = None,
1830
+ instance_ip_mode: Optional[str] = None,
1828
1831
  instance_tag: Optional[str] = None,
1829
1832
  session_affinity: Optional[bool] = None,
1830
1833
  subnetwork: Optional[str] = None):
1831
1834
  """
1832
1835
  :param str name: Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.
1833
1836
  :param Sequence[str] forwarded_ports: List of ports, or port pairs, to forward from the virtual machine to the application container.
1837
+ :param str instance_ip_mode: Prevent instances from receiving an ephemeral external IP address.
1838
+ Possible values are: `EXTERNAL`, `INTERNAL`.
1834
1839
  :param str instance_tag: Tag to apply to the instance during creation.
1835
1840
  :param bool session_affinity: Enable session affinity.
1836
1841
  :param str subnetwork: Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.
@@ -1842,6 +1847,8 @@ class FlexibleAppVersionNetwork(dict):
1842
1847
  pulumi.set(__self__, "name", name)
1843
1848
  if forwarded_ports is not None:
1844
1849
  pulumi.set(__self__, "forwarded_ports", forwarded_ports)
1850
+ if instance_ip_mode is not None:
1851
+ pulumi.set(__self__, "instance_ip_mode", instance_ip_mode)
1845
1852
  if instance_tag is not None:
1846
1853
  pulumi.set(__self__, "instance_tag", instance_tag)
1847
1854
  if session_affinity is not None:
@@ -1865,6 +1872,15 @@ class FlexibleAppVersionNetwork(dict):
1865
1872
  """
1866
1873
  return pulumi.get(self, "forwarded_ports")
1867
1874
 
1875
+ @property
1876
+ @pulumi.getter(name="instanceIpMode")
1877
+ def instance_ip_mode(self) -> Optional[str]:
1878
+ """
1879
+ Prevent instances from receiving an ephemeral external IP address.
1880
+ Possible values are: `EXTERNAL`, `INTERNAL`.
1881
+ """
1882
+ return pulumi.get(self, "instance_ip_mode")
1883
+
1868
1884
  @property
1869
1885
  @pulumi.getter(name="instanceTag")
1870
1886
  def instance_tag(self) -> Optional[str]:
@@ -116,7 +116,9 @@ def get_repository_iam_policy(location: Optional[str] = None,
116
116
 
117
117
 
118
118
  :param str location: The name of the location this repository is located in.
119
- Used to find the parent resource to bind the IAM policy to
119
+ Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
120
122
  :param str project: The ID of the project in which the resource belongs.
121
123
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
122
124
  :param str repository: Used to find the parent resource to bind the IAM policy to
@@ -158,7 +160,9 @@ def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[st
158
160
 
159
161
 
160
162
  :param str location: The name of the location this repository is located in.
161
- Used to find the parent resource to bind the IAM policy to
163
+ Used to find the parent resource to bind the IAM policy to. If not specified,
164
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
165
+ location is specified, it is taken from the provider configuration.
162
166
  :param str project: The ID of the project in which the resource belongs.
163
167
  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.
164
168
  :param str repository: Used to find the parent resource to bind the IAM policy to
@@ -40,7 +40,9 @@ class RepositoryIamBindingArgs:
40
40
  `artifactregistry.RepositoryIamBinding` 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 repository is located in.
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 RepositoryIamBindingArgs:
116
118
  def location(self) -> Optional[pulumi.Input[str]]:
117
119
  """
118
120
  The name of the location this repository is located in.
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
 
@@ -152,7 +156,9 @@ class _RepositoryIamBindingState:
152
156
  Input properties used for looking up and filtering RepositoryIamBinding resources.
153
157
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
154
158
  :param pulumi.Input[str] location: The name of the location this repository is located in.
155
- Used to find the parent resource to bind the IAM policy to
159
+ Used to find the parent resource to bind the IAM policy to. If not specified,
160
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
161
+ location is specified, it is taken from the provider configuration.
156
162
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
157
163
  Each entry can have one of the following values:
158
164
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -212,7 +218,9 @@ class _RepositoryIamBindingState:
212
218
  def location(self) -> Optional[pulumi.Input[str]]:
213
219
  """
214
220
  The name of the location this repository is located in.
215
- Used to find the parent resource to bind the IAM policy to
221
+ Used to find the parent resource to bind the IAM policy to. If not specified,
222
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
223
+ location is specified, it is taken from the provider configuration.
216
224
  """
217
225
  return pulumi.get(self, "location")
218
226
 
@@ -440,7 +448,9 @@ class RepositoryIamBinding(pulumi.CustomResource):
440
448
  :param str resource_name: The name of the resource.
441
449
  :param pulumi.ResourceOptions opts: Options for the resource.
442
450
  :param pulumi.Input[str] location: The name of the location this repository is located in.
443
- Used to find the parent resource to bind the IAM policy to
451
+ Used to find the parent resource to bind the IAM policy to. If not specified,
452
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
453
+ location is specified, it is taken from the provider configuration.
444
454
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
445
455
  Each entry can have one of the following values:
446
456
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -677,7 +687,9 @@ class RepositoryIamBinding(pulumi.CustomResource):
677
687
  :param pulumi.ResourceOptions opts: Options for the resource.
678
688
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
679
689
  :param pulumi.Input[str] location: The name of the location this repository is located in.
680
- Used to find the parent resource to bind the IAM policy to
690
+ Used to find the parent resource to bind the IAM policy to. If not specified,
691
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
692
+ location is specified, it is taken from the provider configuration.
681
693
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
682
694
  Each entry can have one of the following values:
683
695
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -727,7 +739,9 @@ class RepositoryIamBinding(pulumi.CustomResource):
727
739
  def location(self) -> pulumi.Output[str]:
728
740
  """
729
741
  The name of the location this repository is located in.
730
- 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.
731
745
  """
732
746
  return pulumi.get(self, "location")
733
747
 
@@ -40,7 +40,9 @@ class RepositoryIamMemberArgs:
40
40
  `artifactregistry.RepositoryIamBinding` 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 repository is located in.
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 RepositoryIamMemberArgs:
116
118
  def location(self) -> Optional[pulumi.Input[str]]:
117
119
  """
118
120
  The name of the location this repository is located in.
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
 
@@ -152,7 +156,9 @@ class _RepositoryIamMemberState:
152
156
  Input properties used for looking up and filtering RepositoryIamMember resources.
153
157
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
154
158
  :param pulumi.Input[str] location: The name of the location this repository is located in.
155
- Used to find the parent resource to bind the IAM policy to
159
+ Used to find the parent resource to bind the IAM policy to. If not specified,
160
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
161
+ location is specified, it is taken from the provider configuration.
156
162
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
157
163
  Each entry can have one of the following values:
158
164
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -212,7 +218,9 @@ class _RepositoryIamMemberState:
212
218
  def location(self) -> Optional[pulumi.Input[str]]:
213
219
  """
214
220
  The name of the location this repository is located in.
215
- Used to find the parent resource to bind the IAM policy to
221
+ Used to find the parent resource to bind the IAM policy to. If not specified,
222
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
223
+ location is specified, it is taken from the provider configuration.
216
224
  """
217
225
  return pulumi.get(self, "location")
218
226
 
@@ -440,7 +448,9 @@ class RepositoryIamMember(pulumi.CustomResource):
440
448
  :param str resource_name: The name of the resource.
441
449
  :param pulumi.ResourceOptions opts: Options for the resource.
442
450
  :param pulumi.Input[str] location: The name of the location this repository is located in.
443
- Used to find the parent resource to bind the IAM policy to
451
+ Used to find the parent resource to bind the IAM policy to. If not specified,
452
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
453
+ location is specified, it is taken from the provider configuration.
444
454
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
445
455
  Each entry can have one of the following values:
446
456
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -677,7 +687,9 @@ class RepositoryIamMember(pulumi.CustomResource):
677
687
  :param pulumi.ResourceOptions opts: Options for the resource.
678
688
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
679
689
  :param pulumi.Input[str] location: The name of the location this repository is located in.
680
- Used to find the parent resource to bind the IAM policy to
690
+ Used to find the parent resource to bind the IAM policy to. If not specified,
691
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
692
+ location is specified, it is taken from the provider configuration.
681
693
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
682
694
  Each entry can have one of the following values:
683
695
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -727,7 +739,9 @@ class RepositoryIamMember(pulumi.CustomResource):
727
739
  def location(self) -> pulumi.Output[str]:
728
740
  """
729
741
  The name of the location this repository is located in.
730
- 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.
731
745
  """
732
746
  return pulumi.get(self, "location")
733
747