pulumi-gcp 7.20.0a1713984378__py3-none-any.whl → 7.21.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 (131) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/alloydb/_inputs.py +74 -0
  3. pulumi_gcp/alloydb/backup.py +0 -12
  4. pulumi_gcp/alloydb/cluster.py +0 -12
  5. pulumi_gcp/alloydb/instance.py +90 -81
  6. pulumi_gcp/alloydb/outputs.py +98 -0
  7. pulumi_gcp/apigee/environment.py +47 -0
  8. pulumi_gcp/apigee/organization.py +162 -0
  9. pulumi_gcp/apigee/sharedflow.py +0 -20
  10. pulumi_gcp/appengine/flexible_app_version.py +0 -20
  11. pulumi_gcp/applicationintegration/__init__.py +1 -0
  12. pulumi_gcp/applicationintegration/_inputs.py +843 -0
  13. pulumi_gcp/applicationintegration/auth_config.py +998 -0
  14. pulumi_gcp/applicationintegration/outputs.py +891 -0
  15. pulumi_gcp/artifactregistry/_inputs.py +186 -0
  16. pulumi_gcp/artifactregistry/outputs.py +297 -4
  17. pulumi_gcp/artifactregistry/repository.py +346 -16
  18. pulumi_gcp/bigquery/table.py +61 -0
  19. pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
  20. pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
  21. pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
  22. pulumi_gcp/billing/budget.py +54 -0
  23. pulumi_gcp/certificateauthority/_inputs.py +92 -12
  24. pulumi_gcp/certificateauthority/authority.py +117 -27
  25. pulumi_gcp/certificateauthority/certificate.py +176 -0
  26. pulumi_gcp/certificateauthority/outputs.py +144 -12
  27. pulumi_gcp/cloudbuild/worker_pool.py +0 -12
  28. pulumi_gcp/cloudbuildv2/connection.py +0 -12
  29. pulumi_gcp/cloudbuildv2/repository.py +0 -12
  30. pulumi_gcp/clouddeploy/automation.py +0 -12
  31. pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
  32. pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
  33. pulumi_gcp/clouddeploy/target.py +0 -12
  34. pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
  35. pulumi_gcp/cloudfunctionsv2/function.py +110 -0
  36. pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
  37. pulumi_gcp/cloudrunv2/job.py +0 -12
  38. pulumi_gcp/cloudrunv2/service.py +0 -12
  39. pulumi_gcp/composer/__init__.py +1 -0
  40. pulumi_gcp/composer/environment.py +35 -47
  41. pulumi_gcp/composer/user_workloads_secret.py +441 -0
  42. pulumi_gcp/compute/__init__.py +1 -0
  43. pulumi_gcp/compute/_inputs.py +169 -58
  44. pulumi_gcp/compute/forwarding_rule.py +0 -13
  45. pulumi_gcp/compute/get_instance_group_manager.py +11 -1
  46. pulumi_gcp/compute/global_address.py +0 -12
  47. pulumi_gcp/compute/global_forwarding_rule.py +0 -282
  48. pulumi_gcp/compute/instance_from_machine_image.py +14 -46
  49. pulumi_gcp/compute/instance_from_template.py +14 -46
  50. pulumi_gcp/compute/instance_group_manager.py +68 -21
  51. pulumi_gcp/compute/outputs.py +213 -65
  52. pulumi_gcp/compute/region_instance_group_manager.py +61 -14
  53. pulumi_gcp/compute/region_instance_template.py +0 -13
  54. pulumi_gcp/compute/region_target_https_proxy.py +257 -0
  55. pulumi_gcp/compute/region_url_map.py +0 -470
  56. pulumi_gcp/compute/security_policy_rule.py +850 -0
  57. pulumi_gcp/container/attached_cluster.py +0 -12
  58. pulumi_gcp/container/aws_cluster.py +0 -12
  59. pulumi_gcp/container/aws_node_pool.py +0 -12
  60. pulumi_gcp/container/azure_cluster.py +0 -12
  61. pulumi_gcp/container/azure_node_pool.py +0 -12
  62. pulumi_gcp/container/cluster.py +0 -20
  63. pulumi_gcp/container/outputs.py +4 -4
  64. pulumi_gcp/dataflow/flex_template_job.py +0 -39
  65. pulumi_gcp/dataloss/__init__.py +1 -0
  66. pulumi_gcp/dataloss/_inputs.py +1040 -0
  67. pulumi_gcp/dataloss/outputs.py +1123 -0
  68. pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
  69. pulumi_gcp/dataproc/cluster.py +0 -20
  70. pulumi_gcp/dataproc/workflow_template.py +21 -26
  71. pulumi_gcp/deploymentmanager/deployment.py +0 -34
  72. pulumi_gcp/dns/_inputs.py +2 -130
  73. pulumi_gcp/dns/get_keys.py +1 -1
  74. pulumi_gcp/dns/get_managed_zones.py +3 -9
  75. pulumi_gcp/dns/get_record_set.py +3 -0
  76. pulumi_gcp/dns/outputs.py +36 -58
  77. pulumi_gcp/dns/record_set.py +2 -36
  78. pulumi_gcp/filestore/get_instance.py +11 -1
  79. pulumi_gcp/filestore/instance.py +101 -0
  80. pulumi_gcp/firebase/_inputs.py +16 -0
  81. pulumi_gcp/firebase/android_app.py +0 -27
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
  84. pulumi_gcp/firebase/app_check_service_config.py +0 -125
  85. pulumi_gcp/firebase/apple_app.py +0 -27
  86. pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
  87. pulumi_gcp/firebase/hosting_version.py +44 -0
  88. pulumi_gcp/firebase/outputs.py +12 -0
  89. pulumi_gcp/firebase/web_app.py +0 -20
  90. pulumi_gcp/firestore/database.py +0 -68
  91. pulumi_gcp/firestore/document.py +4 -4
  92. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
  93. pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
  94. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
  95. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
  96. pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
  97. pulumi_gcp/logging/folder_sink.py +54 -0
  98. pulumi_gcp/logging/organization_sink.py +54 -0
  99. pulumi_gcp/monitoring/_inputs.py +46 -2
  100. pulumi_gcp/monitoring/outputs.py +40 -2
  101. pulumi_gcp/monitoring/uptime_check_config.py +6 -0
  102. pulumi_gcp/netapp/active_directory.py +0 -20
  103. pulumi_gcp/netapp/volume_replication.py +0 -68
  104. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  105. pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
  106. pulumi_gcp/organizations/get_active_folder.py +18 -3
  107. pulumi_gcp/projects/__init__.py +1 -0
  108. pulumi_gcp/projects/iam_member_remove.py +313 -0
  109. pulumi_gcp/provider.py +3 -1
  110. pulumi_gcp/secretmanager/get_secret.py +13 -3
  111. pulumi_gcp/secretmanager/outputs.py +20 -1
  112. pulumi_gcp/secretmanager/secret.py +90 -15
  113. pulumi_gcp/servicenetworking/connection.py +0 -20
  114. pulumi_gcp/spanner/database.py +0 -41
  115. pulumi_gcp/spanner/instance.py +0 -40
  116. pulumi_gcp/storage/__init__.py +1 -0
  117. pulumi_gcp/storage/bucket.py +0 -12
  118. pulumi_gcp/storage/get_bucket_objects.py +153 -0
  119. pulumi_gcp/storage/outputs.py +63 -0
  120. pulumi_gcp/vmwareengine/_inputs.py +63 -5
  121. pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
  122. pulumi_gcp/vmwareengine/outputs.py +113 -5
  123. pulumi_gcp/vmwareengine/private_cloud.py +0 -94
  124. pulumi_gcp/workbench/instance.py +4 -4
  125. pulumi_gcp/workstations/workstation.py +0 -12
  126. pulumi_gcp/workstations/workstation_cluster.py +32 -12
  127. pulumi_gcp/workstations/workstation_config.py +0 -12
  128. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
  129. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
  130. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
  131. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -330,8 +330,6 @@ class _AttachedClusterState:
330
330
  :param pulumi.Input[str] description: A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
331
331
  :param pulumi.Input[str] distribution: The Kubernetes distribution of the underlying attached cluster. Supported values:
332
332
  "eks", "aks".
333
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
334
- Terraform, other clients and services.
335
333
  :param pulumi.Input[Sequence[pulumi.Input['AttachedClusterErrorArgs']]] errors: A set of errors found in the cluster.
336
334
  Structure is documented below.
337
335
  :param pulumi.Input['AttachedClusterFleetArgs'] fleet: Fleet configuration.
@@ -520,10 +518,6 @@ class _AttachedClusterState:
520
518
  @property
521
519
  @pulumi.getter(name="effectiveAnnotations")
522
520
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
523
- """
524
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
525
- Terraform, other clients and services.
526
- """
527
521
  return pulumi.get(self, "effective_annotations")
528
522
 
529
523
  @effective_annotations.setter
@@ -1214,8 +1208,6 @@ class AttachedCluster(pulumi.CustomResource):
1214
1208
  :param pulumi.Input[str] description: A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
1215
1209
  :param pulumi.Input[str] distribution: The Kubernetes distribution of the underlying attached cluster. Supported values:
1216
1210
  "eks", "aks".
1217
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1218
- Terraform, other clients and services.
1219
1211
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AttachedClusterErrorArgs']]]] errors: A set of errors found in the cluster.
1220
1212
  Structure is documented below.
1221
1213
  :param pulumi.Input[pulumi.InputType['AttachedClusterFleetArgs']] fleet: Fleet configuration.
@@ -1352,10 +1344,6 @@ class AttachedCluster(pulumi.CustomResource):
1352
1344
  @property
1353
1345
  @pulumi.getter(name="effectiveAnnotations")
1354
1346
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1355
- """
1356
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1357
- Terraform, other clients and services.
1358
- """
1359
1347
  return pulumi.get(self, "effective_annotations")
1360
1348
 
1361
1349
  @property
@@ -255,8 +255,6 @@ class _AwsClusterState:
255
255
  :param pulumi.Input['AwsClusterControlPlaneArgs'] control_plane: Configuration related to the cluster control plane.
256
256
  :param pulumi.Input[str] create_time: Output only. The time at which this cluster was created.
257
257
  :param pulumi.Input[str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
258
- :param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
259
- Terraform, other clients and services.
260
258
  :param pulumi.Input[str] endpoint: Output only. The endpoint of the cluster's API server.
261
259
  :param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
262
260
  :param pulumi.Input['AwsClusterFleetArgs'] fleet: Fleet configuration.
@@ -406,10 +404,6 @@ class _AwsClusterState:
406
404
  @property
407
405
  @pulumi.getter(name="effectiveAnnotations")
408
406
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
409
- """
410
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
411
- Terraform, other clients and services.
412
- """
413
407
  return pulumi.get(self, "effective_annotations")
414
408
 
415
409
  @effective_annotations.setter
@@ -1248,8 +1242,6 @@ class AwsCluster(pulumi.CustomResource):
1248
1242
  :param pulumi.Input[pulumi.InputType['AwsClusterControlPlaneArgs']] control_plane: Configuration related to the cluster control plane.
1249
1243
  :param pulumi.Input[str] create_time: Output only. The time at which this cluster was created.
1250
1244
  :param pulumi.Input[str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
1251
- :param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1252
- Terraform, other clients and services.
1253
1245
  :param pulumi.Input[str] endpoint: Output only. The endpoint of the cluster's API server.
1254
1246
  :param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
1255
1247
  :param pulumi.Input[pulumi.InputType['AwsClusterFleetArgs']] fleet: Fleet configuration.
@@ -1355,10 +1347,6 @@ class AwsCluster(pulumi.CustomResource):
1355
1347
  @property
1356
1348
  @pulumi.getter(name="effectiveAnnotations")
1357
1349
  def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
1358
- """
1359
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1360
- Terraform, other clients and services.
1361
- """
1362
1350
  return pulumi.get(self, "effective_annotations")
1363
1351
 
1364
1352
  @property
@@ -250,8 +250,6 @@ class _AwsNodePoolState:
250
250
  :param pulumi.Input[str] cluster: The awsCluster for the resource
251
251
  :param pulumi.Input['AwsNodePoolConfigArgs'] config: The configuration of the node pool.
252
252
  :param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
253
- :param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
254
- Terraform, other clients and services.
255
253
  :param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
256
254
  :param pulumi.Input[str] location: The location for the resource
257
255
  :param pulumi.Input['AwsNodePoolManagementArgs'] management: The Management configuration for this node pool.
@@ -373,10 +371,6 @@ class _AwsNodePoolState:
373
371
  @property
374
372
  @pulumi.getter(name="effectiveAnnotations")
375
373
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
376
- """
377
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
378
- Terraform, other clients and services.
379
- """
380
374
  return pulumi.get(self, "effective_annotations")
381
375
 
382
376
  @effective_annotations.setter
@@ -1491,8 +1485,6 @@ class AwsNodePool(pulumi.CustomResource):
1491
1485
  :param pulumi.Input[str] cluster: The awsCluster for the resource
1492
1486
  :param pulumi.Input[pulumi.InputType['AwsNodePoolConfigArgs']] config: The configuration of the node pool.
1493
1487
  :param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
1494
- :param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1495
- Terraform, other clients and services.
1496
1488
  :param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
1497
1489
  :param pulumi.Input[str] location: The location for the resource
1498
1490
  :param pulumi.Input[pulumi.InputType['AwsNodePoolManagementArgs']] management: The Management configuration for this node pool.
@@ -1580,10 +1572,6 @@ class AwsNodePool(pulumi.CustomResource):
1580
1572
  @property
1581
1573
  @pulumi.getter(name="effectiveAnnotations")
1582
1574
  def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
1583
- """
1584
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1585
- Terraform, other clients and services.
1586
- """
1587
1575
  return pulumi.get(self, "effective_annotations")
1588
1576
 
1589
1577
  @property
@@ -298,8 +298,6 @@ class _AzureClusterState:
298
298
  :param pulumi.Input['AzureClusterControlPlaneArgs'] control_plane: Configuration related to the cluster control plane.
299
299
  :param pulumi.Input[str] create_time: Output only. The time at which this cluster was created.
300
300
  :param pulumi.Input[str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
301
- :param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
302
- Terraform, other clients and services.
303
301
  :param pulumi.Input[str] endpoint: Output only. The endpoint of the cluster's API server.
304
302
  :param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
305
303
  :param pulumi.Input['AzureClusterFleetArgs'] fleet: Fleet configuration.
@@ -469,10 +467,6 @@ class _AzureClusterState:
469
467
  @property
470
468
  @pulumi.getter(name="effectiveAnnotations")
471
469
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
472
- """
473
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
474
- Terraform, other clients and services.
475
- """
476
470
  return pulumi.get(self, "effective_annotations")
477
471
 
478
472
  @effective_annotations.setter
@@ -1084,8 +1078,6 @@ class AzureCluster(pulumi.CustomResource):
1084
1078
  :param pulumi.Input[pulumi.InputType['AzureClusterControlPlaneArgs']] control_plane: Configuration related to the cluster control plane.
1085
1079
  :param pulumi.Input[str] create_time: Output only. The time at which this cluster was created.
1086
1080
  :param pulumi.Input[str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
1087
- :param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1088
- Terraform, other clients and services.
1089
1081
  :param pulumi.Input[str] endpoint: Output only. The endpoint of the cluster's API server.
1090
1082
  :param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
1091
1083
  :param pulumi.Input[pulumi.InputType['AzureClusterFleetArgs']] fleet: Fleet configuration.
@@ -1205,10 +1197,6 @@ class AzureCluster(pulumi.CustomResource):
1205
1197
  @property
1206
1198
  @pulumi.getter(name="effectiveAnnotations")
1207
1199
  def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
1208
- """
1209
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1210
- Terraform, other clients and services.
1211
- """
1212
1200
  return pulumi.get(self, "effective_annotations")
1213
1201
 
1214
1202
  @property
@@ -251,8 +251,6 @@ class _AzureNodePoolState:
251
251
  :param pulumi.Input[str] cluster: The azureCluster for the resource
252
252
  :param pulumi.Input['AzureNodePoolConfigArgs'] config: The node configuration of the node pool.
253
253
  :param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
254
- :param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
255
- Terraform, other clients and services.
256
254
  :param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
257
255
  :param pulumi.Input[str] location: The location for the resource
258
256
  :param pulumi.Input['AzureNodePoolManagementArgs'] management: The Management configuration for this node pool.
@@ -385,10 +383,6 @@ class _AzureNodePoolState:
385
383
  @property
386
384
  @pulumi.getter(name="effectiveAnnotations")
387
385
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
388
- """
389
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
390
- Terraform, other clients and services.
391
- """
392
386
  return pulumi.get(self, "effective_annotations")
393
387
 
394
388
  @effective_annotations.setter
@@ -926,8 +920,6 @@ class AzureNodePool(pulumi.CustomResource):
926
920
  :param pulumi.Input[str] cluster: The azureCluster for the resource
927
921
  :param pulumi.Input[pulumi.InputType['AzureNodePoolConfigArgs']] config: The node configuration of the node pool.
928
922
  :param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
929
- :param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
930
- Terraform, other clients and services.
931
923
  :param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
932
924
  :param pulumi.Input[str] location: The location for the resource
933
925
  :param pulumi.Input[pulumi.InputType['AzureNodePoolManagementArgs']] management: The Management configuration for this node pool.
@@ -1022,10 +1014,6 @@ class AzureNodePool(pulumi.CustomResource):
1022
1014
  @property
1023
1015
  @pulumi.getter(name="effectiveAnnotations")
1024
1016
  def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
1025
- """
1026
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1027
- Terraform, other clients and services.
1028
- """
1029
1017
  return pulumi.get(self, "effective_annotations")
1030
1018
 
1031
1019
  @property
@@ -120,8 +120,6 @@ class ClusterArgs:
120
120
  that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
121
121
  for more information.
122
122
  :param pulumi.Input['ClusterDefaultSnatStatusArgs'] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
123
- :param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
124
- Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
125
123
  :param pulumi.Input[str] description: Description of the cluster.
126
124
  :param pulumi.Input['ClusterDnsConfigArgs'] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
127
125
  :param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
@@ -609,10 +607,6 @@ class ClusterArgs:
609
607
  @property
610
608
  @pulumi.getter(name="deletionProtection")
611
609
  def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
612
- """
613
- Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
614
- Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
615
- """
616
610
  return pulumi.get(self, "deletion_protection")
617
611
 
618
612
  @deletion_protection.setter
@@ -1507,8 +1501,6 @@ class _ClusterState:
1507
1501
  that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
1508
1502
  for more information.
1509
1503
  :param pulumi.Input['ClusterDefaultSnatStatusArgs'] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
1510
- :param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
1511
- Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
1512
1504
  :param pulumi.Input[str] description: Description of the cluster.
1513
1505
  :param pulumi.Input['ClusterDnsConfigArgs'] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
1514
1506
  :param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
@@ -2023,10 +2015,6 @@ class _ClusterState:
2023
2015
  @property
2024
2016
  @pulumi.getter(name="deletionProtection")
2025
2017
  def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
2026
- """
2027
- Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
2028
- Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
2029
- """
2030
2018
  return pulumi.get(self, "deletion_protection")
2031
2019
 
2032
2020
  @deletion_protection.setter
@@ -3126,8 +3114,6 @@ class Cluster(pulumi.CustomResource):
3126
3114
  that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
3127
3115
  for more information.
3128
3116
  :param pulumi.Input[pulumi.InputType['ClusterDefaultSnatStatusArgs']] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
3129
- :param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
3130
- Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
3131
3117
  :param pulumi.Input[str] description: Description of the cluster.
3132
3118
  :param pulumi.Input[pulumi.InputType['ClusterDnsConfigArgs']] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
3133
3119
  :param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
@@ -3719,8 +3705,6 @@ class Cluster(pulumi.CustomResource):
3719
3705
  that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
3720
3706
  for more information.
3721
3707
  :param pulumi.Input[pulumi.InputType['ClusterDefaultSnatStatusArgs']] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
3722
- :param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
3723
- Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
3724
3708
  :param pulumi.Input[str] description: Description of the cluster.
3725
3709
  :param pulumi.Input[pulumi.InputType['ClusterDnsConfigArgs']] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
3726
3710
  :param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
@@ -4112,10 +4096,6 @@ class Cluster(pulumi.CustomResource):
4112
4096
  @property
4113
4097
  @pulumi.getter(name="deletionProtection")
4114
4098
  def deletion_protection(self) -> pulumi.Output[Optional[bool]]:
4115
- """
4116
- Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
4117
- Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
4118
- """
4119
4099
  return pulumi.get(self, "deletion_protection")
4120
4100
 
4121
4101
  @property
@@ -15043,7 +15043,7 @@ class GetClusterMasterAuthorizedNetworksConfigResult(dict):
15043
15043
  gcp_public_cidrs_access_enabled: bool):
15044
15044
  """
15045
15045
  :param Sequence['GetClusterMasterAuthorizedNetworksConfigCidrBlockArgs'] cidr_blocks: External networks that can access the Kubernetes cluster master through HTTPS.
15046
- :param bool gcp_public_cidrs_access_enabled: Whether master is accessbile via Google Compute Engine Public IP addresses.
15046
+ :param bool gcp_public_cidrs_access_enabled: Whether Kubernetes master is accessible via Google Compute Engine Public IPs.
15047
15047
  """
15048
15048
  pulumi.set(__self__, "cidr_blocks", cidr_blocks)
15049
15049
  pulumi.set(__self__, "gcp_public_cidrs_access_enabled", gcp_public_cidrs_access_enabled)
@@ -15060,7 +15060,7 @@ class GetClusterMasterAuthorizedNetworksConfigResult(dict):
15060
15060
  @pulumi.getter(name="gcpPublicCidrsAccessEnabled")
15061
15061
  def gcp_public_cidrs_access_enabled(self) -> bool:
15062
15062
  """
15063
- Whether master is accessbile via Google Compute Engine Public IP addresses.
15063
+ Whether Kubernetes master is accessible via Google Compute Engine Public IPs.
15064
15064
  """
15065
15065
  return pulumi.get(self, "gcp_public_cidrs_access_enabled")
15066
15066
 
@@ -18403,7 +18403,7 @@ class GetClusterServiceExternalIpsConfigResult(dict):
18403
18403
  def __init__(__self__, *,
18404
18404
  enabled: bool):
18405
18405
  """
18406
- :param bool enabled: When enabled, services with exterenal ips specified will be allowed.
18406
+ :param bool enabled: When enabled, services with external ips specified will be allowed.
18407
18407
  """
18408
18408
  pulumi.set(__self__, "enabled", enabled)
18409
18409
 
@@ -18411,7 +18411,7 @@ class GetClusterServiceExternalIpsConfigResult(dict):
18411
18411
  @pulumi.getter
18412
18412
  def enabled(self) -> bool:
18413
18413
  """
18414
- When enabled, services with exterenal ips specified will be allowed.
18414
+ When enabled, services with external ips specified will be allowed.
18415
18415
  """
18416
18416
  return pulumi.get(self, "enabled")
18417
18417
 
@@ -72,9 +72,6 @@ class FlexTemplateJobArgs:
72
72
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
73
73
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
74
74
  :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
75
- :param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
76
- terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
77
- different, e.g. by embedding a release ID or by using a random_id.
78
75
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
79
76
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
80
77
  :param pulumi.Input[str] temp_location: The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with gs://.
@@ -372,11 +369,6 @@ class FlexTemplateJobArgs:
372
369
  @property
373
370
  @pulumi.getter(name="skipWaitOnJobTermination")
374
371
  def skip_wait_on_job_termination(self) -> Optional[pulumi.Input[bool]]:
375
- """
376
- If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
377
- terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
378
- different, e.g. by embedding a release ID or by using a random_id.
379
- """
380
372
  return pulumi.get(self, "skip_wait_on_job_termination")
381
373
 
382
374
  @skip_wait_on_job_termination.setter
@@ -472,8 +464,6 @@ class _FlexTemplateJobState:
472
464
  Template.
473
465
 
474
466
  - - -
475
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
476
- clients and services.
477
467
  :param pulumi.Input[bool] enable_streaming_engine: Immutable. Indicates if the job should use the streaming engine feature.
478
468
  :param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
479
469
  :param pulumi.Input[str] job_id: The unique ID of this job.
@@ -502,9 +492,6 @@ class _FlexTemplateJobState:
502
492
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
503
493
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
504
494
  :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
505
- :param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
506
- terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
507
- different, e.g. by embedding a release ID or by using a random_id.
508
495
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
509
496
  :param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
510
497
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
@@ -613,10 +600,6 @@ class _FlexTemplateJobState:
613
600
  @property
614
601
  @pulumi.getter(name="effectiveLabels")
615
602
  def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
616
- """
617
- All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
618
- clients and services.
619
- """
620
603
  return pulumi.get(self, "effective_labels")
621
604
 
622
605
  @effective_labels.setter
@@ -852,11 +835,6 @@ class _FlexTemplateJobState:
852
835
  @property
853
836
  @pulumi.getter(name="skipWaitOnJobTermination")
854
837
  def skip_wait_on_job_termination(self) -> Optional[pulumi.Input[bool]]:
855
- """
856
- If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
857
- terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
858
- different, e.g. by embedding a release ID or by using a random_id.
859
- """
860
838
  return pulumi.get(self, "skip_wait_on_job_termination")
861
839
 
862
840
  @skip_wait_on_job_termination.setter
@@ -1073,9 +1051,6 @@ class FlexTemplateJob(pulumi.CustomResource):
1073
1051
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
1074
1052
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
1075
1053
  :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
1076
- :param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
1077
- terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
1078
- different, e.g. by embedding a release ID or by using a random_id.
1079
1054
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
1080
1055
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
1081
1056
  :param pulumi.Input[str] temp_location: The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with gs://.
@@ -1293,8 +1268,6 @@ class FlexTemplateJob(pulumi.CustomResource):
1293
1268
  Template.
1294
1269
 
1295
1270
  - - -
1296
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
1297
- clients and services.
1298
1271
  :param pulumi.Input[bool] enable_streaming_engine: Immutable. Indicates if the job should use the streaming engine feature.
1299
1272
  :param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
1300
1273
  :param pulumi.Input[str] job_id: The unique ID of this job.
@@ -1323,9 +1296,6 @@ class FlexTemplateJob(pulumi.CustomResource):
1323
1296
  :param pulumi.Input[str] region: Immutable. The region in which the created job should run.
1324
1297
  :param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
1325
1298
  :param pulumi.Input[str] service_account_email: Service account email to run the workers as.
1326
- :param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
1327
- terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
1328
- different, e.g. by embedding a release ID or by using a random_id.
1329
1299
  :param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
1330
1300
  :param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
1331
1301
  :param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
@@ -1398,10 +1368,6 @@ class FlexTemplateJob(pulumi.CustomResource):
1398
1368
  @property
1399
1369
  @pulumi.getter(name="effectiveLabels")
1400
1370
  def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
1401
- """
1402
- All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
1403
- clients and services.
1404
- """
1405
1371
  return pulumi.get(self, "effective_labels")
1406
1372
 
1407
1373
  @property
@@ -1561,11 +1527,6 @@ class FlexTemplateJob(pulumi.CustomResource):
1561
1527
  @property
1562
1528
  @pulumi.getter(name="skipWaitOnJobTermination")
1563
1529
  def skip_wait_on_job_termination(self) -> pulumi.Output[Optional[bool]]:
1564
- """
1565
- If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
1566
- terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
1567
- different, e.g. by embedding a release ID or by using a random_id.
1568
- """
1569
1530
  return pulumi.get(self, "skip_wait_on_job_termination")
1570
1531
 
1571
1532
  @property
@@ -6,6 +6,7 @@ from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
8
  from .prevention_deidentify_template import *
9
+ from .prevention_discovery_config import *
9
10
  from .prevention_inspect_template import *
10
11
  from .prevention_job_trigger import *
11
12
  from .prevention_stored_info_type import *