@pulumi/gcp 6.67.0 → 6.67.1

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 (69) hide show
  1. package/appengine/flexibleAppVersion.d.ts +0 -20
  2. package/appengine/flexibleAppVersion.js.map +1 -1
  3. package/appengine/standardAppVersion.d.ts +0 -12
  4. package/appengine/standardAppVersion.js.map +1 -1
  5. package/beyondcorp/appConnection.d.ts +0 -15
  6. package/beyondcorp/appConnection.js.map +1 -1
  7. package/bigquery/job.d.ts +18 -3
  8. package/bigquery/job.js.map +1 -1
  9. package/bigqueryanalyticshub/listing.d.ts +0 -24
  10. package/bigqueryanalyticshub/listing.js.map +1 -1
  11. package/certificateauthority/certificateTemplate.d.ts +0 -9
  12. package/certificateauthority/certificateTemplate.js.map +1 -1
  13. package/cloudfunctions/zMixins.js +1 -1
  14. package/cloudfunctions/zMixins.js.map +1 -1
  15. package/cloudrun/service.d.ts +30 -51
  16. package/cloudrun/service.js.map +1 -1
  17. package/cloudrunv2/job.d.ts +0 -39
  18. package/cloudrunv2/job.js.map +1 -1
  19. package/cloudrunv2/service.d.ts +0 -36
  20. package/cloudrunv2/service.js.map +1 -1
  21. package/compute/autoscalar.d.ts +0 -18
  22. package/compute/autoscalar.js.map +1 -1
  23. package/compute/autoscaler.d.ts +0 -18
  24. package/compute/autoscaler.js.map +1 -1
  25. package/compute/organizationSecurityPolicyRule.d.ts +0 -9
  26. package/compute/organizationSecurityPolicyRule.js.map +1 -1
  27. package/compute/regionAutoscaler.d.ts +0 -18
  28. package/compute/regionAutoscaler.js.map +1 -1
  29. package/container/attachedCluster.d.ts +3 -15
  30. package/container/attachedCluster.js.map +1 -1
  31. package/container/awsCluster.d.ts +0 -9
  32. package/container/awsCluster.js.map +1 -1
  33. package/container/azureCluster.d.ts +0 -9
  34. package/container/azureCluster.js.map +1 -1
  35. package/datacatalog/tagTemplate.d.ts +0 -27
  36. package/datacatalog/tagTemplate.js.map +1 -1
  37. package/dataloss/preventionDeidentifyTemplate.d.ts +0 -192
  38. package/dataloss/preventionDeidentifyTemplate.js.map +1 -1
  39. package/dataloss/preventionInspectTemplate.d.ts +0 -40
  40. package/dataloss/preventionInspectTemplate.js.map +1 -1
  41. package/dataloss/preventionJobTrigger.d.ts +0 -97
  42. package/dataloss/preventionJobTrigger.js.map +1 -1
  43. package/dataplex/datascan.d.ts +0 -9
  44. package/dataplex/datascan.js.map +1 -1
  45. package/dataplex/task.d.ts +3 -15
  46. package/dataplex/task.js.map +1 -1
  47. package/dataproc/workflowTemplate.d.ts +0 -18
  48. package/dataproc/workflowTemplate.js.map +1 -1
  49. package/diagflow/cxFlow.d.ts +0 -6
  50. package/diagflow/cxFlow.js.map +1 -1
  51. package/diagflow/cxPage.d.ts +0 -12
  52. package/diagflow/cxPage.js.map +1 -1
  53. package/diagflow/cxTestCase.d.ts +0 -8
  54. package/diagflow/cxTestCase.js.map +1 -1
  55. package/essentialcontacts/documentAiWarehouseDocumentSchema.d.ts +0 -18
  56. package/essentialcontacts/documentAiWarehouseDocumentSchema.js.map +1 -1
  57. package/gameservices/gameServerConfig.d.ts +0 -17
  58. package/gameservices/gameServerConfig.js.map +1 -1
  59. package/gkebackup/restorePlan.d.ts +0 -12
  60. package/gkebackup/restorePlan.js.map +1 -1
  61. package/networkservices/edgeCacheService.d.ts +0 -27
  62. package/networkservices/edgeCacheService.js.map +1 -1
  63. package/osconfig/guestPolicies.d.ts +0 -20
  64. package/osconfig/guestPolicies.js.map +1 -1
  65. package/osconfig/osPolicyAssignment.d.ts +3 -9
  66. package/osconfig/osPolicyAssignment.js.map +1 -1
  67. package/package.json +1 -1
  68. package/types/input.d.ts +5 -579
  69. package/types/output.d.ts +5 -579
package/types/input.d.ts CHANGED
@@ -6295,12 +6295,6 @@ export declare namespace certificateauthority {
6295
6295
  }
6296
6296
  interface CertificateCertificateDescriptionConfigValueKeyUsageUnknownExtendedKeyUsageObectId {
6297
6297
  /**
6298
- * An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
6299
- *
6300
- * (Required)
6301
- * An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
6302
- *
6303
- * (Required)
6304
6298
  * An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
6305
6299
  */
6306
6300
  objectIdPaths?: pulumi.Input<pulumi.Input<number>[]>;
@@ -6411,9 +6405,6 @@ export declare namespace certificateauthority {
6411
6405
  /**
6412
6406
  * Indicates whether or not this extension is critical (i.e., if the client does not know how to
6413
6407
  * handle this extension, the client should consider this to be an error).
6414
- *
6415
- * (Required)
6416
- * Indicates whether or not the name constraints are marked critical.
6417
6408
  */
6418
6409
  critical?: pulumi.Input<boolean>;
6419
6410
  /**
@@ -6429,12 +6420,6 @@ export declare namespace certificateauthority {
6429
6420
  }
6430
6421
  interface CertificateCertificateDescriptionSubjectDescriptionSubjectAltNameCustomSanObectId {
6431
6422
  /**
6432
- * An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
6433
- *
6434
- * (Required)
6435
- * An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
6436
- *
6437
- * (Required)
6438
6423
  * An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
6439
6424
  */
6440
6425
  objectIdPaths?: pulumi.Input<pulumi.Input<number>[]>;
@@ -7277,13 +7262,6 @@ export declare namespace certificatemanager {
7277
7262
  }
7278
7263
  interface CertificateManagedAuthorizationAttemptInfo {
7279
7264
  /**
7280
- * (Output)
7281
- * Human readable explanation about the issue. Provided to help address
7282
- * the configuration issues.
7283
- * Not guaranteed to be stable. For programmatic access use `reason` field.
7284
- *
7285
- * <a name="nestedAuthorizationAttemptInfo"></a>The `authorizationAttemptInfo` block contains:
7286
- *
7287
7265
  * (Output)
7288
7266
  * Human readable explanation for reaching the state. Provided to help
7289
7267
  * address the configuration issues.
@@ -7301,9 +7279,6 @@ export declare namespace certificatemanager {
7301
7279
  */
7302
7280
  failureReason?: pulumi.Input<string>;
7303
7281
  /**
7304
- * (Output)
7305
- * A state of this Managed Certificate.
7306
- *
7307
7282
  * (Output)
7308
7283
  * State of the domain for managed certificate issuance.
7309
7284
  */
@@ -7311,13 +7286,6 @@ export declare namespace certificatemanager {
7311
7286
  }
7312
7287
  interface CertificateManagedProvisioningIssue {
7313
7288
  /**
7314
- * (Output)
7315
- * Human readable explanation about the issue. Provided to help address
7316
- * the configuration issues.
7317
- * Not guaranteed to be stable. For programmatic access use `reason` field.
7318
- *
7319
- * <a name="nestedAuthorizationAttemptInfo"></a>The `authorizationAttemptInfo` block contains:
7320
- *
7321
7289
  * (Output)
7322
7290
  * Human readable explanation for reaching the state. Provided to help
7323
7291
  * address the configuration issues.
@@ -9499,7 +9467,6 @@ export declare namespace cloudrun {
9499
9467
  */
9500
9468
  observedGeneration?: pulumi.Input<number>;
9501
9469
  /**
9502
- * (Output)
9503
9470
  * Traffic specifies how to distribute traffic over a collection of Knative Revisions
9504
9471
  * and Configurations
9505
9472
  * Structure is documented below.
@@ -11296,9 +11263,6 @@ export declare namespace cloudrunv2 {
11296
11263
  percent?: pulumi.Input<number>;
11297
11264
  /**
11298
11265
  * The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.
11299
- *
11300
- * (Optional)
11301
- * Revision to which to send this portion of traffic, if traffic allocation is by revision.
11302
11266
  */
11303
11267
  revision?: pulumi.Input<string>;
11304
11268
  /**
@@ -13178,114 +13142,25 @@ export declare namespace compute {
13178
13142
  * The value of the host header in the HTTP health check request.
13179
13143
  * If left empty (default value), the public IP on behalf of which this health
13180
13144
  * check is performed will be used.
13181
- *
13182
- * (Optional)
13183
- * The value of the host header in the HTTPS health check request.
13184
- * If left empty (default value), the public IP on behalf of which this health
13185
- * check is performed will be used.
13186
- *
13187
- * (Optional)
13188
- * The value of the host header in the HTTP2 health check request.
13189
- * If left empty (default value), the public IP on behalf of which this health
13190
- * check is performed will be used.
13191
13145
  */
13192
13146
  host?: pulumi.Input<string>;
13193
13147
  /**
13194
- * The TCP port number for the HTTP health check request.
13195
- * The default value is 80.
13196
- *
13197
- * (Optional)
13198
- * The TCP port number for the HTTPS health check request.
13199
- * The default value is 443.
13200
- *
13201
- * (Optional)
13202
- * The TCP port number for the TCP health check request.
13203
- * The default value is 443.
13204
- *
13205
- * (Optional)
13206
- * The TCP port number for the SSL health check request.
13207
- * The default value is 443.
13208
- *
13209
- * (Optional)
13210
- * The TCP port number for the HTTP2 health check request.
13211
- * The default value is 443.
13212
- *
13213
- * (Optional)
13214
13148
  * The port number for the health check request.
13215
13149
  * Must be specified if portName and portSpecification are not set
13216
13150
  * or if portSpecification is USE_FIXED_PORT. Valid values are 1 through 65535.
13217
13151
  */
13218
13152
  port?: pulumi.Input<number>;
13219
13153
  /**
13220
- * Port name as defined in InstanceGroup#NamedPort#name. If both port and
13221
- * portName are defined, port takes precedence.
13222
- *
13223
- * (Optional)
13224
- * Port name as defined in InstanceGroup#NamedPort#name. If both port and
13225
- * portName are defined, port takes precedence.
13226
- *
13227
- * (Optional)
13228
- * Port name as defined in InstanceGroup#NamedPort#name. If both port and
13229
- * portName are defined, port takes precedence.
13230
- *
13231
- * (Optional)
13232
- * Port name as defined in InstanceGroup#NamedPort#name. If both port and
13233
- * portName are defined, port takes precedence.
13234
- *
13235
- * (Optional)
13236
- * Port name as defined in InstanceGroup#NamedPort#name. If both port and
13237
- * portName are defined, port takes precedence.
13238
- *
13239
- * (Optional)
13240
13154
  * Port name as defined in InstanceGroup#NamedPort#name. If both port and
13241
13155
  * portName are defined, port takes precedence.
13242
13156
  */
13243
13157
  portName?: pulumi.Input<string>;
13244
13158
  /**
13245
- * Specifies how port is selected for health checking, can be one of the
13246
- * following values:
13247
- * (Optional)
13248
- * Specifies how port is selected for health checking, can be one of the
13249
- * following values:
13250
- * (Optional)
13251
- * Specifies how port is selected for health checking, can be one of the
13252
- * following values:
13253
- * (Optional)
13254
- * Specifies how port is selected for health checking, can be one of the
13255
- * following values:
13256
- * (Optional)
13257
- * Specifies how port is selected for health checking, can be one of the
13258
- * following values:
13259
- * (Optional)
13260
13159
  * Specifies how port is selected for health checking, can be one of the
13261
13160
  * following values:
13262
13161
  */
13263
13162
  portSpecification?: pulumi.Input<string>;
13264
13163
  /**
13265
- * Specifies the type of proxy header to append before sending data to the
13266
- * backend.
13267
- * Default value is `NONE`.
13268
- * Possible values are: `NONE`, `PROXY_V1`.
13269
- *
13270
- * (Optional)
13271
- * Specifies the type of proxy header to append before sending data to the
13272
- * backend.
13273
- * Default value is `NONE`.
13274
- * Possible values are: `NONE`, `PROXY_V1`.
13275
- *
13276
- * (Optional)
13277
- * Specifies the type of proxy header to append before sending data to the
13278
- * backend.
13279
- * Default value is `NONE`.
13280
- * Possible values are: `NONE`, `PROXY_V1`.
13281
- *
13282
- * (Optional)
13283
- * Specifies the type of proxy header to append before sending data to the
13284
- * backend.
13285
- * Default value is `NONE`.
13286
- * Possible values are: `NONE`, `PROXY_V1`.
13287
- *
13288
- * (Optional)
13289
13164
  * Specifies the type of proxy header to append before sending data to the
13290
13165
  * backend.
13291
13166
  * Default value is `NONE`.
@@ -13295,37 +13170,9 @@ export declare namespace compute {
13295
13170
  /**
13296
13171
  * The request path of the HTTP health check request.
13297
13172
  * The default value is /.
13298
- *
13299
- * (Optional)
13300
- * The request path of the HTTPS health check request.
13301
- * The default value is /.
13302
- *
13303
- * (Optional)
13304
- * The request path of the HTTP2 health check request.
13305
- * The default value is /.
13306
13173
  */
13307
13174
  requestPath?: pulumi.Input<string>;
13308
13175
  /**
13309
- * The bytes to match against the beginning of the response data. If left empty
13310
- * (the default value), any response will indicate health. The response data
13311
- * can only be ASCII.
13312
- *
13313
- * (Optional)
13314
- * The bytes to match against the beginning of the response data. If left empty
13315
- * (the default value), any response will indicate health. The response data
13316
- * can only be ASCII.
13317
- *
13318
- * (Optional)
13319
- * The bytes to match against the beginning of the response data. If left empty
13320
- * (the default value), any response will indicate health. The response data
13321
- * can only be ASCII.
13322
- *
13323
- * (Optional)
13324
- * The bytes to match against the beginning of the response data. If left empty
13325
- * (the default value), any response will indicate health. The response data
13326
- * can only be ASCII.
13327
- *
13328
- * (Optional)
13329
13176
  * The bytes to match against the beginning of the response data. If left empty
13330
13177
  * (the default value), any response will indicate health. The response data
13331
13178
  * can only be ASCII.
@@ -14332,21 +14179,12 @@ export declare namespace compute {
14332
14179
  */
14333
14180
  name?: pulumi.Input<string>;
14334
14181
  /**
14335
- * The [networking tier][network-tier] used for configuring this instance.
14336
- * This field can take the following values: PREMIUM, FIXED_STANDARD or STANDARD. If this field is
14337
- * not specified, it is assumed to be PREMIUM.
14338
- *
14339
- * <a name="nestedIpv6AccessConfig"></a>The `ipv6AccessConfig` block supports:
14340
- *
14182
+ * The service-level to be provided for IPv6 traffic when the
14341
14183
  * subnet has an external subnet. Only PREMIUM or STANDARD tier is valid for IPv6.
14342
14184
  */
14343
14185
  networkTier: pulumi.Input<string>;
14344
14186
  /**
14345
- * The DNS domain name for the public PTR record.
14346
- * To set this field on an instance, you must be verified as the owner of the domain.
14347
- * See [the docs](https://cloud.google.com/compute/docs/instances/create-ptr-record) for how
14348
- * to become verified as a domain owner.
14349
- *
14187
+ * The domain name to be used when creating DNSv6
14350
14188
  * records for the external IPv6 ranges..
14351
14189
  */
14352
14190
  publicPtrDomainName?: pulumi.Input<string>;
@@ -14436,19 +14274,12 @@ export declare namespace compute {
14436
14274
  * resolution. Durations less than one second are represented with a 0
14437
14275
  * `seconds` field and a positive `nanos` field. Must be from 0 to
14438
14276
  * 999,999,999 inclusive.
14439
- *
14440
- * resolution. Durations less than one second are represented with a 0
14441
- * `seconds` field and a positive `nanos` field. Must be from 0 to
14442
- * 999,999,999 inclusive.
14443
14277
  */
14444
14278
  nanos?: pulumi.Input<number>;
14445
14279
  /**
14446
14280
  * Span of time at a resolution of a second. Must be from 0 to
14447
14281
  * 315,576,000,000 inclusive. Note: these bounds are computed from: 60
14448
14282
  * sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years.
14449
- *
14450
- * 315,576,000,000 inclusive. Note: these bounds are computed from: 60
14451
- * sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years.
14452
14283
  */
14453
14284
  seconds: pulumi.Input<number>;
14454
14285
  }
@@ -14458,19 +14289,12 @@ export declare namespace compute {
14458
14289
  * resolution. Durations less than one second are represented with a 0
14459
14290
  * `seconds` field and a positive `nanos` field. Must be from 0 to
14460
14291
  * 999,999,999 inclusive.
14461
- *
14462
- * resolution. Durations less than one second are represented with a 0
14463
- * `seconds` field and a positive `nanos` field. Must be from 0 to
14464
- * 999,999,999 inclusive.
14465
14292
  */
14466
14293
  nanos?: pulumi.Input<number>;
14467
14294
  /**
14468
14295
  * Span of time at a resolution of a second. Must be from 0 to
14469
14296
  * 315,576,000,000 inclusive. Note: these bounds are computed from: 60
14470
14297
  * sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years.
14471
- *
14472
- * 315,576,000,000 inclusive. Note: these bounds are computed from: 60
14473
- * sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years.
14474
14298
  */
14475
14299
  seconds: pulumi.Input<number>;
14476
14300
  }
@@ -14811,12 +14635,7 @@ export declare namespace compute {
14811
14635
  */
14812
14636
  name?: pulumi.Input<string>;
14813
14637
  /**
14814
- * The [networking tier][network-tier] used for configuring
14815
- * this instance template. This field can take the following values: PREMIUM,
14816
- * STANDARD or FIXED_STANDARD. If this field is not specified, it is assumed to be PREMIUM.
14817
- *
14818
- * <a name="nestedIpv6AccessConfig"></a>The `ipv6AccessConfig` block supports:
14819
- *
14638
+ * The service-level to be provided for IPv6 traffic when the
14820
14639
  * subnet has an external subnet. Only PREMIUM and STANDARD tier is valid for IPv6.
14821
14640
  */
14822
14641
  networkTier: pulumi.Input<string>;
@@ -14901,19 +14720,12 @@ export declare namespace compute {
14901
14720
  * resolution. Durations less than one second are represented with a 0
14902
14721
  * `seconds` field and a positive `nanos` field. Must be from 0 to
14903
14722
  * 999,999,999 inclusive.
14904
- *
14905
- * resolution. Durations less than one second are represented with a 0
14906
- * `seconds` field and a positive `nanos` field. Must be from 0 to
14907
- * 999,999,999 inclusive.
14908
14723
  */
14909
14724
  nanos?: pulumi.Input<number>;
14910
14725
  /**
14911
14726
  * Span of time at a resolution of a second. Must be from 0 to
14912
14727
  * 315,576,000,000 inclusive. Note: these bounds are computed from: 60
14913
14728
  * sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years.
14914
- *
14915
- * 315,576,000,000 inclusive. Note: these bounds are computed from: 60
14916
- * sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years.
14917
14729
  */
14918
14730
  seconds: pulumi.Input<number>;
14919
14731
  }
@@ -14923,19 +14735,12 @@ export declare namespace compute {
14923
14735
  * resolution. Durations less than one second are represented with a 0
14924
14736
  * `seconds` field and a positive `nanos` field. Must be from 0 to
14925
14737
  * 999,999,999 inclusive.
14926
- *
14927
- * resolution. Durations less than one second are represented with a 0
14928
- * `seconds` field and a positive `nanos` field. Must be from 0 to
14929
- * 999,999,999 inclusive.
14930
14738
  */
14931
14739
  nanos?: pulumi.Input<number>;
14932
14740
  /**
14933
14741
  * Span of time at a resolution of a second. Must be from 0 to
14934
14742
  * 315,576,000,000 inclusive. Note: these bounds are computed from: 60
14935
14743
  * sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years.
14936
- *
14937
- * 315,576,000,000 inclusive. Note: these bounds are computed from: 60
14938
- * sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years.
14939
14744
  */
14940
14745
  seconds: pulumi.Input<number>;
14941
14746
  }
@@ -16391,114 +16196,25 @@ export declare namespace compute {
16391
16196
  * The value of the host header in the HTTP health check request.
16392
16197
  * If left empty (default value), the public IP on behalf of which this health
16393
16198
  * check is performed will be used.
16394
- *
16395
- * (Optional)
16396
- * The value of the host header in the HTTPS health check request.
16397
- * If left empty (default value), the public IP on behalf of which this health
16398
- * check is performed will be used.
16399
- *
16400
- * (Optional)
16401
- * The value of the host header in the HTTP2 health check request.
16402
- * If left empty (default value), the public IP on behalf of which this health
16403
- * check is performed will be used.
16404
16199
  */
16405
16200
  host?: pulumi.Input<string>;
16406
16201
  /**
16407
- * The TCP port number for the HTTP health check request.
16408
- * The default value is 80.
16409
- *
16410
- * (Optional)
16411
- * The TCP port number for the HTTPS health check request.
16412
- * The default value is 443.
16413
- *
16414
- * (Optional)
16415
- * The TCP port number for the TCP health check request.
16416
- * The default value is 80.
16417
- *
16418
- * (Optional)
16419
- * The TCP port number for the SSL health check request.
16420
- * The default value is 443.
16421
- *
16422
- * (Optional)
16423
- * The TCP port number for the HTTP2 health check request.
16424
- * The default value is 443.
16425
- *
16426
- * (Optional)
16427
16202
  * The port number for the health check request.
16428
16203
  * Must be specified if portName and portSpecification are not set
16429
16204
  * or if portSpecification is USE_FIXED_PORT. Valid values are 1 through 65535.
16430
16205
  */
16431
16206
  port?: pulumi.Input<number>;
16432
16207
  /**
16433
- * Port name as defined in InstanceGroup#NamedPort#name. If both port and
16434
- * portName are defined, port takes precedence.
16435
- *
16436
- * (Optional)
16437
- * Port name as defined in InstanceGroup#NamedPort#name. If both port and
16438
- * portName are defined, port takes precedence.
16439
- *
16440
- * (Optional)
16441
- * Port name as defined in InstanceGroup#NamedPort#name. If both port and
16442
- * portName are defined, port takes precedence.
16443
- *
16444
- * (Optional)
16445
- * Port name as defined in InstanceGroup#NamedPort#name. If both port and
16446
- * portName are defined, port takes precedence.
16447
- *
16448
- * (Optional)
16449
- * Port name as defined in InstanceGroup#NamedPort#name. If both port and
16450
- * portName are defined, port takes precedence.
16451
- *
16452
- * (Optional)
16453
16208
  * Port name as defined in InstanceGroup#NamedPort#name. If both port and
16454
16209
  * portName are defined, port takes precedence.
16455
16210
  */
16456
16211
  portName?: pulumi.Input<string>;
16457
16212
  /**
16458
- * Specifies how port is selected for health checking, can be one of the
16459
- * following values:
16460
- * (Optional)
16461
- * Specifies how port is selected for health checking, can be one of the
16462
- * following values:
16463
- * (Optional)
16464
- * Specifies how port is selected for health checking, can be one of the
16465
- * following values:
16466
- * (Optional)
16467
- * Specifies how port is selected for health checking, can be one of the
16468
- * following values:
16469
- * (Optional)
16470
- * Specifies how port is selected for health checking, can be one of the
16471
- * following values:
16472
- * (Optional)
16473
16213
  * Specifies how port is selected for health checking, can be one of the
16474
16214
  * following values:
16475
16215
  */
16476
16216
  portSpecification?: pulumi.Input<string>;
16477
16217
  /**
16478
- * Specifies the type of proxy header to append before sending data to the
16479
- * backend.
16480
- * Default value is `NONE`.
16481
- * Possible values are: `NONE`, `PROXY_V1`.
16482
- *
16483
- * (Optional)
16484
- * Specifies the type of proxy header to append before sending data to the
16485
- * backend.
16486
- * Default value is `NONE`.
16487
- * Possible values are: `NONE`, `PROXY_V1`.
16488
- *
16489
- * (Optional)
16490
- * Specifies the type of proxy header to append before sending data to the
16491
- * backend.
16492
- * Default value is `NONE`.
16493
- * Possible values are: `NONE`, `PROXY_V1`.
16494
- *
16495
- * (Optional)
16496
- * Specifies the type of proxy header to append before sending data to the
16497
- * backend.
16498
- * Default value is `NONE`.
16499
- * Possible values are: `NONE`, `PROXY_V1`.
16500
- *
16501
- * (Optional)
16502
16218
  * Specifies the type of proxy header to append before sending data to the
16503
16219
  * backend.
16504
16220
  * Default value is `NONE`.
@@ -16508,37 +16224,9 @@ export declare namespace compute {
16508
16224
  /**
16509
16225
  * The request path of the HTTP health check request.
16510
16226
  * The default value is /.
16511
- *
16512
- * (Optional)
16513
- * The request path of the HTTPS health check request.
16514
- * The default value is /.
16515
- *
16516
- * (Optional)
16517
- * The request path of the HTTP2 health check request.
16518
- * The default value is /.
16519
16227
  */
16520
16228
  requestPath?: pulumi.Input<string>;
16521
16229
  /**
16522
- * The bytes to match against the beginning of the response data. If left empty
16523
- * (the default value), any response will indicate health. The response data
16524
- * can only be ASCII.
16525
- *
16526
- * (Optional)
16527
- * The bytes to match against the beginning of the response data. If left empty
16528
- * (the default value), any response will indicate health. The response data
16529
- * can only be ASCII.
16530
- *
16531
- * (Optional)
16532
- * The bytes to match against the beginning of the response data. If left empty
16533
- * (the default value), any response will indicate health. The response data
16534
- * can only be ASCII.
16535
- *
16536
- * (Optional)
16537
- * The bytes to match against the beginning of the response data. If left empty
16538
- * (the default value), any response will indicate health. The response data
16539
- * can only be ASCII.
16540
- *
16541
- * (Optional)
16542
16230
  * The bytes to match against the beginning of the response data. If left empty
16543
16231
  * (the default value), any response will indicate health. The response data
16544
16232
  * can only be ASCII.
@@ -17161,12 +16849,7 @@ export declare namespace compute {
17161
16849
  externalIpv6PrefixLength?: pulumi.Input<string>;
17162
16850
  name?: pulumi.Input<string>;
17163
16851
  /**
17164
- * The [networking tier][network-tier] used for configuring
17165
- * this instance template. This field can take the following values: PREMIUM,
17166
- * STANDARD or FIXED_STANDARD. If this field is not specified, it is assumed to be PREMIUM.
17167
- *
17168
- * <a name="nestedIpv6AccessConfig"></a>The `ipv6AccessConfig` block supports:
17169
- *
16852
+ * The service-level to be provided for IPv6 traffic when the
17170
16853
  * subnet has an external subnet. Only PREMIUM and STANDARD tier is valid for IPv6.
17171
16854
  */
17172
16855
  networkTier: pulumi.Input<string>;
@@ -17254,19 +16937,12 @@ export declare namespace compute {
17254
16937
  * resolution. Durations less than one second are represented with a 0
17255
16938
  * `seconds` field and a positive `nanos` field. Must be from 0 to
17256
16939
  * 999,999,999 inclusive.
17257
- *
17258
- * resolution. Durations less than one second are represented with a 0
17259
- * `seconds` field and a positive `nanos` field. Must be from 0 to
17260
- * 999,999,999 inclusive.
17261
16940
  */
17262
16941
  nanos?: pulumi.Input<number>;
17263
16942
  /**
17264
16943
  * Span of time at a resolution of a second. Must be from 0 to
17265
16944
  * 315,576,000,000 inclusive. Note: these bounds are computed from: 60
17266
16945
  * sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years.
17267
- *
17268
- * 315,576,000,000 inclusive. Note: these bounds are computed from: 60
17269
- * sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years.
17270
16946
  */
17271
16947
  seconds: pulumi.Input<number>;
17272
16948
  }
@@ -22888,132 +22564,36 @@ export declare namespace container {
22888
22564
  interface ClusterAddonsConfigConfigConnectorConfig {
22889
22565
  /**
22890
22566
  * Enable Binary Authorization for this cluster. Deprecated in favor of `evaluationMode`.
22891
- *
22892
- *
22893
- *
22894
- * for autopilot clusters. Resource limits for `cpu` and `memory` must be defined to enable node auto-provisioning for GKE Standard.
22895
- *
22896
- *
22897
- *
22898
- *
22899
- *
22900
- *
22901
- *
22902
- * enforce encryption of data in-use.
22903
- *
22904
- * If enabled, pods must be valid under a PodSecurityPolicy to be created.
22905
- *
22906
- * not.
22907
22567
  */
22908
22568
  enabled: pulumi.Input<boolean>;
22909
22569
  }
22910
22570
  interface ClusterAddonsConfigDnsCacheConfig {
22911
22571
  /**
22912
22572
  * Enable Binary Authorization for this cluster. Deprecated in favor of `evaluationMode`.
22913
- *
22914
- *
22915
- *
22916
- * for autopilot clusters. Resource limits for `cpu` and `memory` must be defined to enable node auto-provisioning for GKE Standard.
22917
- *
22918
- *
22919
- *
22920
- *
22921
- *
22922
- *
22923
- *
22924
- * enforce encryption of data in-use.
22925
- *
22926
- * If enabled, pods must be valid under a PodSecurityPolicy to be created.
22927
- *
22928
- * not.
22929
22573
  */
22930
22574
  enabled: pulumi.Input<boolean>;
22931
22575
  }
22932
22576
  interface ClusterAddonsConfigGcePersistentDiskCsiDriverConfig {
22933
22577
  /**
22934
22578
  * Enable Binary Authorization for this cluster. Deprecated in favor of `evaluationMode`.
22935
- *
22936
- *
22937
- *
22938
- * for autopilot clusters. Resource limits for `cpu` and `memory` must be defined to enable node auto-provisioning for GKE Standard.
22939
- *
22940
- *
22941
- *
22942
- *
22943
- *
22944
- *
22945
- *
22946
- * enforce encryption of data in-use.
22947
- *
22948
- * If enabled, pods must be valid under a PodSecurityPolicy to be created.
22949
- *
22950
- * not.
22951
22579
  */
22952
22580
  enabled: pulumi.Input<boolean>;
22953
22581
  }
22954
22582
  interface ClusterAddonsConfigGcpFilestoreCsiDriverConfig {
22955
22583
  /**
22956
22584
  * Enable Binary Authorization for this cluster. Deprecated in favor of `evaluationMode`.
22957
- *
22958
- *
22959
- *
22960
- * for autopilot clusters. Resource limits for `cpu` and `memory` must be defined to enable node auto-provisioning for GKE Standard.
22961
- *
22962
- *
22963
- *
22964
- *
22965
- *
22966
- *
22967
- *
22968
- * enforce encryption of data in-use.
22969
- *
22970
- * If enabled, pods must be valid under a PodSecurityPolicy to be created.
22971
- *
22972
- * not.
22973
22585
  */
22974
22586
  enabled: pulumi.Input<boolean>;
22975
22587
  }
22976
22588
  interface ClusterAddonsConfigGcsFuseCsiDriverConfig {
22977
22589
  /**
22978
22590
  * Enable Binary Authorization for this cluster. Deprecated in favor of `evaluationMode`.
22979
- *
22980
- *
22981
- *
22982
- * for autopilot clusters. Resource limits for `cpu` and `memory` must be defined to enable node auto-provisioning for GKE Standard.
22983
- *
22984
- *
22985
- *
22986
- *
22987
- *
22988
- *
22989
- *
22990
- * enforce encryption of data in-use.
22991
- *
22992
- * If enabled, pods must be valid under a PodSecurityPolicy to be created.
22993
- *
22994
- * not.
22995
22591
  */
22996
22592
  enabled: pulumi.Input<boolean>;
22997
22593
  }
22998
22594
  interface ClusterAddonsConfigGkeBackupAgentConfig {
22999
22595
  /**
23000
22596
  * Enable Binary Authorization for this cluster. Deprecated in favor of `evaluationMode`.
23001
- *
23002
- *
23003
- *
23004
- * for autopilot clusters. Resource limits for `cpu` and `memory` must be defined to enable node auto-provisioning for GKE Standard.
23005
- *
23006
- *
23007
- *
23008
- *
23009
- *
23010
- *
23011
- *
23012
- * enforce encryption of data in-use.
23013
- *
23014
- * If enabled, pods must be valid under a PodSecurityPolicy to be created.
23015
- *
23016
- * not.
23017
22597
  */
23018
22598
  enabled: pulumi.Input<boolean>;
23019
22599
  }
@@ -23047,22 +22627,6 @@ export declare namespace container {
23047
22627
  interface ClusterAddonsConfigKalmConfig {
23048
22628
  /**
23049
22629
  * Enable Binary Authorization for this cluster. Deprecated in favor of `evaluationMode`.
23050
- *
23051
- *
23052
- *
23053
- * for autopilot clusters. Resource limits for `cpu` and `memory` must be defined to enable node auto-provisioning for GKE Standard.
23054
- *
23055
- *
23056
- *
23057
- *
23058
- *
23059
- *
23060
- *
23061
- * enforce encryption of data in-use.
23062
- *
23063
- * If enabled, pods must be valid under a PodSecurityPolicy to be created.
23064
- *
23065
- * not.
23066
22630
  */
23067
22631
  enabled: pulumi.Input<boolean>;
23068
22632
  }
@@ -23084,22 +22648,6 @@ export declare namespace container {
23084
22648
  /**
23085
22649
  * Enable Binary Authorization for this cluster. Deprecated in favor of `evaluationMode`.
23086
22650
  *
23087
- *
23088
- *
23089
- * for autopilot clusters. Resource limits for `cpu` and `memory` must be defined to enable node auto-provisioning for GKE Standard.
23090
- *
23091
- *
23092
- *
23093
- *
23094
- *
23095
- *
23096
- *
23097
- * enforce encryption of data in-use.
23098
- *
23099
- * If enabled, pods must be valid under a PodSecurityPolicy to be created.
23100
- *
23101
- * not.
23102
- *
23103
22651
  * @deprecated Deprecated in favor of evaluation_mode.
23104
22652
  */
23105
22653
  enabled?: pulumi.Input<boolean>;
@@ -24848,22 +24396,6 @@ export declare namespace container {
24848
24396
  interface ClusterTpuConfig {
24849
24397
  /**
24850
24398
  * Enable Binary Authorization for this cluster. Deprecated in favor of `evaluationMode`.
24851
- *
24852
- *
24853
- *
24854
- * for autopilot clusters. Resource limits for `cpu` and `memory` must be defined to enable node auto-provisioning for GKE Standard.
24855
- *
24856
- *
24857
- *
24858
- *
24859
- *
24860
- *
24861
- *
24862
- * enforce encryption of data in-use.
24863
- *
24864
- * If enabled, pods must be valid under a PodSecurityPolicy to be created.
24865
- *
24866
- * not.
24867
24399
  */
24868
24400
  enabled: pulumi.Input<boolean>;
24869
24401
  ipv4CidrBlock?: pulumi.Input<string>;
@@ -32671,13 +32203,6 @@ export declare namespace dataproc {
32671
32203
  * if you are trying to use accelerators in a given zone.
32672
32204
  *
32673
32205
  * - - -
32674
- *
32675
- *
32676
- * > The Cloud Dataproc API can return unintuitive error messages when using accelerators; even when you have defined an accelerator, Auto Zone Placement does not exclusively select
32677
- * zones that have that accelerator available. If you get a 400 error that the accelerator can't be found, this is a likely cause. Make sure you check [accelerator availability by zone](https://cloud.google.com/compute/docs/reference/rest/v1/acceleratorTypes/list)
32678
- * if you are trying to use accelerators in a given zone.
32679
- *
32680
- * - - -
32681
32206
  */
32682
32207
  acceleratorCount: pulumi.Input<number>;
32683
32208
  /**
@@ -32692,34 +32217,16 @@ export declare namespace dataproc {
32692
32217
  * smallest allowed disk size is 10GB. GCP will default to a predetermined
32693
32218
  * computed value if not set (currently 500GB). Note: If SSDs are not
32694
32219
  * attached, it also contains the HDFS data blocks and Hadoop working directories.
32695
- *
32696
- * in GB. The smallest allowed disk size is 10GB. GCP will default to a predetermined
32697
- * computed value if not set (currently 500GB). Note: If SSDs are not
32698
- * attached, it also contains the HDFS data blocks and Hadoop working directories.
32699
- *
32700
- * in GB. The smallest allowed disk size is 10GB. GCP will default to a predetermined
32701
- * computed value if not set (currently 500GB). Note: If SSDs are not
32702
- * attached, it also contains the HDFS data blocks and Hadoop working directories.
32703
32220
  */
32704
32221
  bootDiskSizeGb?: pulumi.Input<number>;
32705
32222
  /**
32706
32223
  * The disk type of the primary disk attached to each node.
32707
32224
  * One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
32708
- *
32709
- * One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
32710
- *
32711
- * One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
32712
32225
  */
32713
32226
  bootDiskType?: pulumi.Input<string>;
32714
32227
  /**
32715
32228
  * The amount of local SSD disks that will be
32716
32229
  * attached to each master cluster node. Defaults to 0.
32717
- *
32718
- * attached to each worker cluster node. Defaults to 0.
32719
- *
32720
- * attached to each preemptible worker node. Defaults to 0.
32721
- *
32722
- * - - -
32723
32230
  */
32724
32231
  numLocalSsds?: pulumi.Input<number>;
32725
32232
  }
@@ -32760,34 +32267,16 @@ export declare namespace dataproc {
32760
32267
  * smallest allowed disk size is 10GB. GCP will default to a predetermined
32761
32268
  * computed value if not set (currently 500GB). Note: If SSDs are not
32762
32269
  * attached, it also contains the HDFS data blocks and Hadoop working directories.
32763
- *
32764
- * in GB. The smallest allowed disk size is 10GB. GCP will default to a predetermined
32765
- * computed value if not set (currently 500GB). Note: If SSDs are not
32766
- * attached, it also contains the HDFS data blocks and Hadoop working directories.
32767
- *
32768
- * in GB. The smallest allowed disk size is 10GB. GCP will default to a predetermined
32769
- * computed value if not set (currently 500GB). Note: If SSDs are not
32770
- * attached, it also contains the HDFS data blocks and Hadoop working directories.
32771
32270
  */
32772
32271
  bootDiskSizeGb?: pulumi.Input<number>;
32773
32272
  /**
32774
32273
  * The disk type of the primary disk attached to each node.
32775
32274
  * One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
32776
- *
32777
- * One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
32778
- *
32779
- * One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
32780
32275
  */
32781
32276
  bootDiskType?: pulumi.Input<string>;
32782
32277
  /**
32783
32278
  * The amount of local SSD disks that will be
32784
32279
  * attached to each master cluster node. Defaults to 0.
32785
- *
32786
- * attached to each worker cluster node. Defaults to 0.
32787
- *
32788
- * attached to each preemptible worker node. Defaults to 0.
32789
- *
32790
- * - - -
32791
32280
  */
32792
32281
  numLocalSsds?: pulumi.Input<number>;
32793
32282
  }
@@ -32957,13 +32446,6 @@ export declare namespace dataproc {
32957
32446
  * if you are trying to use accelerators in a given zone.
32958
32447
  *
32959
32448
  * - - -
32960
- *
32961
- *
32962
- * > The Cloud Dataproc API can return unintuitive error messages when using accelerators; even when you have defined an accelerator, Auto Zone Placement does not exclusively select
32963
- * zones that have that accelerator available. If you get a 400 error that the accelerator can't be found, this is a likely cause. Make sure you check [accelerator availability by zone](https://cloud.google.com/compute/docs/reference/rest/v1/acceleratorTypes/list)
32964
- * if you are trying to use accelerators in a given zone.
32965
- *
32966
- * - - -
32967
32449
  */
32968
32450
  acceleratorCount: pulumi.Input<number>;
32969
32451
  /**
@@ -32978,34 +32460,16 @@ export declare namespace dataproc {
32978
32460
  * smallest allowed disk size is 10GB. GCP will default to a predetermined
32979
32461
  * computed value if not set (currently 500GB). Note: If SSDs are not
32980
32462
  * attached, it also contains the HDFS data blocks and Hadoop working directories.
32981
- *
32982
- * in GB. The smallest allowed disk size is 10GB. GCP will default to a predetermined
32983
- * computed value if not set (currently 500GB). Note: If SSDs are not
32984
- * attached, it also contains the HDFS data blocks and Hadoop working directories.
32985
- *
32986
- * in GB. The smallest allowed disk size is 10GB. GCP will default to a predetermined
32987
- * computed value if not set (currently 500GB). Note: If SSDs are not
32988
- * attached, it also contains the HDFS data blocks and Hadoop working directories.
32989
32463
  */
32990
32464
  bootDiskSizeGb?: pulumi.Input<number>;
32991
32465
  /**
32992
32466
  * The disk type of the primary disk attached to each node.
32993
32467
  * One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
32994
- *
32995
- * One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
32996
- *
32997
- * One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
32998
32468
  */
32999
32469
  bootDiskType?: pulumi.Input<string>;
33000
32470
  /**
33001
32471
  * The amount of local SSD disks that will be
33002
32472
  * attached to each master cluster node. Defaults to 0.
33003
- *
33004
- * attached to each worker cluster node. Defaults to 0.
33005
- *
33006
- * attached to each preemptible worker node. Defaults to 0.
33007
- *
33008
- * - - -
33009
32473
  */
33010
32474
  numLocalSsds?: pulumi.Input<number>;
33011
32475
  }
@@ -33152,26 +32616,12 @@ export declare namespace dataproc {
33152
32616
  localSsdCount?: pulumi.Input<number>;
33153
32617
  /**
33154
32618
  * The name of a Compute Engine machine type.
33155
- *
33156
- * to create for the master. If not specified, GCP will default to a predetermined
33157
- * computed value (currently `n1-standard-4`).
33158
- *
33159
- * to create for the worker nodes. If not specified, GCP will default to a predetermined
33160
- * computed value (currently `n1-standard-4`).
33161
32619
  */
33162
32620
  machineType?: pulumi.Input<string>;
33163
32621
  /**
33164
32622
  * Minimum CPU platform to be used by this instance.
33165
32623
  * The instance may be scheduled on the specified or a newer CPU platform.
33166
32624
  * Specify the friendly names of CPU platforms, such as "Intel Haswell" or "Intel Sandy Bridge".
33167
- *
33168
- * for the master. If not specified, GCP will default to a predetermined computed value
33169
- * for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
33170
- * for details about which CPU families are available (and defaulted) for each zone.
33171
- *
33172
- * for the master. If not specified, GCP will default to a predetermined computed value
33173
- * for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
33174
- * for details about which CPU families are available (and defaulted) for each zone.
33175
32625
  */
33176
32626
  minCpuPlatform?: pulumi.Input<string>;
33177
32627
  /**
@@ -37157,10 +36607,6 @@ export declare namespace diagflow {
37157
36607
  */
37158
36608
  environment?: pulumi.Input<string>;
37159
36609
  /**
37160
- * The unique identifier of the intent.
37161
- * Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.
37162
- *
37163
- * (Optional)
37164
36610
  * The unique identifier of the page.
37165
36611
  * Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>.
37166
36612
  */
@@ -37880,9 +37326,7 @@ export declare namespace dns {
37880
37326
  }
37881
37327
  interface RecordSetRoutingPolicyPrimaryBackupBackupGeo {
37882
37328
  /**
37883
- * The list of targets to be health checked. Note that if DNSSEC is enabled for this zone, only one of `rrdatas` or `healthCheckedTargets` can be set.
37884
- * Structure is document below.
37885
- *
37329
+ * For A and AAAA types only. The list of targets to be health checked. These can be specified along with `rrdatas` within this item.
37886
37330
  * Structure is document below.
37887
37331
  */
37888
37332
  healthCheckedTargets?: pulumi.Input<inputs.dns.RecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets>;
@@ -39152,10 +38596,6 @@ export declare namespace gkebackup {
39152
38596
  }
39153
38597
  interface RestorePlanIamBindingCondition {
39154
38598
  /**
39155
- * The description is a user specified string description
39156
- * of the transformation rule.
39157
- *
39158
- * (Optional)
39159
38599
  * User specified descriptive string for this RestorePlan.
39160
38600
  */
39161
38601
  description?: pulumi.Input<string>;
@@ -39164,10 +38604,6 @@ export declare namespace gkebackup {
39164
38604
  }
39165
38605
  interface RestorePlanIamMemberCondition {
39166
38606
  /**
39167
- * The description is a user specified string description
39168
- * of the transformation rule.
39169
- *
39170
- * (Optional)
39171
38607
  * User specified descriptive string for this RestorePlan.
39172
38608
  */
39173
38609
  description?: pulumi.Input<string>;
@@ -42567,11 +42003,6 @@ export declare namespace identityplatform {
42567
42003
  interface InboundSamlConfigSpConfigSpCertificate {
42568
42004
  /**
42569
42005
  * The IdP's x509 certificate.
42570
- *
42571
- * (Output)
42572
- * The x509 certificate
42573
- *
42574
- * - - -
42575
42006
  */
42576
42007
  x509Certificate?: pulumi.Input<string>;
42577
42008
  }
@@ -42708,11 +42139,6 @@ export declare namespace identityplatform {
42708
42139
  interface TenantInboundSamlConfigSpConfigSpCertificate {
42709
42140
  /**
42710
42141
  * The x509 certificate
42711
- *
42712
- * (Output)
42713
- * The x509 certificate
42714
- *
42715
- * - - -
42716
42142
  */
42717
42143
  x509Certificate?: pulumi.Input<string>;
42718
42144
  }