@pulumi/harness 0.8.0-alpha.1755712204 → 0.8.0-alpha.1755714852

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 (608) hide show
  1. package/addUserToGroup.d.ts +2 -0
  2. package/addUserToGroup.js +2 -0
  3. package/addUserToGroup.js.map +1 -1
  4. package/application.d.ts +2 -0
  5. package/application.js +2 -0
  6. package/application.js.map +1 -1
  7. package/applicationGitSync.d.ts +2 -0
  8. package/applicationGitSync.js +2 -0
  9. package/applicationGitSync.js.map +1 -1
  10. package/chaos/getHub.d.ts +138 -0
  11. package/chaos/getHub.js +58 -0
  12. package/chaos/getHub.js.map +1 -0
  13. package/chaos/getImageRegistry.d.ts +159 -0
  14. package/chaos/getImageRegistry.js +74 -0
  15. package/chaos/getImageRegistry.js.map +1 -0
  16. package/chaos/getInfrastructureV2.d.ts +292 -0
  17. package/chaos/getInfrastructureV2.js +94 -0
  18. package/chaos/getInfrastructureV2.js.map +1 -0
  19. package/chaos/getSecurityGovernanceCondition.d.ts +141 -0
  20. package/chaos/getSecurityGovernanceCondition.js +80 -0
  21. package/chaos/getSecurityGovernanceCondition.js.map +1 -0
  22. package/chaos/getSecurityGovernanceRule.d.ts +145 -0
  23. package/chaos/getSecurityGovernanceRule.js +82 -0
  24. package/chaos/getSecurityGovernanceRule.js.map +1 -0
  25. package/chaos/hub.d.ts +239 -0
  26. package/chaos/hub.js +120 -0
  27. package/chaos/hub.js.map +1 -0
  28. package/chaos/hubSync.d.ts +78 -0
  29. package/chaos/hubSync.js +80 -0
  30. package/chaos/hubSync.js.map +1 -0
  31. package/chaos/imageRegistry.d.ts +214 -0
  32. package/chaos/imageRegistry.js +110 -0
  33. package/chaos/imageRegistry.js.map +1 -0
  34. package/chaos/index.d.ts +33 -0
  35. package/chaos/index.js +62 -0
  36. package/chaos/index.js.map +1 -0
  37. package/chaos/infrastructureV2.d.ts +469 -0
  38. package/chaos/infrastructureV2.js +144 -0
  39. package/chaos/infrastructureV2.js.map +1 -0
  40. package/chaos/securityGovernanceCondition.d.ts +283 -0
  41. package/chaos/securityGovernanceCondition.js +214 -0
  42. package/chaos/securityGovernanceCondition.js.map +1 -0
  43. package/chaos/securityGovernanceRule.d.ts +227 -0
  44. package/chaos/securityGovernanceRule.js +167 -0
  45. package/chaos/securityGovernanceRule.js.map +1 -0
  46. package/chaosInfrastructure.d.ts +5 -2
  47. package/chaosInfrastructure.js +5 -2
  48. package/chaosInfrastructure.js.map +1 -1
  49. package/cloudprovider/aws.d.ts +2 -0
  50. package/cloudprovider/aws.js +2 -0
  51. package/cloudprovider/aws.js.map +1 -1
  52. package/cloudprovider/azure.d.ts +2 -0
  53. package/cloudprovider/azure.js +2 -0
  54. package/cloudprovider/azure.js.map +1 -1
  55. package/cloudprovider/datacenter.d.ts +2 -0
  56. package/cloudprovider/datacenter.js +2 -0
  57. package/cloudprovider/datacenter.js.map +1 -1
  58. package/cloudprovider/kubernetes.d.ts +2 -0
  59. package/cloudprovider/kubernetes.js +2 -0
  60. package/cloudprovider/kubernetes.js.map +1 -1
  61. package/cloudprovider/spot.d.ts +2 -0
  62. package/cloudprovider/spot.js +2 -0
  63. package/cloudprovider/spot.js.map +1 -1
  64. package/cloudprovider/tanzu.d.ts +2 -0
  65. package/cloudprovider/tanzu.js +2 -0
  66. package/cloudprovider/tanzu.js.map +1 -1
  67. package/cluster/getOrchestratorConfig.d.ts +26 -2
  68. package/cluster/getOrchestratorConfig.js +6 -2
  69. package/cluster/getOrchestratorConfig.js.map +1 -1
  70. package/cluster/orchestrator.d.ts +0 -8
  71. package/cluster/orchestrator.js +0 -8
  72. package/cluster/orchestrator.js.map +1 -1
  73. package/cluster/orchestratorConfig.d.ts +104 -0
  74. package/cluster/orchestratorConfig.js +84 -0
  75. package/cluster/orchestratorConfig.js.map +1 -1
  76. package/delegateApproval.d.ts +2 -0
  77. package/delegateApproval.js +2 -0
  78. package/delegateApproval.js.map +1 -1
  79. package/encryptedText.d.ts +2 -0
  80. package/encryptedText.js +2 -0
  81. package/encryptedText.js.map +1 -1
  82. package/environment.d.ts +2 -0
  83. package/environment.js +2 -0
  84. package/environment.js.map +1 -1
  85. package/getCurrentAccount.d.ts +3 -3
  86. package/gitConnector.d.ts +2 -0
  87. package/gitConnector.js +2 -0
  88. package/gitConnector.js.map +1 -1
  89. package/governance/rule.d.ts +2 -0
  90. package/governance/rule.js +2 -0
  91. package/governance/rule.js.map +1 -1
  92. package/governance/ruleEnforcement.d.ts +2 -0
  93. package/governance/ruleEnforcement.js +2 -0
  94. package/governance/ruleEnforcement.js.map +1 -1
  95. package/index.d.ts +2 -1
  96. package/index.js +4 -2
  97. package/index.js.map +1 -1
  98. package/infrastructureDefinition.d.ts +2 -0
  99. package/infrastructureDefinition.js +2 -0
  100. package/infrastructureDefinition.js.map +1 -1
  101. package/package.json +2 -2
  102. package/platform/appDynamicsConnector.d.ts +2 -0
  103. package/platform/appDynamicsConnector.js +2 -0
  104. package/platform/appDynamicsConnector.js.map +1 -1
  105. package/platform/artifactoryConnector.d.ts +2 -0
  106. package/platform/artifactoryConnector.js +2 -0
  107. package/platform/artifactoryConnector.js.map +1 -1
  108. package/platform/awsCCConnector.d.ts +2 -0
  109. package/platform/awsCCConnector.js +2 -0
  110. package/platform/awsCCConnector.js.map +1 -1
  111. package/platform/awsConnector.d.ts +5 -3
  112. package/platform/awsConnector.js +2 -0
  113. package/platform/awsConnector.js.map +1 -1
  114. package/platform/awsKmsConnector.d.ts +17 -3
  115. package/platform/awsKmsConnector.js +5 -4
  116. package/platform/awsKmsConnector.js.map +1 -1
  117. package/platform/awsSecretManagerConnector.d.ts +6 -4
  118. package/platform/awsSecretManagerConnector.js +3 -1
  119. package/platform/awsSecretManagerConnector.js.map +1 -1
  120. package/platform/azureCloudCostConnector.d.ts +14 -0
  121. package/platform/azureCloudCostConnector.js +4 -0
  122. package/platform/azureCloudCostConnector.js.map +1 -1
  123. package/platform/azureCloudProviderConnector.d.ts +2 -0
  124. package/platform/azureCloudProviderConnector.js +2 -0
  125. package/platform/azureCloudProviderConnector.js.map +1 -1
  126. package/platform/azureKeyVaultConnector.d.ts +4 -0
  127. package/platform/azureKeyVaultConnector.js +4 -0
  128. package/platform/azureKeyVaultConnector.js.map +1 -1
  129. package/platform/bitbucketConnector.d.ts +2 -0
  130. package/platform/bitbucketConnector.js +2 -0
  131. package/platform/bitbucketConnector.js.map +1 -1
  132. package/platform/connectorAzureArtifacts.d.ts +3 -0
  133. package/platform/connectorAzureArtifacts.js +3 -0
  134. package/platform/connectorAzureArtifacts.js.map +1 -1
  135. package/platform/connectorAzureRepo.d.ts +6 -6
  136. package/platform/connectorAzureRepo.js +3 -0
  137. package/platform/connectorAzureRepo.js.map +1 -1
  138. package/platform/connectorCustomSecretManager.d.ts +22 -87
  139. package/platform/connectorCustomSecretManager.js +1 -21
  140. package/platform/connectorCustomSecretManager.js.map +1 -1
  141. package/platform/connectorCustomhealthsource.d.ts +2 -0
  142. package/platform/connectorCustomhealthsource.js +2 -0
  143. package/platform/connectorCustomhealthsource.js.map +1 -1
  144. package/platform/connectorGcpKms.d.ts +2 -0
  145. package/platform/connectorGcpKms.js +2 -0
  146. package/platform/connectorGcpKms.js.map +1 -1
  147. package/platform/connectorJdbc.d.ts +2 -0
  148. package/platform/connectorJdbc.js +2 -0
  149. package/platform/connectorJdbc.js.map +1 -1
  150. package/platform/connectorPdc.d.ts +6 -6
  151. package/platform/connectorPdc.js +3 -3
  152. package/platform/connectorRancher.d.ts +2 -0
  153. package/platform/connectorRancher.js +2 -0
  154. package/platform/connectorRancher.js.map +1 -1
  155. package/platform/dashboardFolders.d.ts +1 -1
  156. package/platform/dashboardFolders.js +1 -1
  157. package/platform/dashboards.d.ts +5 -7
  158. package/platform/dashboards.js +5 -7
  159. package/platform/dashboards.js.map +1 -1
  160. package/platform/datadogConnector.d.ts +2 -0
  161. package/platform/datadogConnector.js +2 -0
  162. package/platform/datadogConnector.js.map +1 -1
  163. package/platform/dbInstance.d.ts +2 -0
  164. package/platform/dbInstance.js +2 -0
  165. package/platform/dbInstance.js.map +1 -1
  166. package/platform/dbSchema.d.ts +11 -9
  167. package/platform/dbSchema.js +2 -0
  168. package/platform/dbSchema.js.map +1 -1
  169. package/platform/dockerConnector.d.ts +2 -2
  170. package/platform/dockerConnector.js +2 -2
  171. package/platform/dynatraceConnector.d.ts +2 -0
  172. package/platform/dynatraceConnector.js +2 -0
  173. package/platform/dynatraceConnector.js.map +1 -1
  174. package/platform/elasticsearchConnector.d.ts +9 -7
  175. package/platform/elasticsearchConnector.js +6 -4
  176. package/platform/elasticsearchConnector.js.map +1 -1
  177. package/platform/environment.d.ts +11 -268
  178. package/platform/environment.js +2 -256
  179. package/platform/environment.js.map +1 -1
  180. package/platform/environmentClustersMapping.d.ts +4 -0
  181. package/platform/environmentClustersMapping.js +4 -0
  182. package/platform/environmentClustersMapping.js.map +1 -1
  183. package/platform/environmentGroup.d.ts +6 -50
  184. package/platform/environmentGroup.js +3 -38
  185. package/platform/environmentGroup.js.map +1 -1
  186. package/platform/environmentServiceOverrides.d.ts +9 -94
  187. package/platform/environmentServiceOverrides.js +3 -88
  188. package/platform/environmentServiceOverrides.js.map +1 -1
  189. package/platform/featureFlagTargetGroup.d.ts +4 -4
  190. package/platform/featureFlagTargetGroup.js +4 -4
  191. package/platform/fileStoreFile.d.ts +5 -3
  192. package/platform/fileStoreFile.js +2 -0
  193. package/platform/fileStoreFile.js.map +1 -1
  194. package/platform/fileStoreFolder.d.ts +5 -3
  195. package/platform/fileStoreFolder.js +2 -0
  196. package/platform/fileStoreFolder.js.map +1 -1
  197. package/platform/filters.d.ts +4 -0
  198. package/platform/filters.js +4 -0
  199. package/platform/filters.js.map +1 -1
  200. package/platform/gcpCloudCostConnector.d.ts +2 -0
  201. package/platform/gcpCloudCostConnector.js +2 -0
  202. package/platform/gcpCloudCostConnector.js.map +1 -1
  203. package/platform/gcpConnector.d.ts +2 -0
  204. package/platform/gcpConnector.js +2 -0
  205. package/platform/gcpConnector.js.map +1 -1
  206. package/platform/gcpSecretManagerConnector.d.ts +3 -50
  207. package/platform/gcpSecretManagerConnector.js +3 -50
  208. package/platform/gcpSecretManagerConnector.js.map +1 -1
  209. package/platform/getApiKey.d.ts +8 -42
  210. package/platform/getApiKey.js +2 -36
  211. package/platform/getApiKey.js.map +1 -1
  212. package/platform/getAwsKmsConnector.d.ts +5 -0
  213. package/platform/getAwsKmsConnector.js +4 -0
  214. package/platform/getAwsKmsConnector.js.map +1 -1
  215. package/platform/getAwsSecretManagerConnector.d.ts +7 -3
  216. package/platform/getAwsSecretManagerConnector.js +4 -0
  217. package/platform/getAwsSecretManagerConnector.js.map +1 -1
  218. package/platform/getAzureCloudCostConnector.d.ts +1 -0
  219. package/platform/getAzureCloudCostConnector.js.map +1 -1
  220. package/platform/getConnectorAzureRepo.d.ts +69 -0
  221. package/platform/getConnectorAzureRepo.js +6 -0
  222. package/platform/getConnectorAzureRepo.js.map +1 -1
  223. package/platform/getConnectorCustomSecretManager.d.ts +36 -36
  224. package/platform/getConnectorCustomSecretManager.js +2 -20
  225. package/platform/getConnectorCustomSecretManager.js.map +1 -1
  226. package/platform/getConnectorPdc.d.ts +3 -3
  227. package/platform/getConnectorPdc.js +2 -2
  228. package/platform/getCurrentAccount.d.ts +2 -20
  229. package/platform/getCurrentAccount.js +2 -20
  230. package/platform/getCurrentAccount.js.map +1 -1
  231. package/platform/getDashboardFolders.d.ts +22 -7
  232. package/platform/getDashboardFolders.js +4 -4
  233. package/platform/getDashboardFolders.js.map +1 -1
  234. package/platform/getDashboards.d.ts +21 -9
  235. package/platform/getDashboards.js +4 -4
  236. package/platform/getDashboards.js.map +1 -1
  237. package/platform/getDbInstance.d.ts +9 -0
  238. package/platform/getDbInstance.js.map +1 -1
  239. package/platform/getDbSchema.d.ts +10 -9
  240. package/platform/getDbSchema.js +0 -4
  241. package/platform/getDbSchema.js.map +1 -1
  242. package/platform/getEnvironment.d.ts +9 -0
  243. package/platform/getEnvironment.js.map +1 -1
  244. package/platform/getEnvironmentList.d.ts +20 -70
  245. package/platform/getEnvironmentList.js +2 -70
  246. package/platform/getEnvironmentList.js.map +1 -1
  247. package/platform/getEnvironmentServiceOverrides.d.ts +6 -6
  248. package/platform/getFilters.d.ts +4 -0
  249. package/platform/getFilters.js +4 -0
  250. package/platform/getFilters.js.map +1 -1
  251. package/platform/getGcpSecretManagerConnector.d.ts +4 -0
  252. package/platform/getGcpSecretManagerConnector.js +4 -0
  253. package/platform/getGcpSecretManagerConnector.js.map +1 -1
  254. package/platform/getGithubConnector.d.ts +3 -0
  255. package/platform/getGithubConnector.js.map +1 -1
  256. package/platform/getGitopsApplications.d.ts +9 -0
  257. package/platform/getGitopsApplications.js.map +1 -1
  258. package/platform/getGitopsFilters.d.ts +25 -10
  259. package/platform/getGitopsFilters.js.map +1 -1
  260. package/platform/getGitxWebhook.d.ts +3 -3
  261. package/platform/getHarRegistry.d.ts +71 -11
  262. package/platform/getHarRegistry.js +2 -2
  263. package/platform/getHarRegistry.js.map +1 -1
  264. package/platform/getIacmDefaultPipeline.d.ts +28 -0
  265. package/platform/getIacmDefaultPipeline.js +28 -0
  266. package/platform/getIacmDefaultPipeline.js.map +1 -1
  267. package/platform/getInfraVariableSet.d.ts +40 -23
  268. package/platform/getInfraVariableSet.js +18 -4
  269. package/platform/getInfraVariableSet.js.map +1 -1
  270. package/platform/getInfrastructure.d.ts +9 -0
  271. package/platform/getInfrastructure.js.map +1 -1
  272. package/platform/getManualFreeze.d.ts +0 -28
  273. package/platform/getManualFreeze.js +0 -28
  274. package/platform/getManualFreeze.js.map +1 -1
  275. package/platform/getMonitoredService.d.ts +26 -0
  276. package/platform/getMonitoredService.js +26 -0
  277. package/platform/getMonitoredService.js.map +1 -1
  278. package/platform/getOrganization.d.ts +4 -0
  279. package/platform/getOrganization.js +4 -0
  280. package/platform/getOrganization.js.map +1 -1
  281. package/platform/getOverrides.d.ts +86 -0
  282. package/platform/getOverrides.js +32 -0
  283. package/platform/getOverrides.js.map +1 -1
  284. package/platform/getPagerdutyConnector.d.ts +4 -0
  285. package/platform/getPagerdutyConnector.js +4 -0
  286. package/platform/getPagerdutyConnector.js.map +1 -1
  287. package/platform/getPipelineList.d.ts +23 -76
  288. package/platform/getPipelineList.js +2 -58
  289. package/platform/getPipelineList.js.map +1 -1
  290. package/platform/getProject.d.ts +4 -0
  291. package/platform/getProject.js +4 -0
  292. package/platform/getProject.js.map +1 -1
  293. package/platform/getProjectList.d.ts +22 -75
  294. package/platform/getProjectList.js +2 -58
  295. package/platform/getProjectList.js.map +1 -1
  296. package/platform/getProvider.d.ts +15 -0
  297. package/platform/getProvider.js +6 -0
  298. package/platform/getProvider.js.map +1 -1
  299. package/platform/getResourceGroup.d.ts +4 -0
  300. package/platform/getResourceGroup.js +4 -0
  301. package/platform/getResourceGroup.js.map +1 -1
  302. package/platform/getRoleAssignments.d.ts +6 -2
  303. package/platform/getRoleAssignments.js +4 -0
  304. package/platform/getRoleAssignments.js.map +1 -1
  305. package/platform/getRoles.d.ts +4 -0
  306. package/platform/getRoles.js +4 -0
  307. package/platform/getRoles.js.map +1 -1
  308. package/platform/getSecretFile.d.ts +4 -0
  309. package/platform/getSecretFile.js +4 -0
  310. package/platform/getSecretFile.js.map +1 -1
  311. package/platform/getSecretSshkey.d.ts +4 -0
  312. package/platform/getSecretSshkey.js +4 -0
  313. package/platform/getSecretSshkey.js.map +1 -1
  314. package/platform/getService.d.ts +9 -0
  315. package/platform/getService.js.map +1 -1
  316. package/platform/getServiceAccount.d.ts +4 -0
  317. package/platform/getServiceAccount.js +4 -0
  318. package/platform/getServiceAccount.js.map +1 -1
  319. package/platform/getServiceList.d.ts +38 -70
  320. package/platform/getServiceList.js +2 -70
  321. package/platform/getServiceList.js.map +1 -1
  322. package/platform/getServiceOverridesV2.d.ts +54 -0
  323. package/platform/getServiceOverridesV2.js.map +1 -1
  324. package/platform/getSlo.d.ts +26 -0
  325. package/platform/getSlo.js +26 -0
  326. package/platform/getSlo.js.map +1 -1
  327. package/platform/getToken.d.ts +2 -0
  328. package/platform/getToken.js +2 -0
  329. package/platform/getToken.js.map +1 -1
  330. package/platform/getUser.d.ts +4 -0
  331. package/platform/getUser.js +4 -0
  332. package/platform/getUser.js.map +1 -1
  333. package/platform/getUsergroup.d.ts +4 -0
  334. package/platform/getUsergroup.js +4 -0
  335. package/platform/getUsergroup.js.map +1 -1
  336. package/platform/getVariables.d.ts +4 -0
  337. package/platform/getVariables.js +4 -0
  338. package/platform/getVariables.js.map +1 -1
  339. package/platform/getVaultConnector.d.ts +5 -1
  340. package/platform/getVaultConnector.js +4 -0
  341. package/platform/getVaultConnector.js.map +1 -1
  342. package/platform/getWorkspace.d.ts +12 -3
  343. package/platform/getWorkspace.js.map +1 -1
  344. package/platform/gitConnector.d.ts +2 -0
  345. package/platform/gitConnector.js +2 -0
  346. package/platform/gitConnector.js.map +1 -1
  347. package/platform/gitOpsAgent.d.ts +2 -0
  348. package/platform/gitOpsAgent.js +2 -0
  349. package/platform/gitOpsAgent.js.map +1 -1
  350. package/platform/gitOpsApplications.d.ts +2 -0
  351. package/platform/gitOpsApplications.js +2 -0
  352. package/platform/gitOpsApplications.js.map +1 -1
  353. package/platform/gitOpsCluster.d.ts +14 -0
  354. package/platform/gitOpsCluster.js +4 -0
  355. package/platform/gitOpsCluster.js.map +1 -1
  356. package/platform/gitOpsGnupg.d.ts +2 -0
  357. package/platform/gitOpsGnupg.js +2 -0
  358. package/platform/gitOpsGnupg.js.map +1 -1
  359. package/platform/gitOpsRepoCert.d.ts +2 -0
  360. package/platform/gitOpsRepoCert.js +2 -0
  361. package/platform/gitOpsRepoCert.js.map +1 -1
  362. package/platform/gitOpsRepoCred.d.ts +2 -0
  363. package/platform/gitOpsRepoCred.js +2 -0
  364. package/platform/gitOpsRepoCred.js.map +1 -1
  365. package/platform/gitOpsRepository.d.ts +2 -0
  366. package/platform/gitOpsRepository.js +2 -0
  367. package/platform/gitOpsRepository.js.map +1 -1
  368. package/platform/githubConnector.d.ts +5 -3
  369. package/platform/githubConnector.js +2 -0
  370. package/platform/githubConnector.js.map +1 -1
  371. package/platform/gitlabConnector.d.ts +2 -0
  372. package/platform/gitlabConnector.js +2 -0
  373. package/platform/gitlabConnector.js.map +1 -1
  374. package/platform/gitopsAppProject.d.ts +2 -0
  375. package/platform/gitopsAppProject.js +2 -0
  376. package/platform/gitopsAppProject.js.map +1 -1
  377. package/platform/gitopsAppProjectMapping.d.ts +2 -0
  378. package/platform/gitopsAppProjectMapping.js +2 -0
  379. package/platform/gitopsAppProjectMapping.js.map +1 -1
  380. package/platform/gitopsApplicationset.d.ts +49 -0
  381. package/platform/gitopsApplicationset.js +49 -0
  382. package/platform/gitopsApplicationset.js.map +1 -1
  383. package/platform/gitopsFilters.d.ts +22 -86
  384. package/platform/gitopsFilters.js +1 -65
  385. package/platform/gitopsFilters.js.map +1 -1
  386. package/platform/gitxWebhook.d.ts +2 -0
  387. package/platform/gitxWebhook.js +2 -0
  388. package/platform/gitxWebhook.js.map +1 -1
  389. package/platform/harRegistry.d.ts +13 -13
  390. package/platform/harRegistry.js +0 -3
  391. package/platform/harRegistry.js.map +1 -1
  392. package/platform/helmConnector.d.ts +2 -0
  393. package/platform/helmConnector.js +2 -0
  394. package/platform/helmConnector.js.map +1 -1
  395. package/platform/iacmDefaultPipeline.d.ts +15 -0
  396. package/platform/iacmDefaultPipeline.js +15 -0
  397. package/platform/iacmDefaultPipeline.js.map +1 -1
  398. package/platform/infraModule.d.ts +3 -1
  399. package/platform/infraModule.js +3 -1
  400. package/platform/infraModule.js.map +1 -1
  401. package/platform/infraVariableSet.d.ts +18 -10
  402. package/platform/infraVariableSet.js +12 -4
  403. package/platform/infraVariableSet.js.map +1 -1
  404. package/platform/infrastructure.d.ts +8 -123
  405. package/platform/infrastructure.js +2 -117
  406. package/platform/infrastructure.js.map +1 -1
  407. package/platform/inputSet.d.ts +2 -0
  408. package/platform/inputSet.js +2 -0
  409. package/platform/inputSet.js.map +1 -1
  410. package/platform/jenkinsConnector.d.ts +4 -0
  411. package/platform/jenkinsConnector.js +4 -0
  412. package/platform/jenkinsConnector.js.map +1 -1
  413. package/platform/jiraConnector.d.ts +2 -1
  414. package/platform/jiraConnector.js +2 -1
  415. package/platform/jiraConnector.js.map +1 -1
  416. package/platform/kubernetesCloudCostConnector.d.ts +17 -5
  417. package/platform/kubernetesCloudCostConnector.js +14 -2
  418. package/platform/kubernetesCloudCostConnector.js.map +1 -1
  419. package/platform/kubernetesConnector.d.ts +2 -0
  420. package/platform/kubernetesConnector.js +2 -0
  421. package/platform/kubernetesConnector.js.map +1 -1
  422. package/platform/manualFreeze.d.ts +3 -79
  423. package/platform/manualFreeze.js +3 -79
  424. package/platform/manualFreeze.js.map +1 -1
  425. package/platform/monitoredService.d.ts +8 -6
  426. package/platform/monitoredService.js +8 -6
  427. package/platform/monitoredService.js.map +1 -1
  428. package/platform/newrelicConnector.d.ts +2 -0
  429. package/platform/newrelicConnector.js +2 -0
  430. package/platform/newrelicConnector.js.map +1 -1
  431. package/platform/nexusConnector.d.ts +2 -2
  432. package/platform/nexusConnector.js +2 -2
  433. package/platform/notificationRule.d.ts +2 -0
  434. package/platform/notificationRule.js +2 -0
  435. package/platform/notificationRule.js.map +1 -1
  436. package/platform/ociHelmConnector.d.ts +2 -0
  437. package/platform/ociHelmConnector.js +2 -0
  438. package/platform/ociHelmConnector.js.map +1 -1
  439. package/platform/organization.d.ts +4 -0
  440. package/platform/organization.js +4 -0
  441. package/platform/organization.js.map +1 -1
  442. package/platform/overrides.d.ts +25 -0
  443. package/platform/overrides.js +25 -0
  444. package/platform/overrides.js.map +1 -1
  445. package/platform/pagerdutyConnector.d.ts +4 -0
  446. package/platform/pagerdutyConnector.js +4 -0
  447. package/platform/pagerdutyConnector.js.map +1 -1
  448. package/platform/pipeline.d.ts +9 -1
  449. package/platform/pipeline.js +9 -1
  450. package/platform/pipeline.js.map +1 -1
  451. package/platform/pipelineFilters.d.ts +2 -0
  452. package/platform/pipelineFilters.js +2 -0
  453. package/platform/pipelineFilters.js.map +1 -1
  454. package/platform/policy.d.ts +3 -13
  455. package/platform/policy.js +3 -13
  456. package/platform/policy.js.map +1 -1
  457. package/platform/policySet.d.ts +2 -0
  458. package/platform/policySet.js +2 -0
  459. package/platform/policySet.js.map +1 -1
  460. package/platform/project.d.ts +4 -0
  461. package/platform/project.js +4 -0
  462. package/platform/project.js.map +1 -1
  463. package/platform/prometheusConnector.d.ts +2 -0
  464. package/platform/prometheusConnector.js +2 -0
  465. package/platform/prometheusConnector.js.map +1 -1
  466. package/platform/provider.d.ts +3 -0
  467. package/platform/provider.js +3 -0
  468. package/platform/provider.js.map +1 -1
  469. package/platform/repo.d.ts +21 -0
  470. package/platform/repo.js +21 -0
  471. package/platform/repo.js.map +1 -1
  472. package/platform/resourceGroup.d.ts +7 -3
  473. package/platform/resourceGroup.js +4 -0
  474. package/platform/resourceGroup.js.map +1 -1
  475. package/platform/roleAssignments.d.ts +9 -7
  476. package/platform/roleAssignments.js +3 -1
  477. package/platform/roleAssignments.js.map +1 -1
  478. package/platform/roles.d.ts +4 -0
  479. package/platform/roles.js +4 -0
  480. package/platform/roles.js.map +1 -1
  481. package/platform/secretFile.d.ts +4 -0
  482. package/platform/secretFile.js +4 -0
  483. package/platform/secretFile.js.map +1 -1
  484. package/platform/secretSshkey.d.ts +3 -1
  485. package/platform/secretSshkey.js +3 -1
  486. package/platform/secretSshkey.js.map +1 -1
  487. package/platform/secretText.d.ts +42 -0
  488. package/platform/secretText.js +42 -0
  489. package/platform/secretText.js.map +1 -1
  490. package/platform/service.d.ts +6 -250
  491. package/platform/service.js +3 -238
  492. package/platform/service.js.map +1 -1
  493. package/platform/serviceAccount.d.ts +4 -0
  494. package/platform/serviceAccount.js +4 -0
  495. package/platform/serviceAccount.js.map +1 -1
  496. package/platform/serviceNowConnector.d.ts +2 -1
  497. package/platform/serviceNowConnector.js +2 -1
  498. package/platform/serviceNowConnector.js.map +1 -1
  499. package/platform/serviceOverridesV2.d.ts +2 -105
  500. package/platform/serviceOverridesV2.js +2 -105
  501. package/platform/serviceOverridesV2.js.map +1 -1
  502. package/platform/slo.d.ts +6 -9
  503. package/platform/slo.js +6 -9
  504. package/platform/slo.js.map +1 -1
  505. package/platform/splunkConnector.d.ts +2 -0
  506. package/platform/splunkConnector.js +2 -0
  507. package/platform/splunkConnector.js.map +1 -1
  508. package/platform/spotConnector.d.ts +2 -0
  509. package/platform/spotConnector.js +2 -0
  510. package/platform/spotConnector.js.map +1 -1
  511. package/platform/sumologicConnector.d.ts +2 -0
  512. package/platform/sumologicConnector.js +2 -0
  513. package/platform/sumologicConnector.js.map +1 -1
  514. package/platform/tasConnector.d.ts +2 -0
  515. package/platform/tasConnector.js +2 -0
  516. package/platform/tasConnector.js.map +1 -1
  517. package/platform/template.d.ts +11 -9
  518. package/platform/template.js +2 -0
  519. package/platform/template.js.map +1 -1
  520. package/platform/templateFilters.d.ts +2 -0
  521. package/platform/templateFilters.js +2 -0
  522. package/platform/templateFilters.js.map +1 -1
  523. package/platform/terraformCloudConnector.d.ts +2 -0
  524. package/platform/terraformCloudConnector.js +2 -0
  525. package/platform/terraformCloudConnector.js.map +1 -1
  526. package/platform/token.d.ts +3 -1
  527. package/platform/token.js +3 -1
  528. package/platform/token.js.map +1 -1
  529. package/platform/triggers.d.ts +4 -0
  530. package/platform/triggers.js +4 -0
  531. package/platform/triggers.js.map +1 -1
  532. package/platform/user.d.ts +6 -4
  533. package/platform/user.js +3 -1
  534. package/platform/user.js.map +1 -1
  535. package/platform/usergroup.d.ts +35 -3
  536. package/platform/usergroup.js +32 -0
  537. package/platform/usergroup.js.map +1 -1
  538. package/platform/variables.d.ts +4 -0
  539. package/platform/variables.js +4 -0
  540. package/platform/variables.js.map +1 -1
  541. package/platform/vaultConnector.d.ts +7 -3
  542. package/platform/vaultConnector.js +4 -0
  543. package/platform/vaultConnector.js.map +1 -1
  544. package/platform/workspace.d.ts +9 -3
  545. package/platform/workspace.js +6 -0
  546. package/platform/workspace.js.map +1 -1
  547. package/platformApiKey.d.ts +3 -36
  548. package/platformApiKey.js +3 -36
  549. package/platformApiKey.js.map +1 -1
  550. package/platformCcmFilters.d.ts +5 -3
  551. package/platformCcmFilters.js +2 -0
  552. package/platformCcmFilters.js.map +1 -1
  553. package/service/ami.d.ts +2 -0
  554. package/service/ami.js +2 -0
  555. package/service/ami.js.map +1 -1
  556. package/service/codedeploy.d.ts +2 -0
  557. package/service/codedeploy.js +2 -0
  558. package/service/codedeploy.js.map +1 -1
  559. package/service/discoveryAgent.d.ts +409 -0
  560. package/service/discoveryAgent.js +255 -0
  561. package/service/discoveryAgent.js.map +1 -0
  562. package/service/discoverySetting.d.ts +123 -0
  563. package/service/discoverySetting.js +80 -0
  564. package/service/discoverySetting.js.map +1 -0
  565. package/service/ecs.d.ts +2 -0
  566. package/service/ecs.js +2 -0
  567. package/service/ecs.js.map +1 -1
  568. package/service/getDiscoveryAgent.d.ts +205 -0
  569. package/service/getDiscoveryAgent.js +88 -0
  570. package/service/getDiscoveryAgent.js.map +1 -0
  571. package/service/getDiscoverySetting.d.ts +103 -0
  572. package/service/getDiscoverySetting.js +60 -0
  573. package/service/getDiscoverySetting.js.map +1 -0
  574. package/service/helm.d.ts +2 -0
  575. package/service/helm.js +2 -0
  576. package/service/helm.js.map +1 -1
  577. package/service/index.d.ts +12 -0
  578. package/service/index.js +17 -1
  579. package/service/index.js.map +1 -1
  580. package/service/kubernetes.d.ts +2 -0
  581. package/service/kubernetes.js +2 -0
  582. package/service/kubernetes.js.map +1 -1
  583. package/service/lambda.d.ts +2 -0
  584. package/service/lambda.js +2 -0
  585. package/service/lambda.js.map +1 -1
  586. package/service/ssh.d.ts +2 -0
  587. package/service/ssh.js +2 -0
  588. package/service/ssh.js.map +1 -1
  589. package/service/tanzu.d.ts +2 -0
  590. package/service/tanzu.js +2 -0
  591. package/service/tanzu.js.map +1 -1
  592. package/service/winrm.d.ts +2 -0
  593. package/service/winrm.js +2 -0
  594. package/service/winrm.js.map +1 -1
  595. package/sshCredential.d.ts +2 -0
  596. package/sshCredential.js +2 -0
  597. package/sshCredential.js.map +1 -1
  598. package/types/input.d.ts +1312 -190
  599. package/types/output.d.ts +12685 -11229
  600. package/user.d.ts +2 -0
  601. package/user.js +2 -0
  602. package/user.js.map +1 -1
  603. package/userGroup.d.ts +2 -0
  604. package/userGroup.js +2 -0
  605. package/userGroup.js.map +1 -1
  606. package/yamlConfig.d.ts +2 -0
  607. package/yamlConfig.js +2 -0
  608. package/yamlConfig.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -1594,6 +1594,688 @@ export declare namespace autostopping {
1594
1594
  startTime?: pulumi.Input<string>;
1595
1595
  }
1596
1596
  }
1597
+ export declare namespace chaos {
1598
+ interface GetInfrastructureV2ImageRegistry {
1599
+ /**
1600
+ * Timestamp when the registry was created.
1601
+ */
1602
+ createdAt?: string;
1603
+ /**
1604
+ * Custom image configurations. Required when use*custom*images is true.
1605
+ */
1606
+ customImages?: inputs.chaos.GetInfrastructureV2ImageRegistryCustomImage[];
1607
+ /**
1608
+ * Scoped identifiers for the registry.
1609
+ */
1610
+ identifiers?: inputs.chaos.GetInfrastructureV2ImageRegistryIdentifier[];
1611
+ /**
1612
+ * ID of the infrastructure.
1613
+ */
1614
+ infraId?: string;
1615
+ /**
1616
+ * Whether this is the default registry.
1617
+ */
1618
+ isDefault?: boolean;
1619
+ /**
1620
+ * Whether override is allowed for this registry.
1621
+ */
1622
+ isOverrideAllowed?: boolean;
1623
+ /**
1624
+ * Whether the registry is private.
1625
+ */
1626
+ isPrivate?: boolean;
1627
+ /**
1628
+ * The account name for the container registry.
1629
+ */
1630
+ registryAccount?: string;
1631
+ /**
1632
+ * The container image registry server URL (e.g., docker.io, gcr.io).
1633
+ */
1634
+ registryServer?: string;
1635
+ /**
1636
+ * Name of the Kubernetes secret containing registry credentials.
1637
+ */
1638
+ secretName?: string;
1639
+ /**
1640
+ * Timestamp when the registry was last updated.
1641
+ */
1642
+ updatedAt?: string;
1643
+ /**
1644
+ * Whether to use custom images instead of default ones.
1645
+ */
1646
+ useCustomImages?: boolean;
1647
+ }
1648
+ interface GetInfrastructureV2ImageRegistryArgs {
1649
+ /**
1650
+ * Timestamp when the registry was created.
1651
+ */
1652
+ createdAt?: pulumi.Input<string>;
1653
+ /**
1654
+ * Custom image configurations. Required when use*custom*images is true.
1655
+ */
1656
+ customImages?: pulumi.Input<pulumi.Input<inputs.chaos.GetInfrastructureV2ImageRegistryCustomImageArgs>[]>;
1657
+ /**
1658
+ * Scoped identifiers for the registry.
1659
+ */
1660
+ identifiers?: pulumi.Input<pulumi.Input<inputs.chaos.GetInfrastructureV2ImageRegistryIdentifierArgs>[]>;
1661
+ /**
1662
+ * ID of the infrastructure.
1663
+ */
1664
+ infraId?: pulumi.Input<string>;
1665
+ /**
1666
+ * Whether this is the default registry.
1667
+ */
1668
+ isDefault?: pulumi.Input<boolean>;
1669
+ /**
1670
+ * Whether override is allowed for this registry.
1671
+ */
1672
+ isOverrideAllowed?: pulumi.Input<boolean>;
1673
+ /**
1674
+ * Whether the registry is private.
1675
+ */
1676
+ isPrivate?: pulumi.Input<boolean>;
1677
+ /**
1678
+ * The account name for the container registry.
1679
+ */
1680
+ registryAccount?: pulumi.Input<string>;
1681
+ /**
1682
+ * The container image registry server URL (e.g., docker.io, gcr.io).
1683
+ */
1684
+ registryServer?: pulumi.Input<string>;
1685
+ /**
1686
+ * Name of the Kubernetes secret containing registry credentials.
1687
+ */
1688
+ secretName?: pulumi.Input<string>;
1689
+ /**
1690
+ * Timestamp when the registry was last updated.
1691
+ */
1692
+ updatedAt?: pulumi.Input<string>;
1693
+ /**
1694
+ * Whether to use custom images instead of default ones.
1695
+ */
1696
+ useCustomImages?: pulumi.Input<boolean>;
1697
+ }
1698
+ interface GetInfrastructureV2ImageRegistryCustomImage {
1699
+ /**
1700
+ * Custom image for ddcr.
1701
+ */
1702
+ ddcr?: string;
1703
+ /**
1704
+ * Custom image for ddcr-fault.
1705
+ */
1706
+ ddcrFault?: string;
1707
+ /**
1708
+ * Custom image for ddcr-lib.
1709
+ */
1710
+ ddcrLib?: string;
1711
+ /**
1712
+ * Custom image for log-watcher.
1713
+ */
1714
+ logWatcher?: string;
1715
+ }
1716
+ interface GetInfrastructureV2ImageRegistryCustomImageArgs {
1717
+ /**
1718
+ * Custom image for ddcr.
1719
+ */
1720
+ ddcr?: pulumi.Input<string>;
1721
+ /**
1722
+ * Custom image for ddcr-fault.
1723
+ */
1724
+ ddcrFault?: pulumi.Input<string>;
1725
+ /**
1726
+ * Custom image for ddcr-lib.
1727
+ */
1728
+ ddcrLib?: pulumi.Input<string>;
1729
+ /**
1730
+ * Custom image for log-watcher.
1731
+ */
1732
+ logWatcher?: pulumi.Input<string>;
1733
+ }
1734
+ interface GetInfrastructureV2ImageRegistryIdentifier {
1735
+ /**
1736
+ * Harness account identifier.
1737
+ */
1738
+ accountIdentifier?: string;
1739
+ /**
1740
+ * Harness organization identifier.
1741
+ */
1742
+ orgIdentifier?: string;
1743
+ /**
1744
+ * Harness project identifier.
1745
+ */
1746
+ projectIdentifier?: string;
1747
+ }
1748
+ interface GetInfrastructureV2ImageRegistryIdentifierArgs {
1749
+ /**
1750
+ * Harness account identifier.
1751
+ */
1752
+ accountIdentifier?: pulumi.Input<string>;
1753
+ /**
1754
+ * Harness organization identifier.
1755
+ */
1756
+ orgIdentifier?: pulumi.Input<string>;
1757
+ /**
1758
+ * Harness project identifier.
1759
+ */
1760
+ projectIdentifier?: pulumi.Input<string>;
1761
+ }
1762
+ interface GetInfrastructureV2Mtls {
1763
+ /**
1764
+ * Path to the certificate file for mTLS
1765
+ */
1766
+ certPath?: string;
1767
+ /**
1768
+ * Path to the private key file for mTLS
1769
+ */
1770
+ keyPath?: string;
1771
+ /**
1772
+ * Name of the Kubernetes secret containing mTLS certificates
1773
+ */
1774
+ secretName?: string;
1775
+ /**
1776
+ * URL for the mTLS endpoint
1777
+ */
1778
+ url?: string;
1779
+ }
1780
+ interface GetInfrastructureV2MtlsArgs {
1781
+ /**
1782
+ * Path to the certificate file for mTLS
1783
+ */
1784
+ certPath?: pulumi.Input<string>;
1785
+ /**
1786
+ * Path to the private key file for mTLS
1787
+ */
1788
+ keyPath?: pulumi.Input<string>;
1789
+ /**
1790
+ * Name of the Kubernetes secret containing mTLS certificates
1791
+ */
1792
+ secretName?: pulumi.Input<string>;
1793
+ /**
1794
+ * URL for the mTLS endpoint
1795
+ */
1796
+ url?: pulumi.Input<string>;
1797
+ }
1798
+ interface GetInfrastructureV2Proxy {
1799
+ /**
1800
+ * HTTP proxy URL.
1801
+ */
1802
+ httpProxy?: string;
1803
+ /**
1804
+ * HTTPS proxy URL.
1805
+ */
1806
+ httpsProxy?: string;
1807
+ /**
1808
+ * List of hosts that should not use proxy.
1809
+ */
1810
+ noProxy?: string;
1811
+ /**
1812
+ * Proxy URL.
1813
+ */
1814
+ url: string;
1815
+ }
1816
+ interface GetInfrastructureV2ProxyArgs {
1817
+ /**
1818
+ * HTTP proxy URL.
1819
+ */
1820
+ httpProxy?: pulumi.Input<string>;
1821
+ /**
1822
+ * HTTPS proxy URL.
1823
+ */
1824
+ httpsProxy?: pulumi.Input<string>;
1825
+ /**
1826
+ * List of hosts that should not use proxy.
1827
+ */
1828
+ noProxy?: pulumi.Input<string>;
1829
+ /**
1830
+ * Proxy URL.
1831
+ */
1832
+ url: pulumi.Input<string>;
1833
+ }
1834
+ interface GetInfrastructureV2Toleration {
1835
+ /**
1836
+ * Effect indicates the taint effect to match. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
1837
+ */
1838
+ effect: string;
1839
+ /**
1840
+ * Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists.
1841
+ */
1842
+ key: string;
1843
+ /**
1844
+ * Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal.
1845
+ */
1846
+ operator: string;
1847
+ /**
1848
+ * TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
1849
+ */
1850
+ tolerationSeconds?: number;
1851
+ /**
1852
+ * Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.
1853
+ */
1854
+ value?: string;
1855
+ }
1856
+ interface GetInfrastructureV2TolerationArgs {
1857
+ /**
1858
+ * Effect indicates the taint effect to match. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
1859
+ */
1860
+ effect: pulumi.Input<string>;
1861
+ /**
1862
+ * Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists.
1863
+ */
1864
+ key: pulumi.Input<string>;
1865
+ /**
1866
+ * Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal.
1867
+ */
1868
+ operator: pulumi.Input<string>;
1869
+ /**
1870
+ * TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
1871
+ */
1872
+ tolerationSeconds?: pulumi.Input<number>;
1873
+ /**
1874
+ * Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.
1875
+ */
1876
+ value?: pulumi.Input<string>;
1877
+ }
1878
+ interface GetInfrastructureV2Volume {
1879
+ /**
1880
+ * Name of the volume. Must be a DNS_LABEL and unique within the pod.
1881
+ */
1882
+ name: string;
1883
+ /**
1884
+ * Size limit of the volume. Example: '10Gi', '100Mi'
1885
+ */
1886
+ sizeLimit?: string;
1887
+ }
1888
+ interface GetInfrastructureV2VolumeArgs {
1889
+ /**
1890
+ * Name of the volume. Must be a DNS_LABEL and unique within the pod.
1891
+ */
1892
+ name: pulumi.Input<string>;
1893
+ /**
1894
+ * Size limit of the volume. Example: '10Gi', '100Mi'
1895
+ */
1896
+ sizeLimit?: pulumi.Input<string>;
1897
+ }
1898
+ interface GetInfrastructureV2VolumeMount {
1899
+ /**
1900
+ * Path within the container at which the volume should be mounted. Must not contain ':'.
1901
+ */
1902
+ mountPath: string;
1903
+ /**
1904
+ * Determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used.
1905
+ */
1906
+ mountPropagation?: string;
1907
+ /**
1908
+ * This must match the Name of a Volume.
1909
+ */
1910
+ name: string;
1911
+ /**
1912
+ * Mounted read-only if true, read-write otherwise.
1913
+ */
1914
+ readOnly?: boolean;
1915
+ /**
1916
+ * Path within the volume from which the container's volume should be mounted. Mutually exclusive with sub*path*expr.
1917
+ */
1918
+ subPath?: string;
1919
+ /**
1920
+ * Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to sub*path but environment variable references $(VAR*NAME) are expanded using the container's environment. Mutually exclusive with sub_path.
1921
+ */
1922
+ subPathExpr?: string;
1923
+ }
1924
+ interface GetInfrastructureV2VolumeMountArgs {
1925
+ /**
1926
+ * Path within the container at which the volume should be mounted. Must not contain ':'.
1927
+ */
1928
+ mountPath: pulumi.Input<string>;
1929
+ /**
1930
+ * Determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used.
1931
+ */
1932
+ mountPropagation?: pulumi.Input<string>;
1933
+ /**
1934
+ * This must match the Name of a Volume.
1935
+ */
1936
+ name: pulumi.Input<string>;
1937
+ /**
1938
+ * Mounted read-only if true, read-write otherwise.
1939
+ */
1940
+ readOnly?: pulumi.Input<boolean>;
1941
+ /**
1942
+ * Path within the volume from which the container's volume should be mounted. Mutually exclusive with sub*path*expr.
1943
+ */
1944
+ subPath?: pulumi.Input<string>;
1945
+ /**
1946
+ * Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to sub*path but environment variable references $(VAR*NAME) are expanded using the container's environment. Mutually exclusive with sub_path.
1947
+ */
1948
+ subPathExpr?: pulumi.Input<string>;
1949
+ }
1950
+ interface ImageRegistryCustomImage {
1951
+ ddcr?: pulumi.Input<string>;
1952
+ ddcrFault?: pulumi.Input<string>;
1953
+ ddcrLib?: pulumi.Input<string>;
1954
+ logWatcher?: pulumi.Input<string>;
1955
+ }
1956
+ interface InfrastructureV2Env {
1957
+ /**
1958
+ * Variable name from a ConfigMap or Secret. Required when valueFrom is configMapKeyRef or secretKeyRef.
1959
+ */
1960
+ key?: pulumi.Input<string>;
1961
+ /**
1962
+ * Name of the environment variable. Must be a C_IDENTIFIER.
1963
+ */
1964
+ name: pulumi.Input<string>;
1965
+ /**
1966
+ * Variable references $(VAR*NAME) are expanded using the container's environment. If the variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR*NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "".
1967
+ */
1968
+ value?: pulumi.Input<string>;
1969
+ /**
1970
+ * Source for the environment variable's value. Cannot be used if value is not empty.
1971
+ */
1972
+ valueFrom?: pulumi.Input<string>;
1973
+ }
1974
+ interface InfrastructureV2Identifier {
1975
+ /**
1976
+ * Account identifier.
1977
+ */
1978
+ accountIdentifier?: pulumi.Input<string>;
1979
+ /**
1980
+ * Organization identifier.
1981
+ */
1982
+ orgIdentifier?: pulumi.Input<string>;
1983
+ /**
1984
+ * Project identifier.
1985
+ */
1986
+ projectIdentifier?: pulumi.Input<string>;
1987
+ }
1988
+ interface InfrastructureV2ImageRegistry {
1989
+ /**
1990
+ * Timestamp when the registry was created.
1991
+ */
1992
+ createdAt?: pulumi.Input<string>;
1993
+ /**
1994
+ * Custom image configurations. Required when use*custom*images is true.
1995
+ */
1996
+ customImages?: pulumi.Input<pulumi.Input<inputs.chaos.InfrastructureV2ImageRegistryCustomImage>[]>;
1997
+ /**
1998
+ * Scoped identifiers for the registry.
1999
+ */
2000
+ identifiers?: pulumi.Input<pulumi.Input<inputs.chaos.InfrastructureV2ImageRegistryIdentifier>[]>;
2001
+ /**
2002
+ * ID of the infrastructure.
2003
+ */
2004
+ infraId?: pulumi.Input<string>;
2005
+ /**
2006
+ * Whether this is the default registry.
2007
+ */
2008
+ isDefault?: pulumi.Input<boolean>;
2009
+ /**
2010
+ * Whether override is allowed for this registry.
2011
+ */
2012
+ isOverrideAllowed?: pulumi.Input<boolean>;
2013
+ /**
2014
+ * Whether the registry is private.
2015
+ */
2016
+ isPrivate?: pulumi.Input<boolean>;
2017
+ /**
2018
+ * The account name for the container registry.
2019
+ */
2020
+ registryAccount?: pulumi.Input<string>;
2021
+ /**
2022
+ * The container image registry server URL (e.g., docker.io, gcr.io).
2023
+ */
2024
+ registryServer?: pulumi.Input<string>;
2025
+ /**
2026
+ * Name of the Kubernetes secret containing registry credentials.
2027
+ */
2028
+ secretName?: pulumi.Input<string>;
2029
+ /**
2030
+ * Timestamp when the registry was last updated.
2031
+ */
2032
+ updatedAt?: pulumi.Input<string>;
2033
+ /**
2034
+ * Whether to use custom images instead of default ones.
2035
+ */
2036
+ useCustomImages?: pulumi.Input<boolean>;
2037
+ }
2038
+ interface InfrastructureV2ImageRegistryCustomImage {
2039
+ /**
2040
+ * Custom image for ddcr.
2041
+ */
2042
+ ddcr?: pulumi.Input<string>;
2043
+ /**
2044
+ * Custom image for ddcr-fault.
2045
+ */
2046
+ ddcrFault?: pulumi.Input<string>;
2047
+ /**
2048
+ * Custom image for ddcr-lib.
2049
+ */
2050
+ ddcrLib?: pulumi.Input<string>;
2051
+ /**
2052
+ * Custom image for log-watcher.
2053
+ */
2054
+ logWatcher?: pulumi.Input<string>;
2055
+ }
2056
+ interface InfrastructureV2ImageRegistryIdentifier {
2057
+ /**
2058
+ * Harness account identifier.
2059
+ */
2060
+ accountIdentifier?: pulumi.Input<string>;
2061
+ /**
2062
+ * Harness organization identifier.
2063
+ */
2064
+ orgIdentifier?: pulumi.Input<string>;
2065
+ /**
2066
+ * Harness project identifier.
2067
+ */
2068
+ projectIdentifier?: pulumi.Input<string>;
2069
+ }
2070
+ interface InfrastructureV2Mtls {
2071
+ /**
2072
+ * Path to the certificate file for mTLS
2073
+ */
2074
+ certPath?: pulumi.Input<string>;
2075
+ /**
2076
+ * Path to the private key file for mTLS
2077
+ */
2078
+ keyPath?: pulumi.Input<string>;
2079
+ /**
2080
+ * Name of the Kubernetes secret containing mTLS certificates
2081
+ */
2082
+ secretName?: pulumi.Input<string>;
2083
+ /**
2084
+ * URL for the mTLS endpoint
2085
+ */
2086
+ url?: pulumi.Input<string>;
2087
+ }
2088
+ interface InfrastructureV2Proxy {
2089
+ /**
2090
+ * HTTP proxy URL.
2091
+ */
2092
+ httpProxy?: pulumi.Input<string>;
2093
+ /**
2094
+ * HTTPS proxy URL.
2095
+ */
2096
+ httpsProxy?: pulumi.Input<string>;
2097
+ /**
2098
+ * List of hosts that should not use proxy.
2099
+ */
2100
+ noProxy?: pulumi.Input<string>;
2101
+ /**
2102
+ * Proxy URL.
2103
+ */
2104
+ url: pulumi.Input<string>;
2105
+ }
2106
+ interface InfrastructureV2Toleration {
2107
+ /**
2108
+ * Effect indicates the taint effect to match. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
2109
+ */
2110
+ effect: pulumi.Input<string>;
2111
+ /**
2112
+ * Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists.
2113
+ */
2114
+ key: pulumi.Input<string>;
2115
+ /**
2116
+ * Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal.
2117
+ */
2118
+ operator: pulumi.Input<string>;
2119
+ /**
2120
+ * TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
2121
+ */
2122
+ tolerationSeconds?: pulumi.Input<number>;
2123
+ /**
2124
+ * Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.
2125
+ */
2126
+ value?: pulumi.Input<string>;
2127
+ }
2128
+ interface InfrastructureV2Volume {
2129
+ /**
2130
+ * Name of the volume. Must be a DNS_LABEL and unique within the pod.
2131
+ */
2132
+ name: pulumi.Input<string>;
2133
+ /**
2134
+ * Size limit of the volume. Example: '10Gi', '100Mi'
2135
+ */
2136
+ sizeLimit?: pulumi.Input<string>;
2137
+ }
2138
+ interface InfrastructureV2VolumeMount {
2139
+ /**
2140
+ * Path within the container at which the volume should be mounted. Must not contain ':'.
2141
+ */
2142
+ mountPath: pulumi.Input<string>;
2143
+ /**
2144
+ * Determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used.
2145
+ */
2146
+ mountPropagation?: pulumi.Input<string>;
2147
+ /**
2148
+ * This must match the Name of a Volume.
2149
+ */
2150
+ name: pulumi.Input<string>;
2151
+ /**
2152
+ * Mounted read-only if true, read-write otherwise.
2153
+ */
2154
+ readOnly?: pulumi.Input<boolean>;
2155
+ /**
2156
+ * Path within the volume from which the container's volume should be mounted. Mutually exclusive with sub*path*expr.
2157
+ */
2158
+ subPath?: pulumi.Input<string>;
2159
+ /**
2160
+ * Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to sub*path but environment variable references $(VAR*NAME) are expanded using the container's environment. Mutually exclusive with sub_path.
2161
+ */
2162
+ subPathExpr?: pulumi.Input<string>;
2163
+ }
2164
+ interface SecurityGovernanceConditionFaultSpec {
2165
+ /**
2166
+ * List of fault specifications
2167
+ */
2168
+ faults: pulumi.Input<pulumi.Input<inputs.chaos.SecurityGovernanceConditionFaultSpecFault>[]>;
2169
+ /**
2170
+ * Operator for comparing faults (EQUAL*TO or NOT*EQUAL_TO)
2171
+ */
2172
+ operator: pulumi.Input<string>;
2173
+ }
2174
+ interface SecurityGovernanceConditionFaultSpecFault {
2175
+ /**
2176
+ * Type of the fault (FAULT or FAULT_GROUP)
2177
+ */
2178
+ faultType: pulumi.Input<string>;
2179
+ /**
2180
+ * Name of the fault
2181
+ */
2182
+ name: pulumi.Input<string>;
2183
+ }
2184
+ interface SecurityGovernanceConditionK8sSpec {
2185
+ /**
2186
+ * Application specification
2187
+ */
2188
+ applicationSpec?: pulumi.Input<inputs.chaos.SecurityGovernanceConditionK8sSpecApplicationSpec>;
2189
+ /**
2190
+ * Chaos service account specification
2191
+ */
2192
+ chaosServiceAccountSpec?: pulumi.Input<inputs.chaos.SecurityGovernanceConditionK8sSpecChaosServiceAccountSpec>;
2193
+ /**
2194
+ * Infrastructure specification
2195
+ */
2196
+ infraSpec?: pulumi.Input<inputs.chaos.SecurityGovernanceConditionK8sSpecInfraSpec>;
2197
+ }
2198
+ interface SecurityGovernanceConditionK8sSpecApplicationSpec {
2199
+ /**
2200
+ * Operator for application matching (EQUAL*TO or NOT*EQUAL_TO)
2201
+ */
2202
+ operator: pulumi.Input<string>;
2203
+ /**
2204
+ * List of workloads to include/exclude
2205
+ */
2206
+ workloads?: pulumi.Input<pulumi.Input<inputs.chaos.SecurityGovernanceConditionK8sSpecApplicationSpecWorkload>[]>;
2207
+ }
2208
+ interface SecurityGovernanceConditionK8sSpecApplicationSpecWorkload {
2209
+ /**
2210
+ * ID for the application map
2211
+ */
2212
+ applicationMapId?: pulumi.Input<string>;
2213
+ /**
2214
+ * Kind of the workload (e.g., deployment, statefulset)
2215
+ */
2216
+ kind?: pulumi.Input<string>;
2217
+ /**
2218
+ * Label selector for the workload
2219
+ */
2220
+ label?: pulumi.Input<string>;
2221
+ /**
2222
+ * Namespace of the workload
2223
+ */
2224
+ namespace: pulumi.Input<string>;
2225
+ /**
2226
+ * List of services associated with the workload
2227
+ */
2228
+ services?: pulumi.Input<pulumi.Input<string>[]>;
2229
+ }
2230
+ interface SecurityGovernanceConditionK8sSpecChaosServiceAccountSpec {
2231
+ /**
2232
+ * Operator for service account matching (EQUAL*TO or NOT*EQUAL_TO)
2233
+ */
2234
+ operator: pulumi.Input<string>;
2235
+ /**
2236
+ * List of service accounts to include/exclude
2237
+ */
2238
+ serviceAccounts: pulumi.Input<pulumi.Input<string>[]>;
2239
+ }
2240
+ interface SecurityGovernanceConditionK8sSpecInfraSpec {
2241
+ /**
2242
+ * List of infrastructure IDs to apply the condition to
2243
+ */
2244
+ infraIds: pulumi.Input<pulumi.Input<string>[]>;
2245
+ /**
2246
+ * Operator for comparing infrastructure IDs (EQUAL*TO or NOT*EQUAL_TO)
2247
+ */
2248
+ operator: pulumi.Input<string>;
2249
+ }
2250
+ interface SecurityGovernanceConditionMachineSpec {
2251
+ /**
2252
+ * Infrastructure specification
2253
+ */
2254
+ infraSpec?: pulumi.Input<inputs.chaos.SecurityGovernanceConditionMachineSpecInfraSpec>;
2255
+ }
2256
+ interface SecurityGovernanceConditionMachineSpecInfraSpec {
2257
+ /**
2258
+ * List of infrastructure IDs to apply the condition to
2259
+ */
2260
+ infraIds: pulumi.Input<pulumi.Input<string>[]>;
2261
+ /**
2262
+ * Operator for comparing infrastructure IDs (EQUAL*TO or NOT*EQUAL_TO)
2263
+ */
2264
+ operator: pulumi.Input<string>;
2265
+ }
2266
+ interface SecurityGovernanceRuleTimeWindow {
2267
+ duration?: pulumi.Input<string>;
2268
+ endTime?: pulumi.Input<number>;
2269
+ recurrence?: pulumi.Input<inputs.chaos.SecurityGovernanceRuleTimeWindowRecurrence>;
2270
+ startTime: pulumi.Input<number>;
2271
+ timeZone: pulumi.Input<string>;
2272
+ }
2273
+ interface SecurityGovernanceRuleTimeWindowRecurrence {
2274
+ type: pulumi.Input<string>;
2275
+ until: pulumi.Input<number>;
2276
+ value?: pulumi.Input<number>;
2277
+ }
2278
+ }
1597
2279
  export declare namespace cloudprovider {
1598
2280
  interface AwsAssumeCrossAccountRole {
1599
2281
  /**
@@ -1871,6 +2553,26 @@ export declare namespace cluster {
1871
2553
  */
1872
2554
  memory: pulumi.Input<number>;
1873
2555
  }
2556
+ interface GetOrchestratorConfigCommitmentIntegration {
2557
+ /**
2558
+ * Flag to enable Commitment Integration
2559
+ */
2560
+ enabled: boolean;
2561
+ /**
2562
+ * Master AWS account id for commitment integration
2563
+ */
2564
+ masterAccountId: string;
2565
+ }
2566
+ interface GetOrchestratorConfigCommitmentIntegrationArgs {
2567
+ /**
2568
+ * Flag to enable Commitment Integration
2569
+ */
2570
+ enabled: pulumi.Input<boolean>;
2571
+ /**
2572
+ * Master AWS account id for commitment integration
2573
+ */
2574
+ masterAccountId: pulumi.Input<string>;
2575
+ }
1874
2576
  interface GetOrchestratorConfigDistribution {
1875
2577
  /**
1876
2578
  * Number of minimum ondemand replicas required for workloads
@@ -1927,6 +2629,76 @@ export declare namespace cluster {
1927
2629
  */
1928
2630
  ttl?: pulumi.Input<string>;
1929
2631
  }
2632
+ interface GetOrchestratorConfigReplacementSchedule {
2633
+ /**
2634
+ * Defines the scope of the replacement schedule
2635
+ */
2636
+ appliesTo: inputs.cluster.GetOrchestratorConfigReplacementScheduleAppliesTo;
2637
+ windowDetails?: inputs.cluster.GetOrchestratorConfigReplacementScheduleWindowDetails;
2638
+ /**
2639
+ * Window type for replacement schedule
2640
+ */
2641
+ windowType: string;
2642
+ }
2643
+ interface GetOrchestratorConfigReplacementScheduleArgs {
2644
+ /**
2645
+ * Defines the scope of the replacement schedule
2646
+ */
2647
+ appliesTo: pulumi.Input<inputs.cluster.GetOrchestratorConfigReplacementScheduleAppliesToArgs>;
2648
+ windowDetails?: pulumi.Input<inputs.cluster.GetOrchestratorConfigReplacementScheduleWindowDetailsArgs>;
2649
+ /**
2650
+ * Window type for replacement schedule
2651
+ */
2652
+ windowType: pulumi.Input<string>;
2653
+ }
2654
+ interface GetOrchestratorConfigReplacementScheduleAppliesTo {
2655
+ consolidation: boolean;
2656
+ harnessPodEviction: boolean;
2657
+ reverseFallback: boolean;
2658
+ }
2659
+ interface GetOrchestratorConfigReplacementScheduleAppliesToArgs {
2660
+ consolidation: pulumi.Input<boolean>;
2661
+ harnessPodEviction: pulumi.Input<boolean>;
2662
+ reverseFallback: pulumi.Input<boolean>;
2663
+ }
2664
+ interface GetOrchestratorConfigReplacementScheduleWindowDetails {
2665
+ allDay?: boolean;
2666
+ /**
2667
+ * List of days on which schedule need to be active. Valid values are SUN, MON, TUE, WED, THU, FRI and SAT.
2668
+ */
2669
+ days: string[];
2670
+ /**
2671
+ * End time of schedule in the format HH:MM. Eg : 13:15 for 01:15pm
2672
+ */
2673
+ endTime?: string;
2674
+ /**
2675
+ * Start time of schedule in the format HH:MM. Eg : 13:15 for 01:15pm
2676
+ */
2677
+ startTime?: string;
2678
+ /**
2679
+ * Time zone in which the schedule needs to be executed. Example Valid values: UTC, America/New*York, Europe/London, Asia/Kolkata, Asia/Tokyo, Asia/Hong*Kong, Asia/Singapore, Australia/Melbourne and Australia/Sydney.
2680
+ */
2681
+ timeZone: string;
2682
+ }
2683
+ interface GetOrchestratorConfigReplacementScheduleWindowDetailsArgs {
2684
+ allDay?: pulumi.Input<boolean>;
2685
+ /**
2686
+ * List of days on which schedule need to be active. Valid values are SUN, MON, TUE, WED, THU, FRI and SAT.
2687
+ */
2688
+ days: pulumi.Input<pulumi.Input<string>[]>;
2689
+ /**
2690
+ * End time of schedule in the format HH:MM. Eg : 13:15 for 01:15pm
2691
+ */
2692
+ endTime?: pulumi.Input<string>;
2693
+ /**
2694
+ * Start time of schedule in the format HH:MM. Eg : 13:15 for 01:15pm
2695
+ */
2696
+ startTime?: pulumi.Input<string>;
2697
+ /**
2698
+ * Time zone in which the schedule needs to be executed. Example Valid values: UTC, America/New*York, Europe/London, Asia/Kolkata, Asia/Tokyo, Asia/Hong*Kong, Asia/Singapore, Australia/Melbourne and Australia/Sydney.
2699
+ */
2700
+ timeZone: pulumi.Input<string>;
2701
+ }
1930
2702
  interface OrchestratorConfigBinpacking {
1931
2703
  /**
1932
2704
  * Harness disruption configuration
@@ -1991,6 +2763,16 @@ export declare namespace cluster {
1991
2763
  */
1992
2764
  memory: pulumi.Input<number>;
1993
2765
  }
2766
+ interface OrchestratorConfigCommitmentIntegration {
2767
+ /**
2768
+ * Flag to enable Commitment Integration
2769
+ */
2770
+ enabled: pulumi.Input<boolean>;
2771
+ /**
2772
+ * Master AWS account id for commitment integration
2773
+ */
2774
+ masterAccountId: pulumi.Input<string>;
2775
+ }
1994
2776
  interface OrchestratorConfigDistribution {
1995
2777
  /**
1996
2778
  * Number of minimum ondemand replicas required for workloads
@@ -2019,6 +2801,41 @@ export declare namespace cluster {
2019
2801
  */
2020
2802
  ttl?: pulumi.Input<string>;
2021
2803
  }
2804
+ interface OrchestratorConfigReplacementSchedule {
2805
+ /**
2806
+ * Defines the scope of the replacement schedule
2807
+ */
2808
+ appliesTo: pulumi.Input<inputs.cluster.OrchestratorConfigReplacementScheduleAppliesTo>;
2809
+ windowDetails?: pulumi.Input<inputs.cluster.OrchestratorConfigReplacementScheduleWindowDetails>;
2810
+ /**
2811
+ * Window type for replacement schedule
2812
+ */
2813
+ windowType: pulumi.Input<string>;
2814
+ }
2815
+ interface OrchestratorConfigReplacementScheduleAppliesTo {
2816
+ consolidation: pulumi.Input<boolean>;
2817
+ harnessPodEviction: pulumi.Input<boolean>;
2818
+ reverseFallback: pulumi.Input<boolean>;
2819
+ }
2820
+ interface OrchestratorConfigReplacementScheduleWindowDetails {
2821
+ allDay?: pulumi.Input<boolean>;
2822
+ /**
2823
+ * List of days on which schedule need to be active. Valid values are SUN, MON, TUE, WED, THU, FRI and SAT.
2824
+ */
2825
+ days: pulumi.Input<pulumi.Input<string>[]>;
2826
+ /**
2827
+ * End time of schedule in the format HH:MM. Eg : 13:15 for 01:15pm
2828
+ */
2829
+ endTime?: pulumi.Input<string>;
2830
+ /**
2831
+ * Start time of schedule in the format HH:MM. Eg : 13:15 for 01:15pm
2832
+ */
2833
+ startTime?: pulumi.Input<string>;
2834
+ /**
2835
+ * Time zone in which the schedule needs to be executed. Example Valid values: UTC, America/New*York, Europe/London, Asia/Kolkata, Asia/Tokyo, Asia/Hong*Kong, Asia/Singapore, Australia/Melbourne and Australia/Sydney.
2836
+ */
2837
+ timeZone: pulumi.Input<string>;
2838
+ }
2022
2839
  }
2023
2840
  export declare namespace platform {
2024
2841
  interface AppDynamicsConnectorApiToken {
@@ -2119,7 +2936,7 @@ export declare namespace platform {
2119
2936
  */
2120
2937
  delegateSelectors: pulumi.Input<pulumi.Input<string>[]>;
2121
2938
  /**
2122
- * Test Region to perform Connection test of AWS Connector.
2939
+ * Test Region to perform Connection test of AWS Connector To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
2123
2940
  */
2124
2941
  region?: pulumi.Input<string>;
2125
2942
  }
@@ -2129,7 +2946,7 @@ export declare namespace platform {
2129
2946
  */
2130
2947
  delegateSelectors: pulumi.Input<pulumi.Input<string>[]>;
2131
2948
  /**
2132
- * Test Region to perform Connection test of AWS Connector.
2949
+ * Test Region to perform Connection test of AWS Connector To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
2133
2950
  */
2134
2951
  region?: pulumi.Input<string>;
2135
2952
  }
@@ -2147,7 +2964,7 @@ export declare namespace platform {
2147
2964
  */
2148
2965
  delegateSelectors?: pulumi.Input<pulumi.Input<string>[]>;
2149
2966
  /**
2150
- * Test Region to perform Connection test of AWS Connector.
2967
+ * Test Region to perform Connection test of AWS Connector To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
2151
2968
  */
2152
2969
  region?: pulumi.Input<string>;
2153
2970
  /**
@@ -2155,7 +2972,7 @@ export declare namespace platform {
2155
2972
  */
2156
2973
  secretKeyRef: pulumi.Input<string>;
2157
2974
  /**
2158
- * Reference to the Harness secret containing the aws session token.
2975
+ * Reference to the Harness secret containing the aws session token. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
2159
2976
  */
2160
2977
  sessionTokenRef?: pulumi.Input<string>;
2161
2978
  }
@@ -2169,7 +2986,7 @@ export declare namespace platform {
2169
2986
  */
2170
2987
  iamRoleArn: pulumi.Input<string>;
2171
2988
  /**
2172
- * AWS Region to perform Connection test of Connector.
2989
+ * Test Region to perform Connection test of AWS Connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
2173
2990
  */
2174
2991
  region?: pulumi.Input<string>;
2175
2992
  }
@@ -2255,7 +3072,7 @@ export declare namespace platform {
2255
3072
  }
2256
3073
  interface AwsSecretManagerConnectorCredentialsManual {
2257
3074
  /**
2258
- * The plain text AWS access key. This is required if the access*key*ref is not provided.
3075
+ * The plain text AWS access key.
2259
3076
  */
2260
3077
  accessKeyPlainText?: pulumi.Input<string>;
2261
3078
  /**
@@ -2274,6 +3091,10 @@ export declare namespace platform {
2274
3091
  iamRoleArn: pulumi.Input<string>;
2275
3092
  }
2276
3093
  interface AzureCloudCostConnectorBillingExportSpec {
3094
+ /**
3095
+ * Billing type.
3096
+ */
3097
+ billingType: pulumi.Input<string>;
2277
3098
  /**
2278
3099
  * Name of the container.
2279
3100
  */
@@ -2295,6 +3116,32 @@ export declare namespace platform {
2295
3116
  */
2296
3117
  subscriptionId: pulumi.Input<string>;
2297
3118
  }
3119
+ interface AzureCloudCostConnectorBillingExportSpec2 {
3120
+ /**
3121
+ * Billing type.
3122
+ */
3123
+ billingType: pulumi.Input<string>;
3124
+ /**
3125
+ * Name of the container.
3126
+ */
3127
+ containerName: pulumi.Input<string>;
3128
+ /**
3129
+ * Name of the directory.
3130
+ */
3131
+ directoryName: pulumi.Input<string>;
3132
+ /**
3133
+ * Name of the report.
3134
+ */
3135
+ reportName: pulumi.Input<string>;
3136
+ /**
3137
+ * Name of the storage account.
3138
+ */
3139
+ storageAccountName: pulumi.Input<string>;
3140
+ /**
3141
+ * Subsription id.
3142
+ */
3143
+ subscriptionId: pulumi.Input<string>;
3144
+ }
2298
3145
  interface AzureCloudProviderConnectorCredentials {
2299
3146
  /**
2300
3147
  * Authenticate to Azure Cloud Provider using details inheriting from delegate.
@@ -2504,13 +3351,7 @@ export declare namespace platform {
2504
3351
  }
2505
3352
  interface ConnectorCustomSecretManagerTemplateInputEnvironmentVariable {
2506
3353
  default?: pulumi.Input<boolean>;
2507
- /**
2508
- * : Name of the resource.
2509
- */
2510
3354
  name: pulumi.Input<string>;
2511
- /**
2512
- * : Type of the custom secrets manager, typically set to `CustomSecretManager`.
2513
- */
2514
3355
  type: pulumi.Input<string>;
2515
3356
  value: pulumi.Input<string>;
2516
3357
  }
@@ -2630,13 +3471,13 @@ export declare namespace platform {
2630
3471
  }
2631
3472
  interface ConnectorPdcHost {
2632
3473
  /**
2633
- * Host attributes with values. e.g. type, region, name, ip, etc.
3474
+ * attributes for current host
2634
3475
  */
2635
3476
  attributes?: pulumi.Input<{
2636
3477
  [key: string]: pulumi.Input<string>;
2637
3478
  }>;
2638
3479
  /**
2639
- * Hostname e.g. 87.23.66.11:80
3480
+ * hostname
2640
3481
  */
2641
3482
  hostname: pulumi.Input<string>;
2642
3483
  }
@@ -2684,7 +3525,7 @@ export declare namespace platform {
2684
3525
  }
2685
3526
  interface DockerConnectorCredentials {
2686
3527
  /**
2687
- * The reference to the Harness secret containing the password to use for the docker registry. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}. To reference a secret at the project scope, use directly without any prefix.
3528
+ * The reference to the Harness secret containing the password to use for the docker registry. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
2688
3529
  */
2689
3530
  passwordRef: pulumi.Input<string>;
2690
3531
  /**
@@ -2698,7 +3539,7 @@ export declare namespace platform {
2698
3539
  }
2699
3540
  interface ElasticsearchConnectorApiToken {
2700
3541
  /**
2701
- * The client id used for connecting to ElasticSearch.
3542
+ * The API Key id used for connecting to ElasticSearch.
2702
3543
  */
2703
3544
  clientId: pulumi.Input<string>;
2704
3545
  /**
@@ -2746,11 +3587,11 @@ export declare namespace platform {
2746
3587
  */
2747
3588
  branch?: pulumi.Input<string>;
2748
3589
  /**
2749
- * message for the commit in Git Repo.
3590
+ * Commit message used for the merge commit.
2750
3591
  */
2751
3592
  commitMessage?: pulumi.Input<string>;
2752
3593
  /**
2753
- * Identifier of the Harness Connector used for importing entity from Git To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
3594
+ * Identifier of the Harness Connector used for CRUD operations on the Entity. To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
2754
3595
  */
2755
3596
  connectorRef?: pulumi.Input<string>;
2756
3597
  /**
@@ -2758,11 +3599,11 @@ export declare namespace platform {
2758
3599
  */
2759
3600
  filePath?: pulumi.Input<string>;
2760
3601
  /**
2761
- * Flag to set if importing from Git
3602
+ * import environment from git
2762
3603
  */
2763
3604
  importFromGit?: pulumi.Input<boolean>;
2764
3605
  /**
2765
- * Flag to set if force importing from Git
3606
+ * force import environment from remote even if same file path already exist
2766
3607
  */
2767
3608
  isForceImport?: pulumi.Input<boolean>;
2768
3609
  /**
@@ -2774,11 +3615,11 @@ export declare namespace platform {
2774
3615
  */
2775
3616
  isNewBranch?: pulumi.Input<boolean>;
2776
3617
  /**
2777
- * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Environment.
3618
+ * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
2778
3619
  */
2779
3620
  lastCommitId?: pulumi.Input<string>;
2780
3621
  /**
2781
- * Last object identifier (for Github). To be provided only when updating Environment.
3622
+ * Last object identifier (for Github). To be provided only when updating Pipeline.
2782
3623
  */
2783
3624
  lastObjectId?: pulumi.Input<string>;
2784
3625
  /**
@@ -2786,7 +3627,7 @@ export declare namespace platform {
2786
3627
  */
2787
3628
  loadFromCache?: pulumi.Input<string>;
2788
3629
  /**
2789
- * Whether the file has to be get from fallback_branch.
3630
+ * If the Entity is to be fetched from fallbackBranch
2790
3631
  */
2791
3632
  loadFromFallbackBranch?: pulumi.Input<boolean>;
2792
3633
  /**
@@ -2802,7 +3643,7 @@ export declare namespace platform {
2802
3643
  */
2803
3644
  repoName?: pulumi.Input<string>;
2804
3645
  /**
2805
- * store type of the entity.
3646
+ * Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
2806
3647
  */
2807
3648
  storeType?: pulumi.Input<string>;
2808
3649
  }
@@ -2830,11 +3671,11 @@ export declare namespace platform {
2830
3671
  }
2831
3672
  interface FeatureFlagEnvironmentAddTargetRule {
2832
3673
  /**
2833
- * The targets of the rule
3674
+ * The targets that should be served this variation
2834
3675
  */
2835
3676
  targets?: pulumi.Input<pulumi.Input<string>[]>;
2836
3677
  /**
2837
- * The identifier of the variation. Valid values are `enabled`, `disabled`
3678
+ * The identifier of the variation
2838
3679
  */
2839
3680
  variation?: pulumi.Input<string>;
2840
3681
  }
@@ -2850,7 +3691,7 @@ export declare namespace platform {
2850
3691
  */
2851
3692
  attribute: pulumi.Input<string>;
2852
3693
  /**
2853
- * The ID of this resource.
3694
+ * The rule ID. Gets auto-generated by the system
2854
3695
  */
2855
3696
  id?: pulumi.Input<string>;
2856
3697
  /**
@@ -3186,78 +4027,6 @@ export declare namespace platform {
3186
4027
  */
3187
4028
  rancherUrl: pulumi.Input<string>;
3188
4029
  }
3189
- interface GetDbSchemaChangelogScript {
3190
- /**
3191
- * Script to clone changeSets
3192
- */
3193
- command?: string;
3194
- /**
3195
- * The fully-qualified name (FQN) of the image
3196
- */
3197
- image?: string;
3198
- /**
3199
- * Path to changeLog file
3200
- */
3201
- location?: string;
3202
- /**
3203
- * Type of the shell. For example Sh or Bash
3204
- */
3205
- shell?: string;
3206
- }
3207
- interface GetDbSchemaChangelogScriptArgs {
3208
- /**
3209
- * Script to clone changeSets
3210
- */
3211
- command?: pulumi.Input<string>;
3212
- /**
3213
- * The fully-qualified name (FQN) of the image
3214
- */
3215
- image?: pulumi.Input<string>;
3216
- /**
3217
- * Path to changeLog file
3218
- */
3219
- location?: pulumi.Input<string>;
3220
- /**
3221
- * Type of the shell. For example Sh or Bash
3222
- */
3223
- shell?: pulumi.Input<string>;
3224
- }
3225
- interface GetDbSchemaSchemaSource {
3226
- /**
3227
- * If connector type is artifactory, path to the archive file which contains the changeLog
3228
- */
3229
- archivePath?: string;
3230
- /**
3231
- * Connector to repository at which to find details about the database schema
3232
- */
3233
- connector?: string;
3234
- /**
3235
- * The path within the specified repository at which to find details about the database schema
3236
- */
3237
- location?: string;
3238
- /**
3239
- * If connector url is of account, which repository to connect to using the connector
3240
- */
3241
- repo?: string;
3242
- }
3243
- interface GetDbSchemaSchemaSourceArgs {
3244
- /**
3245
- * If connector type is artifactory, path to the archive file which contains the changeLog
3246
- */
3247
- archivePath?: pulumi.Input<string>;
3248
- /**
3249
- * Connector to repository at which to find details about the database schema
3250
- */
3251
- connector?: pulumi.Input<string>;
3252
- /**
3253
- * The path within the specified repository at which to find details about the database schema
3254
- */
3255
- location?: pulumi.Input<string>;
3256
- /**
3257
- * If connector url is of account, which repository to connect to using the connector
3258
- */
3259
- repo?: pulumi.Input<string>;
3260
- }
3261
4030
  interface GetEnvironmentClustersMappingCluster {
3262
4031
  /**
3263
4032
  * agent identifier of the cluster (include scope prefix)
@@ -3580,169 +4349,175 @@ export declare namespace platform {
3580
4349
  }
3581
4350
  interface GetHarRegistryConfig {
3582
4351
  /**
3583
- * Authentication configuration for UPSTREAM type
4352
+ * Type of authentication for UPSTREAM registry type (UserPassword, Anonymous)
4353
+ */
4354
+ authType?: string;
4355
+ /**
4356
+ * Authentication configuration for UPSTREAM registry type
3584
4357
  */
3585
4358
  auths?: inputs.platform.GetHarRegistryConfigAuth[];
3586
4359
  /**
3587
- * Source of the upstream
4360
+ * Upstream source
3588
4361
  */
3589
4362
  source?: string;
3590
4363
  /**
3591
- * Type of registry (VIRTUAL, UPSTREAM)
4364
+ * Type of registry (VIRTUAL or UPSTREAM)
3592
4365
  */
3593
4366
  type: string;
3594
4367
  /**
3595
- * URL of the upstream
4368
+ * List of upstream proxies for VIRTUAL registry type
4369
+ */
4370
+ upstreamProxies?: string[];
4371
+ /**
4372
+ * URL of the upstream (required if type=UPSTREAM & package_type=HELM)
3596
4373
  */
3597
4374
  url?: string;
3598
4375
  }
3599
4376
  interface GetHarRegistryConfigArgs {
3600
4377
  /**
3601
- * Authentication configuration for UPSTREAM type
4378
+ * Type of authentication for UPSTREAM registry type (UserPassword, Anonymous)
4379
+ */
4380
+ authType?: pulumi.Input<string>;
4381
+ /**
4382
+ * Authentication configuration for UPSTREAM registry type
3602
4383
  */
3603
4384
  auths?: pulumi.Input<pulumi.Input<inputs.platform.GetHarRegistryConfigAuthArgs>[]>;
3604
4385
  /**
3605
- * Source of the upstream
4386
+ * Upstream source
3606
4387
  */
3607
4388
  source?: pulumi.Input<string>;
3608
4389
  /**
3609
- * Type of registry (VIRTUAL, UPSTREAM)
4390
+ * Type of registry (VIRTUAL or UPSTREAM)
3610
4391
  */
3611
4392
  type: pulumi.Input<string>;
3612
4393
  /**
3613
- * URL of the upstream
4394
+ * List of upstream proxies for VIRTUAL registry type
4395
+ */
4396
+ upstreamProxies?: pulumi.Input<pulumi.Input<string>[]>;
4397
+ /**
4398
+ * URL of the upstream (required if type=UPSTREAM & package_type=HELM)
3614
4399
  */
3615
4400
  url?: pulumi.Input<string>;
3616
4401
  }
3617
4402
  interface GetHarRegistryConfigAuth {
4403
+ accessKey?: string;
4404
+ accessKeyIdentifier?: string;
4405
+ accessKeySecretPath?: string;
3618
4406
  /**
3619
4407
  * Type of authentication (UserPassword, Anonymous)
3620
4408
  */
3621
4409
  authType: string;
3622
4410
  /**
3623
- * User password authentication details
3624
- */
3625
- userPassword?: inputs.platform.GetHarRegistryConfigAuthUserPassword;
3626
- }
3627
- interface GetHarRegistryConfigAuthArgs {
3628
- /**
3629
- * Type of authentication (UserPassword, Anonymous)
3630
- */
3631
- authType: pulumi.Input<string>;
3632
- /**
3633
- * User password authentication details
3634
- */
3635
- userPassword?: pulumi.Input<inputs.platform.GetHarRegistryConfigAuthUserPasswordArgs>;
3636
- }
3637
- interface GetHarRegistryConfigAuthUserPassword {
3638
- /**
3639
- * Secret identifier
4411
+ * Secret identifier for UserPassword auth type
3640
4412
  */
3641
4413
  secretIdentifier?: string;
4414
+ secretKeyIdentifier?: string;
4415
+ secretKeySecretPath?: string;
3642
4416
  /**
3643
- * Secret space ID
3644
- */
3645
- secretSpaceId?: number;
3646
- /**
3647
- * Secret space path
4417
+ * Secret space path for UserPassword auth type
3648
4418
  */
3649
4419
  secretSpacePath?: string;
3650
4420
  /**
3651
- * User name
4421
+ * User name for UserPassword auth type
3652
4422
  */
3653
- userName: string;
4423
+ userName?: string;
3654
4424
  }
3655
- interface GetHarRegistryConfigAuthUserPasswordArgs {
4425
+ interface GetHarRegistryConfigAuthArgs {
4426
+ accessKey?: pulumi.Input<string>;
4427
+ accessKeyIdentifier?: pulumi.Input<string>;
4428
+ accessKeySecretPath?: pulumi.Input<string>;
3656
4429
  /**
3657
- * Secret identifier
4430
+ * Type of authentication (UserPassword, Anonymous)
3658
4431
  */
3659
- secretIdentifier?: pulumi.Input<string>;
4432
+ authType: pulumi.Input<string>;
3660
4433
  /**
3661
- * Secret space ID
4434
+ * Secret identifier for UserPassword auth type
3662
4435
  */
3663
- secretSpaceId?: pulumi.Input<number>;
4436
+ secretIdentifier?: pulumi.Input<string>;
4437
+ secretKeyIdentifier?: pulumi.Input<string>;
4438
+ secretKeySecretPath?: pulumi.Input<string>;
3664
4439
  /**
3665
- * Secret space path
4440
+ * Secret space path for UserPassword auth type
3666
4441
  */
3667
4442
  secretSpacePath?: pulumi.Input<string>;
3668
4443
  /**
3669
- * User name
4444
+ * User name for UserPassword auth type
3670
4445
  */
3671
- userName: pulumi.Input<string>;
4446
+ userName?: pulumi.Input<string>;
3672
4447
  }
3673
4448
  interface GetInfraVariableSetConnector {
3674
4449
  /**
3675
- * Unique identifier of the connector.
4450
+ * Connector Ref is the reference to the connector
3676
4451
  */
3677
4452
  connectorRef: string;
3678
4453
  /**
3679
- * Type indicates the type of the connector. Currently we support aws, azure, gcp.
4454
+ * Type is the connector type of the connector. Supported types: aws, azure, gcp
3680
4455
  */
3681
4456
  type: string;
3682
4457
  }
3683
4458
  interface GetInfraVariableSetConnectorArgs {
3684
4459
  /**
3685
- * Unique identifier of the connector.
4460
+ * Connector Ref is the reference to the connector
3686
4461
  */
3687
4462
  connectorRef: pulumi.Input<string>;
3688
4463
  /**
3689
- * Type indicates the type of the connector. Currently we support aws, azure, gcp.
4464
+ * Type is the connector type of the connector. Supported types: aws, azure, gcp
3690
4465
  */
3691
4466
  type: pulumi.Input<string>;
3692
4467
  }
3693
4468
  interface GetInfraVariableSetEnvironmentVariable {
3694
4469
  /**
3695
- * Key is the identifier for the variable`
4470
+ * Key is the identifier for the variable. Must be unique within the Variable Set.
3696
4471
  */
3697
4472
  key: string;
3698
4473
  /**
3699
- * value is the value of the variable
4474
+ * Value is the value of the variable. For string value types this field should contain the value of the variable. For secret value types this should contain a reference to a valid harness secret.
3700
4475
  */
3701
4476
  value: string;
3702
4477
  /**
3703
- * Value type indicates the value type of the variable, text or secret
4478
+ * Value type indicates the value type of the variable. Currently we support string and secret.
3704
4479
  */
3705
4480
  valueType: string;
3706
4481
  }
3707
4482
  interface GetInfraVariableSetEnvironmentVariableArgs {
3708
4483
  /**
3709
- * Key is the identifier for the variable`
4484
+ * Key is the identifier for the variable. Must be unique within the Variable Set.
3710
4485
  */
3711
4486
  key: pulumi.Input<string>;
3712
4487
  /**
3713
- * value is the value of the variable
4488
+ * Value is the value of the variable. For string value types this field should contain the value of the variable. For secret value types this should contain a reference to a valid harness secret.
3714
4489
  */
3715
4490
  value: pulumi.Input<string>;
3716
4491
  /**
3717
- * Value type indicates the value type of the variable, text or secret
4492
+ * Value type indicates the value type of the variable. Currently we support string and secret.
3718
4493
  */
3719
4494
  valueType: pulumi.Input<string>;
3720
4495
  }
3721
4496
  interface GetInfraVariableSetTerraformVariable {
3722
4497
  /**
3723
- * Key is the identifier for the variable`
4498
+ * Key is the identifier for the variable. Must be unique within the Variable Set.
3724
4499
  */
3725
4500
  key: string;
3726
4501
  /**
3727
- * value is the value of the variable
4502
+ * Value is the value of the variable. For string value types this field should contain the value of the variable. For secret value types this should contain a reference to a valid harness secret.
3728
4503
  */
3729
4504
  value: string;
3730
4505
  /**
3731
- * Value type indicates the value type of the variable, text or secret
4506
+ * Value type indicates the value type of the variable. Currently we support string and secret.
3732
4507
  */
3733
4508
  valueType: string;
3734
4509
  }
3735
4510
  interface GetInfraVariableSetTerraformVariableArgs {
3736
4511
  /**
3737
- * Key is the identifier for the variable`
4512
+ * Key is the identifier for the variable. Must be unique within the Variable Set.
3738
4513
  */
3739
4514
  key: pulumi.Input<string>;
3740
4515
  /**
3741
- * value is the value of the variable
4516
+ * Value is the value of the variable. For string value types this field should contain the value of the variable. For secret value types this should contain a reference to a valid harness secret.
3742
4517
  */
3743
4518
  value: pulumi.Input<string>;
3744
4519
  /**
3745
- * Value type indicates the value type of the variable, text or secret
4520
+ * Value type indicates the value type of the variable. Currently we support string and secret.
3746
4521
  */
3747
4522
  valueType: pulumi.Input<string>;
3748
4523
  }
@@ -3768,7 +4543,7 @@ export declare namespace platform {
3768
4543
  */
3769
4544
  repositoryPath?: string;
3770
4545
  /**
3771
- * Repository commit is sha to fetch the variables from. This cannot be set if repository branch or commit is set.
4546
+ * Repository commit is SHA to fetch the variables from. This cannot be set if repository branch or commit is set.
3772
4547
  */
3773
4548
  repositorySha?: string;
3774
4549
  }
@@ -3794,7 +4569,7 @@ export declare namespace platform {
3794
4569
  */
3795
4570
  repositoryPath?: pulumi.Input<string>;
3796
4571
  /**
3797
- * Repository commit is sha to fetch the variables from. This cannot be set if repository branch or commit is set.
4572
+ * Repository commit is SHA to fetch the variables from. This cannot be set if repository branch or commit is set.
3798
4573
  */
3799
4574
  repositorySha?: pulumi.Input<string>;
3800
4575
  }
@@ -4432,21 +5207,21 @@ export declare namespace platform {
4432
5207
  }
4433
5208
  interface GetWorkspaceConnector {
4434
5209
  /**
4435
- * Unique identifier of the connector.
5210
+ * Connector Ref is the reference to the connector
4436
5211
  */
4437
5212
  connectorRef: string;
4438
5213
  /**
4439
- * Type indicates the type of the connector. Currently we support aws, azure, gcp.
5214
+ * Type is the connector type of the connector. Supported types: aws, azure, gcp
4440
5215
  */
4441
5216
  type: string;
4442
5217
  }
4443
5218
  interface GetWorkspaceConnectorArgs {
4444
5219
  /**
4445
- * Unique identifier of the connector.
5220
+ * Connector Ref is the reference to the connector
4446
5221
  */
4447
5222
  connectorRef: pulumi.Input<string>;
4448
5223
  /**
4449
- * Type indicates the type of the connector. Currently we support aws, azure, gcp.
5224
+ * Type is the connector type of the connector. Supported types: aws, azure, gcp
4450
5225
  */
4451
5226
  type: pulumi.Input<string>;
4452
5227
  }
@@ -5618,7 +6393,7 @@ export declare namespace platform {
5618
6393
  }
5619
6394
  interface GithubConnectorCredentialsHttp {
5620
6395
  /**
5621
- * Configuration for using the http anonymous github for interacting with the github api.
6396
+ * Configuration for using the github http anonymous for interacting with the github api.
5622
6397
  */
5623
6398
  anonymouses?: pulumi.Input<pulumi.Input<inputs.platform.GithubConnectorCredentialsHttpAnonymouse>[]>;
5624
6399
  /**
@@ -30132,7 +30907,7 @@ export declare namespace platform {
30132
30907
  */
30133
30908
  auths?: pulumi.Input<pulumi.Input<inputs.platform.HarRegistryConfigAuth>[]>;
30134
30909
  /**
30135
- * Source of the upstream (only for UPSTREAM type)
30910
+ * Upstream source
30136
30911
  */
30137
30912
  source?: pulumi.Input<string>;
30138
30913
  /**
@@ -30149,6 +30924,9 @@ export declare namespace platform {
30149
30924
  url?: pulumi.Input<string>;
30150
30925
  }
30151
30926
  interface HarRegistryConfigAuth {
30927
+ accessKey?: pulumi.Input<string>;
30928
+ accessKeyIdentifier?: pulumi.Input<string>;
30929
+ accessKeySecretPath?: pulumi.Input<string>;
30152
30930
  /**
30153
30931
  * Type of authentication (UserPassword, Anonymous)
30154
30932
  */
@@ -30157,6 +30935,8 @@ export declare namespace platform {
30157
30935
  * Secret identifier for UserPassword auth type
30158
30936
  */
30159
30937
  secretIdentifier?: pulumi.Input<string>;
30938
+ secretKeyIdentifier?: pulumi.Input<string>;
30939
+ secretKeySecretPath?: pulumi.Input<string>;
30160
30940
  /**
30161
30941
  * Secret space path for UserPassword auth type
30162
30942
  */
@@ -30182,17 +30962,17 @@ export declare namespace platform {
30182
30962
  }
30183
30963
  interface InfraVariableSetConnector {
30184
30964
  /**
30185
- * Unique identifier of the connector.
30965
+ * Connector Ref is the reference to the connector
30186
30966
  */
30187
30967
  connectorRef: pulumi.Input<string>;
30188
30968
  /**
30189
- * Type indicates the type of the connector. Currently we support aws, azure, gcp.
30969
+ * Type is the connector type of the connector. Supported types: aws, azure, gcp
30190
30970
  */
30191
30971
  type: pulumi.Input<string>;
30192
30972
  }
30193
30973
  interface InfraVariableSetEnvironmentVariable {
30194
30974
  /**
30195
- * Key is the identifier for the variable. Must be unique within the variable set.
30975
+ * Key is the identifier for the variable. Must be unique within the Variable Set.
30196
30976
  */
30197
30977
  key: pulumi.Input<string>;
30198
30978
  /**
@@ -30206,7 +30986,7 @@ export declare namespace platform {
30206
30986
  }
30207
30987
  interface InfraVariableSetTerraformVariable {
30208
30988
  /**
30209
- * Key is the identifier for the variable. Must be unique within the variable set.
30989
+ * Key is the identifier for the variable. Must be unique within the Variable Set.
30210
30990
  */
30211
30991
  key: pulumi.Input<string>;
30212
30992
  /**
@@ -30240,7 +31020,7 @@ export declare namespace platform {
30240
31020
  */
30241
31021
  repositoryPath?: pulumi.Input<string>;
30242
31022
  /**
30243
- * Repository commit is sha to fetch the variables from. This cannot be set if repository branch or commit is set.
31023
+ * Repository commit is SHA to fetch the variables from. This cannot be set if repository branch or commit is set.
30244
31024
  */
30245
31025
  repositorySha?: pulumi.Input<string>;
30246
31026
  }
@@ -30254,11 +31034,11 @@ export declare namespace platform {
30254
31034
  */
30255
31035
  branch?: pulumi.Input<string>;
30256
31036
  /**
30257
- * message for the commit in Git Repo.
31037
+ * Commit message used for the merge commit.
30258
31038
  */
30259
31039
  commitMessage?: pulumi.Input<string>;
30260
31040
  /**
30261
- * Identifier of the Harness Connector used for importing entity from Git To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
31041
+ * Identifier of the Harness Connector used for CRUD operations on the Entity. To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
30262
31042
  */
30263
31043
  connectorRef?: pulumi.Input<string>;
30264
31044
  /**
@@ -30266,11 +31046,11 @@ export declare namespace platform {
30266
31046
  */
30267
31047
  filePath?: pulumi.Input<string>;
30268
31048
  /**
30269
- * Flag to set if importing from Git
31049
+ * import infrastructure from git
30270
31050
  */
30271
31051
  importFromGit?: pulumi.Input<boolean>;
30272
31052
  /**
30273
- * Flag to set if force importing from Git
31053
+ * force import infrastructure from remote even if same file path already exist
30274
31054
  */
30275
31055
  isForceImport?: pulumi.Input<boolean>;
30276
31056
  /**
@@ -30282,11 +31062,11 @@ export declare namespace platform {
30282
31062
  */
30283
31063
  isNewBranch?: pulumi.Input<boolean>;
30284
31064
  /**
30285
- * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Infrastructures.
31065
+ * Last commit identifier (for Git Repositories other than Github). To be provided only when updating infrastructure.
30286
31066
  */
30287
31067
  lastCommitId?: pulumi.Input<string>;
30288
31068
  /**
30289
- * Last object identifier (for Github). To be provided only when updating Infrastructures.
31069
+ * Last object identifier (for Github). To be provided only when updating infrastructure.
30290
31070
  */
30291
31071
  lastObjectId?: pulumi.Input<string>;
30292
31072
  /**
@@ -30294,7 +31074,7 @@ export declare namespace platform {
30294
31074
  */
30295
31075
  loadFromCache?: pulumi.Input<string>;
30296
31076
  /**
30297
- * Whether the file has to be get from fallback_branch.
31077
+ * If the Entity is to be fetched from fallbackBranch
30298
31078
  */
30299
31079
  loadFromFallbackBranch?: pulumi.Input<boolean>;
30300
31080
  /**
@@ -30310,7 +31090,7 @@ export declare namespace platform {
30310
31090
  */
30311
31091
  repoName?: pulumi.Input<string>;
30312
31092
  /**
30313
- * store type of the entity.
31093
+ * Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
30314
31094
  */
30315
31095
  storeType?: pulumi.Input<string>;
30316
31096
  }
@@ -30415,7 +31195,7 @@ export declare namespace platform {
30415
31195
  }
30416
31196
  interface JenkinsConnectorAuthJenkinsUserNamePassword {
30417
31197
  /**
30418
- * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.To reference a secret at the project scope, use directly without any prefix.
31198
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
30419
31199
  */
30420
31200
  passwordRef: pulumi.Input<string>;
30421
31201
  /**
@@ -30561,21 +31341,21 @@ export declare namespace platform {
30561
31341
  }
30562
31342
  interface ManualFreezeCurrentOrUpcomingWindow {
30563
31343
  /**
30564
- * End time of the freeze
31344
+ * End time of the freeze window
30565
31345
  */
30566
31346
  endTime?: pulumi.Input<number>;
30567
31347
  /**
30568
- * Start time of the freeze
31348
+ * Start time of the freeze window
30569
31349
  */
30570
31350
  startTime?: pulumi.Input<number>;
30571
31351
  }
30572
31352
  interface ManualFreezeFreezeWindow {
30573
31353
  /**
30574
- * Duration of the freeze
31354
+ * Duration of the freeze window
30575
31355
  */
30576
31356
  duration?: pulumi.Input<string>;
30577
31357
  /**
30578
- * End time of the freeze
31358
+ * End Time of the freeze window
30579
31359
  */
30580
31360
  endTime?: pulumi.Input<string>;
30581
31361
  /**
@@ -30583,11 +31363,11 @@ export declare namespace platform {
30583
31363
  */
30584
31364
  recurrences?: pulumi.Input<pulumi.Input<inputs.platform.ManualFreezeFreezeWindowRecurrence>[]>;
30585
31365
  /**
30586
- * Start time of the freeze
31366
+ * Start Time of the freeze window
30587
31367
  */
30588
31368
  startTime?: pulumi.Input<string>;
30589
31369
  /**
30590
- * Timezone
31370
+ * Time zone of the freeze window
30591
31371
  */
30592
31372
  timeZone?: pulumi.Input<string>;
30593
31373
  }
@@ -30597,17 +31377,17 @@ export declare namespace platform {
30597
31377
  */
30598
31378
  recurrenceSpecs?: pulumi.Input<pulumi.Input<inputs.platform.ManualFreezeFreezeWindowRecurrenceRecurrenceSpec>[]>;
30599
31379
  /**
30600
- * Recurrence type(Daily, Weekly, Monthly, Yearly)
31380
+ * Type of the recurrence
30601
31381
  */
30602
31382
  type?: pulumi.Input<string>;
30603
31383
  }
30604
31384
  interface ManualFreezeFreezeWindowRecurrenceRecurrenceSpec {
30605
31385
  /**
30606
- * Recurrence until timestamp
31386
+ * Time till which freeze window recurrs
30607
31387
  */
30608
31388
  until?: pulumi.Input<string>;
30609
31389
  /**
30610
- * Value of n, for n months recurrence
31390
+ * Every n months recurrence
30611
31391
  */
30612
31392
  value?: pulumi.Input<number>;
30613
31393
  }
@@ -30745,7 +31525,7 @@ export declare namespace platform {
30745
31525
  }
30746
31526
  interface NexusConnectorCredentials {
30747
31527
  /**
30748
- * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}. To reference a secret at the project scope, use directly without any prefix.
31528
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
30749
31529
  */
30750
31530
  passwordRef: pulumi.Input<string>;
30751
31531
  /**
@@ -31643,7 +32423,7 @@ export declare namespace platform {
31643
32423
  */
31644
32424
  passwordRef: pulumi.Input<string>;
31645
32425
  /**
31646
- * Reference of the secret for the token. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}
32426
+ * Reference token for authentication.
31647
32427
  */
31648
32428
  referenceToken?: pulumi.Input<string>;
31649
32429
  /**
@@ -31808,11 +32588,11 @@ export declare namespace platform {
31808
32588
  }
31809
32589
  interface WorkspaceConnector {
31810
32590
  /**
31811
- * Unique identifier of the connector.
32591
+ * Connector Ref is the reference to the connector
31812
32592
  */
31813
32593
  connectorRef: pulumi.Input<string>;
31814
32594
  /**
31815
- * Type indicates the type of the connector. Currently we support aws, azure, gcp.
32595
+ * Type is the connector type of the connector. Supported types: aws, azure, gcp
31816
32596
  */
31817
32597
  type: pulumi.Input<string>;
31818
32598
  }
@@ -31900,6 +32680,348 @@ export declare namespace service {
31900
32680
  */
31901
32681
  value: pulumi.Input<string>;
31902
32682
  }
32683
+ interface DiscoveryAgentConfig {
32684
+ /**
32685
+ * Docker image for the collector.
32686
+ */
32687
+ collectorImage?: pulumi.Input<string>;
32688
+ /**
32689
+ * Data collection configuration.
32690
+ */
32691
+ datas?: pulumi.Input<pulumi.Input<inputs.service.DiscoveryAgentConfigData>[]>;
32692
+ /**
32693
+ * List of image pull secrets.
32694
+ */
32695
+ imagePullSecrets?: pulumi.Input<pulumi.Input<string>[]>;
32696
+ /**
32697
+ * Kubernetes-specific configuration.
32698
+ */
32699
+ kubernetes: pulumi.Input<pulumi.Input<inputs.service.DiscoveryAgentConfigKubernete>[]>;
32700
+ /**
32701
+ * Docker image for the log watcher.
32702
+ */
32703
+ logWatcherImage?: pulumi.Input<string>;
32704
+ /**
32705
+ * mTLS configuration.
32706
+ */
32707
+ mtls?: pulumi.Input<pulumi.Input<inputs.service.DiscoveryAgentConfigMtl>[]>;
32708
+ /**
32709
+ * Proxy configuration.
32710
+ */
32711
+ proxies?: pulumi.Input<pulumi.Input<inputs.service.DiscoveryAgentConfigProxy>[]>;
32712
+ /**
32713
+ * Whether to skip TLS verification.
32714
+ */
32715
+ skipSecureVerify?: pulumi.Input<boolean>;
32716
+ }
32717
+ interface DiscoveryAgentConfigData {
32718
+ /**
32719
+ * List of namespaces to exclude from discovery.
32720
+ */
32721
+ blacklistedNamespaces?: pulumi.Input<pulumi.Input<string>[]>;
32722
+ /**
32723
+ * Collection window in minutes.
32724
+ */
32725
+ collectionWindowInMin?: pulumi.Input<number>;
32726
+ /**
32727
+ * Cron schedule for data collection.
32728
+ */
32729
+ crons?: pulumi.Input<pulumi.Input<inputs.service.DiscoveryAgentConfigDataCron>[]>;
32730
+ /**
32731
+ * Whether to enable batch resources.
32732
+ */
32733
+ enableBatchResources?: pulumi.Input<boolean>;
32734
+ /**
32735
+ * Whether to enable node agent.
32736
+ */
32737
+ enableNodeAgent?: pulumi.Input<boolean>;
32738
+ /**
32739
+ * Whether to enable orphaned pod detection.
32740
+ */
32741
+ enableOrphanedPod?: pulumi.Input<boolean>;
32742
+ /**
32743
+ * Namespace selector for the agent.
32744
+ */
32745
+ namespaceSelector?: pulumi.Input<string>;
32746
+ /**
32747
+ * Node selector for the node agent.
32748
+ */
32749
+ nodeAgentSelector?: pulumi.Input<string>;
32750
+ /**
32751
+ * List of namespaces to observe.
32752
+ */
32753
+ observedNamespaces?: pulumi.Input<pulumi.Input<string>[]>;
32754
+ }
32755
+ interface DiscoveryAgentConfigDataCron {
32756
+ /**
32757
+ * Cron expression for scheduling.
32758
+ */
32759
+ expression?: pulumi.Input<string>;
32760
+ }
32761
+ interface DiscoveryAgentConfigKubernete {
32762
+ /**
32763
+ * Annotations to add to all resources.
32764
+ */
32765
+ annotations?: pulumi.Input<{
32766
+ [key: string]: pulumi.Input<string>;
32767
+ }>;
32768
+ /**
32769
+ * Whether to disable namespace creation.
32770
+ */
32771
+ disableNamespaceCreation?: pulumi.Input<boolean>;
32772
+ /**
32773
+ * The image pull policy.
32774
+ */
32775
+ imagePullPolicy?: pulumi.Input<string>;
32776
+ /**
32777
+ * Labels to add to all resources.
32778
+ */
32779
+ labels?: pulumi.Input<{
32780
+ [key: string]: pulumi.Input<string>;
32781
+ }>;
32782
+ /**
32783
+ * Kubernetes namespace to use
32784
+ */
32785
+ namespace: pulumi.Input<string>;
32786
+ /**
32787
+ * Whether the agent is namespaced.
32788
+ */
32789
+ namespaced?: pulumi.Input<boolean>;
32790
+ /**
32791
+ * Node selector labels.
32792
+ */
32793
+ nodeSelector?: pulumi.Input<{
32794
+ [key: string]: pulumi.Input<string>;
32795
+ }>;
32796
+ /**
32797
+ * Compute resource requirements for the agent container.
32798
+ */
32799
+ resources?: pulumi.Input<pulumi.Input<inputs.service.DiscoveryAgentConfigKuberneteResource>[]>;
32800
+ /**
32801
+ * The group ID to run as.
32802
+ */
32803
+ runAsGroup?: pulumi.Input<number>;
32804
+ /**
32805
+ * The user ID to run as.
32806
+ */
32807
+ runAsUser?: pulumi.Input<number>;
32808
+ /**
32809
+ * Service account to use
32810
+ */
32811
+ serviceAccount?: pulumi.Input<string>;
32812
+ /**
32813
+ * Tolerations for pod assignment.
32814
+ */
32815
+ tolerations?: pulumi.Input<pulumi.Input<inputs.service.DiscoveryAgentConfigKuberneteToleration>[]>;
32816
+ }
32817
+ interface DiscoveryAgentConfigKuberneteResource {
32818
+ /**
32819
+ * Maximum amount of compute resources allowed.
32820
+ */
32821
+ limits?: pulumi.Input<pulumi.Input<inputs.service.DiscoveryAgentConfigKuberneteResourceLimit>[]>;
32822
+ /**
32823
+ * Minimum amount of compute resources required.
32824
+ */
32825
+ requests?: pulumi.Input<pulumi.Input<inputs.service.DiscoveryAgentConfigKuberneteResourceRequest>[]>;
32826
+ }
32827
+ interface DiscoveryAgentConfigKuberneteResourceLimit {
32828
+ /**
32829
+ * CPU limit in CPU units (e.g., 500m = 0.5 CPU, 2 = 2 CPUs).
32830
+ */
32831
+ cpu?: pulumi.Input<string>;
32832
+ /**
32833
+ * Memory limit in bytes (e.g., 128Mi, 1Gi).
32834
+ */
32835
+ memory?: pulumi.Input<string>;
32836
+ }
32837
+ interface DiscoveryAgentConfigKuberneteResourceRequest {
32838
+ /**
32839
+ * CPU request in CPU units (e.g., 100m = 0.1 CPU).
32840
+ */
32841
+ cpu?: pulumi.Input<string>;
32842
+ /**
32843
+ * Memory request in bytes (e.g., 128Mi, 1Gi).
32844
+ */
32845
+ memory?: pulumi.Input<string>;
32846
+ }
32847
+ interface DiscoveryAgentConfigKuberneteToleration {
32848
+ /**
32849
+ * Effect indicates the taint effect to match.
32850
+ */
32851
+ effect: pulumi.Input<string>;
32852
+ /**
32853
+ * The taint key that the toleration applies to.
32854
+ */
32855
+ key: pulumi.Input<string>;
32856
+ /**
32857
+ * Operator represents a key's relationship to the value.
32858
+ */
32859
+ operator: pulumi.Input<string>;
32860
+ /**
32861
+ * TolerationSeconds represents the period of time the toleration tolerates the taint.
32862
+ */
32863
+ tolerationSeconds?: pulumi.Input<number>;
32864
+ /**
32865
+ * The taint value the toleration matches to.
32866
+ */
32867
+ value?: pulumi.Input<string>;
32868
+ }
32869
+ interface DiscoveryAgentConfigMtl {
32870
+ /**
32871
+ * Path to the certificate file.
32872
+ */
32873
+ certPath?: pulumi.Input<string>;
32874
+ /**
32875
+ * Path to the key file.
32876
+ */
32877
+ keyPath?: pulumi.Input<string>;
32878
+ /**
32879
+ * Name of the Kubernetes secret containing the certificate and key.
32880
+ */
32881
+ secretName?: pulumi.Input<string>;
32882
+ /**
32883
+ * URL of the mTLS server.
32884
+ */
32885
+ url?: pulumi.Input<string>;
32886
+ }
32887
+ interface DiscoveryAgentConfigProxy {
32888
+ /**
32889
+ * HTTP proxy URL.
32890
+ */
32891
+ httpProxy?: pulumi.Input<string>;
32892
+ /**
32893
+ * HTTPS proxy URL.
32894
+ */
32895
+ httpsProxy?: pulumi.Input<string>;
32896
+ /**
32897
+ * Comma-separated list of hosts that should not use the proxy.
32898
+ */
32899
+ noProxy?: pulumi.Input<string>;
32900
+ /**
32901
+ * Proxy server URL.
32902
+ */
32903
+ url?: pulumi.Input<string>;
32904
+ }
32905
+ interface DiscoveryAgentInstallationDetail {
32906
+ /**
32907
+ * The account identifier for the installation.
32908
+ */
32909
+ accountIdentifier?: pulumi.Input<string>;
32910
+ /**
32911
+ * Details about the installed agent.
32912
+ */
32913
+ agentDetails?: pulumi.Input<pulumi.Input<inputs.service.DiscoveryAgentInstallationDetailAgentDetail>[]>;
32914
+ /**
32915
+ * The ID of the installed agent.
32916
+ */
32917
+ agentId?: pulumi.Input<string>;
32918
+ /**
32919
+ * The timestamp when the installation was created.
32920
+ */
32921
+ createdAt?: pulumi.Input<string>;
32922
+ /**
32923
+ * The user who created the installation.
32924
+ */
32925
+ createdBy?: pulumi.Input<string>;
32926
+ /**
32927
+ * The ID of the delegate used for installation.
32928
+ */
32929
+ delegateId?: pulumi.Input<string>;
32930
+ /**
32931
+ * The ID of the delegate task for the installation.
32932
+ */
32933
+ delegateTaskId?: pulumi.Input<string>;
32934
+ /**
32935
+ * The status of the delegate task (e.g., 'SUCCESS').
32936
+ */
32937
+ delegateTaskStatus?: pulumi.Input<string>;
32938
+ /**
32939
+ * The environment identifier for the installation.
32940
+ */
32941
+ environmentIdentifier?: pulumi.Input<string>;
32942
+ /**
32943
+ * The unique identifier of the installation.
32944
+ */
32945
+ id?: pulumi.Input<string>;
32946
+ /**
32947
+ * Whether the installation was triggered by a cron job.
32948
+ */
32949
+ isCronTriggered?: pulumi.Input<boolean>;
32950
+ /**
32951
+ * The timestamp when the log stream was created.
32952
+ */
32953
+ logStreamCreatedAt?: pulumi.Input<string>;
32954
+ /**
32955
+ * The ID of the log stream for the installation.
32956
+ */
32957
+ logStreamId?: pulumi.Input<string>;
32958
+ /**
32959
+ * The organization identifier for the installation.
32960
+ */
32961
+ organizationIdentifier?: pulumi.Input<string>;
32962
+ /**
32963
+ * The project identifier for the installation.
32964
+ */
32965
+ projectIdentifier?: pulumi.Input<string>;
32966
+ /**
32967
+ * Whether the installation has been removed.
32968
+ */
32969
+ removed?: pulumi.Input<boolean>;
32970
+ /**
32971
+ * Whether the installation has been stopped.
32972
+ */
32973
+ stopped?: pulumi.Input<boolean>;
32974
+ /**
32975
+ * The timestamp when the installation was last updated.
32976
+ */
32977
+ updatedAt?: pulumi.Input<string>;
32978
+ /**
32979
+ * The user who last updated the installation.
32980
+ */
32981
+ updatedBy?: pulumi.Input<string>;
32982
+ }
32983
+ interface DiscoveryAgentInstallationDetailAgentDetail {
32984
+ /**
32985
+ * Details about the cluster where the agent is installed.
32986
+ */
32987
+ clusters?: pulumi.Input<pulumi.Input<inputs.service.DiscoveryAgentInstallationDetailAgentDetailCluster>[]>;
32988
+ /**
32989
+ * The status of the agent installation.
32990
+ */
32991
+ status?: pulumi.Input<string>;
32992
+ }
32993
+ interface DiscoveryAgentInstallationDetailAgentDetailCluster {
32994
+ /**
32995
+ * The name of the cluster.
32996
+ */
32997
+ name?: pulumi.Input<string>;
32998
+ /**
32999
+ * The namespace where the agent is installed.
33000
+ */
33001
+ namespace?: pulumi.Input<string>;
33002
+ /**
33003
+ * The status of the cluster (e.g., 'Succeeded').
33004
+ */
33005
+ status?: pulumi.Input<string>;
33006
+ /**
33007
+ * The UID of the cluster.
33008
+ */
33009
+ uid?: pulumi.Input<string>;
33010
+ }
33011
+ interface DiscoverySettingImageRegistry {
33012
+ /**
33013
+ * The account name for the image registry.
33014
+ */
33015
+ account: pulumi.Input<string>;
33016
+ /**
33017
+ * List of secrets for the image registry.
33018
+ */
33019
+ secrets?: pulumi.Input<pulumi.Input<string>[]>;
33020
+ /**
33021
+ * The server URL for the image registry.
33022
+ */
33023
+ server: pulumi.Input<string>;
33024
+ }
31903
33025
  interface EcsVariable {
31904
33026
  /**
31905
33027
  * Name of the variable