pulumi-gcp 7.39.0a1726207510__py3-none-any.whl → 8.0.0a1__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 (167) 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/certificateauthority/get_authority.py +0 -20
  26. pulumi_gcp/certificatemanager/get_certificate_map.py +0 -14
  27. pulumi_gcp/cloudasset/folder_feed.py +4 -2
  28. pulumi_gcp/cloudidentity/get_group_lookup.py +0 -18
  29. pulumi_gcp/cloudidentity/get_group_memberships.py +0 -14
  30. pulumi_gcp/cloudidentity/get_groups.py +0 -14
  31. pulumi_gcp/cloudrunv2/_inputs.py +25 -25
  32. pulumi_gcp/cloudrunv2/get_job.py +11 -1
  33. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  34. pulumi_gcp/cloudrunv2/job.py +50 -0
  35. pulumi_gcp/cloudrunv2/outputs.py +26 -26
  36. pulumi_gcp/cloudrunv2/service.py +54 -0
  37. pulumi_gcp/compute/_inputs.py +117 -54
  38. pulumi_gcp/compute/backend_service.py +52 -0
  39. pulumi_gcp/compute/disk_async_replication.py +0 -48
  40. pulumi_gcp/compute/firewall_policy_rule.py +4 -2
  41. pulumi_gcp/compute/forwarding_rule.py +42 -0
  42. pulumi_gcp/compute/get_backend_bucket.py +0 -14
  43. pulumi_gcp/compute/get_backend_service.py +0 -20
  44. pulumi_gcp/compute/get_certificate.py +0 -20
  45. pulumi_gcp/compute/get_forwarding_rule.py +11 -15
  46. pulumi_gcp/compute/get_forwarding_rules.py +0 -16
  47. pulumi_gcp/compute/get_global_forwarding_rule.py +0 -14
  48. pulumi_gcp/compute/get_hc_vpn_gateway.py +0 -14
  49. pulumi_gcp/compute/get_health_check.py +0 -14
  50. pulumi_gcp/compute/get_lbip_ranges.py +0 -32
  51. pulumi_gcp/compute/get_netblock_ip_ranges.py +0 -52
  52. pulumi_gcp/compute/get_network.py +0 -14
  53. pulumi_gcp/compute/get_networks.py +0 -14
  54. pulumi_gcp/compute/get_region_ssl_certificate.py +0 -20
  55. pulumi_gcp/compute/get_ssl_policy.py +0 -14
  56. pulumi_gcp/compute/get_vpn_gateway.py +0 -14
  57. pulumi_gcp/compute/global_address.py +8 -4
  58. pulumi_gcp/compute/global_forwarding_rule.py +7 -0
  59. pulumi_gcp/compute/instance_template.py +56 -63
  60. pulumi_gcp/compute/managed_ssl_certificate.py +1 -20
  61. pulumi_gcp/compute/manged_ssl_certificate.py +1 -20
  62. pulumi_gcp/compute/network_attachment.py +8 -4
  63. pulumi_gcp/compute/node_group.py +4 -2
  64. pulumi_gcp/compute/organization_security_policy_association.py +4 -2
  65. pulumi_gcp/compute/outputs.py +101 -42
  66. pulumi_gcp/compute/project_cloud_armor_tier.py +4 -2
  67. pulumi_gcp/compute/region_backend_service.py +36 -7
  68. pulumi_gcp/compute/region_instance_template.py +56 -7
  69. pulumi_gcp/compute/region_ssl_certificate.py +49 -7
  70. pulumi_gcp/compute/ssl_certificate.py +49 -7
  71. pulumi_gcp/compute/subnetwork.py +193 -23
  72. pulumi_gcp/config/__init__.pyi +3 -5
  73. pulumi_gcp/config/vars.py +6 -10
  74. pulumi_gcp/container/_inputs.py +19 -41
  75. pulumi_gcp/container/cluster.py +79 -0
  76. pulumi_gcp/container/get_cluster.py +21 -25
  77. pulumi_gcp/container/get_engine_versions.py +8 -2
  78. pulumi_gcp/container/outputs.py +17 -40
  79. pulumi_gcp/dataproc/get_metastore_service.py +0 -16
  80. pulumi_gcp/diagflow/intent.py +4 -2
  81. pulumi_gcp/dns/get_record_set.py +0 -20
  82. pulumi_gcp/edgenetwork/network.py +83 -0
  83. pulumi_gcp/edgenetwork/subnet.py +83 -0
  84. pulumi_gcp/filestore/get_instance.py +0 -20
  85. pulumi_gcp/firebase/database_instance.py +2 -0
  86. pulumi_gcp/firebase/hosting_custom_domain.py +4 -2
  87. pulumi_gcp/firebase/hosting_version.py +4 -2
  88. pulumi_gcp/firebase/project.py +2 -0
  89. pulumi_gcp/firestore/document.py +8 -4
  90. pulumi_gcp/folder/access_approval_settings.py +12 -6
  91. pulumi_gcp/gkeonprem/_inputs.py +11 -11
  92. pulumi_gcp/gkeonprem/outputs.py +9 -9
  93. pulumi_gcp/gkeonprem/v_mware_cluster.py +31 -31
  94. pulumi_gcp/gkeonprem/v_mware_node_pool.py +186 -0
  95. pulumi_gcp/iam/access_boundary_policy.py +4 -2
  96. pulumi_gcp/iam/deny_policy.py +4 -2
  97. pulumi_gcp/iam/get_workload_identity_pool.py +0 -14
  98. pulumi_gcp/iam/get_workload_identity_pool_provider.py +0 -16
  99. pulumi_gcp/iap/brand.py +4 -2
  100. pulumi_gcp/iap/client.py +4 -2
  101. pulumi_gcp/iap/get_client.py +0 -18
  102. pulumi_gcp/identityplatform/__init__.py +0 -1
  103. pulumi_gcp/identityplatform/_inputs.py +0 -396
  104. pulumi_gcp/identityplatform/config.py +2 -0
  105. pulumi_gcp/identityplatform/outputs.py +0 -313
  106. pulumi_gcp/integrationconnectors/managed_zone.py +4 -2
  107. pulumi_gcp/kms/__init__.py +4 -0
  108. pulumi_gcp/kms/_inputs.py +130 -0
  109. pulumi_gcp/kms/autokey_config.py +6 -2
  110. pulumi_gcp/kms/ekm_connection_iam_binding.py +1097 -0
  111. pulumi_gcp/kms/ekm_connection_iam_member.py +1097 -0
  112. pulumi_gcp/kms/ekm_connection_iam_policy.py +916 -0
  113. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +177 -0
  114. pulumi_gcp/kms/key_handle.py +8 -2
  115. pulumi_gcp/kms/outputs.py +76 -0
  116. pulumi_gcp/logging/folder_settings.py +4 -2
  117. pulumi_gcp/monitoring/get_secret_version.py +2 -2
  118. pulumi_gcp/monitoring/monitored_project.py +4 -2
  119. pulumi_gcp/networksecurity/firewall_endpoint_association.py +12 -44
  120. pulumi_gcp/networkservices/_inputs.py +23 -0
  121. pulumi_gcp/networkservices/outputs.py +17 -1
  122. pulumi_gcp/networkservices/tcp_route.py +2 -0
  123. pulumi_gcp/organizations/access_approval_settings.py +4 -2
  124. pulumi_gcp/organizations/folder.py +35 -1
  125. pulumi_gcp/organizations/get_active_folder.py +0 -16
  126. pulumi_gcp/organizations/get_client_config.py +16 -15
  127. pulumi_gcp/organizations/get_folder.py +11 -1
  128. pulumi_gcp/organizations/get_project.py +3 -13
  129. pulumi_gcp/organizations/project.py +3 -87
  130. pulumi_gcp/orgpolicy/policy.py +12 -6
  131. pulumi_gcp/projects/api_key.py +2 -52
  132. pulumi_gcp/provider.py +32 -52
  133. pulumi_gcp/pubsub/topic.py +1 -1
  134. pulumi_gcp/pulumi-plugin.json +1 -1
  135. pulumi_gcp/redis/cluster.py +58 -0
  136. pulumi_gcp/redis/get_instance.py +0 -20
  137. pulumi_gcp/resourcemanager/lien.py +4 -2
  138. pulumi_gcp/secretmanager/get_secret_version.py +2 -2
  139. pulumi_gcp/securitycenter/__init__.py +1 -0
  140. pulumi_gcp/securitycenter/folder_custom_module.py +8 -4
  141. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +8 -4
  142. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +862 -0
  143. pulumi_gcp/serviceusage/consumer_quota_override.py +12 -6
  144. pulumi_gcp/spanner/get_instance.py +0 -14
  145. pulumi_gcp/sql/_inputs.py +3 -36
  146. pulumi_gcp/sql/outputs.py +6 -49
  147. pulumi_gcp/storage/_inputs.py +23 -23
  148. pulumi_gcp/storage/bucket.py +6 -6
  149. pulumi_gcp/storage/outputs.py +27 -27
  150. pulumi_gcp/tags/get_tag_key.py +0 -30
  151. pulumi_gcp/tags/get_tag_keys.py +0 -26
  152. pulumi_gcp/tags/get_tag_value.py +0 -16
  153. pulumi_gcp/tags/get_tag_values.py +0 -14
  154. pulumi_gcp/tags/tag_binding.py +4 -2
  155. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -2
  156. pulumi_gcp/vmwareengine/network.py +4 -2
  157. pulumi_gcp/vpcaccess/connector.py +14 -6
  158. pulumi_gcp/vpcaccess/get_connector.py +6 -2
  159. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/METADATA +1 -1
  160. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/RECORD +162 -162
  161. pulumi_gcp/datastore/__init__.py +0 -10
  162. pulumi_gcp/datastore/_inputs.py +0 -76
  163. pulumi_gcp/datastore/data_store_index.py +0 -515
  164. pulumi_gcp/datastore/outputs.py +0 -51
  165. pulumi_gcp/identityplatform/project_default_config.py +0 -357
  166. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/WHEEL +0 -0
  167. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/top_level.txt +0 -0
@@ -82,7 +82,14 @@ class RegionInstanceTemplateArgs:
82
82
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
83
83
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
84
84
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
85
- prefix. Conflicts with `name`.
85
+ prefix. Conflicts with `name`. Max length is 54 characters.
86
+ Prefixes with lengths longer than 37 characters will use a shortened
87
+ UUID that will be more prone to collisions.
88
+
89
+ Resulting name for a `name_prefix` <= 37 characters:
90
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
91
+ Resulting name for a `name_prefix` 38 - 54 characters:
92
+ `name_prefix` + YYmmdd + 3 digit incremental counter
86
93
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]] network_interfaces: Networks to attach to instances created from
87
94
  this template. This can be specified multiple times for multiple networks.
88
95
  Structure is documented below.
@@ -349,7 +356,14 @@ class RegionInstanceTemplateArgs:
349
356
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
350
357
  """
351
358
  Creates a unique name beginning with the specified
352
- prefix. Conflicts with `name`.
359
+ prefix. Conflicts with `name`. Max length is 54 characters.
360
+ Prefixes with lengths longer than 37 characters will use a shortened
361
+ UUID that will be more prone to collisions.
362
+
363
+ Resulting name for a `name_prefix` <= 37 characters:
364
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
365
+ Resulting name for a `name_prefix` 38 - 54 characters:
366
+ `name_prefix` + YYmmdd + 3 digit incremental counter
353
367
  """
354
368
  return pulumi.get(self, "name_prefix")
355
369
 
@@ -585,7 +599,14 @@ class _RegionInstanceTemplateState:
585
599
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
586
600
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
587
601
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
588
- prefix. Conflicts with `name`.
602
+ prefix. Conflicts with `name`. Max length is 54 characters.
603
+ Prefixes with lengths longer than 37 characters will use a shortened
604
+ UUID that will be more prone to collisions.
605
+
606
+ Resulting name for a `name_prefix` <= 37 characters:
607
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
608
+ Resulting name for a `name_prefix` 38 - 54 characters:
609
+ `name_prefix` + YYmmdd + 3 digit incremental counter
589
610
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]] network_interfaces: Networks to attach to instances created from
590
611
  this template. This can be specified multiple times for multiple networks.
591
612
  Structure is documented below.
@@ -891,7 +912,14 @@ class _RegionInstanceTemplateState:
891
912
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
892
913
  """
893
914
  Creates a unique name beginning with the specified
894
- prefix. Conflicts with `name`.
915
+ prefix. Conflicts with `name`. Max length is 54 characters.
916
+ Prefixes with lengths longer than 37 characters will use a shortened
917
+ UUID that will be more prone to collisions.
918
+
919
+ Resulting name for a `name_prefix` <= 37 characters:
920
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
921
+ Resulting name for a `name_prefix` 38 - 54 characters:
922
+ `name_prefix` + YYmmdd + 3 digit incremental counter
895
923
  """
896
924
  return pulumi.get(self, "name_prefix")
897
925
 
@@ -1184,7 +1212,14 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1184
1212
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
1185
1213
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
1186
1214
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
1187
- prefix. Conflicts with `name`.
1215
+ prefix. Conflicts with `name`. Max length is 54 characters.
1216
+ Prefixes with lengths longer than 37 characters will use a shortened
1217
+ UUID that will be more prone to collisions.
1218
+
1219
+ Resulting name for a `name_prefix` <= 37 characters:
1220
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
1221
+ Resulting name for a `name_prefix` 38 - 54 characters:
1222
+ `name_prefix` + YYmmdd + 3 digit incremental counter
1188
1223
  :param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateNetworkInterfaceArgs', 'RegionInstanceTemplateNetworkInterfaceArgsDict']]]] network_interfaces: Networks to attach to instances created from
1189
1224
  this template. This can be specified multiple times for multiple networks.
1190
1225
  Structure is documented below.
@@ -1413,7 +1448,14 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1413
1448
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
1414
1449
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
1415
1450
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
1416
- prefix. Conflicts with `name`.
1451
+ prefix. Conflicts with `name`. Max length is 54 characters.
1452
+ Prefixes with lengths longer than 37 characters will use a shortened
1453
+ UUID that will be more prone to collisions.
1454
+
1455
+ Resulting name for a `name_prefix` <= 37 characters:
1456
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
1457
+ Resulting name for a `name_prefix` 38 - 54 characters:
1458
+ `name_prefix` + YYmmdd + 3 digit incremental counter
1417
1459
  :param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateNetworkInterfaceArgs', 'RegionInstanceTemplateNetworkInterfaceArgsDict']]]] network_interfaces: Networks to attach to instances created from
1418
1460
  this template. This can be specified multiple times for multiple networks.
1419
1461
  Structure is documented below.
@@ -1628,7 +1670,14 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1628
1670
  def name_prefix(self) -> pulumi.Output[str]:
1629
1671
  """
1630
1672
  Creates a unique name beginning with the specified
1631
- prefix. Conflicts with `name`.
1673
+ prefix. Conflicts with `name`. Max length is 54 characters.
1674
+ Prefixes with lengths longer than 37 characters will use a shortened
1675
+ UUID that will be more prone to collisions.
1676
+
1677
+ Resulting name for a `name_prefix` <= 37 characters:
1678
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
1679
+ Resulting name for a `name_prefix` 38 - 54 characters:
1680
+ `name_prefix` + YYmmdd + 3 digit incremental counter
1632
1681
  """
1633
1682
  return pulumi.get(self, "name_prefix")
1634
1683
 
@@ -47,7 +47,13 @@ class RegionSslCertificateArgs:
47
47
  character, which cannot be a dash.
48
48
  These are in the same namespace as the managed SSL certificates.
49
49
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
50
- specified prefix. Conflicts with `name`.
50
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
51
+ Prefixes with lengths longer than 37 characters will use a shortened
52
+ UUID that will be more prone to collisions.
53
+ Resulting name for a `name_prefix` <= 37 characters:
54
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
55
+ Resulting name for a `name_prefix` 38 - 54 characters:
56
+ `name_prefix` + YYmmdd + 3 digit incremental counter
51
57
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
52
58
  If it is not provided, the provider project is used.
53
59
  :param pulumi.Input[str] region: The Region in which the created regional ssl certificate should reside.
@@ -133,7 +139,13 @@ class RegionSslCertificateArgs:
133
139
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
134
140
  """
135
141
  Creates a unique name beginning with the
136
- specified prefix. Conflicts with `name`.
142
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
143
+ Prefixes with lengths longer than 37 characters will use a shortened
144
+ UUID that will be more prone to collisions.
145
+ Resulting name for a `name_prefix` <= 37 characters:
146
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
147
+ Resulting name for a `name_prefix` 38 - 54 characters:
148
+ `name_prefix` + YYmmdd + 3 digit incremental counter
137
149
  """
138
150
  return pulumi.get(self, "name_prefix")
139
151
 
@@ -201,7 +213,13 @@ class _RegionSslCertificateState:
201
213
  character, which cannot be a dash.
202
214
  These are in the same namespace as the managed SSL certificates.
203
215
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
204
- specified prefix. Conflicts with `name`.
216
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
217
+ Prefixes with lengths longer than 37 characters will use a shortened
218
+ UUID that will be more prone to collisions.
219
+ Resulting name for a `name_prefix` <= 37 characters:
220
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
221
+ Resulting name for a `name_prefix` 38 - 54 characters:
222
+ `name_prefix` + YYmmdd + 3 digit incremental counter
205
223
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
206
224
  **Note**: This property is sensitive and will not be displayed in the plan.
207
225
 
@@ -323,7 +341,13 @@ class _RegionSslCertificateState:
323
341
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
324
342
  """
325
343
  Creates a unique name beginning with the
326
- specified prefix. Conflicts with `name`.
344
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
345
+ Prefixes with lengths longer than 37 characters will use a shortened
346
+ UUID that will be more prone to collisions.
347
+ Resulting name for a `name_prefix` <= 37 characters:
348
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
349
+ Resulting name for a `name_prefix` 38 - 54 characters:
350
+ `name_prefix` + YYmmdd + 3 digit incremental counter
327
351
  """
328
352
  return pulumi.get(self, "name_prefix")
329
353
 
@@ -458,7 +482,13 @@ class RegionSslCertificate(pulumi.CustomResource):
458
482
  character, which cannot be a dash.
459
483
  These are in the same namespace as the managed SSL certificates.
460
484
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
461
- specified prefix. Conflicts with `name`.
485
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
486
+ Prefixes with lengths longer than 37 characters will use a shortened
487
+ UUID that will be more prone to collisions.
488
+ Resulting name for a `name_prefix` <= 37 characters:
489
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
490
+ Resulting name for a `name_prefix` 38 - 54 characters:
491
+ `name_prefix` + YYmmdd + 3 digit incremental counter
462
492
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
463
493
  **Note**: This property is sensitive and will not be displayed in the plan.
464
494
 
@@ -611,7 +641,13 @@ class RegionSslCertificate(pulumi.CustomResource):
611
641
  character, which cannot be a dash.
612
642
  These are in the same namespace as the managed SSL certificates.
613
643
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
614
- specified prefix. Conflicts with `name`.
644
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
645
+ Prefixes with lengths longer than 37 characters will use a shortened
646
+ UUID that will be more prone to collisions.
647
+ Resulting name for a `name_prefix` <= 37 characters:
648
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
649
+ Resulting name for a `name_prefix` 38 - 54 characters:
650
+ `name_prefix` + YYmmdd + 3 digit incremental counter
615
651
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
616
652
  **Note**: This property is sensitive and will not be displayed in the plan.
617
653
 
@@ -703,7 +739,13 @@ class RegionSslCertificate(pulumi.CustomResource):
703
739
  def name_prefix(self) -> pulumi.Output[str]:
704
740
  """
705
741
  Creates a unique name beginning with the
706
- specified prefix. Conflicts with `name`.
742
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
743
+ Prefixes with lengths longer than 37 characters will use a shortened
744
+ UUID that will be more prone to collisions.
745
+ Resulting name for a `name_prefix` <= 37 characters:
746
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
747
+ Resulting name for a `name_prefix` 38 - 54 characters:
748
+ `name_prefix` + YYmmdd + 3 digit incremental counter
707
749
  """
708
750
  return pulumi.get(self, "name_prefix")
709
751
 
@@ -46,7 +46,13 @@ class SSLCertificateArgs:
46
46
  character, which cannot be a dash.
47
47
  These are in the same namespace as the managed SSL certificates.
48
48
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
49
- specified prefix. Conflicts with `name`.
49
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
50
+ Prefixes with lengths longer than 37 characters will use a shortened
51
+ UUID that will be more prone to collisions.
52
+ Resulting name for a `name_prefix` <= 37 characters:
53
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
54
+ Resulting name for a `name_prefix` 38 - 54 characters:
55
+ `name_prefix` + YYmmdd + 3 digit incremental counter
50
56
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
51
57
  If it is not provided, the provider project is used.
52
58
  """
@@ -128,7 +134,13 @@ class SSLCertificateArgs:
128
134
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
129
135
  """
130
136
  Creates a unique name beginning with the
131
- specified prefix. Conflicts with `name`.
137
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
138
+ Prefixes with lengths longer than 37 characters will use a shortened
139
+ UUID that will be more prone to collisions.
140
+ Resulting name for a `name_prefix` <= 37 characters:
141
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
142
+ Resulting name for a `name_prefix` 38 - 54 characters:
143
+ `name_prefix` + YYmmdd + 3 digit incremental counter
132
144
  """
133
145
  return pulumi.get(self, "name_prefix")
134
146
 
@@ -182,7 +194,13 @@ class _SSLCertificateState:
182
194
  character, which cannot be a dash.
183
195
  These are in the same namespace as the managed SSL certificates.
184
196
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
185
- specified prefix. Conflicts with `name`.
197
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
198
+ Prefixes with lengths longer than 37 characters will use a shortened
199
+ UUID that will be more prone to collisions.
200
+ Resulting name for a `name_prefix` <= 37 characters:
201
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
202
+ Resulting name for a `name_prefix` 38 - 54 characters:
203
+ `name_prefix` + YYmmdd + 3 digit incremental counter
186
204
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
187
205
  **Note**: This property is sensitive and will not be displayed in the plan.
188
206
 
@@ -300,7 +318,13 @@ class _SSLCertificateState:
300
318
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
301
319
  """
302
320
  Creates a unique name beginning with the
303
- specified prefix. Conflicts with `name`.
321
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
322
+ Prefixes with lengths longer than 37 characters will use a shortened
323
+ UUID that will be more prone to collisions.
324
+ Resulting name for a `name_prefix` <= 37 characters:
325
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
326
+ Resulting name for a `name_prefix` 38 - 54 characters:
327
+ `name_prefix` + YYmmdd + 3 digit incremental counter
304
328
  """
305
329
  return pulumi.get(self, "name_prefix")
306
330
 
@@ -415,7 +439,13 @@ class SSLCertificate(pulumi.CustomResource):
415
439
  character, which cannot be a dash.
416
440
  These are in the same namespace as the managed SSL certificates.
417
441
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
418
- specified prefix. Conflicts with `name`.
442
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
443
+ Prefixes with lengths longer than 37 characters will use a shortened
444
+ UUID that will be more prone to collisions.
445
+ Resulting name for a `name_prefix` <= 37 characters:
446
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
447
+ Resulting name for a `name_prefix` 38 - 54 characters:
448
+ `name_prefix` + YYmmdd + 3 digit incremental counter
419
449
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
420
450
  **Note**: This property is sensitive and will not be displayed in the plan.
421
451
 
@@ -557,7 +587,13 @@ class SSLCertificate(pulumi.CustomResource):
557
587
  character, which cannot be a dash.
558
588
  These are in the same namespace as the managed SSL certificates.
559
589
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
560
- specified prefix. Conflicts with `name`.
590
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
591
+ Prefixes with lengths longer than 37 characters will use a shortened
592
+ UUID that will be more prone to collisions.
593
+ Resulting name for a `name_prefix` <= 37 characters:
594
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
595
+ Resulting name for a `name_prefix` 38 - 54 characters:
596
+ `name_prefix` + YYmmdd + 3 digit incremental counter
561
597
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
562
598
  **Note**: This property is sensitive and will not be displayed in the plan.
563
599
 
@@ -646,7 +682,13 @@ class SSLCertificate(pulumi.CustomResource):
646
682
  def name_prefix(self) -> pulumi.Output[str]:
647
683
  """
648
684
  Creates a unique name beginning with the
649
- specified prefix. Conflicts with `name`.
685
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
686
+ Prefixes with lengths longer than 37 characters will use a shortened
687
+ UUID that will be more prone to collisions.
688
+ Resulting name for a `name_prefix` <= 37 characters:
689
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
690
+ Resulting name for a `name_prefix` 38 - 54 characters:
691
+ `name_prefix` + YYmmdd + 3 digit incremental counter
650
692
  """
651
693
  return pulumi.get(self, "name_prefix")
652
694