pulumi-gcp 8.19.0a1739290509__py3-none-any.whl → 8.19.1a1739444689__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 (76) hide show
  1. pulumi_gcp/__init__.py +80 -0
  2. pulumi_gcp/_utilities.py +8 -4
  3. pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
  4. pulumi_gcp/accesscontextmanager/outputs.py +186 -54
  5. pulumi_gcp/appengine/_inputs.py +3 -0
  6. pulumi_gcp/appengine/outputs.py +2 -0
  7. pulumi_gcp/beyondcorp/__init__.py +5 -0
  8. pulumi_gcp/beyondcorp/_inputs.py +189 -0
  9. pulumi_gcp/beyondcorp/application.py +604 -0
  10. pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
  11. pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
  12. pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
  13. pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
  14. pulumi_gcp/beyondcorp/outputs.py +111 -0
  15. pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
  16. pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
  17. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
  18. pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
  19. pulumi_gcp/certificateauthority/_inputs.py +54 -0
  20. pulumi_gcp/certificateauthority/authority.py +149 -3
  21. pulumi_gcp/certificateauthority/get_authority.py +15 -4
  22. pulumi_gcp/certificateauthority/outputs.py +81 -0
  23. pulumi_gcp/cloudrunv2/_inputs.py +112 -0
  24. pulumi_gcp/cloudrunv2/outputs.py +144 -1
  25. pulumi_gcp/cloudrunv2/service.py +2 -0
  26. pulumi_gcp/colab/__init__.py +2 -0
  27. pulumi_gcp/colab/_inputs.py +655 -0
  28. pulumi_gcp/colab/notebook_execution.py +1259 -0
  29. pulumi_gcp/colab/outputs.py +512 -0
  30. pulumi_gcp/colab/runtime.py +266 -2
  31. pulumi_gcp/colab/runtime_template.py +79 -3
  32. pulumi_gcp/colab/schedule.py +1318 -0
  33. pulumi_gcp/compute/__init__.py +1 -0
  34. pulumi_gcp/compute/_inputs.py +204 -0
  35. pulumi_gcp/compute/firewall_policy.py +54 -43
  36. pulumi_gcp/compute/forwarding_rule.py +103 -0
  37. pulumi_gcp/compute/get_forwarding_rule.py +12 -1
  38. pulumi_gcp/compute/interconnect_attachment.py +12 -0
  39. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
  40. pulumi_gcp/compute/outputs.py +187 -0
  41. pulumi_gcp/compute/public_advertised_prefix.py +35 -7
  42. pulumi_gcp/compute/public_delegated_prefix.py +171 -7
  43. pulumi_gcp/compute/region_resize_request.py +21 -22
  44. pulumi_gcp/compute/resize_request.py +22 -23
  45. pulumi_gcp/compute/subnetwork.py +14 -7
  46. pulumi_gcp/container/_inputs.py +54 -1
  47. pulumi_gcp/container/outputs.py +79 -1
  48. pulumi_gcp/datastream/connection_profile.py +120 -46
  49. pulumi_gcp/discoveryengine/chat_engine.py +7 -7
  50. pulumi_gcp/filestore/_inputs.py +222 -0
  51. pulumi_gcp/filestore/get_instance.py +23 -1
  52. pulumi_gcp/filestore/instance.py +86 -0
  53. pulumi_gcp/filestore/outputs.py +282 -0
  54. pulumi_gcp/gemini/__init__.py +2 -0
  55. pulumi_gcp/gemini/logging_setting.py +671 -0
  56. pulumi_gcp/gemini/release_channel_setting.py +639 -0
  57. pulumi_gcp/memorystore/_inputs.py +296 -0
  58. pulumi_gcp/memorystore/instance.py +32 -28
  59. pulumi_gcp/memorystore/outputs.py +224 -0
  60. pulumi_gcp/monitoring/_inputs.py +12 -9
  61. pulumi_gcp/monitoring/outputs.py +8 -6
  62. pulumi_gcp/networkservices/_inputs.py +89 -0
  63. pulumi_gcp/networkservices/outputs.py +75 -0
  64. pulumi_gcp/parametermanager/__init__.py +2 -0
  65. pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
  66. pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
  67. pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
  68. pulumi_gcp/pulumi-plugin.json +1 -1
  69. pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
  70. pulumi_gcp/securesourcemanager/repository.py +4 -0
  71. pulumi_gcp/storage/bucket_object.py +8 -0
  72. pulumi_gcp/workbench/instance.py +70 -2
  73. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/METADATA +1 -1
  74. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/RECORD +76 -63
  75. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/WHEEL +0 -0
  76. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.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
 
@@ -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
 
@@ -8,9 +8,14 @@ import typing
8
8
  from .app_connection import *
9
9
  from .app_connector import *
10
10
  from .app_gateway import *
11
+ from .application import *
12
+ from .application_iam_binding import *
13
+ from .application_iam_member import *
14
+ from .application_iam_policy import *
11
15
  from .get_app_connection import *
12
16
  from .get_app_connector import *
13
17
  from .get_app_gateway import *
18
+ from .get_application_iam_policy import *
14
19
  from .get_security_gateway_iam_policy import *
15
20
  from .security_gateway import *
16
21
  from .security_gateway_iam_binding import *