pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.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 (130) hide show
  1. pulumi_gcp/__init__.py +104 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
  3. pulumi_gcp/accesscontextmanager/outputs.py +186 -54
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
  5. pulumi_gcp/alloydb/user.py +10 -1
  6. pulumi_gcp/appengine/_inputs.py +3 -0
  7. pulumi_gcp/appengine/outputs.py +2 -0
  8. pulumi_gcp/assuredworkloads/workload.py +7 -7
  9. pulumi_gcp/beyondcorp/__init__.py +9 -0
  10. pulumi_gcp/beyondcorp/_inputs.py +319 -0
  11. pulumi_gcp/beyondcorp/application.py +604 -0
  12. pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
  13. pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
  14. pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
  15. pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
  16. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +180 -0
  17. pulumi_gcp/beyondcorp/outputs.py +187 -0
  18. pulumi_gcp/beyondcorp/security_gateway.py +52 -25
  19. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
  20. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
  21. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
  22. pulumi_gcp/bigquery/_inputs.py +33 -0
  23. pulumi_gcp/bigquery/dataset.py +7 -7
  24. pulumi_gcp/bigquery/outputs.py +36 -0
  25. pulumi_gcp/bigquery/table.py +61 -7
  26. pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
  27. pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
  28. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
  29. pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
  30. pulumi_gcp/certificateauthority/_inputs.py +54 -0
  31. pulumi_gcp/certificateauthority/authority.py +149 -3
  32. pulumi_gcp/certificateauthority/get_authority.py +15 -4
  33. pulumi_gcp/certificateauthority/outputs.py +81 -0
  34. pulumi_gcp/chronicle/retrohunt.py +0 -16
  35. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
  36. pulumi_gcp/cloudrunv2/_inputs.py +112 -0
  37. pulumi_gcp/cloudrunv2/outputs.py +144 -1
  38. pulumi_gcp/cloudrunv2/service.py +2 -0
  39. pulumi_gcp/colab/__init__.py +2 -0
  40. pulumi_gcp/colab/_inputs.py +655 -0
  41. pulumi_gcp/colab/notebook_execution.py +1259 -0
  42. pulumi_gcp/colab/outputs.py +512 -0
  43. pulumi_gcp/colab/runtime.py +266 -2
  44. pulumi_gcp/colab/runtime_template.py +79 -3
  45. pulumi_gcp/colab/schedule.py +1318 -0
  46. pulumi_gcp/compute/__init__.py +1 -0
  47. pulumi_gcp/compute/_inputs.py +213 -9
  48. pulumi_gcp/compute/firewall_policy.py +54 -43
  49. pulumi_gcp/compute/forwarding_rule.py +103 -0
  50. pulumi_gcp/compute/get_forwarding_rule.py +12 -1
  51. pulumi_gcp/compute/get_network.py +3 -3
  52. pulumi_gcp/compute/interconnect_attachment.py +12 -0
  53. pulumi_gcp/compute/network.py +7 -7
  54. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
  55. pulumi_gcp/compute/outputs.py +193 -6
  56. pulumi_gcp/compute/public_advertised_prefix.py +35 -7
  57. pulumi_gcp/compute/public_delegated_prefix.py +171 -7
  58. pulumi_gcp/compute/region_resize_request.py +21 -22
  59. pulumi_gcp/compute/resize_request.py +22 -23
  60. pulumi_gcp/compute/router_peer.py +112 -0
  61. pulumi_gcp/compute/subnetwork.py +14 -7
  62. pulumi_gcp/container/_inputs.py +133 -21
  63. pulumi_gcp/container/outputs.py +154 -13
  64. pulumi_gcp/dataproc/_inputs.py +34 -0
  65. pulumi_gcp/dataproc/outputs.py +37 -0
  66. pulumi_gcp/dataproc/workflow_template.py +47 -0
  67. pulumi_gcp/datastream/connection_profile.py +120 -46
  68. pulumi_gcp/discoveryengine/chat_engine.py +7 -7
  69. pulumi_gcp/filestore/_inputs.py +222 -0
  70. pulumi_gcp/filestore/get_instance.py +23 -1
  71. pulumi_gcp/filestore/instance.py +86 -0
  72. pulumi_gcp/filestore/outputs.py +282 -0
  73. pulumi_gcp/firestore/field.py +60 -0
  74. pulumi_gcp/gemini/__init__.py +2 -0
  75. pulumi_gcp/gemini/logging_setting.py +671 -0
  76. pulumi_gcp/gemini/release_channel_setting.py +639 -0
  77. pulumi_gcp/gkehub/_inputs.py +20 -0
  78. pulumi_gcp/gkehub/membership_binding.py +6 -6
  79. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  80. pulumi_gcp/gkehub/namespace.py +4 -4
  81. pulumi_gcp/gkehub/outputs.py +26 -1
  82. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  83. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  84. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  85. pulumi_gcp/memorystore/_inputs.py +296 -0
  86. pulumi_gcp/memorystore/instance.py +32 -28
  87. pulumi_gcp/memorystore/outputs.py +224 -0
  88. pulumi_gcp/monitoring/_inputs.py +12 -9
  89. pulumi_gcp/monitoring/outputs.py +8 -6
  90. pulumi_gcp/netapp/storage_pool.py +1 -1
  91. pulumi_gcp/networkconnectivity/spoke.py +76 -14
  92. pulumi_gcp/networkservices/_inputs.py +89 -0
  93. pulumi_gcp/networkservices/outputs.py +75 -0
  94. pulumi_gcp/orgpolicy/policy.py +2 -2
  95. pulumi_gcp/parametermanager/__init__.py +5 -0
  96. pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
  97. pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
  98. pulumi_gcp/parametermanager/get_parameters.py +140 -0
  99. pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
  100. pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
  101. pulumi_gcp/parametermanager/outputs.py +156 -0
  102. pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
  103. pulumi_gcp/pubsub/_inputs.py +264 -0
  104. pulumi_gcp/pubsub/outputs.py +353 -0
  105. pulumi_gcp/pubsub/subscription.py +6 -6
  106. pulumi_gcp/pubsub/topic.py +70 -0
  107. pulumi_gcp/pulumi-plugin.json +1 -1
  108. pulumi_gcp/resourcemanager/lien.py +12 -0
  109. pulumi_gcp/secretmanager/regional_secret.py +4 -0
  110. pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
  111. pulumi_gcp/secretmanager/secret.py +4 -0
  112. pulumi_gcp/secretmanager/secret_version.py +12 -0
  113. pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
  114. pulumi_gcp/securesourcemanager/repository.py +4 -0
  115. pulumi_gcp/securityposture/posture.py +4 -0
  116. pulumi_gcp/securityposture/posture_deployment.py +4 -0
  117. pulumi_gcp/serviceaccount/get_s.py +98 -8
  118. pulumi_gcp/spanner/_inputs.py +68 -0
  119. pulumi_gcp/spanner/backup_schedule.py +70 -4
  120. pulumi_gcp/spanner/outputs.py +60 -0
  121. pulumi_gcp/storage/bucket_object.py +8 -0
  122. pulumi_gcp/storage/get_bucket_object_content.py +4 -4
  123. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  124. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  125. pulumi_gcp/workbench/instance.py +70 -2
  126. pulumi_gcp/workflows/workflow.py +175 -0
  127. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/METADATA +1 -1
  128. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/RECORD +130 -110
  129. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/WHEEL +0 -0
  130. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/top_level.txt +0 -0
@@ -1767,12 +1767,21 @@ class ServicePerimeterDryRunEgressPolicyEgressFromSource(dict):
1767
1767
  return super().get(key, default)
1768
1768
 
1769
1769
  def __init__(__self__, *,
1770
- access_level: Optional[str] = None):
1770
+ access_level: Optional[str] = None,
1771
+ resource: Optional[str] = None):
1771
1772
  """
1772
1773
  :param str access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
1774
+ :param str resource: A Google Cloud resource that is allowed to egress the perimeter.
1775
+ Requests from these resources are allowed to access data outside the perimeter.
1776
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
1777
+ The resource may be in any Google Cloud organization, not just the
1778
+ organization that the perimeter is defined in. `*` is not allowed, the
1779
+ case of allowing all Google Cloud resources only is not supported.
1773
1780
  """
1774
1781
  if access_level is not None:
1775
1782
  pulumi.set(__self__, "access_level", access_level)
1783
+ if resource is not None:
1784
+ pulumi.set(__self__, "resource", resource)
1776
1785
 
1777
1786
  @property
1778
1787
  @pulumi.getter(name="accessLevel")
@@ -1782,6 +1791,19 @@ class ServicePerimeterDryRunEgressPolicyEgressFromSource(dict):
1782
1791
  """
1783
1792
  return pulumi.get(self, "access_level")
1784
1793
 
1794
+ @property
1795
+ @pulumi.getter
1796
+ def resource(self) -> Optional[str]:
1797
+ """
1798
+ A Google Cloud resource that is allowed to egress the perimeter.
1799
+ Requests from these resources are allowed to access data outside the perimeter.
1800
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
1801
+ The resource may be in any Google Cloud organization, not just the
1802
+ organization that the perimeter is defined in. `*` is not allowed, the
1803
+ case of allowing all Google Cloud resources only is not supported.
1804
+ """
1805
+ return pulumi.get(self, "resource")
1806
+
1785
1807
 
1786
1808
  @pulumi.output_type
1787
1809
  class ServicePerimeterDryRunEgressPolicyEgressTo(dict):
@@ -2366,12 +2388,21 @@ class ServicePerimeterEgressPolicyEgressFromSource(dict):
2366
2388
  return super().get(key, default)
2367
2389
 
2368
2390
  def __init__(__self__, *,
2369
- access_level: Optional[str] = None):
2391
+ access_level: Optional[str] = None,
2392
+ resource: Optional[str] = None):
2370
2393
  """
2371
2394
  :param str access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
2395
+ :param str resource: A Google Cloud resource that is allowed to egress the perimeter.
2396
+ Requests from these resources are allowed to access data outside the perimeter.
2397
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
2398
+ The resource may be in any Google Cloud organization, not just the
2399
+ organization that the perimeter is defined in. `*` is not allowed, the
2400
+ case of allowing all Google Cloud resources only is not supported.
2372
2401
  """
2373
2402
  if access_level is not None:
2374
2403
  pulumi.set(__self__, "access_level", access_level)
2404
+ if resource is not None:
2405
+ pulumi.set(__self__, "resource", resource)
2375
2406
 
2376
2407
  @property
2377
2408
  @pulumi.getter(name="accessLevel")
@@ -2381,6 +2412,19 @@ class ServicePerimeterEgressPolicyEgressFromSource(dict):
2381
2412
  """
2382
2413
  return pulumi.get(self, "access_level")
2383
2414
 
2415
+ @property
2416
+ @pulumi.getter
2417
+ def resource(self) -> Optional[str]:
2418
+ """
2419
+ A Google Cloud resource that is allowed to egress the perimeter.
2420
+ Requests from these resources are allowed to access data outside the perimeter.
2421
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
2422
+ The resource may be in any Google Cloud organization, not just the
2423
+ organization that the perimeter is defined in. `*` is not allowed, the
2424
+ case of allowing all Google Cloud resources only is not supported.
2425
+ """
2426
+ return pulumi.get(self, "resource")
2427
+
2384
2428
 
2385
2429
  @pulumi.output_type
2386
2430
  class ServicePerimeterEgressPolicyEgressTo(dict):
@@ -3175,12 +3219,21 @@ class ServicePerimeterSpecEgressPolicyEgressFromSource(dict):
3175
3219
  return super().get(key, default)
3176
3220
 
3177
3221
  def __init__(__self__, *,
3178
- access_level: Optional[str] = None):
3222
+ access_level: Optional[str] = None,
3223
+ resource: Optional[str] = None):
3179
3224
  """
3180
3225
  :param str access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
3226
+ :param str resource: A Google Cloud resource that is allowed to egress the perimeter.
3227
+ Requests from these resources are allowed to access data outside the perimeter.
3228
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
3229
+ The resource may be in any Google Cloud organization, not just the
3230
+ organization that the perimeter is defined in. `*` is not allowed, the
3231
+ case of allowing all Google Cloud resources only is not supported.
3181
3232
  """
3182
3233
  if access_level is not None:
3183
3234
  pulumi.set(__self__, "access_level", access_level)
3235
+ if resource is not None:
3236
+ pulumi.set(__self__, "resource", resource)
3184
3237
 
3185
3238
  @property
3186
3239
  @pulumi.getter(name="accessLevel")
@@ -3190,6 +3243,19 @@ class ServicePerimeterSpecEgressPolicyEgressFromSource(dict):
3190
3243
  """
3191
3244
  return pulumi.get(self, "access_level")
3192
3245
 
3246
+ @property
3247
+ @pulumi.getter
3248
+ def resource(self) -> Optional[str]:
3249
+ """
3250
+ A Google Cloud resource that is allowed to egress the perimeter.
3251
+ Requests from these resources are allowed to access data outside the perimeter.
3252
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
3253
+ The resource may be in any Google Cloud organization, not just the
3254
+ organization that the perimeter is defined in. `*` is not allowed, the
3255
+ case of allowing all Google Cloud resources only is not supported.
3256
+ """
3257
+ return pulumi.get(self, "resource")
3258
+
3193
3259
 
3194
3260
  @pulumi.output_type
3195
3261
  class ServicePerimeterSpecEgressPolicyEgressTo(dict):
@@ -3520,12 +3586,12 @@ class ServicePerimeterSpecIngressPolicyIngressFromSource(dict):
3520
3586
  resource: Optional[str] = None):
3521
3587
  """
3522
3588
  :param str access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
3523
- :param str resource: A Google Cloud resource that is allowed to ingress the perimeter.
3524
- Requests from these resources will be allowed to access perimeter data.
3525
- Currently only projects are allowed. Format `projects/{project_number}`
3526
- The project may be in any Google Cloud organization, not just the
3527
- organization that the perimeter is defined in. `*` is not allowed, the case
3528
- of allowing all Google Cloud resources only is not supported.
3589
+ :param str resource: A Google Cloud resource that is allowed to egress the perimeter.
3590
+ Requests from these resources are allowed to access data outside the perimeter.
3591
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
3592
+ The resource may be in any Google Cloud organization, not just the
3593
+ organization that the perimeter is defined in. `*` is not allowed, the
3594
+ case of allowing all Google Cloud resources only is not supported.
3529
3595
  """
3530
3596
  if access_level is not None:
3531
3597
  pulumi.set(__self__, "access_level", access_level)
@@ -3544,12 +3610,12 @@ class ServicePerimeterSpecIngressPolicyIngressFromSource(dict):
3544
3610
  @pulumi.getter
3545
3611
  def resource(self) -> Optional[str]:
3546
3612
  """
3547
- A Google Cloud resource that is allowed to ingress the perimeter.
3548
- Requests from these resources will be allowed to access perimeter data.
3549
- Currently only projects are allowed. Format `projects/{project_number}`
3550
- The project may be in any Google Cloud organization, not just the
3551
- organization that the perimeter is defined in. `*` is not allowed, the case
3552
- of allowing all Google Cloud resources only is not supported.
3613
+ A Google Cloud resource that is allowed to egress the perimeter.
3614
+ Requests from these resources are allowed to access data outside the perimeter.
3615
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
3616
+ The resource may be in any Google Cloud organization, not just the
3617
+ organization that the perimeter is defined in. `*` is not allowed, the
3618
+ case of allowing all Google Cloud resources only is not supported.
3553
3619
  """
3554
3620
  return pulumi.get(self, "resource")
3555
3621
 
@@ -4072,12 +4138,21 @@ class ServicePerimeterStatusEgressPolicyEgressFromSource(dict):
4072
4138
  return super().get(key, default)
4073
4139
 
4074
4140
  def __init__(__self__, *,
4075
- access_level: Optional[str] = None):
4141
+ access_level: Optional[str] = None,
4142
+ resource: Optional[str] = None):
4076
4143
  """
4077
4144
  :param str access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
4145
+ :param str resource: A Google Cloud resource that is allowed to egress the perimeter.
4146
+ Requests from these resources are allowed to access data outside the perimeter.
4147
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
4148
+ The resource may be in any Google Cloud organization, not just the
4149
+ organization that the perimeter is defined in. `*` is not allowed, the
4150
+ case of allowing all Google Cloud resources only is not supported.
4078
4151
  """
4079
4152
  if access_level is not None:
4080
4153
  pulumi.set(__self__, "access_level", access_level)
4154
+ if resource is not None:
4155
+ pulumi.set(__self__, "resource", resource)
4081
4156
 
4082
4157
  @property
4083
4158
  @pulumi.getter(name="accessLevel")
@@ -4087,6 +4162,19 @@ class ServicePerimeterStatusEgressPolicyEgressFromSource(dict):
4087
4162
  """
4088
4163
  return pulumi.get(self, "access_level")
4089
4164
 
4165
+ @property
4166
+ @pulumi.getter
4167
+ def resource(self) -> Optional[str]:
4168
+ """
4169
+ A Google Cloud resource that is allowed to egress the perimeter.
4170
+ Requests from these resources are allowed to access data outside the perimeter.
4171
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
4172
+ The resource may be in any Google Cloud organization, not just the
4173
+ organization that the perimeter is defined in. `*` is not allowed, the
4174
+ case of allowing all Google Cloud resources only is not supported.
4175
+ """
4176
+ return pulumi.get(self, "resource")
4177
+
4090
4178
 
4091
4179
  @pulumi.output_type
4092
4180
  class ServicePerimeterStatusEgressPolicyEgressTo(dict):
@@ -4417,12 +4505,12 @@ class ServicePerimeterStatusIngressPolicyIngressFromSource(dict):
4417
4505
  resource: Optional[str] = None):
4418
4506
  """
4419
4507
  :param str access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
4420
- :param str resource: A Google Cloud resource that is allowed to ingress the perimeter.
4421
- Requests from these resources will be allowed to access perimeter data.
4422
- Currently only projects are allowed. Format `projects/{project_number}`
4423
- The project may be in any Google Cloud organization, not just the
4424
- organization that the perimeter is defined in. `*` is not allowed, the case
4425
- of allowing all Google Cloud resources only is not supported.
4508
+ :param str resource: A Google Cloud resource that is allowed to egress the perimeter.
4509
+ Requests from these resources are allowed to access data outside the perimeter.
4510
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
4511
+ The resource may be in any Google Cloud organization, not just the
4512
+ organization that the perimeter is defined in. `*` is not allowed, the
4513
+ case of allowing all Google Cloud resources only is not supported.
4426
4514
  """
4427
4515
  if access_level is not None:
4428
4516
  pulumi.set(__self__, "access_level", access_level)
@@ -4441,12 +4529,12 @@ class ServicePerimeterStatusIngressPolicyIngressFromSource(dict):
4441
4529
  @pulumi.getter
4442
4530
  def resource(self) -> Optional[str]:
4443
4531
  """
4444
- A Google Cloud resource that is allowed to ingress the perimeter.
4445
- Requests from these resources will be allowed to access perimeter data.
4446
- Currently only projects are allowed. Format `projects/{project_number}`
4447
- The project may be in any Google Cloud organization, not just the
4448
- organization that the perimeter is defined in. `*` is not allowed, the case
4449
- of allowing all Google Cloud resources only is not supported.
4532
+ A Google Cloud resource that is allowed to egress the perimeter.
4533
+ Requests from these resources are allowed to access data outside the perimeter.
4534
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
4535
+ The resource may be in any Google Cloud organization, not just the
4536
+ organization that the perimeter is defined in. `*` is not allowed, the
4537
+ case of allowing all Google Cloud resources only is not supported.
4450
4538
  """
4451
4539
  return pulumi.get(self, "resource")
4452
4540
 
@@ -5179,12 +5267,21 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromSource(dict):
5179
5267
  return super().get(key, default)
5180
5268
 
5181
5269
  def __init__(__self__, *,
5182
- access_level: Optional[str] = None):
5270
+ access_level: Optional[str] = None,
5271
+ resource: Optional[str] = None):
5183
5272
  """
5184
5273
  :param str access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
5274
+ :param str resource: A Google Cloud resource that is allowed to egress the perimeter.
5275
+ Requests from these resources are allowed to access data outside the perimeter.
5276
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
5277
+ The resource may be in any Google Cloud organization, not just the
5278
+ organization that the perimeter is defined in. `*` is not allowed, the
5279
+ case of allowing all Google Cloud resources only is not supported.
5185
5280
  """
5186
5281
  if access_level is not None:
5187
5282
  pulumi.set(__self__, "access_level", access_level)
5283
+ if resource is not None:
5284
+ pulumi.set(__self__, "resource", resource)
5188
5285
 
5189
5286
  @property
5190
5287
  @pulumi.getter(name="accessLevel")
@@ -5194,6 +5291,19 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromSource(dict):
5194
5291
  """
5195
5292
  return pulumi.get(self, "access_level")
5196
5293
 
5294
+ @property
5295
+ @pulumi.getter
5296
+ def resource(self) -> Optional[str]:
5297
+ """
5298
+ A Google Cloud resource that is allowed to egress the perimeter.
5299
+ Requests from these resources are allowed to access data outside the perimeter.
5300
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
5301
+ The resource may be in any Google Cloud organization, not just the
5302
+ organization that the perimeter is defined in. `*` is not allowed, the
5303
+ case of allowing all Google Cloud resources only is not supported.
5304
+ """
5305
+ return pulumi.get(self, "resource")
5306
+
5197
5307
 
5198
5308
  @pulumi.output_type
5199
5309
  class ServicePerimetersServicePerimeterSpecEgressPolicyEgressTo(dict):
@@ -5524,12 +5634,12 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromSource(dict):
5524
5634
  resource: Optional[str] = None):
5525
5635
  """
5526
5636
  :param str access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
5527
- :param str resource: A Google Cloud resource that is allowed to ingress the perimeter.
5528
- Requests from these resources will be allowed to access perimeter data.
5529
- Currently only projects are allowed. Format `projects/{project_number}`
5530
- The project may be in any Google Cloud organization, not just the
5531
- organization that the perimeter is defined in. `*` is not allowed, the case
5532
- of allowing all Google Cloud resources only is not supported.
5637
+ :param str resource: A Google Cloud resource that is allowed to egress the perimeter.
5638
+ Requests from these resources are allowed to access data outside the perimeter.
5639
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
5640
+ The resource may be in any Google Cloud organization, not just the
5641
+ organization that the perimeter is defined in. `*` is not allowed, the
5642
+ case of allowing all Google Cloud resources only is not supported.
5533
5643
  """
5534
5644
  if access_level is not None:
5535
5645
  pulumi.set(__self__, "access_level", access_level)
@@ -5548,12 +5658,12 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromSource(dict):
5548
5658
  @pulumi.getter
5549
5659
  def resource(self) -> Optional[str]:
5550
5660
  """
5551
- A Google Cloud resource that is allowed to ingress the perimeter.
5552
- Requests from these resources will be allowed to access perimeter data.
5553
- Currently only projects are allowed. Format `projects/{project_number}`
5554
- The project may be in any Google Cloud organization, not just the
5555
- organization that the perimeter is defined in. `*` is not allowed, the case
5556
- of allowing all Google Cloud resources only is not supported.
5661
+ A Google Cloud resource that is allowed to egress the perimeter.
5662
+ Requests from these resources are allowed to access data outside the perimeter.
5663
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
5664
+ The resource may be in any Google Cloud organization, not just the
5665
+ organization that the perimeter is defined in. `*` is not allowed, the
5666
+ case of allowing all Google Cloud resources only is not supported.
5557
5667
  """
5558
5668
  return pulumi.get(self, "resource")
5559
5669
 
@@ -6080,12 +6190,21 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromSource(dict):
6080
6190
  return super().get(key, default)
6081
6191
 
6082
6192
  def __init__(__self__, *,
6083
- access_level: Optional[str] = None):
6193
+ access_level: Optional[str] = None,
6194
+ resource: Optional[str] = None):
6084
6195
  """
6085
6196
  :param str access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
6197
+ :param str resource: A Google Cloud resource that is allowed to egress the perimeter.
6198
+ Requests from these resources are allowed to access data outside the perimeter.
6199
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
6200
+ The resource may be in any Google Cloud organization, not just the
6201
+ organization that the perimeter is defined in. `*` is not allowed, the
6202
+ case of allowing all Google Cloud resources only is not supported.
6086
6203
  """
6087
6204
  if access_level is not None:
6088
6205
  pulumi.set(__self__, "access_level", access_level)
6206
+ if resource is not None:
6207
+ pulumi.set(__self__, "resource", resource)
6089
6208
 
6090
6209
  @property
6091
6210
  @pulumi.getter(name="accessLevel")
@@ -6095,6 +6214,19 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromSource(dict):
6095
6214
  """
6096
6215
  return pulumi.get(self, "access_level")
6097
6216
 
6217
+ @property
6218
+ @pulumi.getter
6219
+ def resource(self) -> Optional[str]:
6220
+ """
6221
+ A Google Cloud resource that is allowed to egress the perimeter.
6222
+ Requests from these resources are allowed to access data outside the perimeter.
6223
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
6224
+ The resource may be in any Google Cloud organization, not just the
6225
+ organization that the perimeter is defined in. `*` is not allowed, the
6226
+ case of allowing all Google Cloud resources only is not supported.
6227
+ """
6228
+ return pulumi.get(self, "resource")
6229
+
6098
6230
 
6099
6231
  @pulumi.output_type
6100
6232
  class ServicePerimetersServicePerimeterStatusEgressPolicyEgressTo(dict):
@@ -6425,12 +6557,12 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromSource(dict
6425
6557
  resource: Optional[str] = None):
6426
6558
  """
6427
6559
  :param str access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
6428
- :param str resource: A Google Cloud resource that is allowed to ingress the perimeter.
6429
- Requests from these resources will be allowed to access perimeter data.
6430
- Currently only projects are allowed. Format `projects/{project_number}`
6431
- The project may be in any Google Cloud organization, not just the
6432
- organization that the perimeter is defined in. `*` is not allowed, the case
6433
- of allowing all Google Cloud resources only is not supported.
6560
+ :param str resource: A Google Cloud resource that is allowed to egress the perimeter.
6561
+ Requests from these resources are allowed to access data outside the perimeter.
6562
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
6563
+ The resource may be in any Google Cloud organization, not just the
6564
+ organization that the perimeter is defined in. `*` is not allowed, the
6565
+ case of allowing all Google Cloud resources only is not supported.
6434
6566
  """
6435
6567
  if access_level is not None:
6436
6568
  pulumi.set(__self__, "access_level", access_level)
@@ -6449,12 +6581,12 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromSource(dict
6449
6581
  @pulumi.getter
6450
6582
  def resource(self) -> Optional[str]:
6451
6583
  """
6452
- A Google Cloud resource that is allowed to ingress the perimeter.
6453
- Requests from these resources will be allowed to access perimeter data.
6454
- Currently only projects are allowed. Format `projects/{project_number}`
6455
- The project may be in any Google Cloud organization, not just the
6456
- organization that the perimeter is defined in. `*` is not allowed, the case
6457
- of allowing all Google Cloud resources only is not supported.
6584
+ A Google Cloud resource that is allowed to egress the perimeter.
6585
+ Requests from these resources are allowed to access data outside the perimeter.
6586
+ Currently only projects are allowed. Project format: `projects/{project_number}`.
6587
+ The resource may be in any Google Cloud organization, not just the
6588
+ organization that the perimeter is defined in. `*` is not allowed, the
6589
+ case of allowing all Google Cloud resources only is not supported.
6458
6590
  """
6459
6591
  return pulumi.get(self, "resource")
6460
6592
 
@@ -68,11 +68,13 @@ class ServicePerimeterDryRunResourceArgs:
68
68
  class _ServicePerimeterDryRunResourceState:
69
69
  def __init__(__self__, *,
70
70
  access_policy_id: Optional[pulumi.Input[str]] = None,
71
+ etag: Optional[pulumi.Input[str]] = None,
71
72
  perimeter_name: Optional[pulumi.Input[str]] = None,
72
73
  resource: Optional[pulumi.Input[str]] = None):
73
74
  """
74
75
  Input properties used for looking up and filtering ServicePerimeterDryRunResource resources.
75
76
  :param pulumi.Input[str] access_policy_id: The name of the Access Policy this resource belongs to.
77
+ :param pulumi.Input[str] etag: The perimeter etag is internally used to prevent overwriting the list of perimeter resources on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of resources. The resource to add or remove is merged into that list and then this etag is sent with the PATCH call along with the updated resource list.
76
78
  :param pulumi.Input[str] perimeter_name: The name of the Service Perimeter to add this resource to.
77
79
 
78
80
 
@@ -83,6 +85,8 @@ class _ServicePerimeterDryRunResourceState:
83
85
  """
84
86
  if access_policy_id is not None:
85
87
  pulumi.set(__self__, "access_policy_id", access_policy_id)
88
+ if etag is not None:
89
+ pulumi.set(__self__, "etag", etag)
86
90
  if perimeter_name is not None:
87
91
  pulumi.set(__self__, "perimeter_name", perimeter_name)
88
92
  if resource is not None:
@@ -100,6 +104,18 @@ class _ServicePerimeterDryRunResourceState:
100
104
  def access_policy_id(self, value: Optional[pulumi.Input[str]]):
101
105
  pulumi.set(self, "access_policy_id", value)
102
106
 
107
+ @property
108
+ @pulumi.getter
109
+ def etag(self) -> Optional[pulumi.Input[str]]:
110
+ """
111
+ The perimeter etag is internally used to prevent overwriting the list of perimeter resources on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of resources. The resource to add or remove is merged into that list and then this etag is sent with the PATCH call along with the updated resource list.
112
+ """
113
+ return pulumi.get(self, "etag")
114
+
115
+ @etag.setter
116
+ def etag(self, value: Optional[pulumi.Input[str]]):
117
+ pulumi.set(self, "etag", value)
118
+
103
119
  @property
104
120
  @pulumi.getter(name="perimeterName")
105
121
  def perimeter_name(self) -> Optional[pulumi.Input[str]]:
@@ -305,6 +321,7 @@ class ServicePerimeterDryRunResource(pulumi.CustomResource):
305
321
  raise TypeError("Missing required property 'resource'")
306
322
  __props__.__dict__["resource"] = resource
307
323
  __props__.__dict__["access_policy_id"] = None
324
+ __props__.__dict__["etag"] = None
308
325
  super(ServicePerimeterDryRunResource, __self__).__init__(
309
326
  'gcp:accesscontextmanager/servicePerimeterDryRunResource:ServicePerimeterDryRunResource',
310
327
  resource_name,
@@ -316,6 +333,7 @@ class ServicePerimeterDryRunResource(pulumi.CustomResource):
316
333
  id: pulumi.Input[str],
317
334
  opts: Optional[pulumi.ResourceOptions] = None,
318
335
  access_policy_id: Optional[pulumi.Input[str]] = None,
336
+ etag: Optional[pulumi.Input[str]] = None,
319
337
  perimeter_name: Optional[pulumi.Input[str]] = None,
320
338
  resource: Optional[pulumi.Input[str]] = None) -> 'ServicePerimeterDryRunResource':
321
339
  """
@@ -326,6 +344,7 @@ class ServicePerimeterDryRunResource(pulumi.CustomResource):
326
344
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
327
345
  :param pulumi.ResourceOptions opts: Options for the resource.
328
346
  :param pulumi.Input[str] access_policy_id: The name of the Access Policy this resource belongs to.
347
+ :param pulumi.Input[str] etag: The perimeter etag is internally used to prevent overwriting the list of perimeter resources on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of resources. The resource to add or remove is merged into that list and then this etag is sent with the PATCH call along with the updated resource list.
329
348
  :param pulumi.Input[str] perimeter_name: The name of the Service Perimeter to add this resource to.
330
349
 
331
350
 
@@ -339,6 +358,7 @@ class ServicePerimeterDryRunResource(pulumi.CustomResource):
339
358
  __props__ = _ServicePerimeterDryRunResourceState.__new__(_ServicePerimeterDryRunResourceState)
340
359
 
341
360
  __props__.__dict__["access_policy_id"] = access_policy_id
361
+ __props__.__dict__["etag"] = etag
342
362
  __props__.__dict__["perimeter_name"] = perimeter_name
343
363
  __props__.__dict__["resource"] = resource
344
364
  return ServicePerimeterDryRunResource(resource_name, opts=opts, __props__=__props__)
@@ -351,6 +371,14 @@ class ServicePerimeterDryRunResource(pulumi.CustomResource):
351
371
  """
352
372
  return pulumi.get(self, "access_policy_id")
353
373
 
374
+ @property
375
+ @pulumi.getter
376
+ def etag(self) -> pulumi.Output[str]:
377
+ """
378
+ The perimeter etag is internally used to prevent overwriting the list of perimeter resources on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of resources. The resource to add or remove is merged into that list and then this etag is sent with the PATCH call along with the updated resource list.
379
+ """
380
+ return pulumi.get(self, "etag")
381
+
354
382
  @property
355
383
  @pulumi.getter(name="perimeterName")
356
384
  def perimeter_name(self) -> pulumi.Output[str]:
@@ -36,6 +36,7 @@ class UserArgs:
36
36
  - - -
37
37
  :param pulumi.Input[Sequence[pulumi.Input[str]]] database_roles: List of database roles this database user has.
38
38
  :param pulumi.Input[str] password: Password for this database user.
39
+ **Note**: This property is sensitive and will not be displayed in the plan.
39
40
  """
40
41
  pulumi.set(__self__, "cluster", cluster)
41
42
  pulumi.set(__self__, "user_id", user_id)
@@ -103,6 +104,7 @@ class UserArgs:
103
104
  def password(self) -> Optional[pulumi.Input[str]]:
104
105
  """
105
106
  Password for this database user.
107
+ **Note**: This property is sensitive and will not be displayed in the plan.
106
108
  """
107
109
  return pulumi.get(self, "password")
108
110
 
@@ -127,6 +129,7 @@ class _UserState:
127
129
  :param pulumi.Input[Sequence[pulumi.Input[str]]] database_roles: List of database roles this database user has.
128
130
  :param pulumi.Input[str] name: Name of the resource in the form of projects/{project}/locations/{location}/clusters/{cluster}/users/{user}.
129
131
  :param pulumi.Input[str] password: Password for this database user.
132
+ **Note**: This property is sensitive and will not be displayed in the plan.
130
133
  :param pulumi.Input[str] user_id: The database role name of the user.
131
134
  :param pulumi.Input[str] user_type: The type of this user.
132
135
  Possible values are: `ALLOYDB_BUILT_IN`, `ALLOYDB_IAM_USER`.
@@ -189,6 +192,7 @@ class _UserState:
189
192
  def password(self) -> Optional[pulumi.Input[str]]:
190
193
  """
191
194
  Password for this database user.
195
+ **Note**: This property is sensitive and will not be displayed in the plan.
192
196
  """
193
197
  return pulumi.get(self, "password")
194
198
 
@@ -357,6 +361,7 @@ class User(pulumi.CustomResource):
357
361
  'projects/{project}/locations/{location}/clusters/{cluster_id}'
358
362
  :param pulumi.Input[Sequence[pulumi.Input[str]]] database_roles: List of database roles this database user has.
359
363
  :param pulumi.Input[str] password: Password for this database user.
364
+ **Note**: This property is sensitive and will not be displayed in the plan.
360
365
  :param pulumi.Input[str] user_id: The database role name of the user.
361
366
  :param pulumi.Input[str] user_type: The type of this user.
362
367
  Possible values are: `ALLOYDB_BUILT_IN`, `ALLOYDB_IAM_USER`.
@@ -518,7 +523,7 @@ class User(pulumi.CustomResource):
518
523
  raise TypeError("Missing required property 'cluster'")
519
524
  __props__.__dict__["cluster"] = cluster
520
525
  __props__.__dict__["database_roles"] = database_roles
521
- __props__.__dict__["password"] = password
526
+ __props__.__dict__["password"] = None if password is None else pulumi.Output.secret(password)
522
527
  if user_id is None and not opts.urn:
523
528
  raise TypeError("Missing required property 'user_id'")
524
529
  __props__.__dict__["user_id"] = user_id
@@ -526,6 +531,8 @@ class User(pulumi.CustomResource):
526
531
  raise TypeError("Missing required property 'user_type'")
527
532
  __props__.__dict__["user_type"] = user_type
528
533
  __props__.__dict__["name"] = None
534
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["password"])
535
+ opts = pulumi.ResourceOptions.merge(opts, secret_opts)
529
536
  super(User, __self__).__init__(
530
537
  'gcp:alloydb/user:User',
531
538
  resource_name,
@@ -554,6 +561,7 @@ class User(pulumi.CustomResource):
554
561
  :param pulumi.Input[Sequence[pulumi.Input[str]]] database_roles: List of database roles this database user has.
555
562
  :param pulumi.Input[str] name: Name of the resource in the form of projects/{project}/locations/{location}/clusters/{cluster}/users/{user}.
556
563
  :param pulumi.Input[str] password: Password for this database user.
564
+ **Note**: This property is sensitive and will not be displayed in the plan.
557
565
  :param pulumi.Input[str] user_id: The database role name of the user.
558
566
  :param pulumi.Input[str] user_type: The type of this user.
559
567
  Possible values are: `ALLOYDB_BUILT_IN`, `ALLOYDB_IAM_USER`.
@@ -603,6 +611,7 @@ class User(pulumi.CustomResource):
603
611
  def password(self) -> pulumi.Output[Optional[str]]:
604
612
  """
605
613
  Password for this database user.
614
+ **Note**: This property is sensitive and will not be displayed in the plan.
606
615
  """
607
616
  return pulumi.get(self, "password")
608
617
 
@@ -3079,6 +3079,7 @@ if not MYPY:
3079
3079
  max_instances: NotRequired[pulumi.Input[int]]
3080
3080
  """
3081
3081
  Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
3082
+ **Note:** Starting from February 17, 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
3082
3083
  """
3083
3084
  min_instances: NotRequired[pulumi.Input[int]]
3084
3085
  """
@@ -3104,6 +3105,7 @@ class StandardAppVersionAutomaticScalingStandardSchedulerSettingsArgs:
3104
3105
  target_throughput_utilization: Optional[pulumi.Input[float]] = None):
3105
3106
  """
3106
3107
  :param pulumi.Input[int] max_instances: Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
3108
+ **Note:** Starting from February 17, 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
3107
3109
  :param pulumi.Input[int] min_instances: Minimum number of instances to run for this version. Set to zero to disable minInstances configuration.
3108
3110
  :param pulumi.Input[float] target_cpu_utilization: Target CPU utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value.
3109
3111
  :param pulumi.Input[float] target_throughput_utilization: Target throughput utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value.
@@ -3122,6 +3124,7 @@ class StandardAppVersionAutomaticScalingStandardSchedulerSettingsArgs:
3122
3124
  def max_instances(self) -> Optional[pulumi.Input[int]]:
3123
3125
  """
3124
3126
  Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
3127
+ **Note:** Starting from February 17, 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
3125
3128
  """
3126
3129
  return pulumi.get(self, "max_instances")
3127
3130
 
@@ -2424,6 +2424,7 @@ class StandardAppVersionAutomaticScalingStandardSchedulerSettings(dict):
2424
2424
  target_throughput_utilization: Optional[float] = None):
2425
2425
  """
2426
2426
  :param int max_instances: Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
2427
+ **Note:** Starting from February 17, 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
2427
2428
  :param int min_instances: Minimum number of instances to run for this version. Set to zero to disable minInstances configuration.
2428
2429
  :param float target_cpu_utilization: Target CPU utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value.
2429
2430
  :param float target_throughput_utilization: Target throughput utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value.
@@ -2442,6 +2443,7 @@ class StandardAppVersionAutomaticScalingStandardSchedulerSettings(dict):
2442
2443
  def max_instances(self) -> Optional[int]:
2443
2444
  """
2444
2445
  Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
2446
+ **Note:** Starting from February 17, 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
2445
2447
  """
2446
2448
  return pulumi.get(self, "max_instances")
2447
2449