@pulumi/gcp 9.27.0 → 9.28.0

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 (157) hide show
  1. package/apigee/api.d.ts +1 -1
  2. package/apigee/api.d.ts.map +1 -1
  3. package/apigee/environmentDebugmask.d.ts +248 -0
  4. package/apigee/environmentDebugmask.d.ts.map +1 -0
  5. package/apigee/environmentDebugmask.js +163 -0
  6. package/apigee/environmentDebugmask.js.map +1 -0
  7. package/apigee/index.d.ts +3 -0
  8. package/apigee/index.d.ts.map +1 -1
  9. package/apigee/index.js +6 -1
  10. package/apigee/index.js.map +1 -1
  11. package/backupdisasterrecovery/restoreWorkload.d.ts +9 -9
  12. package/ces/guardrail.d.ts +41 -0
  13. package/ces/guardrail.d.ts.map +1 -1
  14. package/ces/guardrail.js +41 -0
  15. package/ces/guardrail.js.map +1 -1
  16. package/chronicle/index.d.ts +6 -0
  17. package/chronicle/index.d.ts.map +1 -1
  18. package/chronicle/index.js +11 -1
  19. package/chronicle/index.js.map +1 -1
  20. package/chronicle/parser.d.ts +474 -0
  21. package/chronicle/parser.d.ts.map +1 -0
  22. package/chronicle/parser.js +207 -0
  23. package/chronicle/parser.js.map +1 -0
  24. package/chronicle/soarNetwork.d.ts +217 -0
  25. package/chronicle/soarNetwork.d.ts.map +1 -0
  26. package/chronicle/soarNetwork.js +151 -0
  27. package/chronicle/soarNetwork.js.map +1 -0
  28. package/cloudrun/service.d.ts +1 -10
  29. package/cloudrun/service.d.ts.map +1 -1
  30. package/cloudrun/service.js +1 -10
  31. package/cloudrun/service.js.map +1 -1
  32. package/cloudrunv2/service.d.ts +0 -1
  33. package/cloudrunv2/service.d.ts.map +1 -1
  34. package/cloudrunv2/service.js +0 -1
  35. package/cloudrunv2/service.js.map +1 -1
  36. package/cloudrunv2/workerPool.d.ts +4 -0
  37. package/cloudrunv2/workerPool.d.ts.map +1 -1
  38. package/cloudrunv2/workerPool.js +4 -0
  39. package/cloudrunv2/workerPool.js.map +1 -1
  40. package/cloudsecuritycompliance/cloudControl.d.ts +345 -4
  41. package/cloudsecuritycompliance/cloudControl.d.ts.map +1 -1
  42. package/cloudsecuritycompliance/cloudControl.js +310 -6
  43. package/cloudsecuritycompliance/cloudControl.js.map +1 -1
  44. package/cloudsecuritycompliance/framework.d.ts +168 -9
  45. package/cloudsecuritycompliance/framework.d.ts.map +1 -1
  46. package/cloudsecuritycompliance/framework.js +131 -9
  47. package/cloudsecuritycompliance/framework.js.map +1 -1
  48. package/cloudsecuritycompliance/frameworkDeployment.d.ts +545 -7
  49. package/cloudsecuritycompliance/frameworkDeployment.d.ts.map +1 -1
  50. package/cloudsecuritycompliance/frameworkDeployment.js +506 -8
  51. package/cloudsecuritycompliance/frameworkDeployment.js.map +1 -1
  52. package/compute/getRegionTargetHttpProxy.d.ts +107 -0
  53. package/compute/getRegionTargetHttpProxy.d.ts.map +1 -0
  54. package/compute/getRegionTargetHttpProxy.js +83 -0
  55. package/compute/getRegionTargetHttpProxy.js.map +1 -0
  56. package/compute/getRegionTargetHttpsProxy.d.ts +111 -0
  57. package/compute/getRegionTargetHttpsProxy.d.ts.map +1 -0
  58. package/compute/getRegionTargetHttpsProxy.js +83 -0
  59. package/compute/getRegionTargetHttpsProxy.js.map +1 -0
  60. package/compute/getReservation.d.ts +1 -0
  61. package/compute/getReservation.d.ts.map +1 -1
  62. package/compute/getReservation.js.map +1 -1
  63. package/compute/getTargetHttpProxy.d.ts +98 -0
  64. package/compute/getTargetHttpProxy.d.ts.map +1 -0
  65. package/compute/getTargetHttpProxy.js +81 -0
  66. package/compute/getTargetHttpProxy.js.map +1 -0
  67. package/compute/getTargetHttpsProxy.d.ts +105 -0
  68. package/compute/getTargetHttpsProxy.d.ts.map +1 -0
  69. package/compute/getTargetHttpsProxy.js +81 -0
  70. package/compute/getTargetHttpsProxy.js.map +1 -0
  71. package/compute/index.d.ts +12 -0
  72. package/compute/index.d.ts.map +1 -1
  73. package/compute/index.js +17 -5
  74. package/compute/index.js.map +1 -1
  75. package/compute/regionCommitment.d.ts +1 -1
  76. package/compute/regionCommitment.d.ts.map +1 -1
  77. package/compute/reservation.d.ts +15 -0
  78. package/compute/reservation.d.ts.map +1 -1
  79. package/compute/reservation.js +2 -0
  80. package/compute/reservation.js.map +1 -1
  81. package/compute/securityScanConfig.d.ts +6 -0
  82. package/compute/securityScanConfig.d.ts.map +1 -1
  83. package/compute/securityScanConfig.js +6 -0
  84. package/compute/securityScanConfig.js.map +1 -1
  85. package/databasemigrationservice/migrationJob.d.ts +27 -0
  86. package/databasemigrationservice/migrationJob.d.ts.map +1 -1
  87. package/databasemigrationservice/migrationJob.js +4 -0
  88. package/databasemigrationservice/migrationJob.js.map +1 -1
  89. package/migrationcenter/importDataFile.d.ts +245 -0
  90. package/migrationcenter/importDataFile.d.ts.map +1 -0
  91. package/migrationcenter/importDataFile.js +150 -0
  92. package/migrationcenter/importDataFile.js.map +1 -0
  93. package/migrationcenter/index.d.ts +3 -0
  94. package/migrationcenter/index.d.ts.map +1 -1
  95. package/migrationcenter/index.js +6 -1
  96. package/migrationcenter/index.js.map +1 -1
  97. package/networksecurity/authzPolicy.d.ts +18 -1
  98. package/networksecurity/authzPolicy.d.ts.map +1 -1
  99. package/networksecurity/authzPolicy.js +2 -1
  100. package/networksecurity/authzPolicy.js.map +1 -1
  101. package/networkservices/agentGateway.d.ts +47 -9
  102. package/networkservices/agentGateway.d.ts.map +1 -1
  103. package/networkservices/agentGateway.js +30 -10
  104. package/networkservices/agentGateway.js.map +1 -1
  105. package/networkservices/authzExtension.d.ts +3 -0
  106. package/networkservices/authzExtension.d.ts.map +1 -1
  107. package/networkservices/authzExtension.js +3 -0
  108. package/networkservices/authzExtension.js.map +1 -1
  109. package/oracledatabase/getGoldengateDeploymentVersions.d.ts +135 -0
  110. package/oracledatabase/getGoldengateDeploymentVersions.d.ts.map +1 -0
  111. package/oracledatabase/getGoldengateDeploymentVersions.js +137 -0
  112. package/oracledatabase/getGoldengateDeploymentVersions.js.map +1 -0
  113. package/oracledatabase/goldengateDeployment.d.ts +1 -1
  114. package/oracledatabase/goldengateDeployment.js +1 -1
  115. package/oracledatabase/index.d.ts +3 -0
  116. package/oracledatabase/index.d.ts.map +1 -1
  117. package/oracledatabase/index.js +4 -1
  118. package/oracledatabase/index.js.map +1 -1
  119. package/package.json +2 -2
  120. package/pubsub/schema.d.ts +8 -0
  121. package/pubsub/schema.d.ts.map +1 -1
  122. package/pubsub/schema.js +2 -0
  123. package/pubsub/schema.js.map +1 -1
  124. package/pubsub/topic.d.ts +2 -0
  125. package/pubsub/topic.d.ts.map +1 -1
  126. package/pubsub/topic.js +2 -0
  127. package/pubsub/topic.js.map +1 -1
  128. package/storage/getControlProjectIntelligenceFinding.d.ts +137 -0
  129. package/storage/getControlProjectIntelligenceFinding.d.ts.map +1 -0
  130. package/storage/getControlProjectIntelligenceFinding.js +79 -0
  131. package/storage/getControlProjectIntelligenceFinding.js.map +1 -0
  132. package/storage/getControlProjectIntelligenceFindings.d.ts +92 -0
  133. package/storage/getControlProjectIntelligenceFindings.d.ts.map +1 -0
  134. package/storage/getControlProjectIntelligenceFindings.js +81 -0
  135. package/storage/getControlProjectIntelligenceFindings.js.map +1 -0
  136. package/storage/index.d.ts +6 -0
  137. package/storage/index.d.ts.map +1 -1
  138. package/storage/index.js +8 -2
  139. package/storage/index.js.map +1 -1
  140. package/storage/managedFolderIamBinding.d.ts +3 -0
  141. package/storage/managedFolderIamBinding.d.ts.map +1 -1
  142. package/storage/managedFolderIamBinding.js.map +1 -1
  143. package/storage/managedFolderIamMember.d.ts +3 -0
  144. package/storage/managedFolderIamMember.d.ts.map +1 -1
  145. package/storage/managedFolderIamMember.js.map +1 -1
  146. package/types/input.d.ts +446 -10
  147. package/types/input.d.ts.map +1 -1
  148. package/types/output.d.ts +1337 -10
  149. package/types/output.d.ts.map +1 -1
  150. package/vertex/aiTensorboardExperiment.d.ts +323 -0
  151. package/vertex/aiTensorboardExperiment.d.ts.map +1 -0
  152. package/vertex/aiTensorboardExperiment.js +161 -0
  153. package/vertex/aiTensorboardExperiment.js.map +1 -0
  154. package/vertex/index.d.ts +3 -0
  155. package/vertex/index.d.ts.map +1 -1
  156. package/vertex/index.js +7 -2
  157. package/vertex/index.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -6836,6 +6836,10 @@ export declare namespace backupdisasterrecovery {
6836
6836
  * Required. Target project for the Compute Engine instance.
6837
6837
  */
6838
6838
  project: pulumi.Input<string>;
6839
+ /**
6840
+ * If true, use the BackupDR P4SA credentials for same-project restores. Default is false.
6841
+ */
6842
+ useProjectServiceAccount?: pulumi.Input<boolean | undefined>;
6839
6843
  /**
6840
6844
  * Required. The zone of the Compute Engine instance.
6841
6845
  */
@@ -6966,6 +6970,10 @@ export declare namespace backupdisasterrecovery {
6966
6970
  * Required. Target project for the disk.
6967
6971
  */
6968
6972
  project: pulumi.Input<string>;
6973
+ /**
6974
+ * If true, use the BackupDR P4SA credentials for same-project restores. Default is false.
6975
+ */
6976
+ useProjectServiceAccount?: pulumi.Input<boolean | undefined>;
6969
6977
  /**
6970
6978
  * Required. Target zone for the disk.
6971
6979
  */
@@ -6984,6 +6992,10 @@ export declare namespace backupdisasterrecovery {
6984
6992
  * Required. Target URLs of the replica zones for the disk.
6985
6993
  */
6986
6994
  replicaZones: pulumi.Input<pulumi.Input<string>[]>;
6995
+ /**
6996
+ * If true, use the BackupDR P4SA credentials for same-project restores. Default is false.
6997
+ */
6998
+ useProjectServiceAccount?: pulumi.Input<boolean | undefined>;
6987
6999
  }
6988
7000
  interface RestoreWorkloadTargetResource {
6989
7001
  /**
@@ -23911,6 +23923,175 @@ export declare namespace chronicle {
23911
23923
  */
23912
23924
  filterOperator?: pulumi.Input<string | undefined>;
23913
23925
  }
23926
+ interface ParserChangelog {
23927
+ /**
23928
+ * all the changelog of a parser.
23929
+ * Structure is documented below.
23930
+ */
23931
+ entries?: pulumi.Input<pulumi.Input<inputs.chronicle.ParserChangelogEntry>[] | undefined>;
23932
+ }
23933
+ interface ParserChangelogEntry {
23934
+ /**
23935
+ * (Output)
23936
+ * The changelog message.
23937
+ */
23938
+ changeMessage?: pulumi.Input<string | undefined>;
23939
+ /**
23940
+ * (Output)
23941
+ * Time at which changelog was created.
23942
+ */
23943
+ createTime?: pulumi.Input<string | undefined>;
23944
+ /**
23945
+ * (Output)
23946
+ * Flag whether the entry is added or deleted.
23947
+ * This will be true in case of rollback and false in case of upgrade.
23948
+ */
23949
+ deleted?: pulumi.Input<boolean | undefined>;
23950
+ /**
23951
+ * (Output)
23952
+ * The parser version for which the changelog is created.
23953
+ */
23954
+ parserVersion?: pulumi.Input<string | undefined>;
23955
+ }
23956
+ interface ParserCreator {
23957
+ /**
23958
+ * (Output)
23959
+ * The name of the author, who created this parser.
23960
+ */
23961
+ author?: pulumi.Input<string | undefined>;
23962
+ /**
23963
+ * (Output)
23964
+ * The customer who created it, This can represent the partner as well.
23965
+ * In case of prebuilt parser this will be empty.
23966
+ */
23967
+ customer?: pulumi.Input<string | undefined>;
23968
+ /**
23969
+ * (Output)
23970
+ * The source of the parser.
23971
+ * Possible values:
23972
+ * GOOGLE
23973
+ * CUSTOM_GOOGLE_OVERRIDE
23974
+ * PARTNER
23975
+ * CUSTOMER
23976
+ */
23977
+ source?: pulumi.Input<string | undefined>;
23978
+ }
23979
+ interface ParserLowCode {
23980
+ /**
23981
+ * A representation of a parser extension as a set of field extractors.
23982
+ * Structure is documented below.
23983
+ */
23984
+ fieldExtractors?: pulumi.Input<inputs.chronicle.ParserLowCodeFieldExtractors | undefined>;
23985
+ /**
23986
+ * The log used to create this low code parser in the UI.
23987
+ */
23988
+ log?: pulumi.Input<string | undefined>;
23989
+ }
23990
+ interface ParserLowCodeFieldExtractors {
23991
+ /**
23992
+ * Whether to append repeated fields or not.
23993
+ * When false, repeated fields will be replaced.
23994
+ */
23995
+ appendRepeatedFields?: pulumi.Input<boolean | undefined>;
23996
+ /**
23997
+ * List of FieldExtractors.
23998
+ * Structure is documented below.
23999
+ */
24000
+ extractors?: pulumi.Input<pulumi.Input<inputs.chronicle.ParserLowCodeFieldExtractorsExtractor>[] | undefined>;
24001
+ /**
24002
+ * Possible values:
24003
+ * JSON
24004
+ * CSV
24005
+ * XML
24006
+ */
24007
+ logFormat?: pulumi.Input<string | undefined>;
24008
+ /**
24009
+ * PreProcessConfig holds the GROK expression to extract the syslog header.
24010
+ * Structure is documented below.
24011
+ */
24012
+ preprocessConfig?: pulumi.Input<inputs.chronicle.ParserLowCodeFieldExtractorsPreprocessConfig | undefined>;
24013
+ /**
24014
+ * (Output)
24015
+ * CBN snippet generated from field extractors.
24016
+ */
24017
+ transformedCbnSnippet?: pulumi.Input<string | undefined>;
24018
+ }
24019
+ interface ParserLowCodeFieldExtractorsExtractor {
24020
+ /**
24021
+ * Path in generated event which is to be populated. This is required if the
24022
+ * FieldExtractor is used to specify the parser extension.
24023
+ */
24024
+ destinationPath?: pulumi.Input<string | undefined>;
24025
+ /**
24026
+ * Field path could be a json path, xml path or csv column name
24027
+ * depending on log format. It refers to a section or substring in raw log.
24028
+ * This is required if the FieldExtractor is used to specify the parser
24029
+ * extension.
24030
+ */
24031
+ fieldPath?: pulumi.Input<string | undefined>;
24032
+ /**
24033
+ * Operator used for precondition.
24034
+ * Possible values:
24035
+ * EQUALS
24036
+ * NOT_EQUALS
24037
+ */
24038
+ preconditionOp?: pulumi.Input<string | undefined>;
24039
+ /**
24040
+ * Precondition path could be a json path, xml path or csv column name
24041
+ * depending on log format. It refers to a section or substring in raw log.
24042
+ */
24043
+ preconditionPath?: pulumi.Input<string | undefined>;
24044
+ /**
24045
+ * Precondition value.
24046
+ */
24047
+ preconditionValue?: pulumi.Input<string | undefined>;
24048
+ /**
24049
+ * Value to be mapped to the destination path directly.
24050
+ */
24051
+ value?: pulumi.Input<string | undefined>;
24052
+ }
24053
+ interface ParserLowCodeFieldExtractorsPreprocessConfig {
24054
+ /**
24055
+ * GROK Regex to extract the structured part of the log.
24056
+ * syntax documentation:
24057
+ * www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html
24058
+ */
24059
+ grokRegex?: pulumi.Input<string | undefined>;
24060
+ /**
24061
+ * Target field name for the structured part of the log.
24062
+ * This should match a SEMANTIC identifier from the grok expression.
24063
+ */
24064
+ target?: pulumi.Input<string | undefined>;
24065
+ }
24066
+ interface ParserVersionInfo {
24067
+ /**
24068
+ * Signifies if the parser is disabled for auto upgrade. If true, the parser
24069
+ * will not be upgraded by the auto upgrade process.
24070
+ */
24071
+ autoUpgradeDisabled: pulumi.Input<boolean>;
24072
+ /**
24073
+ * (Output)
24074
+ * The resource name of latest Parser for this logtype.
24075
+ * Format:
24076
+ * projects/{project}/locations/{region}/instances/{instance}/logTypes/{log_type}/parsers/{parser}/{id}
24077
+ */
24078
+ latestParser?: pulumi.Input<string | undefined>;
24079
+ /**
24080
+ * (Output)
24081
+ * The version for the latest available stable version of the parser.
24082
+ */
24083
+ latestParserVersion?: pulumi.Input<string | undefined>;
24084
+ /**
24085
+ * (Output)
24086
+ * Signifies if rollback is available for this parser version.
24087
+ */
24088
+ rollbackAvailable?: pulumi.Input<boolean | undefined>;
24089
+ /**
24090
+ * (Output)
24091
+ * The version of the parser.
24092
+ */
24093
+ version?: pulumi.Input<string | undefined>;
24094
+ }
23914
24095
  interface ReferenceListEntry {
23915
24096
  /**
23916
24097
  * Required. The value of the entry. Maximum length is 512 characters.
@@ -30362,6 +30543,14 @@ export declare namespace cloudrunv2 {
30362
30543
  annotations?: pulumi.Input<{
30363
30544
  [key: string]: pulumi.Input<string>;
30364
30545
  } | undefined>;
30546
+ /**
30547
+ * Arbitrary identifier for the API client.
30548
+ */
30549
+ client?: pulumi.Input<string | undefined>;
30550
+ /**
30551
+ * Arbitrary version identifier for the API client.
30552
+ */
30553
+ clientVersion?: pulumi.Input<string | undefined>;
30365
30554
  /**
30366
30555
  * Holds the containers that define the unit of execution for this WorkerPool.
30367
30556
  * Structure is documented below.
@@ -30563,7 +30752,16 @@ export declare namespace cloudrunv2 {
30563
30752
  /**
30564
30753
  * Required. The header field name
30565
30754
  */
30566
- port: pulumi.Input<number>;
30755
+ name?: pulumi.Input<string | undefined>;
30756
+ /**
30757
+ * (Optional, Deprecated)
30758
+ * Required. The header field name
30759
+ *
30760
+ * > **Warning:** `port` field is deprecated and will be removed in a future major release. It was never supported by the API.
30761
+ *
30762
+ * @deprecated `port` field is deprecated and will be removed in a future major release. It was never supported by the API.
30763
+ */
30764
+ port?: pulumi.Input<number | undefined>;
30567
30765
  /**
30568
30766
  * Optional. The header field value
30569
30767
  */
@@ -30645,7 +30843,16 @@ export declare namespace cloudrunv2 {
30645
30843
  /**
30646
30844
  * Required. The header field name
30647
30845
  */
30648
- port: pulumi.Input<number>;
30846
+ name?: pulumi.Input<string | undefined>;
30847
+ /**
30848
+ * (Optional, Deprecated)
30849
+ * Required. The header field name
30850
+ *
30851
+ * > **Warning:** `port` field is deprecated and will be removed in a future major release. It was never supported by the API.
30852
+ *
30853
+ * @deprecated `port` field is deprecated and will be removed in a future major release. It was never supported by the API.
30854
+ */
30855
+ port?: pulumi.Input<number | undefined>;
30649
30856
  /**
30650
30857
  * Optional. The header field value
30651
30858
  */
@@ -31555,7 +31762,7 @@ export declare namespace cloudsecuritycompliance {
31555
31762
  majorRevisionId: pulumi.Input<string>;
31556
31763
  /**
31557
31764
  * The name of the CloudControl in the format:
31558
- * “organizations/{organization}/locations/{location}/cloudControls/{cloud-control}
31765
+ * "{parent}/locations/{location}/cloudControls/{cloud-control}"
31559
31766
  */
31560
31767
  name: pulumi.Input<string>;
31561
31768
  /**
@@ -31647,7 +31854,7 @@ export declare namespace cloudsecuritycompliance {
31647
31854
  /**
31648
31855
  * (Output)
31649
31856
  * The name of the CloudControlDeployment. The format is:
31650
- * organizations/{org}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}
31857
+ * {parent}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}
31651
31858
  */
31652
31859
  cloudControlDeployment?: pulumi.Input<string | undefined>;
31653
31860
  }
@@ -31673,8 +31880,7 @@ export declare namespace cloudsecuritycompliance {
31673
31880
  majorRevisionId: pulumi.Input<string>;
31674
31881
  /**
31675
31882
  * The name of the CloudControl in the format:
31676
- * “organizations/{organization}/locations/{location}/
31677
- * cloudControls/{cloud-control}”
31883
+ * "{parent}/locations/{location}/cloudControls/{cloud-control}"
31678
31884
  */
31679
31885
  name: pulumi.Input<string>;
31680
31886
  /**
@@ -31765,7 +31971,7 @@ export declare namespace cloudsecuritycompliance {
31765
31971
  interface FrameworkDeploymentFramework {
31766
31972
  /**
31767
31973
  * In the format:
31768
- * organizations/{org}/locations/{location}/frameworks/{framework}
31974
+ * {parent}/locations/{location}/frameworks/{framework}
31769
31975
  */
31770
31976
  framework: pulumi.Input<string>;
31771
31977
  /**
@@ -46960,6 +47166,16 @@ export declare namespace compute {
46960
47166
  */
46961
47167
  seconds?: pulumi.Input<string | undefined>;
46962
47168
  }
47169
+ interface ReservationParams {
47170
+ /**
47171
+ * Resource manager tags to be bound to the reservation. Tag keys and values have the
47172
+ * same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
47173
+ * and values are in the format tagValues/456.
47174
+ */
47175
+ resourceManagerTags?: pulumi.Input<{
47176
+ [key: string]: pulumi.Input<string>;
47177
+ } | undefined>;
47178
+ }
46963
47179
  interface ReservationReservationSharingPolicy {
46964
47180
  /**
46965
47181
  * Sharing config for all Google Cloud services.
@@ -53965,8 +54181,6 @@ export declare namespace container {
53965
54181
  parallelstoreCsiDriverConfig?: pulumi.Input<inputs.container.ClusterAddonsConfigParallelstoreCsiDriverConfig | undefined>;
53966
54182
  /**
53967
54183
  * The status of the Pod Snapshot addon. It is disabled by default. Set `enabled = true` to enable.
53968
- *
53969
- * This example `addonsConfig` disables two addons:
53970
54184
  */
53971
54185
  podSnapshotConfig?: pulumi.Input<inputs.container.ClusterAddonsConfigPodSnapshotConfig | undefined>;
53972
54186
  /**
@@ -53990,6 +54204,15 @@ export declare namespace container {
53990
54204
  * It is disabled by default. Set `enabled = true` to enable.
53991
54205
  */
53992
54206
  sliceControllerConfig?: pulumi.Input<inputs.container.ClusterAddonsConfigSliceControllerConfig | undefined>;
54207
+ /**
54208
+ * The status of the Slurm Operator addon,
54209
+ * which creates slurm related CRDs and KCP pods to manage them.
54210
+ * Defaults to disabled for Standard clusters; set `enabled = true` to enable.
54211
+ * It can not be enabled for Autopilot clusters.
54212
+ *
54213
+ * This example `addonsConfig` disables two addons:
54214
+ */
54215
+ slurmOperatorConfig?: pulumi.Input<inputs.container.ClusterAddonsConfigSlurmOperatorConfig | undefined>;
53993
54216
  /**
53994
54217
  * .
53995
54218
  * The status of the Stateful HA addon, which provides automatic configurable failover for stateful applications.
@@ -54114,6 +54337,9 @@ export declare namespace container {
54114
54337
  interface ClusterAddonsConfigSliceControllerConfig {
54115
54338
  enabled: pulumi.Input<boolean>;
54116
54339
  }
54340
+ interface ClusterAddonsConfigSlurmOperatorConfig {
54341
+ enabled: pulumi.Input<boolean>;
54342
+ }
54117
54343
  interface ClusterAddonsConfigStatefulHaConfig {
54118
54344
  enabled: pulumi.Input<boolean>;
54119
54345
  }
@@ -55056,6 +55282,10 @@ export declare namespace container {
55056
55282
  * Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on [sole tenant nodes](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes).
55057
55283
  */
55058
55284
  nodeGroup?: pulumi.Input<string | undefined>;
55285
+ /**
55286
+ * The node image configuration to use for this node pool. Structure is documented below.
55287
+ */
55288
+ nodeImageConfigs?: pulumi.Input<pulumi.Input<inputs.container.ClusterNodeConfigNodeImageConfig>[] | undefined>;
55059
55289
  /**
55060
55290
  * The set of Google API scopes to be made available
55061
55291
  * on all of the node VMs under the "default" service account.
@@ -55748,6 +55978,16 @@ export declare namespace container {
55748
55978
  */
55749
55979
  localSsdCount: pulumi.Input<number>;
55750
55980
  }
55981
+ interface ClusterNodeConfigNodeImageConfig {
55982
+ /**
55983
+ * The name of the image to use for this node.
55984
+ */
55985
+ image?: pulumi.Input<string | undefined>;
55986
+ /**
55987
+ * The project containing the image to use for this node.
55988
+ */
55989
+ imageProject?: pulumi.Input<string | undefined>;
55990
+ }
55751
55991
  interface ClusterNodeConfigReservationAffinity {
55752
55992
  /**
55753
55993
  * The type of reservation consumption
@@ -56465,6 +56705,10 @@ export declare namespace container {
56465
56705
  * Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on [sole tenant nodes](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes).
56466
56706
  */
56467
56707
  nodeGroup?: pulumi.Input<string | undefined>;
56708
+ /**
56709
+ * The node image configuration to use for this node pool. Structure is documented below.
56710
+ */
56711
+ nodeImageConfigs?: pulumi.Input<pulumi.Input<inputs.container.ClusterNodePoolNodeConfigNodeImageConfig>[] | undefined>;
56468
56712
  /**
56469
56713
  * The set of Google API scopes to be made available
56470
56714
  * on all of the node VMs under the "default" service account.
@@ -57157,6 +57401,16 @@ export declare namespace container {
57157
57401
  */
57158
57402
  localSsdCount: pulumi.Input<number>;
57159
57403
  }
57404
+ interface ClusterNodePoolNodeConfigNodeImageConfig {
57405
+ /**
57406
+ * The name of the image to use for this node.
57407
+ */
57408
+ image?: pulumi.Input<string | undefined>;
57409
+ /**
57410
+ * The project containing the image to use for this node.
57411
+ */
57412
+ imageProject?: pulumi.Input<string | undefined>;
57413
+ }
57160
57414
  interface ClusterNodePoolNodeConfigReservationAffinity {
57161
57415
  /**
57162
57416
  * The type of reservation consumption
@@ -57904,6 +58158,10 @@ export declare namespace container {
57904
58158
  * Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
57905
58159
  */
57906
58160
  nodeGroup?: pulumi.Input<string | undefined>;
58161
+ /**
58162
+ * The node image configuration to use for this node pool.
58163
+ */
58164
+ nodeImageConfigs?: pulumi.Input<pulumi.Input<inputs.container.NodePoolNodeConfigNodeImageConfig>[] | undefined>;
57907
58165
  /**
57908
58166
  * The set of Google API scopes to be made available on all of the node VMs.
57909
58167
  */
@@ -58535,6 +58793,16 @@ export declare namespace container {
58535
58793
  */
58536
58794
  localSsdCount: pulumi.Input<number>;
58537
58795
  }
58796
+ interface NodePoolNodeConfigNodeImageConfig {
58797
+ /**
58798
+ * The name of the image to use for this node.
58799
+ */
58800
+ image?: pulumi.Input<string | undefined>;
58801
+ /**
58802
+ * The project containing the image to use for this node.
58803
+ */
58804
+ imageProject?: pulumi.Input<string | undefined>;
58805
+ }
58538
58806
  interface NodePoolNodeConfigReservationAffinity {
58539
58807
  /**
58540
58808
  * The type of reservation consumption
@@ -93595,6 +93863,25 @@ export declare namespace migrationcenter {
93595
93863
  }
93596
93864
  interface DiscoveryClientErrorDetail {
93597
93865
  }
93866
+ interface ImportDataFileUploadFileInfo {
93867
+ /**
93868
+ * (Output)
93869
+ * The headers that were used to sign the URI.
93870
+ */
93871
+ headers?: pulumi.Input<{
93872
+ [key: string]: pulumi.Input<string>;
93873
+ } | undefined>;
93874
+ /**
93875
+ * (Output)
93876
+ * Upload URI for the file.
93877
+ */
93878
+ signedUri?: pulumi.Input<string | undefined>;
93879
+ /**
93880
+ * (Output)
93881
+ * Expiration time of the upload URI.
93882
+ */
93883
+ uriExpirationTime?: pulumi.Input<string | undefined>;
93884
+ }
93598
93885
  interface ImportJobExecutionReport {
93599
93886
  /**
93600
93887
  * (Output)
@@ -98695,7 +98982,7 @@ export declare namespace networksecurity {
98695
98982
  */
98696
98983
  notOperations?: pulumi.Input<pulumi.Input<inputs.networksecurity.AuthzPolicyHttpRuleToNotOperation>[] | undefined>;
98697
98984
  /**
98698
- * Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches.
98985
+ * Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation.
98699
98986
  * Structure is documented below.
98700
98987
  */
98701
98988
  operations?: pulumi.Input<pulumi.Input<inputs.networksecurity.AuthzPolicyHttpRuleToOperation>[] | undefined>;
@@ -99019,6 +99306,139 @@ export declare namespace networksecurity {
99019
99306
  */
99020
99307
  suffix?: pulumi.Input<string | undefined>;
99021
99308
  }
99309
+ interface AuthzPolicyNetworkRule {
99310
+ /**
99311
+ * Describes properties of one or more sources of a request.
99312
+ * Structure is documented below.
99313
+ */
99314
+ from?: pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleFrom | undefined>;
99315
+ /**
99316
+ * Describes properties of one or more targets of a request
99317
+ * Structure is documented below.
99318
+ */
99319
+ to?: pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleTo | undefined>;
99320
+ }
99321
+ interface AuthzPolicyNetworkRuleFrom {
99322
+ /**
99323
+ * Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified. Limited to 1 not_source.
99324
+ * Structure is documented below.
99325
+ */
99326
+ notSources?: pulumi.Input<pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleFromNotSource>[] | undefined>;
99327
+ /**
99328
+ * Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match.
99329
+ * Structure is documented below.
99330
+ */
99331
+ sources?: pulumi.Input<pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleFromSource>[] | undefined>;
99332
+ }
99333
+ interface AuthzPolicyNetworkRuleFromNotSource {
99334
+ /**
99335
+ * A list of IP addresses or IP address ranges to match against the source IP address of the request. Limited to 10 ipBlocks per Authorization Policy
99336
+ * Structure is documented below.
99337
+ */
99338
+ ipBlocks?: pulumi.Input<pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleFromNotSourceIpBlock>[] | undefined>;
99339
+ /**
99340
+ * A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified.
99341
+ * Limited to 5 principals.
99342
+ * Structure is documented below.
99343
+ */
99344
+ principals?: pulumi.Input<pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleFromNotSourcePrincipal>[] | undefined>;
99345
+ }
99346
+ interface AuthzPolicyNetworkRuleFromNotSourceIpBlock {
99347
+ /**
99348
+ * The length of the address range.
99349
+ */
99350
+ length: pulumi.Input<number>;
99351
+ /**
99352
+ * The address prefix.
99353
+ */
99354
+ prefix: pulumi.Input<string>;
99355
+ }
99356
+ interface AuthzPolicyNetworkRuleFromNotSourcePrincipal {
99357
+ /**
99358
+ * Required. A non-empty string whose value is matched against the principal value based on the principalSelector.
99359
+ * Only exact match can be applied for CLIENT_CERT_URI_SAN, CLIENT_CERT_DNS_NAME_SAN, CLIENT_CERT_COMMON_NAME selectors.
99360
+ * Structure is documented below.
99361
+ */
99362
+ principal?: pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleFromNotSourcePrincipalPrincipal | undefined>;
99363
+ /**
99364
+ * An enum to decide what principal value the principal rule will match against. If not specified, the PrincipalSelector is CLIENT_CERT_URI_SAN.
99365
+ * Default value is `CLIENT_CERT_URI_SAN`.
99366
+ * Possible values are: `PRINCIPAL_SELECTOR_UNSPECIFIED`, `CLIENT_CERT_URI_SAN`, `CLIENT_CERT_DNS_NAME_SAN`, `CLIENT_CERT_COMMON_NAME`.
99367
+ */
99368
+ principalSelector?: pulumi.Input<string | undefined>;
99369
+ }
99370
+ interface AuthzPolicyNetworkRuleFromNotSourcePrincipalPrincipal {
99371
+ /**
99372
+ * The input string must match exactly the string specified here.
99373
+ * Examples:
99374
+ * * abc only matches the value abc.
99375
+ */
99376
+ exact?: pulumi.Input<string | undefined>;
99377
+ }
99378
+ interface AuthzPolicyNetworkRuleFromSource {
99379
+ /**
99380
+ * A list of IP addresses or IP address ranges to match against the source IP address of the request. Limited to 10 ipBlocks per Authorization Policy
99381
+ * Structure is documented below.
99382
+ */
99383
+ ipBlocks?: pulumi.Input<pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleFromSourceIpBlock>[] | undefined>;
99384
+ /**
99385
+ * A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified.
99386
+ * Limited to 5 principals.
99387
+ * Structure is documented below.
99388
+ */
99389
+ principals?: pulumi.Input<pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleFromSourcePrincipal>[] | undefined>;
99390
+ }
99391
+ interface AuthzPolicyNetworkRuleFromSourceIpBlock {
99392
+ /**
99393
+ * The length of the address range.
99394
+ */
99395
+ length: pulumi.Input<number>;
99396
+ /**
99397
+ * The address prefix.
99398
+ */
99399
+ prefix: pulumi.Input<string>;
99400
+ }
99401
+ interface AuthzPolicyNetworkRuleFromSourcePrincipal {
99402
+ /**
99403
+ * Required. A non-empty string whose value is matched against the principal value based on the principalSelector.
99404
+ * Only exact match can be applied for CLIENT_CERT_URI_SAN, CLIENT_CERT_DNS_NAME_SAN, CLIENT_CERT_COMMON_NAME selectors.
99405
+ * Structure is documented below.
99406
+ */
99407
+ principal?: pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleFromSourcePrincipalPrincipal | undefined>;
99408
+ /**
99409
+ * An enum to decide what principal value the principal rule will match against. If not specified, the PrincipalSelector is CLIENT_CERT_URI_SAN.
99410
+ * Default value is `CLIENT_CERT_URI_SAN`.
99411
+ * Possible values are: `PRINCIPAL_SELECTOR_UNSPECIFIED`, `CLIENT_CERT_URI_SAN`, `CLIENT_CERT_DNS_NAME_SAN`, `CLIENT_CERT_COMMON_NAME`.
99412
+ */
99413
+ principalSelector?: pulumi.Input<string | undefined>;
99414
+ }
99415
+ interface AuthzPolicyNetworkRuleFromSourcePrincipalPrincipal {
99416
+ /**
99417
+ * The input string must match exactly the string specified here.
99418
+ * Examples:
99419
+ * * abc only matches the value abc.
99420
+ */
99421
+ exact?: pulumi.Input<string | undefined>;
99422
+ }
99423
+ interface AuthzPolicyNetworkRuleTo {
99424
+ /**
99425
+ * Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation.
99426
+ * Structure is documented below.
99427
+ */
99428
+ operations?: pulumi.Input<pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleToOperation>[] | undefined>;
99429
+ }
99430
+ interface AuthzPolicyNetworkRuleToOperation {
99431
+ /**
99432
+ * Structure is documented below.
99433
+ */
99434
+ snis?: pulumi.Input<pulumi.Input<inputs.networksecurity.AuthzPolicyNetworkRuleToOperationSni>[] | undefined>;
99435
+ }
99436
+ interface AuthzPolicyNetworkRuleToOperationSni {
99437
+ /**
99438
+ * (Optional)
99439
+ */
99440
+ exact?: pulumi.Input<string | undefined>;
99441
+ }
99022
99442
  interface AuthzPolicyTarget {
99023
99443
  /**
99024
99444
  * Required when targeting forwarding rules and secure web proxy. Must not be specified when targeting Agent
@@ -112899,6 +113319,14 @@ export declare namespace pubsub {
112899
113319
  * Possible values are: `ENCODING_UNSPECIFIED`, `JSON`, `BINARY`.
112900
113320
  */
112901
113321
  encoding?: pulumi.Input<string | undefined>;
113322
+ /**
113323
+ * The minimum (inclusive) revision allowed for validating messages. If empty or not present, allow any revision to be validated against lastRevision or any revision created before.
113324
+ */
113325
+ firstRevisionId?: pulumi.Input<string | undefined>;
113326
+ /**
113327
+ * The maximum (inclusive) revision allowed for validating messages. If empty or not present, allow any revision to be validated against firstRevision or any revision created after.
113328
+ */
113329
+ lastRevisionId?: pulumi.Input<string | undefined>;
112902
113330
  /**
112903
113331
  * The name of the schema that messages published should be
112904
113332
  * validated against. Format is projects/{project}/schemas/{schema}.
@@ -116529,10 +116957,18 @@ export declare namespace sql {
116529
116957
  * A comma-separated list of networks or a comma-separated list of network-project pairs. Each project in this list is represented by a project number (numeric) or by a project ID (alphanumeric). This allows Private Service Connect connections to be created automatically for the specified networks.
116530
116958
  */
116531
116959
  pscAutoConnections?: pulumi.Input<pulumi.Input<inputs.sql.DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection>[] | undefined>;
116960
+ /**
116961
+ * Whether PSC auto DNS is enabled for this instance.
116962
+ */
116963
+ pscAutoDnsEnabled?: pulumi.Input<boolean | undefined>;
116532
116964
  /**
116533
116965
  * Whether PSC connectivity is enabled for this instance.
116534
116966
  */
116535
116967
  pscEnabled?: pulumi.Input<boolean | undefined>;
116968
+ /**
116969
+ * Whether PSC write endpoint DNS is enabled for this instance. This is only supported for Enterprise Plus edition instances.
116970
+ */
116971
+ pscWriteEndpointDnsEnabled?: pulumi.Input<boolean | undefined>;
116536
116972
  }
116537
116973
  interface DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection {
116538
116974
  /**