pulumi-gcp 7.39.0a1726207510__py3-none-any.whl → 8.0.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 (132) hide show
  1. pulumi_gcp/__init__.py +32 -19
  2. pulumi_gcp/accesscontextmanager/access_policy.py +4 -2
  3. pulumi_gcp/activedirectory/domain.py +38 -2
  4. pulumi_gcp/activedirectory/domain_trust.py +0 -30
  5. pulumi_gcp/activedirectory/peering.py +0 -72
  6. pulumi_gcp/alloydb/cluster.py +12 -200
  7. pulumi_gcp/alloydb/instance.py +13 -5
  8. pulumi_gcp/alloydb/user.py +14 -6
  9. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +4 -2
  10. pulumi_gcp/apigee/sync_authorization.py +4 -2
  11. pulumi_gcp/apigee/target_server.py +4 -2
  12. pulumi_gcp/appengine/firewall_rule.py +4 -2
  13. pulumi_gcp/appengine/flexible_app_version.py +4 -2
  14. pulumi_gcp/apphub/service.py +8 -4
  15. pulumi_gcp/apphub/service_project_attachment.py +8 -4
  16. pulumi_gcp/applicationintegration/client.py +0 -154
  17. pulumi_gcp/bigquery/_inputs.py +0 -70
  18. pulumi_gcp/bigquery/iam_binding.py +0 -260
  19. pulumi_gcp/bigquery/iam_member.py +0 -260
  20. pulumi_gcp/bigquery/iam_policy.py +0 -240
  21. pulumi_gcp/bigquery/outputs.py +0 -44
  22. pulumi_gcp/bigquery/reservation.py +0 -84
  23. pulumi_gcp/bigquery/table.py +0 -98
  24. pulumi_gcp/billing/project_info.py +4 -2
  25. pulumi_gcp/cloudasset/folder_feed.py +4 -2
  26. pulumi_gcp/cloudrunv2/_inputs.py +25 -25
  27. pulumi_gcp/cloudrunv2/get_job.py +11 -1
  28. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  29. pulumi_gcp/cloudrunv2/job.py +50 -0
  30. pulumi_gcp/cloudrunv2/outputs.py +26 -26
  31. pulumi_gcp/cloudrunv2/service.py +54 -0
  32. pulumi_gcp/compute/_inputs.py +117 -54
  33. pulumi_gcp/compute/backend_service.py +52 -0
  34. pulumi_gcp/compute/firewall_policy_rule.py +4 -2
  35. pulumi_gcp/compute/forwarding_rule.py +42 -0
  36. pulumi_gcp/compute/get_forwarding_rule.py +11 -1
  37. pulumi_gcp/compute/global_address.py +8 -4
  38. pulumi_gcp/compute/global_forwarding_rule.py +7 -0
  39. pulumi_gcp/compute/instance_template.py +56 -7
  40. pulumi_gcp/compute/managed_ssl_certificate.py +1 -20
  41. pulumi_gcp/compute/manged_ssl_certificate.py +1 -20
  42. pulumi_gcp/compute/network_attachment.py +8 -4
  43. pulumi_gcp/compute/node_group.py +4 -2
  44. pulumi_gcp/compute/organization_security_policy_association.py +4 -2
  45. pulumi_gcp/compute/outputs.py +101 -42
  46. pulumi_gcp/compute/project_cloud_armor_tier.py +4 -2
  47. pulumi_gcp/compute/region_backend_service.py +36 -7
  48. pulumi_gcp/compute/region_instance_template.py +56 -7
  49. pulumi_gcp/compute/region_ssl_certificate.py +49 -7
  50. pulumi_gcp/compute/ssl_certificate.py +49 -7
  51. pulumi_gcp/compute/subnetwork.py +193 -23
  52. pulumi_gcp/config/__init__.pyi +3 -5
  53. pulumi_gcp/config/vars.py +6 -10
  54. pulumi_gcp/container/_inputs.py +19 -41
  55. pulumi_gcp/container/cluster.py +79 -0
  56. pulumi_gcp/container/get_cluster.py +21 -1
  57. pulumi_gcp/container/get_engine_versions.py +8 -2
  58. pulumi_gcp/container/outputs.py +17 -40
  59. pulumi_gcp/diagflow/intent.py +4 -2
  60. pulumi_gcp/edgenetwork/network.py +83 -0
  61. pulumi_gcp/edgenetwork/subnet.py +83 -0
  62. pulumi_gcp/firebase/database_instance.py +2 -0
  63. pulumi_gcp/firebase/hosting_custom_domain.py +4 -2
  64. pulumi_gcp/firebase/hosting_version.py +4 -2
  65. pulumi_gcp/firebase/project.py +2 -0
  66. pulumi_gcp/firestore/document.py +8 -4
  67. pulumi_gcp/folder/access_approval_settings.py +12 -6
  68. pulumi_gcp/gkeonprem/_inputs.py +11 -11
  69. pulumi_gcp/gkeonprem/outputs.py +9 -9
  70. pulumi_gcp/gkeonprem/v_mware_cluster.py +31 -31
  71. pulumi_gcp/gkeonprem/v_mware_node_pool.py +186 -0
  72. pulumi_gcp/iam/access_boundary_policy.py +4 -2
  73. pulumi_gcp/iam/deny_policy.py +4 -2
  74. pulumi_gcp/iap/brand.py +4 -2
  75. pulumi_gcp/iap/client.py +4 -2
  76. pulumi_gcp/identityplatform/__init__.py +0 -1
  77. pulumi_gcp/identityplatform/_inputs.py +0 -396
  78. pulumi_gcp/identityplatform/config.py +2 -0
  79. pulumi_gcp/identityplatform/outputs.py +0 -313
  80. pulumi_gcp/integrationconnectors/managed_zone.py +4 -2
  81. pulumi_gcp/kms/__init__.py +4 -0
  82. pulumi_gcp/kms/_inputs.py +130 -0
  83. pulumi_gcp/kms/autokey_config.py +6 -2
  84. pulumi_gcp/kms/ekm_connection_iam_binding.py +1097 -0
  85. pulumi_gcp/kms/ekm_connection_iam_member.py +1097 -0
  86. pulumi_gcp/kms/ekm_connection_iam_policy.py +916 -0
  87. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +177 -0
  88. pulumi_gcp/kms/key_handle.py +8 -2
  89. pulumi_gcp/kms/outputs.py +76 -0
  90. pulumi_gcp/logging/folder_settings.py +4 -2
  91. pulumi_gcp/monitoring/monitored_project.py +4 -2
  92. pulumi_gcp/networksecurity/firewall_endpoint_association.py +12 -44
  93. pulumi_gcp/networkservices/_inputs.py +23 -0
  94. pulumi_gcp/networkservices/outputs.py +17 -1
  95. pulumi_gcp/networkservices/tcp_route.py +2 -0
  96. pulumi_gcp/organizations/access_approval_settings.py +4 -2
  97. pulumi_gcp/organizations/folder.py +35 -1
  98. pulumi_gcp/organizations/get_client_config.py +14 -1
  99. pulumi_gcp/organizations/get_folder.py +11 -1
  100. pulumi_gcp/organizations/get_project.py +3 -13
  101. pulumi_gcp/organizations/project.py +3 -87
  102. pulumi_gcp/orgpolicy/policy.py +12 -6
  103. pulumi_gcp/projects/api_key.py +2 -52
  104. pulumi_gcp/provider.py +32 -52
  105. pulumi_gcp/pubsub/topic.py +1 -1
  106. pulumi_gcp/pulumi-plugin.json +1 -1
  107. pulumi_gcp/redis/cluster.py +58 -0
  108. pulumi_gcp/resourcemanager/lien.py +4 -2
  109. pulumi_gcp/securitycenter/__init__.py +1 -0
  110. pulumi_gcp/securitycenter/folder_custom_module.py +8 -4
  111. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +8 -4
  112. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +862 -0
  113. pulumi_gcp/serviceusage/consumer_quota_override.py +12 -6
  114. pulumi_gcp/sql/_inputs.py +3 -36
  115. pulumi_gcp/sql/outputs.py +6 -49
  116. pulumi_gcp/storage/_inputs.py +23 -23
  117. pulumi_gcp/storage/bucket.py +6 -6
  118. pulumi_gcp/storage/outputs.py +27 -27
  119. pulumi_gcp/tags/tag_binding.py +4 -2
  120. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -2
  121. pulumi_gcp/vmwareengine/network.py +4 -2
  122. pulumi_gcp/vpcaccess/connector.py +14 -6
  123. pulumi_gcp/vpcaccess/get_connector.py +6 -2
  124. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0.dist-info}/METADATA +1 -1
  125. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0.dist-info}/RECORD +127 -127
  126. pulumi_gcp/datastore/__init__.py +0 -10
  127. pulumi_gcp/datastore/_inputs.py +0 -76
  128. pulumi_gcp/datastore/data_store_index.py +0 -515
  129. pulumi_gcp/datastore/outputs.py +0 -51
  130. pulumi_gcp/identityplatform/project_default_config.py +0 -357
  131. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0.dist-info}/WHEEL +0 -0
  132. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0.dist-info}/top_level.txt +0 -0
@@ -27,6 +27,7 @@ class JobArgs:
27
27
  binary_authorization: Optional[pulumi.Input['JobBinaryAuthorizationArgs']] = None,
28
28
  client: Optional[pulumi.Input[str]] = None,
29
29
  client_version: Optional[pulumi.Input[str]] = None,
30
+ deletion_protection: Optional[pulumi.Input[bool]] = None,
30
31
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
31
32
  launch_stage: Optional[pulumi.Input[str]] = None,
32
33
  name: Optional[pulumi.Input[str]] = None,
@@ -78,6 +79,8 @@ class JobArgs:
78
79
  pulumi.set(__self__, "client", client)
79
80
  if client_version is not None:
80
81
  pulumi.set(__self__, "client_version", client_version)
82
+ if deletion_protection is not None:
83
+ pulumi.set(__self__, "deletion_protection", deletion_protection)
81
84
  if labels is not None:
82
85
  pulumi.set(__self__, "labels", labels)
83
86
  if launch_stage is not None:
@@ -170,6 +173,15 @@ class JobArgs:
170
173
  def client_version(self, value: Optional[pulumi.Input[str]]):
171
174
  pulumi.set(self, "client_version", value)
172
175
 
176
+ @property
177
+ @pulumi.getter(name="deletionProtection")
178
+ def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
179
+ return pulumi.get(self, "deletion_protection")
180
+
181
+ @deletion_protection.setter
182
+ def deletion_protection(self, value: Optional[pulumi.Input[bool]]):
183
+ pulumi.set(self, "deletion_protection", value)
184
+
173
185
  @property
174
186
  @pulumi.getter
175
187
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -265,6 +277,7 @@ class _JobState:
265
277
  create_time: Optional[pulumi.Input[str]] = None,
266
278
  creator: Optional[pulumi.Input[str]] = None,
267
279
  delete_time: Optional[pulumi.Input[str]] = None,
280
+ deletion_protection: Optional[pulumi.Input[bool]] = None,
268
281
  effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
269
282
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
270
283
  etag: Optional[pulumi.Input[str]] = None,
@@ -364,6 +377,8 @@ class _JobState:
364
377
  pulumi.set(__self__, "creator", creator)
365
378
  if delete_time is not None:
366
379
  pulumi.set(__self__, "delete_time", delete_time)
380
+ if deletion_protection is not None:
381
+ pulumi.set(__self__, "deletion_protection", deletion_protection)
367
382
  if effective_annotations is not None:
368
383
  pulumi.set(__self__, "effective_annotations", effective_annotations)
369
384
  if effective_labels is not None:
@@ -514,6 +529,15 @@ class _JobState:
514
529
  def delete_time(self, value: Optional[pulumi.Input[str]]):
515
530
  pulumi.set(self, "delete_time", value)
516
531
 
532
+ @property
533
+ @pulumi.getter(name="deletionProtection")
534
+ def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
535
+ return pulumi.get(self, "deletion_protection")
536
+
537
+ @deletion_protection.setter
538
+ def deletion_protection(self, value: Optional[pulumi.Input[bool]]):
539
+ pulumi.set(self, "deletion_protection", value)
540
+
517
541
  @property
518
542
  @pulumi.getter(name="effectiveAnnotations")
519
543
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -803,6 +827,7 @@ class Job(pulumi.CustomResource):
803
827
  binary_authorization: Optional[pulumi.Input[Union['JobBinaryAuthorizationArgs', 'JobBinaryAuthorizationArgsDict']]] = None,
804
828
  client: Optional[pulumi.Input[str]] = None,
805
829
  client_version: Optional[pulumi.Input[str]] = None,
830
+ deletion_protection: Optional[pulumi.Input[bool]] = None,
806
831
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
807
832
  launch_stage: Optional[pulumi.Input[str]] = None,
808
833
  location: Optional[pulumi.Input[str]] = None,
@@ -832,6 +857,7 @@ class Job(pulumi.CustomResource):
832
857
  default = gcp.cloudrunv2.Job("default",
833
858
  name="cloudrun-job",
834
859
  location="us-central1",
860
+ deletion_protection=False,
835
861
  template={
836
862
  "template": {
837
863
  "containers": [{
@@ -849,6 +875,7 @@ class Job(pulumi.CustomResource):
849
875
  default = gcp.cloudrunv2.Job("default",
850
876
  name="cloudrun-job",
851
877
  location="us-central1",
878
+ deletion_protection=False,
852
879
  template={
853
880
  "template": {
854
881
  "containers": [{
@@ -885,6 +912,7 @@ class Job(pulumi.CustomResource):
885
912
  default = gcp.cloudrunv2.Job("default",
886
913
  name="cloudrun-job",
887
914
  location="us-central1",
915
+ deletion_protection=False,
888
916
  template={
889
917
  "template": {
890
918
  "volumes": [{
@@ -953,6 +981,7 @@ class Job(pulumi.CustomResource):
953
981
  default = gcp.cloudrunv2.Job("default",
954
982
  name="cloudrun-job",
955
983
  location="us-central1",
984
+ deletion_protection=False,
956
985
  template={
957
986
  "template": {
958
987
  "containers": [{
@@ -974,6 +1003,7 @@ class Job(pulumi.CustomResource):
974
1003
  default = gcp.cloudrunv2.Job("default",
975
1004
  name="cloudrun-job",
976
1005
  location="us-central1",
1006
+ deletion_protection=False,
977
1007
  launch_stage="GA",
978
1008
  template={
979
1009
  "template": {
@@ -1017,6 +1047,7 @@ class Job(pulumi.CustomResource):
1017
1047
  default = gcp.cloudrunv2.Job("default",
1018
1048
  name="cloudrun-job",
1019
1049
  location="us-central1",
1050
+ deletion_protection=False,
1020
1051
  template={
1021
1052
  "template": {
1022
1053
  "volumes": [{
@@ -1054,6 +1085,7 @@ class Job(pulumi.CustomResource):
1054
1085
  default = gcp.cloudrunv2.Job("default",
1055
1086
  name="cloudrun-job",
1056
1087
  location="us-central1",
1088
+ deletion_protection=False,
1057
1089
  launch_stage="BETA",
1058
1090
  template={
1059
1091
  "template": {
@@ -1083,6 +1115,7 @@ class Job(pulumi.CustomResource):
1083
1115
  default = gcp.cloudrunv2.Job("default",
1084
1116
  name="cloudrun-job",
1085
1117
  location="us-central1",
1118
+ deletion_protection=False,
1086
1119
  start_execution_token="start-once-created",
1087
1120
  template={
1088
1121
  "template": {
@@ -1178,6 +1211,7 @@ class Job(pulumi.CustomResource):
1178
1211
  default = gcp.cloudrunv2.Job("default",
1179
1212
  name="cloudrun-job",
1180
1213
  location="us-central1",
1214
+ deletion_protection=False,
1181
1215
  template={
1182
1216
  "template": {
1183
1217
  "containers": [{
@@ -1195,6 +1229,7 @@ class Job(pulumi.CustomResource):
1195
1229
  default = gcp.cloudrunv2.Job("default",
1196
1230
  name="cloudrun-job",
1197
1231
  location="us-central1",
1232
+ deletion_protection=False,
1198
1233
  template={
1199
1234
  "template": {
1200
1235
  "containers": [{
@@ -1231,6 +1266,7 @@ class Job(pulumi.CustomResource):
1231
1266
  default = gcp.cloudrunv2.Job("default",
1232
1267
  name="cloudrun-job",
1233
1268
  location="us-central1",
1269
+ deletion_protection=False,
1234
1270
  template={
1235
1271
  "template": {
1236
1272
  "volumes": [{
@@ -1299,6 +1335,7 @@ class Job(pulumi.CustomResource):
1299
1335
  default = gcp.cloudrunv2.Job("default",
1300
1336
  name="cloudrun-job",
1301
1337
  location="us-central1",
1338
+ deletion_protection=False,
1302
1339
  template={
1303
1340
  "template": {
1304
1341
  "containers": [{
@@ -1320,6 +1357,7 @@ class Job(pulumi.CustomResource):
1320
1357
  default = gcp.cloudrunv2.Job("default",
1321
1358
  name="cloudrun-job",
1322
1359
  location="us-central1",
1360
+ deletion_protection=False,
1323
1361
  launch_stage="GA",
1324
1362
  template={
1325
1363
  "template": {
@@ -1363,6 +1401,7 @@ class Job(pulumi.CustomResource):
1363
1401
  default = gcp.cloudrunv2.Job("default",
1364
1402
  name="cloudrun-job",
1365
1403
  location="us-central1",
1404
+ deletion_protection=False,
1366
1405
  template={
1367
1406
  "template": {
1368
1407
  "volumes": [{
@@ -1400,6 +1439,7 @@ class Job(pulumi.CustomResource):
1400
1439
  default = gcp.cloudrunv2.Job("default",
1401
1440
  name="cloudrun-job",
1402
1441
  location="us-central1",
1442
+ deletion_protection=False,
1403
1443
  launch_stage="BETA",
1404
1444
  template={
1405
1445
  "template": {
@@ -1429,6 +1469,7 @@ class Job(pulumi.CustomResource):
1429
1469
  default = gcp.cloudrunv2.Job("default",
1430
1470
  name="cloudrun-job",
1431
1471
  location="us-central1",
1472
+ deletion_protection=False,
1432
1473
  start_execution_token="start-once-created",
1433
1474
  template={
1434
1475
  "template": {
@@ -1482,6 +1523,7 @@ class Job(pulumi.CustomResource):
1482
1523
  binary_authorization: Optional[pulumi.Input[Union['JobBinaryAuthorizationArgs', 'JobBinaryAuthorizationArgsDict']]] = None,
1483
1524
  client: Optional[pulumi.Input[str]] = None,
1484
1525
  client_version: Optional[pulumi.Input[str]] = None,
1526
+ deletion_protection: Optional[pulumi.Input[bool]] = None,
1485
1527
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1486
1528
  launch_stage: Optional[pulumi.Input[str]] = None,
1487
1529
  location: Optional[pulumi.Input[str]] = None,
@@ -1503,6 +1545,7 @@ class Job(pulumi.CustomResource):
1503
1545
  __props__.__dict__["binary_authorization"] = binary_authorization
1504
1546
  __props__.__dict__["client"] = client
1505
1547
  __props__.__dict__["client_version"] = client_version
1548
+ __props__.__dict__["deletion_protection"] = deletion_protection
1506
1549
  __props__.__dict__["labels"] = labels
1507
1550
  __props__.__dict__["launch_stage"] = launch_stage
1508
1551
  if location is None and not opts.urn:
@@ -1553,6 +1596,7 @@ class Job(pulumi.CustomResource):
1553
1596
  create_time: Optional[pulumi.Input[str]] = None,
1554
1597
  creator: Optional[pulumi.Input[str]] = None,
1555
1598
  delete_time: Optional[pulumi.Input[str]] = None,
1599
+ deletion_protection: Optional[pulumi.Input[bool]] = None,
1556
1600
  effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1557
1601
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1558
1602
  etag: Optional[pulumi.Input[str]] = None,
@@ -1653,6 +1697,7 @@ class Job(pulumi.CustomResource):
1653
1697
  __props__.__dict__["create_time"] = create_time
1654
1698
  __props__.__dict__["creator"] = creator
1655
1699
  __props__.__dict__["delete_time"] = delete_time
1700
+ __props__.__dict__["deletion_protection"] = deletion_protection
1656
1701
  __props__.__dict__["effective_annotations"] = effective_annotations
1657
1702
  __props__.__dict__["effective_labels"] = effective_labels
1658
1703
  __props__.__dict__["etag"] = etag
@@ -1750,6 +1795,11 @@ class Job(pulumi.CustomResource):
1750
1795
  """
1751
1796
  return pulumi.get(self, "delete_time")
1752
1797
 
1798
+ @property
1799
+ @pulumi.getter(name="deletionProtection")
1800
+ def deletion_protection(self) -> pulumi.Output[Optional[bool]]:
1801
+ return pulumi.get(self, "deletion_protection")
1802
+
1753
1803
  @property
1754
1804
  @pulumi.getter(name="effectiveAnnotations")
1755
1805
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
@@ -55,7 +55,7 @@ __all__ = [
55
55
  'ServiceTemplateContainerLivenessProbeHttpGet',
56
56
  'ServiceTemplateContainerLivenessProbeHttpGetHttpHeader',
57
57
  'ServiceTemplateContainerLivenessProbeTcpSocket',
58
- 'ServiceTemplateContainerPort',
58
+ 'ServiceTemplateContainerPorts',
59
59
  'ServiceTemplateContainerResources',
60
60
  'ServiceTemplateContainerStartupProbe',
61
61
  'ServiceTemplateContainerStartupProbeGrpc',
@@ -732,7 +732,7 @@ class JobTemplateTemplateContainer(dict):
732
732
  working_dir: Optional[str] = None):
733
733
  """
734
734
  :param str image: URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
735
- :param Sequence[str] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
735
+ :param Sequence[str] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
736
736
  :param Sequence[str] commands: Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
737
737
  :param Sequence['JobTemplateTemplateContainerEnvArgs'] envs: List of environment variables to set in the container.
738
738
  Structure is documented below.
@@ -776,7 +776,7 @@ class JobTemplateTemplateContainer(dict):
776
776
  @pulumi.getter
777
777
  def args(self) -> Optional[Sequence[str]]:
778
778
  """
779
- Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
779
+ Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
780
780
  """
781
781
  return pulumi.get(self, "args")
782
782
 
@@ -867,7 +867,7 @@ class JobTemplateTemplateContainerEnv(dict):
867
867
  value_source: Optional['outputs.JobTemplateTemplateContainerEnvValueSource'] = None):
868
868
  """
869
869
  :param str name: Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters.
870
- :param str value: Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes
870
+ :param str value: Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
871
871
  :param 'JobTemplateTemplateContainerEnvValueSourceArgs' value_source: Source for the environment variable's value.
872
872
  Structure is documented below.
873
873
  """
@@ -889,7 +889,7 @@ class JobTemplateTemplateContainerEnv(dict):
889
889
  @pulumi.getter
890
890
  def value(self) -> Optional[str]:
891
891
  """
892
- Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes
892
+ Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
893
893
  """
894
894
  return pulumi.get(self, "value")
895
895
 
@@ -2275,14 +2275,14 @@ class ServiceTemplateContainer(dict):
2275
2275
  envs: Optional[Sequence['outputs.ServiceTemplateContainerEnv']] = None,
2276
2276
  liveness_probe: Optional['outputs.ServiceTemplateContainerLivenessProbe'] = None,
2277
2277
  name: Optional[str] = None,
2278
- ports: Optional[Sequence['outputs.ServiceTemplateContainerPort']] = None,
2278
+ ports: Optional['outputs.ServiceTemplateContainerPorts'] = None,
2279
2279
  resources: Optional['outputs.ServiceTemplateContainerResources'] = None,
2280
2280
  startup_probe: Optional['outputs.ServiceTemplateContainerStartupProbe'] = None,
2281
2281
  volume_mounts: Optional[Sequence['outputs.ServiceTemplateContainerVolumeMount']] = None,
2282
2282
  working_dir: Optional[str] = None):
2283
2283
  """
2284
2284
  :param str image: URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
2285
- :param Sequence[str] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
2285
+ :param Sequence[str] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
2286
2286
  :param Sequence[str] commands: Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
2287
2287
  :param Sequence[str] depends_ons: Containers which should be started before this container. If specified the container will wait to start until all containers with the listed names are healthy.
2288
2288
  :param Sequence['ServiceTemplateContainerEnvArgs'] envs: List of environment variables to set in the container.
@@ -2290,7 +2290,7 @@ class ServiceTemplateContainer(dict):
2290
2290
  :param 'ServiceTemplateContainerLivenessProbeArgs' liveness_probe: Periodic probe of container liveness. Container will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
2291
2291
  Structure is documented below.
2292
2292
  :param str name: Name of the container specified as a DNS_LABEL.
2293
- :param Sequence['ServiceTemplateContainerPortArgs'] ports: List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible.
2293
+ :param 'ServiceTemplateContainerPortsArgs' ports: List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible.
2294
2294
  If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on
2295
2295
  Structure is documented below.
2296
2296
  :param 'ServiceTemplateContainerResourcesArgs' resources: Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
@@ -2337,7 +2337,7 @@ class ServiceTemplateContainer(dict):
2337
2337
  @pulumi.getter
2338
2338
  def args(self) -> Optional[Sequence[str]]:
2339
2339
  """
2340
- Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
2340
+ Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
2341
2341
  """
2342
2342
  return pulumi.get(self, "args")
2343
2343
 
@@ -2385,7 +2385,7 @@ class ServiceTemplateContainer(dict):
2385
2385
 
2386
2386
  @property
2387
2387
  @pulumi.getter
2388
- def ports(self) -> Optional[Sequence['outputs.ServiceTemplateContainerPort']]:
2388
+ def ports(self) -> Optional['outputs.ServiceTemplateContainerPorts']:
2389
2389
  """
2390
2390
  List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible.
2391
2391
  If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on
@@ -2453,8 +2453,8 @@ class ServiceTemplateContainerEnv(dict):
2453
2453
  value: Optional[str] = None,
2454
2454
  value_source: Optional['outputs.ServiceTemplateContainerEnvValueSource'] = None):
2455
2455
  """
2456
- :param str name: Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters.
2457
- :param str value: Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes
2456
+ :param str name: Name of the environment variable. Must be a C_IDENTIFIER, and may not exceed 32768 characters.
2457
+ :param str value: Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
2458
2458
  :param 'ServiceTemplateContainerEnvValueSourceArgs' value_source: Source for the environment variable's value.
2459
2459
  Structure is documented below.
2460
2460
  """
@@ -2468,7 +2468,7 @@ class ServiceTemplateContainerEnv(dict):
2468
2468
  @pulumi.getter
2469
2469
  def name(self) -> str:
2470
2470
  """
2471
- Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters.
2471
+ Name of the environment variable. Must be a C_IDENTIFIER, and may not exceed 32768 characters.
2472
2472
  """
2473
2473
  return pulumi.get(self, "name")
2474
2474
 
@@ -2476,7 +2476,7 @@ class ServiceTemplateContainerEnv(dict):
2476
2476
  @pulumi.getter
2477
2477
  def value(self) -> Optional[str]:
2478
2478
  """
2479
- Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes
2479
+ Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
2480
2480
  """
2481
2481
  return pulumi.get(self, "value")
2482
2482
 
@@ -2834,7 +2834,7 @@ class ServiceTemplateContainerLivenessProbeTcpSocket(dict):
2834
2834
 
2835
2835
 
2836
2836
  @pulumi.output_type
2837
- class ServiceTemplateContainerPort(dict):
2837
+ class ServiceTemplateContainerPorts(dict):
2838
2838
  @staticmethod
2839
2839
  def __key_warning(key: str):
2840
2840
  suggest = None
@@ -2842,14 +2842,14 @@ class ServiceTemplateContainerPort(dict):
2842
2842
  suggest = "container_port"
2843
2843
 
2844
2844
  if suggest:
2845
- pulumi.log.warn(f"Key '{key}' not found in ServiceTemplateContainerPort. Access the value via the '{suggest}' property getter instead.")
2845
+ pulumi.log.warn(f"Key '{key}' not found in ServiceTemplateContainerPorts. Access the value via the '{suggest}' property getter instead.")
2846
2846
 
2847
2847
  def __getitem__(self, key: str) -> Any:
2848
- ServiceTemplateContainerPort.__key_warning(key)
2848
+ ServiceTemplateContainerPorts.__key_warning(key)
2849
2849
  return super().__getitem__(key)
2850
2850
 
2851
2851
  def get(self, key: str, default = None) -> Any:
2852
- ServiceTemplateContainerPort.__key_warning(key)
2852
+ ServiceTemplateContainerPorts.__key_warning(key)
2853
2853
  return super().get(key, default)
2854
2854
 
2855
2855
  def __init__(__self__, *,
@@ -4479,7 +4479,7 @@ class GetJobTemplateTemplateContainerResult(dict):
4479
4479
  volume_mounts: Sequence['outputs.GetJobTemplateTemplateContainerVolumeMountResult'],
4480
4480
  working_dir: str):
4481
4481
  """
4482
- :param Sequence[str] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
4482
+ :param Sequence[str] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
4483
4483
  :param Sequence[str] commands: Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
4484
4484
  :param Sequence['GetJobTemplateTemplateContainerEnvArgs'] envs: List of environment variables to set in the container.
4485
4485
  :param str image: URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
@@ -4505,7 +4505,7 @@ class GetJobTemplateTemplateContainerResult(dict):
4505
4505
  @pulumi.getter
4506
4506
  def args(self) -> Sequence[str]:
4507
4507
  """
4508
- Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
4508
+ Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
4509
4509
  """
4510
4510
  return pulumi.get(self, "args")
4511
4511
 
@@ -4584,7 +4584,7 @@ class GetJobTemplateTemplateContainerEnvResult(dict):
4584
4584
  value_sources: Sequence['outputs.GetJobTemplateTemplateContainerEnvValueSourceResult']):
4585
4585
  """
4586
4586
  :param str name: The name of the Cloud Run v2 Job.
4587
- :param str value: Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes
4587
+ :param str value: Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
4588
4588
  :param Sequence['GetJobTemplateTemplateContainerEnvValueSourceArgs'] value_sources: Source for the environment variable's value.
4589
4589
  """
4590
4590
  pulumi.set(__self__, "name", name)
@@ -4603,7 +4603,7 @@ class GetJobTemplateTemplateContainerEnvResult(dict):
4603
4603
  @pulumi.getter
4604
4604
  def value(self) -> str:
4605
4605
  """
4606
- Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes
4606
+ Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
4607
4607
  """
4608
4608
  return pulumi.get(self, "value")
4609
4609
 
@@ -5542,7 +5542,7 @@ class GetServiceTemplateContainerResult(dict):
5542
5542
  volume_mounts: Sequence['outputs.GetServiceTemplateContainerVolumeMountResult'],
5543
5543
  working_dir: str):
5544
5544
  """
5545
- :param Sequence[str] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
5545
+ :param Sequence[str] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
5546
5546
  :param Sequence[str] commands: Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
5547
5547
  :param Sequence[str] depends_ons: Containers which should be started before this container. If specified the container will wait to start until all containers with the listed names are healthy.
5548
5548
  :param Sequence['GetServiceTemplateContainerEnvArgs'] envs: List of environment variables to set in the container.
@@ -5574,7 +5574,7 @@ class GetServiceTemplateContainerResult(dict):
5574
5574
  @pulumi.getter
5575
5575
  def args(self) -> Sequence[str]:
5576
5576
  """
5577
- Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
5577
+ Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
5578
5578
  """
5579
5579
  return pulumi.get(self, "args")
5580
5580
 
@@ -5677,7 +5677,7 @@ class GetServiceTemplateContainerEnvResult(dict):
5677
5677
  value_sources: Sequence['outputs.GetServiceTemplateContainerEnvValueSourceResult']):
5678
5678
  """
5679
5679
  :param str name: The name of the Cloud Run v2 Service.
5680
- :param str value: Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes
5680
+ :param str value: Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
5681
5681
  :param Sequence['GetServiceTemplateContainerEnvValueSourceArgs'] value_sources: Source for the environment variable's value.
5682
5682
  """
5683
5683
  pulumi.set(__self__, "name", name)
@@ -5696,7 +5696,7 @@ class GetServiceTemplateContainerEnvResult(dict):
5696
5696
  @pulumi.getter
5697
5697
  def value(self) -> str:
5698
5698
  """
5699
- Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes
5699
+ Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
5700
5700
  """
5701
5701
  return pulumi.get(self, "value")
5702
5702