pulumi-gcp 7.31.0a1720850808__py3-none-any.whl → 7.31.0a1721039192__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 (86) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/applicationintegration/auth_config.py +2 -2
  3. pulumi_gcp/bigquery/reservation_assignment.py +48 -30
  4. pulumi_gcp/certificateauthority/certificate_template.py +2 -2
  5. pulumi_gcp/certificatemanager/_inputs.py +33 -0
  6. pulumi_gcp/certificatemanager/outputs.py +36 -0
  7. pulumi_gcp/certificatemanager/trust_config.py +107 -0
  8. pulumi_gcp/compute/_inputs.py +3 -6
  9. pulumi_gcp/compute/ca_external_account_key.py +2 -2
  10. pulumi_gcp/compute/get_health_check.py +11 -1
  11. pulumi_gcp/compute/global_forwarding_rule.py +2 -4
  12. pulumi_gcp/compute/health_check.py +124 -0
  13. pulumi_gcp/compute/instance.py +14 -14
  14. pulumi_gcp/compute/instance_group_membership.py +2 -2
  15. pulumi_gcp/compute/outputs.py +4 -8
  16. pulumi_gcp/compute/region_network_endpoint.py +2 -2
  17. pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
  18. pulumi_gcp/compute/subnetwork.py +2 -2
  19. pulumi_gcp/config/__init__.pyi +2 -0
  20. pulumi_gcp/config/vars.py +4 -0
  21. pulumi_gcp/container/_inputs.py +3 -3
  22. pulumi_gcp/container/outputs.py +4 -4
  23. pulumi_gcp/containeranalysis/note.py +2 -2
  24. pulumi_gcp/dataloss/_inputs.py +3 -0
  25. pulumi_gcp/dataloss/outputs.py +2 -0
  26. pulumi_gcp/dataloss/prevention_job_trigger.py +90 -0
  27. pulumi_gcp/dataplex/_inputs.py +56 -0
  28. pulumi_gcp/dataplex/datascan.py +12 -0
  29. pulumi_gcp/dataplex/outputs.py +52 -0
  30. pulumi_gcp/filestore/backup.py +2 -2
  31. pulumi_gcp/filestore/instance.py +2 -2
  32. pulumi_gcp/filestore/snapshot.py +2 -2
  33. pulumi_gcp/gkehub/_inputs.py +20 -0
  34. pulumi_gcp/gkehub/outputs.py +12 -0
  35. pulumi_gcp/kms/__init__.py +2 -0
  36. pulumi_gcp/kms/crypto_key.py +7 -7
  37. pulumi_gcp/kms/get_crypto_keys.py +143 -0
  38. pulumi_gcp/kms/get_key_rings.py +119 -0
  39. pulumi_gcp/kms/outputs.py +270 -0
  40. pulumi_gcp/logging/_inputs.py +12 -12
  41. pulumi_gcp/logging/folder_bucket_config.py +6 -6
  42. pulumi_gcp/logging/organization_bucket_config.py +6 -6
  43. pulumi_gcp/logging/outputs.py +8 -8
  44. pulumi_gcp/logging/project_bucket_config.py +6 -6
  45. pulumi_gcp/looker/instance.py +2 -2
  46. pulumi_gcp/monitoring/custom_service.py +2 -2
  47. pulumi_gcp/monitoring/generic_service.py +2 -2
  48. pulumi_gcp/monitoring/notification_channel.py +2 -2
  49. pulumi_gcp/monitoring/slo.py +2 -2
  50. pulumi_gcp/netapp/storage_pool.py +132 -53
  51. pulumi_gcp/netapp/volume.py +60 -4
  52. pulumi_gcp/networksecurity/address_group.py +85 -1
  53. pulumi_gcp/networksecurity/firewall_endpoint.py +2 -2
  54. pulumi_gcp/networksecurity/firewall_endpoint_association.py +2 -2
  55. pulumi_gcp/networksecurity/security_profile_group.py +2 -2
  56. pulumi_gcp/orgpolicy/_inputs.py +40 -10
  57. pulumi_gcp/orgpolicy/outputs.py +28 -8
  58. pulumi_gcp/orgpolicy/policy.py +52 -35
  59. pulumi_gcp/provider.py +20 -0
  60. pulumi_gcp/pubsub/_inputs.py +3 -3
  61. pulumi_gcp/pubsub/outputs.py +4 -4
  62. pulumi_gcp/pulumi-plugin.json +1 -1
  63. pulumi_gcp/securesourcemanager/__init__.py +5 -0
  64. pulumi_gcp/securesourcemanager/_inputs.py +284 -0
  65. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +177 -0
  66. pulumi_gcp/securesourcemanager/outputs.py +202 -0
  67. pulumi_gcp/securesourcemanager/repository.py +715 -0
  68. pulumi_gcp/securesourcemanager/repository_iam_binding.py +804 -0
  69. pulumi_gcp/securesourcemanager/repository_iam_member.py +804 -0
  70. pulumi_gcp/securesourcemanager/repository_iam_policy.py +643 -0
  71. pulumi_gcp/securitycenter/__init__.py +1 -0
  72. pulumi_gcp/securitycenter/_inputs.py +93 -0
  73. pulumi_gcp/securitycenter/outputs.py +59 -0
  74. pulumi_gcp/securitycenter/v2_organization_notification_config.py +576 -0
  75. pulumi_gcp/securityposture/posture_deployment.py +0 -78
  76. pulumi_gcp/servicenetworking/vpc_service_controls.py +2 -2
  77. pulumi_gcp/vertex/_inputs.py +21 -1
  78. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +222 -0
  79. pulumi_gcp/vertex/outputs.py +15 -1
  80. pulumi_gcp/workstations/_inputs.py +33 -1
  81. pulumi_gcp/workstations/outputs.py +23 -1
  82. pulumi_gcp/workstations/workstation_config.py +18 -0
  83. {pulumi_gcp-7.31.0a1720850808.dist-info → pulumi_gcp-7.31.0a1721039192.dist-info}/METADATA +1 -1
  84. {pulumi_gcp-7.31.0a1720850808.dist-info → pulumi_gcp-7.31.0a1721039192.dist-info}/RECORD +86 -78
  85. {pulumi_gcp-7.31.0a1720850808.dist-info → pulumi_gcp-7.31.0a1721039192.dist-info}/WHEEL +0 -0
  86. {pulumi_gcp-7.31.0a1720850808.dist-info → pulumi_gcp-7.31.0a1721039192.dist-info}/top_level.txt +0 -0
@@ -39654,8 +39654,7 @@ if not MYPY:
39654
39654
  """
39655
39655
  Time within the window to start the operations.
39656
39656
  It must be in an hourly format "HH:MM",
39657
- where HH : [00-23] and MM : [00] GMT.
39658
- eg: 21:00
39657
+ where HH : [00-23] and MM : [00] GMT. eg: 21:00
39659
39658
  """
39660
39659
  elif False:
39661
39660
  ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgsDict: TypeAlias = Mapping[str, Any]
@@ -39669,8 +39668,7 @@ class ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs:
39669
39668
  :param pulumi.Input[int] hours_in_cycle: The number of hours between snapshots.
39670
39669
  :param pulumi.Input[str] start_time: Time within the window to start the operations.
39671
39670
  It must be in an hourly format "HH:MM",
39672
- where HH : [00-23] and MM : [00] GMT.
39673
- eg: 21:00
39671
+ where HH : [00-23] and MM : [00] GMT. eg: 21:00
39674
39672
  """
39675
39673
  pulumi.set(__self__, "hours_in_cycle", hours_in_cycle)
39676
39674
  pulumi.set(__self__, "start_time", start_time)
@@ -39693,8 +39691,7 @@ class ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs:
39693
39691
  """
39694
39692
  Time within the window to start the operations.
39695
39693
  It must be in an hourly format "HH:MM",
39696
- where HH : [00-23] and MM : [00] GMT.
39697
- eg: 21:00
39694
+ where HH : [00-23] and MM : [00] GMT. eg: 21:00
39698
39695
  """
39699
39696
  return pulumi.get(self, "start_time")
39700
39697
 
@@ -170,8 +170,8 @@ class CaExternalAccountKey(pulumi.CustomResource):
170
170
  * [API documentation](https://cloud.google.com/certificate-manager/docs/reference/public-ca/rest/v1/projects.locations.externalAccountKeys/create)
171
171
  * How-to Guides
172
172
  * [Official Documentation](https://cloud.google.com/certificate-manager/docs/public-ca)
173
- * [Request EAB key ID and HMAC](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial#request-key-hmac)
174
173
  * [Request Certificate Using Public CA](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial)
174
+ * [Request EAB key ID and HMAC](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial#request-key-hmac)
175
175
 
176
176
  > **Warning:** This resource is create-only and could not be read from the API.
177
177
  On delete, the resource would be removed from the state.
@@ -214,8 +214,8 @@ class CaExternalAccountKey(pulumi.CustomResource):
214
214
  * [API documentation](https://cloud.google.com/certificate-manager/docs/reference/public-ca/rest/v1/projects.locations.externalAccountKeys/create)
215
215
  * How-to Guides
216
216
  * [Official Documentation](https://cloud.google.com/certificate-manager/docs/public-ca)
217
- * [Request EAB key ID and HMAC](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial#request-key-hmac)
218
217
  * [Request Certificate Using Public CA](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial)
218
+ * [Request EAB key ID and HMAC](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial#request-key-hmac)
219
219
 
220
220
  > **Warning:** This resource is create-only and could not be read from the API.
221
221
  On delete, the resource would be removed from the state.
@@ -27,7 +27,7 @@ class GetHealthCheckResult:
27
27
  """
28
28
  A collection of values returned by getHealthCheck.
29
29
  """
30
- def __init__(__self__, check_interval_sec=None, creation_timestamp=None, description=None, grpc_health_checks=None, healthy_threshold=None, http2_health_checks=None, http_health_checks=None, https_health_checks=None, id=None, log_configs=None, name=None, project=None, self_link=None, ssl_health_checks=None, tcp_health_checks=None, timeout_sec=None, type=None, unhealthy_threshold=None):
30
+ def __init__(__self__, check_interval_sec=None, creation_timestamp=None, description=None, grpc_health_checks=None, healthy_threshold=None, http2_health_checks=None, http_health_checks=None, https_health_checks=None, id=None, log_configs=None, name=None, project=None, self_link=None, source_regions=None, ssl_health_checks=None, tcp_health_checks=None, timeout_sec=None, type=None, unhealthy_threshold=None):
31
31
  if check_interval_sec and not isinstance(check_interval_sec, int):
32
32
  raise TypeError("Expected argument 'check_interval_sec' to be a int")
33
33
  pulumi.set(__self__, "check_interval_sec", check_interval_sec)
@@ -67,6 +67,9 @@ class GetHealthCheckResult:
67
67
  if self_link and not isinstance(self_link, str):
68
68
  raise TypeError("Expected argument 'self_link' to be a str")
69
69
  pulumi.set(__self__, "self_link", self_link)
70
+ if source_regions and not isinstance(source_regions, list):
71
+ raise TypeError("Expected argument 'source_regions' to be a list")
72
+ pulumi.set(__self__, "source_regions", source_regions)
70
73
  if ssl_health_checks and not isinstance(ssl_health_checks, list):
71
74
  raise TypeError("Expected argument 'ssl_health_checks' to be a list")
72
75
  pulumi.set(__self__, "ssl_health_checks", ssl_health_checks)
@@ -151,6 +154,11 @@ class GetHealthCheckResult:
151
154
  def self_link(self) -> str:
152
155
  return pulumi.get(self, "self_link")
153
156
 
157
+ @property
158
+ @pulumi.getter(name="sourceRegions")
159
+ def source_regions(self) -> Sequence[str]:
160
+ return pulumi.get(self, "source_regions")
161
+
154
162
  @property
155
163
  @pulumi.getter(name="sslHealthChecks")
156
164
  def ssl_health_checks(self) -> Sequence['outputs.GetHealthCheckSslHealthCheckResult']:
@@ -196,6 +204,7 @@ class AwaitableGetHealthCheckResult(GetHealthCheckResult):
196
204
  name=self.name,
197
205
  project=self.project,
198
206
  self_link=self.self_link,
207
+ source_regions=self.source_regions,
199
208
  ssl_health_checks=self.ssl_health_checks,
200
209
  tcp_health_checks=self.tcp_health_checks,
201
210
  timeout_sec=self.timeout_sec,
@@ -238,6 +247,7 @@ def get_health_check(name: Optional[str] = None,
238
247
  name=pulumi.get(__ret__, 'name'),
239
248
  project=pulumi.get(__ret__, 'project'),
240
249
  self_link=pulumi.get(__ret__, 'self_link'),
250
+ source_regions=pulumi.get(__ret__, 'source_regions'),
241
251
  ssl_health_checks=pulumi.get(__ret__, 'ssl_health_checks'),
242
252
  tcp_health_checks=pulumi.get(__ret__, 'tcp_health_checks'),
243
253
  timeout_sec=pulumi.get(__ret__, 'timeout_sec'),
@@ -1174,8 +1174,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
1174
1174
  balancing. Global forwarding rules can only be used for HTTP load
1175
1175
  balancing.
1176
1176
 
1177
- For more information, see
1178
- https://cloud.google.com/compute/docs/load-balancing/http/
1177
+ For more information, see https://cloud.google.com/compute/docs/load-balancing/http/
1179
1178
 
1180
1179
  ## Example Usage
1181
1180
 
@@ -1687,8 +1686,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
1687
1686
  balancing. Global forwarding rules can only be used for HTTP load
1688
1687
  balancing.
1689
1688
 
1690
- For more information, see
1691
- https://cloud.google.com/compute/docs/load-balancing/http/
1689
+ For more information, see https://cloud.google.com/compute/docs/load-balancing/http/
1692
1690
 
1693
1691
  ## Example Usage
1694
1692
 
@@ -31,6 +31,7 @@ class HealthCheckArgs:
31
31
  log_config: Optional[pulumi.Input['HealthCheckLogConfigArgs']] = None,
32
32
  name: Optional[pulumi.Input[str]] = None,
33
33
  project: Optional[pulumi.Input[str]] = None,
34
+ source_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
34
35
  ssl_health_check: Optional[pulumi.Input['HealthCheckSslHealthCheckArgs']] = None,
35
36
  tcp_health_check: Optional[pulumi.Input['HealthCheckTcpHealthCheckArgs']] = None,
36
37
  timeout_sec: Optional[pulumi.Input[int]] = None,
@@ -65,6 +66,18 @@ class HealthCheckArgs:
65
66
  - - -
66
67
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
67
68
  If it is not provided, the provider project is used.
69
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] source_regions: The list of cloud regions from which health checks are performed. If
70
+ any regions are specified, then exactly 3 regions should be specified.
71
+ The region names must be valid names of Google Cloud regions. This can
72
+ only be set for global health check. If this list is non-empty, then
73
+ there are restrictions on what other health check fields are supported
74
+ and what other resources can use this health check:
75
+ * SSL, HTTP2, and GRPC protocols are not supported.
76
+ * The TCP request field is not supported.
77
+ * The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
78
+ * The checkIntervalSec field must be at least 30.
79
+ * The health check cannot be used with BackendService nor with managed
80
+ instance group auto-healing.
68
81
  :param pulumi.Input['HealthCheckSslHealthCheckArgs'] ssl_health_check: A nested object resource
69
82
  Structure is documented below.
70
83
  :param pulumi.Input['HealthCheckTcpHealthCheckArgs'] tcp_health_check: A nested object resource
@@ -95,6 +108,8 @@ class HealthCheckArgs:
95
108
  pulumi.set(__self__, "name", name)
96
109
  if project is not None:
97
110
  pulumi.set(__self__, "project", project)
111
+ if source_regions is not None:
112
+ pulumi.set(__self__, "source_regions", source_regions)
98
113
  if ssl_health_check is not None:
99
114
  pulumi.set(__self__, "ssl_health_check", ssl_health_check)
100
115
  if tcp_health_check is not None:
@@ -242,6 +257,29 @@ class HealthCheckArgs:
242
257
  def project(self, value: Optional[pulumi.Input[str]]):
243
258
  pulumi.set(self, "project", value)
244
259
 
260
+ @property
261
+ @pulumi.getter(name="sourceRegions")
262
+ def source_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
263
+ """
264
+ The list of cloud regions from which health checks are performed. If
265
+ any regions are specified, then exactly 3 regions should be specified.
266
+ The region names must be valid names of Google Cloud regions. This can
267
+ only be set for global health check. If this list is non-empty, then
268
+ there are restrictions on what other health check fields are supported
269
+ and what other resources can use this health check:
270
+ * SSL, HTTP2, and GRPC protocols are not supported.
271
+ * The TCP request field is not supported.
272
+ * The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
273
+ * The checkIntervalSec field must be at least 30.
274
+ * The health check cannot be used with BackendService nor with managed
275
+ instance group auto-healing.
276
+ """
277
+ return pulumi.get(self, "source_regions")
278
+
279
+ @source_regions.setter
280
+ def source_regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
281
+ pulumi.set(self, "source_regions", value)
282
+
245
283
  @property
246
284
  @pulumi.getter(name="sslHealthCheck")
247
285
  def ssl_health_check(self) -> Optional[pulumi.Input['HealthCheckSslHealthCheckArgs']]:
@@ -311,6 +349,7 @@ class _HealthCheckState:
311
349
  name: Optional[pulumi.Input[str]] = None,
312
350
  project: Optional[pulumi.Input[str]] = None,
313
351
  self_link: Optional[pulumi.Input[str]] = None,
352
+ source_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
314
353
  ssl_health_check: Optional[pulumi.Input['HealthCheckSslHealthCheckArgs']] = None,
315
354
  tcp_health_check: Optional[pulumi.Input['HealthCheckTcpHealthCheckArgs']] = None,
316
355
  timeout_sec: Optional[pulumi.Input[int]] = None,
@@ -348,6 +387,18 @@ class _HealthCheckState:
348
387
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
349
388
  If it is not provided, the provider project is used.
350
389
  :param pulumi.Input[str] self_link: The URI of the created resource.
390
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] source_regions: The list of cloud regions from which health checks are performed. If
391
+ any regions are specified, then exactly 3 regions should be specified.
392
+ The region names must be valid names of Google Cloud regions. This can
393
+ only be set for global health check. If this list is non-empty, then
394
+ there are restrictions on what other health check fields are supported
395
+ and what other resources can use this health check:
396
+ * SSL, HTTP2, and GRPC protocols are not supported.
397
+ * The TCP request field is not supported.
398
+ * The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
399
+ * The checkIntervalSec field must be at least 30.
400
+ * The health check cannot be used with BackendService nor with managed
401
+ instance group auto-healing.
351
402
  :param pulumi.Input['HealthCheckSslHealthCheckArgs'] ssl_health_check: A nested object resource
352
403
  Structure is documented below.
353
404
  :param pulumi.Input['HealthCheckTcpHealthCheckArgs'] tcp_health_check: A nested object resource
@@ -383,6 +434,8 @@ class _HealthCheckState:
383
434
  pulumi.set(__self__, "project", project)
384
435
  if self_link is not None:
385
436
  pulumi.set(__self__, "self_link", self_link)
437
+ if source_regions is not None:
438
+ pulumi.set(__self__, "source_regions", source_regions)
386
439
  if ssl_health_check is not None:
387
440
  pulumi.set(__self__, "ssl_health_check", ssl_health_check)
388
441
  if tcp_health_check is not None:
@@ -556,6 +609,29 @@ class _HealthCheckState:
556
609
  def self_link(self, value: Optional[pulumi.Input[str]]):
557
610
  pulumi.set(self, "self_link", value)
558
611
 
612
+ @property
613
+ @pulumi.getter(name="sourceRegions")
614
+ def source_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
615
+ """
616
+ The list of cloud regions from which health checks are performed. If
617
+ any regions are specified, then exactly 3 regions should be specified.
618
+ The region names must be valid names of Google Cloud regions. This can
619
+ only be set for global health check. If this list is non-empty, then
620
+ there are restrictions on what other health check fields are supported
621
+ and what other resources can use this health check:
622
+ * SSL, HTTP2, and GRPC protocols are not supported.
623
+ * The TCP request field is not supported.
624
+ * The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
625
+ * The checkIntervalSec field must be at least 30.
626
+ * The health check cannot be used with BackendService nor with managed
627
+ instance group auto-healing.
628
+ """
629
+ return pulumi.get(self, "source_regions")
630
+
631
+ @source_regions.setter
632
+ def source_regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
633
+ pulumi.set(self, "source_regions", value)
634
+
559
635
  @property
560
636
  @pulumi.getter(name="sslHealthCheck")
561
637
  def ssl_health_check(self) -> Optional[pulumi.Input['HealthCheckSslHealthCheckArgs']]:
@@ -637,6 +713,7 @@ class HealthCheck(pulumi.CustomResource):
637
713
  log_config: Optional[pulumi.Input[Union['HealthCheckLogConfigArgs', 'HealthCheckLogConfigArgsDict']]] = None,
638
714
  name: Optional[pulumi.Input[str]] = None,
639
715
  project: Optional[pulumi.Input[str]] = None,
716
+ source_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
640
717
  ssl_health_check: Optional[pulumi.Input[Union['HealthCheckSslHealthCheckArgs', 'HealthCheckSslHealthCheckArgsDict']]] = None,
641
718
  tcp_health_check: Optional[pulumi.Input[Union['HealthCheckTcpHealthCheckArgs', 'HealthCheckTcpHealthCheckArgsDict']]] = None,
642
719
  timeout_sec: Optional[pulumi.Input[int]] = None,
@@ -947,6 +1024,18 @@ class HealthCheck(pulumi.CustomResource):
947
1024
  - - -
948
1025
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
949
1026
  If it is not provided, the provider project is used.
1027
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] source_regions: The list of cloud regions from which health checks are performed. If
1028
+ any regions are specified, then exactly 3 regions should be specified.
1029
+ The region names must be valid names of Google Cloud regions. This can
1030
+ only be set for global health check. If this list is non-empty, then
1031
+ there are restrictions on what other health check fields are supported
1032
+ and what other resources can use this health check:
1033
+ * SSL, HTTP2, and GRPC protocols are not supported.
1034
+ * The TCP request field is not supported.
1035
+ * The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
1036
+ * The checkIntervalSec field must be at least 30.
1037
+ * The health check cannot be used with BackendService nor with managed
1038
+ instance group auto-healing.
950
1039
  :param pulumi.Input[Union['HealthCheckSslHealthCheckArgs', 'HealthCheckSslHealthCheckArgsDict']] ssl_health_check: A nested object resource
951
1040
  Structure is documented below.
952
1041
  :param pulumi.Input[Union['HealthCheckTcpHealthCheckArgs', 'HealthCheckTcpHealthCheckArgsDict']] tcp_health_check: A nested object resource
@@ -1263,6 +1352,7 @@ class HealthCheck(pulumi.CustomResource):
1263
1352
  log_config: Optional[pulumi.Input[Union['HealthCheckLogConfigArgs', 'HealthCheckLogConfigArgsDict']]] = None,
1264
1353
  name: Optional[pulumi.Input[str]] = None,
1265
1354
  project: Optional[pulumi.Input[str]] = None,
1355
+ source_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1266
1356
  ssl_health_check: Optional[pulumi.Input[Union['HealthCheckSslHealthCheckArgs', 'HealthCheckSslHealthCheckArgsDict']]] = None,
1267
1357
  tcp_health_check: Optional[pulumi.Input[Union['HealthCheckTcpHealthCheckArgs', 'HealthCheckTcpHealthCheckArgsDict']]] = None,
1268
1358
  timeout_sec: Optional[pulumi.Input[int]] = None,
@@ -1286,6 +1376,7 @@ class HealthCheck(pulumi.CustomResource):
1286
1376
  __props__.__dict__["log_config"] = log_config
1287
1377
  __props__.__dict__["name"] = name
1288
1378
  __props__.__dict__["project"] = project
1379
+ __props__.__dict__["source_regions"] = source_regions
1289
1380
  __props__.__dict__["ssl_health_check"] = ssl_health_check
1290
1381
  __props__.__dict__["tcp_health_check"] = tcp_health_check
1291
1382
  __props__.__dict__["timeout_sec"] = timeout_sec
@@ -1315,6 +1406,7 @@ class HealthCheck(pulumi.CustomResource):
1315
1406
  name: Optional[pulumi.Input[str]] = None,
1316
1407
  project: Optional[pulumi.Input[str]] = None,
1317
1408
  self_link: Optional[pulumi.Input[str]] = None,
1409
+ source_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1318
1410
  ssl_health_check: Optional[pulumi.Input[Union['HealthCheckSslHealthCheckArgs', 'HealthCheckSslHealthCheckArgsDict']]] = None,
1319
1411
  tcp_health_check: Optional[pulumi.Input[Union['HealthCheckTcpHealthCheckArgs', 'HealthCheckTcpHealthCheckArgsDict']]] = None,
1320
1412
  timeout_sec: Optional[pulumi.Input[int]] = None,
@@ -1357,6 +1449,18 @@ class HealthCheck(pulumi.CustomResource):
1357
1449
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
1358
1450
  If it is not provided, the provider project is used.
1359
1451
  :param pulumi.Input[str] self_link: The URI of the created resource.
1452
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] source_regions: The list of cloud regions from which health checks are performed. If
1453
+ any regions are specified, then exactly 3 regions should be specified.
1454
+ The region names must be valid names of Google Cloud regions. This can
1455
+ only be set for global health check. If this list is non-empty, then
1456
+ there are restrictions on what other health check fields are supported
1457
+ and what other resources can use this health check:
1458
+ * SSL, HTTP2, and GRPC protocols are not supported.
1459
+ * The TCP request field is not supported.
1460
+ * The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
1461
+ * The checkIntervalSec field must be at least 30.
1462
+ * The health check cannot be used with BackendService nor with managed
1463
+ instance group auto-healing.
1360
1464
  :param pulumi.Input[Union['HealthCheckSslHealthCheckArgs', 'HealthCheckSslHealthCheckArgsDict']] ssl_health_check: A nested object resource
1361
1465
  Structure is documented below.
1362
1466
  :param pulumi.Input[Union['HealthCheckTcpHealthCheckArgs', 'HealthCheckTcpHealthCheckArgsDict']] tcp_health_check: A nested object resource
@@ -1384,6 +1488,7 @@ class HealthCheck(pulumi.CustomResource):
1384
1488
  __props__.__dict__["name"] = name
1385
1489
  __props__.__dict__["project"] = project
1386
1490
  __props__.__dict__["self_link"] = self_link
1491
+ __props__.__dict__["source_regions"] = source_regions
1387
1492
  __props__.__dict__["ssl_health_check"] = ssl_health_check
1388
1493
  __props__.__dict__["tcp_health_check"] = tcp_health_check
1389
1494
  __props__.__dict__["timeout_sec"] = timeout_sec
@@ -1505,6 +1610,25 @@ class HealthCheck(pulumi.CustomResource):
1505
1610
  """
1506
1611
  return pulumi.get(self, "self_link")
1507
1612
 
1613
+ @property
1614
+ @pulumi.getter(name="sourceRegions")
1615
+ def source_regions(self) -> pulumi.Output[Optional[Sequence[str]]]:
1616
+ """
1617
+ The list of cloud regions from which health checks are performed. If
1618
+ any regions are specified, then exactly 3 regions should be specified.
1619
+ The region names must be valid names of Google Cloud regions. This can
1620
+ only be set for global health check. If this list is non-empty, then
1621
+ there are restrictions on what other health check fields are supported
1622
+ and what other resources can use this health check:
1623
+ * SSL, HTTP2, and GRPC protocols are not supported.
1624
+ * The TCP request field is not supported.
1625
+ * The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
1626
+ * The checkIntervalSec field must be at least 30.
1627
+ * The health check cannot be used with BackendService nor with managed
1628
+ instance group auto-healing.
1629
+ """
1630
+ return pulumi.get(self, "source_regions")
1631
+
1508
1632
  @property
1509
1633
  @pulumi.getter(name="sslHealthCheck")
1510
1634
  def ssl_health_check(self) -> pulumi.Output[Optional['outputs.HealthCheckSslHealthCheck']]:
@@ -92,8 +92,8 @@ class InstanceArgs:
92
92
  Please refer to the field 'effective_labels' for all of the labels present on the resource.
93
93
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
94
94
  within the instance. Ssh keys attached in the Cloud Console will be removed.
95
- Add them to your config in order to keep them attached to your instance. A
96
- list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
95
+ Add them to your config in order to keep them attached to your instance.
96
+ A list of predefined metadata keys (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/predefined-metadata-keys)
97
97
 
98
98
  > Depending on the OS you choose for your instance, some metadata keys have
99
99
  special functionality. Most linux-based images will run the content of
@@ -412,8 +412,8 @@ class InstanceArgs:
412
412
  """
413
413
  Metadata key/value pairs to make available from
414
414
  within the instance. Ssh keys attached in the Cloud Console will be removed.
415
- Add them to your config in order to keep them attached to your instance. A
416
- list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
415
+ Add them to your config in order to keep them attached to your instance.
416
+ A list of predefined metadata keys (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/predefined-metadata-keys)
417
417
 
418
418
  > Depending on the OS you choose for your instance, some metadata keys have
419
419
  special functionality. Most linux-based images will run the content of
@@ -721,8 +721,8 @@ class _InstanceState:
721
721
  There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
722
722
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
723
723
  within the instance. Ssh keys attached in the Cloud Console will be removed.
724
- Add them to your config in order to keep them attached to your instance. A
725
- list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
724
+ Add them to your config in order to keep them attached to your instance.
725
+ A list of predefined metadata keys (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/predefined-metadata-keys)
726
726
 
727
727
  > Depending on the OS you choose for your instance, some metadata keys have
728
728
  special functionality. Most linux-based images will run the content of
@@ -1115,8 +1115,8 @@ class _InstanceState:
1115
1115
  """
1116
1116
  Metadata key/value pairs to make available from
1117
1117
  within the instance. Ssh keys attached in the Cloud Console will be removed.
1118
- Add them to your config in order to keep them attached to your instance. A
1119
- list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
1118
+ Add them to your config in order to keep them attached to your instance.
1119
+ A list of predefined metadata keys (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/predefined-metadata-keys)
1120
1120
 
1121
1121
  > Depending on the OS you choose for your instance, some metadata keys have
1122
1122
  special functionality. Most linux-based images will run the content of
@@ -1548,8 +1548,8 @@ class Instance(pulumi.CustomResource):
1548
1548
  There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
1549
1549
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
1550
1550
  within the instance. Ssh keys attached in the Cloud Console will be removed.
1551
- Add them to your config in order to keep them attached to your instance. A
1552
- list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
1551
+ Add them to your config in order to keep them attached to your instance.
1552
+ A list of predefined metadata keys (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/predefined-metadata-keys)
1553
1553
 
1554
1554
  > Depending on the OS you choose for your instance, some metadata keys have
1555
1555
  special functionality. Most linux-based images will run the content of
@@ -1882,8 +1882,8 @@ class Instance(pulumi.CustomResource):
1882
1882
  There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
1883
1883
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
1884
1884
  within the instance. Ssh keys attached in the Cloud Console will be removed.
1885
- Add them to your config in order to keep them attached to your instance. A
1886
- list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
1885
+ Add them to your config in order to keep them attached to your instance.
1886
+ A list of predefined metadata keys (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/predefined-metadata-keys)
1887
1887
 
1888
1888
  > Depending on the OS you choose for your instance, some metadata keys have
1889
1889
  special functionality. Most linux-based images will run the content of
@@ -2165,8 +2165,8 @@ class Instance(pulumi.CustomResource):
2165
2165
  """
2166
2166
  Metadata key/value pairs to make available from
2167
2167
  within the instance. Ssh keys attached in the Cloud Console will be removed.
2168
- Add them to your config in order to keep them attached to your instance. A
2169
- list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
2168
+ Add them to your config in order to keep them attached to your instance.
2169
+ A list of predefined metadata keys (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/predefined-metadata-keys)
2170
2170
 
2171
2171
  > Depending on the OS you choose for your instance, some metadata keys have
2172
2172
  special functionality. Most linux-based images will run the content of
@@ -201,8 +201,8 @@ class InstanceGroupMembership(pulumi.CustomResource):
201
201
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups)
202
202
  * How-to Guides
203
203
  * [Add instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/addInstances)
204
- * [Remove instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/removeInstances)
205
204
  * [List instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/listInstances)
205
+ * [Remove instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/removeInstances)
206
206
 
207
207
  ## Example Usage
208
208
 
@@ -294,8 +294,8 @@ class InstanceGroupMembership(pulumi.CustomResource):
294
294
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups)
295
295
  * How-to Guides
296
296
  * [Add instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/addInstances)
297
- * [Remove instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/removeInstances)
298
297
  * [List instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/listInstances)
298
+ * [Remove instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/removeInstances)
299
299
 
300
300
  ## Example Usage
301
301
 
@@ -29991,8 +29991,7 @@ class ResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule(dict):
29991
29991
  :param int hours_in_cycle: The number of hours between snapshots.
29992
29992
  :param str start_time: Time within the window to start the operations.
29993
29993
  It must be in an hourly format "HH:MM",
29994
- where HH : [00-23] and MM : [00] GMT.
29995
- eg: 21:00
29994
+ where HH : [00-23] and MM : [00] GMT. eg: 21:00
29996
29995
  """
29997
29996
  pulumi.set(__self__, "hours_in_cycle", hours_in_cycle)
29998
29997
  pulumi.set(__self__, "start_time", start_time)
@@ -30011,8 +30010,7 @@ class ResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule(dict):
30011
30010
  """
30012
30011
  Time within the window to start the operations.
30013
30012
  It must be in an hourly format "HH:MM",
30014
- where HH : [00-23] and MM : [00] GMT.
30015
- eg: 21:00
30013
+ where HH : [00-23] and MM : [00] GMT. eg: 21:00
30016
30014
  """
30017
30015
  return pulumi.get(self, "start_time")
30018
30016
 
@@ -49723,8 +49721,7 @@ class GetResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleResult(dict):
49723
49721
  :param int hours_in_cycle: The number of hours between snapshots.
49724
49722
  :param str start_time: Time within the window to start the operations.
49725
49723
  It must be in an hourly format "HH:MM",
49726
- where HH : [00-23] and MM : [00] GMT.
49727
- eg: 21:00
49724
+ where HH : [00-23] and MM : [00] GMT. eg: 21:00
49728
49725
  """
49729
49726
  pulumi.set(__self__, "hours_in_cycle", hours_in_cycle)
49730
49727
  pulumi.set(__self__, "start_time", start_time)
@@ -49743,8 +49740,7 @@ class GetResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleResult(dict):
49743
49740
  """
49744
49741
  Time within the window to start the operations.
49745
49742
  It must be in an hourly format "HH:MM",
49746
- where HH : [00-23] and MM : [00] GMT.
49747
- eg: 21:00
49743
+ where HH : [00-23] and MM : [00] GMT. eg: 21:00
49748
49744
  """
49749
49745
  return pulumi.get(self, "start_time")
49750
49746
 
@@ -338,8 +338,8 @@ class RegionNetworkEndpoint(pulumi.CustomResource):
338
338
 
339
339
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups)
340
340
  * How-to Guides
341
- * [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)
342
341
  * [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
342
+ * [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)
343
343
 
344
344
  ## Example Usage
345
345
 
@@ -491,8 +491,8 @@ class RegionNetworkEndpoint(pulumi.CustomResource):
491
491
 
492
492
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups)
493
493
  * How-to Guides
494
- * [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)
495
494
  * [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
495
+ * [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)
496
496
 
497
497
  ## Example Usage
498
498
 
@@ -563,8 +563,8 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
563
563
 
564
564
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups)
565
565
  * How-to Guides
566
- * [Serverless NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/serverless-neg-concepts)
567
566
  * [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
567
+ * [Serverless NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/serverless-neg-concepts)
568
568
 
569
569
  ## Example Usage
570
570
 
@@ -899,8 +899,8 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
899
899
 
900
900
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups)
901
901
  * How-to Guides
902
- * [Serverless NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/serverless-neg-concepts)
903
902
  * [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
903
+ * [Serverless NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/serverless-neg-concepts)
904
904
 
905
905
  ## Example Usage
906
906
 
@@ -872,8 +872,8 @@ class Subnetwork(pulumi.CustomResource):
872
872
 
873
873
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks)
874
874
  * How-to Guides
875
- * [Private Google Access](https://cloud.google.com/vpc/docs/configure-private-google-access)
876
875
  * [Cloud Networking](https://cloud.google.com/vpc/docs/using-vpc)
876
+ * [Private Google Access](https://cloud.google.com/vpc/docs/configure-private-google-access)
877
877
 
878
878
  ## Example Usage
879
879
 
@@ -1128,8 +1128,8 @@ class Subnetwork(pulumi.CustomResource):
1128
1128
 
1129
1129
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks)
1130
1130
  * How-to Guides
1131
- * [Private Google Access](https://cloud.google.com/vpc/docs/configure-private-google-access)
1132
1131
  * [Cloud Networking](https://cloud.google.com/vpc/docs/using-vpc)
1132
+ * [Private Google Access](https://cloud.google.com/vpc/docs/configure-private-google-access)
1133
1133
 
1134
1134
  ## Example Usage
1135
1135
 
@@ -305,6 +305,8 @@ securityCenterCustomEndpoint: Optional[str]
305
305
 
306
306
  securityCenterManagementCustomEndpoint: Optional[str]
307
307
 
308
+ securityCenterV2CustomEndpoint: Optional[str]
309
+
308
310
  securityScannerCustomEndpoint: Optional[str]
309
311
 
310
312
  securitypostureCustomEndpoint: Optional[str]
pulumi_gcp/config/vars.py CHANGED
@@ -601,6 +601,10 @@ class _ExportableConfig(types.ModuleType):
601
601
  def security_center_management_custom_endpoint(self) -> Optional[str]:
602
602
  return __config__.get('securityCenterManagementCustomEndpoint')
603
603
 
604
+ @property
605
+ def security_center_v2_custom_endpoint(self) -> Optional[str]:
606
+ return __config__.get('securityCenterV2CustomEndpoint')
607
+
604
608
  @property
605
609
  def security_scanner_custom_endpoint(self) -> Optional[str]:
606
610
  return __config__.get('securityScannerCustomEndpoint')
@@ -7610,7 +7610,7 @@ if not MYPY:
7610
7610
  """
7611
7611
  enable_components: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
7612
7612
  """
7613
- The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
7613
+ The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR` and `DCGM`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
7614
7614
  """
7615
7615
  managed_prometheus: NotRequired[pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgsDict']]
7616
7616
  """
@@ -7627,7 +7627,7 @@ class ClusterMonitoringConfigArgs:
7627
7627
  managed_prometheus: Optional[pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgs']] = None):
7628
7628
  """
7629
7629
  :param pulumi.Input[Sequence[pulumi.Input['ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs']]] advanced_datapath_observability_configs: Configuration for Advanced Datapath Monitoring. Structure is documented below.
7630
- :param pulumi.Input[Sequence[pulumi.Input[str]]] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
7630
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR` and `DCGM`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
7631
7631
  :param pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgs'] managed_prometheus: Configuration for Managed Service for Prometheus. Structure is documented below.
7632
7632
  """
7633
7633
  if advanced_datapath_observability_configs is not None:
@@ -7653,7 +7653,7 @@ class ClusterMonitoringConfigArgs:
7653
7653
  @pulumi.getter(name="enableComponents")
7654
7654
  def enable_components(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
7655
7655
  """
7656
- The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
7656
+ The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR` and `DCGM`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
7657
7657
  """
7658
7658
  return pulumi.get(self, "enable_components")
7659
7659