@volcengine/pulumi 0.0.44-alpha.1768546977 → 0.0.44

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 (314) hide show
  1. package/alb/accessLog.d.ts +19 -0
  2. package/alb/accessLog.js +19 -0
  3. package/alb/accessLog.js.map +1 -1
  4. package/alb/allCertificates.d.ts +102 -0
  5. package/alb/allCertificates.js +42 -0
  6. package/alb/allCertificates.js.map +1 -1
  7. package/alb/getAllCertificates.d.ts +102 -0
  8. package/alb/getAllCertificates.js +42 -0
  9. package/alb/getAllCertificates.js.map +1 -1
  10. package/alb/getListenerHealths.d.ts +66 -0
  11. package/alb/getListenerHealths.js +36 -0
  12. package/alb/getListenerHealths.js.map +1 -1
  13. package/alb/healthLog.d.ts +20 -0
  14. package/alb/healthLog.js +20 -0
  15. package/alb/healthLog.js.map +1 -1
  16. package/alb/listener.d.ts +3 -3
  17. package/alb/listenerDomainExtension.d.ts +41 -5
  18. package/alb/listenerDomainExtension.js +6 -3
  19. package/alb/listenerDomainExtension.js.map +1 -1
  20. package/alb/listenerHealths.d.ts +66 -0
  21. package/alb/listenerHealths.js +36 -0
  22. package/alb/listenerHealths.js.map +1 -1
  23. package/alb/replaceCertificate.d.ts +67 -24
  24. package/alb/replaceCertificate.js +46 -0
  25. package/alb/replaceCertificate.js.map +1 -1
  26. package/alb/tlsAccessLog.d.ts +20 -0
  27. package/alb/tlsAccessLog.js +20 -0
  28. package/alb/tlsAccessLog.js.map +1 -1
  29. package/clb/accessLog.d.ts +122 -0
  30. package/clb/accessLog.js +86 -0
  31. package/clb/accessLog.js.map +1 -0
  32. package/clb/acl.d.ts +16 -0
  33. package/clb/acl.js +6 -0
  34. package/clb/acl.js.map +1 -1
  35. package/clb/acls.d.ts +21 -0
  36. package/clb/acls.js +9 -0
  37. package/clb/acls.js.map +1 -1
  38. package/clb/clb.d.ts +78 -2
  39. package/clb/clb.js +13 -1
  40. package/clb/clb.js.map +1 -1
  41. package/clb/clbs.d.ts +79 -1
  42. package/clb/clbs.js +7 -0
  43. package/clb/clbs.js.map +1 -1
  44. package/clb/getAcls.d.ts +21 -0
  45. package/clb/getAcls.js +9 -0
  46. package/clb/getAcls.js.map +1 -1
  47. package/clb/getClbs.d.ts +79 -1
  48. package/clb/getClbs.js +7 -0
  49. package/clb/getClbs.js.map +1 -1
  50. package/clb/getHealthCheckLogProjects.d.ts +62 -0
  51. package/clb/getHealthCheckLogProjects.js +42 -0
  52. package/clb/getHealthCheckLogProjects.js.map +1 -0
  53. package/clb/getHealthCheckLogTopics.d.ts +75 -0
  54. package/clb/getHealthCheckLogTopics.js +46 -0
  55. package/clb/getHealthCheckLogTopics.js.map +1 -0
  56. package/clb/getListenerHealths.d.ts +84 -0
  57. package/clb/getListenerHealths.js +47 -0
  58. package/clb/getListenerHealths.js.map +1 -0
  59. package/clb/getListeners.d.ts +28 -0
  60. package/clb/getListeners.js +2 -0
  61. package/clb/getListeners.js.map +1 -1
  62. package/clb/getRules.d.ts +13 -0
  63. package/clb/getRules.js +1 -0
  64. package/clb/getRules.js.map +1 -1
  65. package/clb/getServerGroups.d.ts +28 -0
  66. package/clb/getServerGroups.js +2 -0
  67. package/clb/getServerGroups.js.map +1 -1
  68. package/clb/healthCheckLogProject.d.ts +63 -0
  69. package/clb/healthCheckLogProject.js +68 -0
  70. package/clb/healthCheckLogProject.js.map +1 -0
  71. package/clb/healthCheckLogProjects.d.ts +64 -0
  72. package/clb/healthCheckLogProjects.js +45 -0
  73. package/clb/healthCheckLogProjects.js.map +1 -0
  74. package/clb/healthCheckLogTopic.d.ts +86 -0
  75. package/clb/healthCheckLogTopic.js +83 -0
  76. package/clb/healthCheckLogTopic.js.map +1 -0
  77. package/clb/healthCheckLogTopics.d.ts +77 -0
  78. package/clb/healthCheckLogTopics.js +49 -0
  79. package/clb/healthCheckLogTopics.js.map +1 -0
  80. package/clb/index.d.ts +27 -0
  81. package/clb/index.js +35 -1
  82. package/clb/index.js.map +1 -1
  83. package/clb/listener.d.ts +254 -3
  84. package/clb/listener.js +71 -0
  85. package/clb/listener.js.map +1 -1
  86. package/clb/listenerHealths.d.ts +86 -0
  87. package/clb/listenerHealths.js +50 -0
  88. package/clb/listenerHealths.js.map +1 -0
  89. package/clb/listeners.d.ts +28 -0
  90. package/clb/listeners.js +2 -0
  91. package/clb/listeners.js.map +1 -1
  92. package/clb/rule.d.ts +59 -4
  93. package/clb/rule.js +23 -3
  94. package/clb/rule.js.map +1 -1
  95. package/clb/rules.d.ts +13 -0
  96. package/clb/rules.js +1 -0
  97. package/clb/rules.js.map +1 -1
  98. package/clb/serverGroup.d.ts +43 -0
  99. package/clb/serverGroup.js +11 -0
  100. package/clb/serverGroup.js.map +1 -1
  101. package/clb/serverGroupServer.d.ts +30 -6
  102. package/clb/serverGroupServer.js +24 -0
  103. package/clb/serverGroupServer.js.map +1 -1
  104. package/clb/serverGroups.d.ts +28 -0
  105. package/clb/serverGroups.js +2 -0
  106. package/clb/serverGroups.js.map +1 -1
  107. package/package.json +1 -1
  108. package/redis/getPitrTimeWindows.d.ts +0 -50
  109. package/redis/getPitrTimeWindows.js +0 -32
  110. package/redis/getPitrTimeWindows.js.map +1 -1
  111. package/redis/pitrTimeWindows.d.ts +0 -50
  112. package/redis/pitrTimeWindows.js +0 -32
  113. package/redis/pitrTimeWindows.js.map +1 -1
  114. package/tls/account.d.ts +71 -0
  115. package/tls/account.js +70 -0
  116. package/tls/account.js.map +1 -0
  117. package/tls/accounts.d.ts +64 -0
  118. package/tls/accounts.js +45 -0
  119. package/tls/accounts.js.map +1 -0
  120. package/tls/alarm.d.ts +74 -14
  121. package/tls/alarm.js +33 -13
  122. package/tls/alarm.js.map +1 -1
  123. package/tls/alarmContentTemplate.d.ts +219 -0
  124. package/tls/alarmContentTemplate.js +135 -0
  125. package/tls/alarmContentTemplate.js.map +1 -0
  126. package/tls/alarmContentTemplates.d.ts +115 -0
  127. package/tls/alarmContentTemplates.js +50 -0
  128. package/tls/alarmContentTemplates.js.map +1 -0
  129. package/tls/alarmNotifyGroup.d.ts +16 -27
  130. package/tls/alarmNotifyGroup.js +2 -29
  131. package/tls/alarmNotifyGroup.js.map +1 -1
  132. package/tls/alarmWebhookIntegration.d.ts +155 -0
  133. package/tls/alarmWebhookIntegration.js +103 -0
  134. package/tls/alarmWebhookIntegration.js.map +1 -0
  135. package/tls/alarmWebhookIntegrations.d.ts +100 -0
  136. package/tls/alarmWebhookIntegrations.js +48 -0
  137. package/tls/alarmWebhookIntegrations.js.map +1 -0
  138. package/tls/alarms.d.ts +7 -11
  139. package/tls/alarms.js +3 -6
  140. package/tls/alarms.js.map +1 -1
  141. package/tls/consumerGroup.d.ts +3 -3
  142. package/tls/consumerGroup.js +3 -3
  143. package/tls/consumerGroups.d.ts +38 -2
  144. package/tls/consumerGroups.js +38 -2
  145. package/tls/consumerGroups.js.map +1 -1
  146. package/tls/describeTraces.d.ts +91 -0
  147. package/tls/describeTraces.js +52 -0
  148. package/tls/describeTraces.js.map +1 -0
  149. package/tls/downloadTask.d.ts +239 -0
  150. package/tls/downloadTask.js +125 -0
  151. package/tls/downloadTask.js.map +1 -0
  152. package/tls/downloadTasks.d.ts +105 -0
  153. package/tls/downloadTasks.js +56 -0
  154. package/tls/downloadTasks.js.map +1 -0
  155. package/tls/downloadUrls.d.ts +95 -0
  156. package/tls/downloadUrls.js +80 -0
  157. package/tls/downloadUrls.js.map +1 -0
  158. package/tls/etlTask.d.ts +4 -4
  159. package/tls/etlTask.js +4 -4
  160. package/tls/getAccounts.d.ts +62 -0
  161. package/tls/getAccounts.js +42 -0
  162. package/tls/getAccounts.js.map +1 -0
  163. package/tls/getAlarmContentTemplates.d.ts +113 -0
  164. package/tls/getAlarmContentTemplates.js +47 -0
  165. package/tls/getAlarmContentTemplates.js.map +1 -0
  166. package/tls/getAlarmWebhookIntegrations.d.ts +98 -0
  167. package/tls/getAlarmWebhookIntegrations.js +45 -0
  168. package/tls/getAlarmWebhookIntegrations.js.map +1 -0
  169. package/tls/getAlarms.d.ts +7 -11
  170. package/tls/getAlarms.js +3 -6
  171. package/tls/getAlarms.js.map +1 -1
  172. package/tls/getConsumerGroups.d.ts +38 -2
  173. package/tls/getConsumerGroups.js +38 -2
  174. package/tls/getConsumerGroups.js.map +1 -1
  175. package/tls/getDescribeTraces.d.ts +89 -0
  176. package/tls/getDescribeTraces.js +49 -0
  177. package/tls/getDescribeTraces.js.map +1 -0
  178. package/tls/getDownloadTasks.d.ts +103 -0
  179. package/tls/getDownloadTasks.js +53 -0
  180. package/tls/getDownloadTasks.js.map +1 -0
  181. package/tls/getDownloadUrls.d.ts +93 -0
  182. package/tls/getDownloadUrls.js +77 -0
  183. package/tls/getDownloadUrls.js.map +1 -0
  184. package/tls/getHostGroupRules.d.ts +75 -0
  185. package/tls/getHostGroupRules.js +46 -0
  186. package/tls/getHostGroupRules.js.map +1 -0
  187. package/tls/getHostGroups.d.ts +11 -8
  188. package/tls/getHostGroups.js +3 -8
  189. package/tls/getHostGroups.js.map +1 -1
  190. package/tls/getHosts.d.ts +2 -2
  191. package/tls/getHosts.js +2 -2
  192. package/tls/getIndexes.d.ts +2 -2
  193. package/tls/getIndexes.js +2 -2
  194. package/tls/getLogContexts.d.ts +105 -0
  195. package/tls/getLogContexts.js +32 -0
  196. package/tls/getLogContexts.js.map +1 -0
  197. package/tls/getLogHistograms.d.ts +120 -0
  198. package/tls/getLogHistograms.js +57 -0
  199. package/tls/getLogHistograms.js.map +1 -0
  200. package/tls/getLogSearches.d.ts +164 -0
  201. package/tls/getLogSearches.js +62 -0
  202. package/tls/getLogSearches.js.map +1 -0
  203. package/tls/getRuleAppliers.d.ts +251 -17
  204. package/tls/getRuleAppliers.js +239 -5
  205. package/tls/getRuleAppliers.js.map +1 -1
  206. package/tls/getRuleBoundHostGroups.d.ts +75 -0
  207. package/tls/getRuleBoundHostGroups.js +46 -0
  208. package/tls/getRuleBoundHostGroups.js.map +1 -0
  209. package/tls/getRules.d.ts +54 -7
  210. package/tls/getRules.js +15 -2
  211. package/tls/getRules.js.map +1 -1
  212. package/tls/getSearchTraces.d.ts +85 -0
  213. package/tls/getSearchTraces.js +47 -0
  214. package/tls/getSearchTraces.js.map +1 -0
  215. package/tls/getShards.d.ts +2 -2
  216. package/tls/getShards.js +2 -2
  217. package/tls/getTagResources.d.ts +167 -0
  218. package/tls/getTagResources.js +106 -0
  219. package/tls/getTagResources.js.map +1 -0
  220. package/tls/getTags.d.ts +115 -0
  221. package/tls/getTags.js +54 -0
  222. package/tls/getTags.js.map +1 -0
  223. package/tls/getTopics.d.ts +4 -13
  224. package/tls/getTopics.js +4 -5
  225. package/tls/getTopics.js.map +1 -1
  226. package/tls/getTraceInstances.d.ts +154 -0
  227. package/tls/getTraceInstances.js +63 -0
  228. package/tls/getTraceInstances.js.map +1 -0
  229. package/tls/host.d.ts +23 -10
  230. package/tls/host.js +21 -11
  231. package/tls/host.js.map +1 -1
  232. package/tls/hostGroup.d.ts +20 -27
  233. package/tls/hostGroup.js +20 -9
  234. package/tls/hostGroup.js.map +1 -1
  235. package/tls/hostGroupRules.d.ts +77 -0
  236. package/tls/hostGroupRules.js +49 -0
  237. package/tls/hostGroupRules.js.map +1 -0
  238. package/tls/hostGroups.d.ts +11 -8
  239. package/tls/hostGroups.js +3 -8
  240. package/tls/hostGroups.js.map +1 -1
  241. package/tls/hosts.d.ts +2 -2
  242. package/tls/hosts.js +2 -2
  243. package/tls/index.d.ts +117 -0
  244. package/tls/index.js +138 -2
  245. package/tls/index.js.map +1 -1
  246. package/tls/index_.d.ts +55 -32
  247. package/tls/index_.js +35 -32
  248. package/tls/index_.js.map +1 -1
  249. package/tls/indexes.d.ts +2 -2
  250. package/tls/indexes.js +2 -2
  251. package/tls/logContexts.d.ts +107 -0
  252. package/tls/logContexts.js +35 -0
  253. package/tls/logContexts.js.map +1 -0
  254. package/tls/logHistograms.d.ts +122 -0
  255. package/tls/logHistograms.js +60 -0
  256. package/tls/logHistograms.js.map +1 -0
  257. package/tls/logSearches.d.ts +166 -0
  258. package/tls/logSearches.js +65 -0
  259. package/tls/logSearches.js.map +1 -0
  260. package/tls/project.d.ts +24 -29
  261. package/tls/project.js +17 -11
  262. package/tls/project.js.map +1 -1
  263. package/tls/rule.d.ts +79 -36
  264. package/tls/rule.js +79 -36
  265. package/tls/rule.js.map +1 -1
  266. package/tls/ruleAppliers.d.ts +251 -17
  267. package/tls/ruleAppliers.js +239 -5
  268. package/tls/ruleAppliers.js.map +1 -1
  269. package/tls/ruleBoundHostGroup.d.ts +82 -0
  270. package/tls/ruleBoundHostGroup.js +79 -0
  271. package/tls/ruleBoundHostGroup.js.map +1 -0
  272. package/tls/ruleBoundHostGroups.d.ts +77 -0
  273. package/tls/ruleBoundHostGroups.js +49 -0
  274. package/tls/ruleBoundHostGroups.js.map +1 -0
  275. package/tls/rules.d.ts +54 -7
  276. package/tls/rules.js +15 -2
  277. package/tls/rules.js.map +1 -1
  278. package/tls/searchTraces.d.ts +87 -0
  279. package/tls/searchTraces.js +50 -0
  280. package/tls/searchTraces.js.map +1 -0
  281. package/tls/shard.d.ts +101 -0
  282. package/tls/shard.js +83 -0
  283. package/tls/shard.js.map +1 -0
  284. package/tls/shards.d.ts +2 -2
  285. package/tls/shards.js +2 -2
  286. package/tls/shipper.d.ts +17 -6
  287. package/tls/shipper.js +7 -6
  288. package/tls/shipper.js.map +1 -1
  289. package/tls/tag.d.ts +112 -0
  290. package/tls/tag.js +100 -0
  291. package/tls/tag.js.map +1 -0
  292. package/tls/tagResource.d.ts +111 -0
  293. package/tls/tagResource.js +99 -0
  294. package/tls/tagResource.js.map +1 -0
  295. package/tls/tagResources.d.ts +169 -0
  296. package/tls/tagResources.js +109 -0
  297. package/tls/tagResources.js.map +1 -0
  298. package/tls/tags.d.ts +117 -0
  299. package/tls/tags.js +57 -0
  300. package/tls/tags.js.map +1 -0
  301. package/tls/topic.d.ts +84 -3
  302. package/tls/topic.js +24 -3
  303. package/tls/topic.js.map +1 -1
  304. package/tls/topics.d.ts +4 -13
  305. package/tls/topics.js +4 -5
  306. package/tls/topics.js.map +1 -1
  307. package/tls/traceInstance.d.ts +122 -0
  308. package/tls/traceInstance.js +97 -0
  309. package/tls/traceInstance.js.map +1 -0
  310. package/tls/traceInstances.d.ts +156 -0
  311. package/tls/traceInstances.js +66 -0
  312. package/tls/traceInstances.js.map +1 -0
  313. package/types/input.d.ts +1038 -28
  314. package/types/output.d.ts +4112 -516
package/types/input.d.ts CHANGED
@@ -2024,6 +2024,36 @@ export declare namespace clb {
2024
2024
  */
2025
2025
  entry: pulumi.Input<string>;
2026
2026
  }
2027
+ interface AclTag {
2028
+ /**
2029
+ * The Key of Tags.
2030
+ */
2031
+ key: pulumi.Input<string>;
2032
+ /**
2033
+ * The Value of Tags.
2034
+ */
2035
+ value: pulumi.Input<string>;
2036
+ }
2037
+ interface AclsTag {
2038
+ /**
2039
+ * The Key of Tags.
2040
+ */
2041
+ key: string;
2042
+ /**
2043
+ * The Value of Tags.
2044
+ */
2045
+ value: string;
2046
+ }
2047
+ interface AclsTagArgs {
2048
+ /**
2049
+ * The Key of Tags.
2050
+ */
2051
+ key: pulumi.Input<string>;
2052
+ /**
2053
+ * The Value of Tags.
2054
+ */
2055
+ value: pulumi.Input<string>;
2056
+ }
2027
2057
  interface CertificateTag {
2028
2058
  /**
2029
2059
  * The Key of Tags.
@@ -2059,6 +2089,10 @@ export declare namespace clb {
2059
2089
  * The peek bandwidth of the EIP which automatically assigned to CLB.
2060
2090
  */
2061
2091
  bandwidth?: pulumi.Input<number>;
2092
+ /**
2093
+ * The ID of the shared bandwidth package that the EIP is to be added to. Only valid when the eipBillingType is `PostPaidByBandwidth` or `PostPaidByTraffic`.
2094
+ */
2095
+ bandwidthPackageId?: pulumi.Input<string>;
2062
2096
  /**
2063
2097
  * The billing type of the EIP which automatically assigned to CLB. And optional choice contains `PostPaidByBandwidth` or `PostPaidByTraffic` or `PrePaid`.When creating a `PrePaid` public CLB, this field must be specified as `PrePaid` simultaneously.When the LoadBalancerBillingType changes from `PostPaid` to `PrePaid`, please manually modify the value of this field to `PrePaid` simultaneously.
2064
2098
  */
@@ -2067,6 +2101,14 @@ export declare namespace clb {
2067
2101
  * The ISP of the EIP which automatically associated to CLB, the value can be `BGP` or `ChinaMobile` or `ChinaUnicom` or `ChinaTelecom` or `SingleLine_BGP` or `Static_BGP` or `Fusion_BGP`.
2068
2102
  */
2069
2103
  isp: pulumi.Input<string>;
2104
+ /**
2105
+ * The ID of the DDoS native protection (Enterprise Edition) instance.
2106
+ */
2107
+ securityProtectionInstanceId?: pulumi.Input<string>;
2108
+ /**
2109
+ * The security protection types of the EIP. Only valid when the eipBillingType is `PostPaidByBandwidth` or `PostPaidByTraffic`.
2110
+ */
2111
+ securityProtectionTypes?: pulumi.Input<pulumi.Input<string>[]>;
2070
2112
  }
2071
2113
  interface ClbTag {
2072
2114
  /**
@@ -2098,6 +2140,26 @@ export declare namespace clb {
2098
2140
  */
2099
2141
  value: pulumi.Input<string>;
2100
2142
  }
2143
+ interface GetAclsTag {
2144
+ /**
2145
+ * The Key of Tags.
2146
+ */
2147
+ key: string;
2148
+ /**
2149
+ * The Value of Tags.
2150
+ */
2151
+ value: string;
2152
+ }
2153
+ interface GetAclsTagArgs {
2154
+ /**
2155
+ * The Key of Tags.
2156
+ */
2157
+ key: pulumi.Input<string>;
2158
+ /**
2159
+ * The Value of Tags.
2160
+ */
2161
+ value: pulumi.Input<string>;
2162
+ }
2101
2163
  interface GetCertificatesTag {
2102
2164
  /**
2103
2165
  * The Key of Tags.
@@ -2138,6 +2200,66 @@ export declare namespace clb {
2138
2200
  */
2139
2201
  value: pulumi.Input<string>;
2140
2202
  }
2203
+ interface GetListenersTag {
2204
+ /**
2205
+ * The Key of Tags.
2206
+ */
2207
+ key: string;
2208
+ /**
2209
+ * The Value of Tags.
2210
+ */
2211
+ value: string;
2212
+ }
2213
+ interface GetListenersTagArgs {
2214
+ /**
2215
+ * The Key of Tags.
2216
+ */
2217
+ key: pulumi.Input<string>;
2218
+ /**
2219
+ * The Value of Tags.
2220
+ */
2221
+ value: pulumi.Input<string>;
2222
+ }
2223
+ interface GetRulesTag {
2224
+ /**
2225
+ * The Key of Tags.
2226
+ */
2227
+ key: string;
2228
+ /**
2229
+ * The Value of Tags.
2230
+ */
2231
+ value: string;
2232
+ }
2233
+ interface GetRulesTagArgs {
2234
+ /**
2235
+ * The Key of Tags.
2236
+ */
2237
+ key: pulumi.Input<string>;
2238
+ /**
2239
+ * The Value of Tags.
2240
+ */
2241
+ value: pulumi.Input<string>;
2242
+ }
2243
+ interface GetServerGroupsTag {
2244
+ /**
2245
+ * The Key of Tags.
2246
+ */
2247
+ key: string;
2248
+ /**
2249
+ * The Value of Tags.
2250
+ */
2251
+ value: string;
2252
+ }
2253
+ interface GetServerGroupsTagArgs {
2254
+ /**
2255
+ * The Key of Tags.
2256
+ */
2257
+ key: pulumi.Input<string>;
2258
+ /**
2259
+ * The Value of Tags.
2260
+ */
2261
+ value: pulumi.Input<string>;
2262
+ }
2141
2263
  interface ListenerHealthCheck {
2142
2264
  /**
2143
2265
  * The domain of health check.
@@ -2163,6 +2285,10 @@ export declare namespace clb {
2163
2285
  * The method of health check, the value can be `GET` or `HEAD`.
2164
2286
  */
2165
2287
  method?: pulumi.Input<string>;
2288
+ /**
2289
+ * The port for health check, with a value range of 1-65535.
2290
+ */
2291
+ port?: pulumi.Input<number>;
2166
2292
  /**
2167
2293
  * The response timeout of health check, default 2, range in 1~60..
2168
2294
  */
@@ -2184,6 +2310,118 @@ export declare namespace clb {
2184
2310
  */
2185
2311
  uri?: pulumi.Input<string>;
2186
2312
  }
2313
+ interface ListenerTag {
2314
+ /**
2315
+ * The Key of Tags.
2316
+ */
2317
+ key: pulumi.Input<string>;
2318
+ /**
2319
+ * The Value of Tags.
2320
+ */
2321
+ value: pulumi.Input<string>;
2322
+ }
2323
+ interface ListenersTag {
2324
+ /**
2325
+ * The Key of Tags.
2326
+ */
2327
+ key: string;
2328
+ /**
2329
+ * The Value of Tags.
2330
+ */
2331
+ value: string;
2332
+ }
2333
+ interface ListenersTagArgs {
2334
+ /**
2335
+ * The Key of Tags.
2336
+ */
2337
+ key: pulumi.Input<string>;
2338
+ /**
2339
+ * The Value of Tags.
2340
+ */
2341
+ value: pulumi.Input<string>;
2342
+ }
2343
+ interface RuleRedirectConfig {
2344
+ /**
2345
+ * The redirect host, i.e. the domain name redirected by the rule.
2346
+ */
2347
+ host?: pulumi.Input<string>;
2348
+ /**
2349
+ * The redirect path.
2350
+ */
2351
+ path?: pulumi.Input<string>;
2352
+ /**
2353
+ * The redirect port, valid range: 1~65535.
2354
+ */
2355
+ port?: pulumi.Input<string>;
2356
+ /**
2357
+ * The redirect protocol. Valid values: `HTTP`, `HTTPS`.
2358
+ */
2359
+ protocol?: pulumi.Input<string>;
2360
+ /**
2361
+ * The redirect status code. Valid values: 301, 302, 307, 308.
2362
+ */
2363
+ statusCode?: pulumi.Input<string>;
2364
+ }
2365
+ interface RuleTag {
2366
+ /**
2367
+ * The Key of Tags.
2368
+ */
2369
+ key: pulumi.Input<string>;
2370
+ /**
2371
+ * The Value of Tags.
2372
+ */
2373
+ value: pulumi.Input<string>;
2374
+ }
2375
+ interface RulesTag {
2376
+ /**
2377
+ * The Key of Tags.
2378
+ */
2379
+ key: string;
2380
+ /**
2381
+ * The Value of Tags.
2382
+ */
2383
+ value: string;
2384
+ }
2385
+ interface RulesTagArgs {
2386
+ /**
2387
+ * The Key of Tags.
2388
+ */
2389
+ key: pulumi.Input<string>;
2390
+ /**
2391
+ * The Value of Tags.
2392
+ */
2393
+ value: pulumi.Input<string>;
2394
+ }
2395
+ interface ServerGroupTag {
2396
+ /**
2397
+ * The Key of Tags.
2398
+ */
2399
+ key: pulumi.Input<string>;
2400
+ /**
2401
+ * The Value of Tags.
2402
+ */
2403
+ value: pulumi.Input<string>;
2404
+ }
2405
+ interface ServerGroupsTag {
2406
+ /**
2407
+ * The Key of Tags.
2408
+ */
2409
+ key: string;
2410
+ /**
2411
+ * The Value of Tags.
2412
+ */
2413
+ value: string;
2414
+ }
2415
+ interface ServerGroupsTagArgs {
2416
+ /**
2417
+ * The Key of Tags.
2418
+ */
2419
+ key: pulumi.Input<string>;
2420
+ /**
2421
+ * The Value of Tags.
2422
+ */
2423
+ value: pulumi.Input<string>;
2424
+ }
2187
2425
  }
2188
2426
  export declare namespace cloud_firewall {
2189
2427
  interface CfwDnsControlPolicySource {
@@ -6204,61 +6442,365 @@ export declare namespace tls {
6204
6442
  */
6205
6443
  sms: pulumi.Input<number>;
6206
6444
  }
6207
- interface AlarmNotifyGroupReceiver {
6445
+ interface AlarmContentTemplateDingTalk {
6208
6446
  /**
6209
- * The end time.
6447
+ * The content of the dingTalk content template.
6210
6448
  */
6211
- endTime: pulumi.Input<string>;
6449
+ content: pulumi.Input<string>;
6212
6450
  /**
6213
- * The list of the receiver channels. Currently supported channels: Email, Sms, Phone.
6451
+ * The locale of the dingTalk content template.
6214
6452
  */
6215
- receiverChannels: pulumi.Input<pulumi.Input<string>[]>;
6453
+ locale: pulumi.Input<string>;
6216
6454
  /**
6217
- * List of the receiver names.
6455
+ * The title of the dingTalk content template.
6218
6456
  */
6219
- receiverNames: pulumi.Input<pulumi.Input<string>[]>;
6457
+ title: pulumi.Input<string>;
6458
+ }
6459
+ interface AlarmContentTemplateEmail {
6220
6460
  /**
6221
- * The receiver type, Can be set as: `User`(The id of user).
6461
+ * The content of the email content template.
6222
6462
  */
6223
- receiverType: pulumi.Input<string>;
6463
+ content: pulumi.Input<string>;
6224
6464
  /**
6225
- * The start time.
6465
+ * The locale of the email content template.
6226
6466
  */
6227
- startTime: pulumi.Input<string>;
6467
+ locale: pulumi.Input<string>;
6468
+ /**
6469
+ * The subject of the email content template.
6470
+ */
6471
+ subject: pulumi.Input<string>;
6228
6472
  }
6229
- interface AlarmQueryRequest {
6473
+ interface AlarmContentTemplateLark {
6230
6474
  /**
6231
- * The end time of the query range is relative to the current historical time. The unit is minutes. The value is not positive and must be greater than StartTimeOffset. The maximum value is 0 and the minimum value is -1440.
6475
+ * The content of the lark content template.
6232
6476
  */
6233
- endTimeOffset: pulumi.Input<number>;
6477
+ content: pulumi.Input<string>;
6234
6478
  /**
6235
- * Alarm object sequence number; increments from 1.
6479
+ * The locale of the lark content template.
6236
6480
  */
6237
- number: pulumi.Input<number>;
6481
+ locale: pulumi.Input<string>;
6238
6482
  /**
6239
- * Query statement, the maximum supported length is 1024.
6483
+ * The title of the lark content template.
6240
6484
  */
6241
- query: pulumi.Input<string>;
6485
+ title: pulumi.Input<string>;
6486
+ }
6487
+ interface AlarmContentTemplateSm {
6242
6488
  /**
6243
- * The start time of the query range is relative to the current historical time, in minutes. The value is non-positive, the maximum value is 0, and the minimum value is -1440.
6489
+ * The content of the sms content template.
6244
6490
  */
6245
- startTimeOffset: pulumi.Input<number>;
6491
+ content: pulumi.Input<string>;
6246
6492
  /**
6247
- * The id of the topic.
6493
+ * The locale of the sms content template.
6248
6494
  */
6249
- topicId: pulumi.Input<string>;
6495
+ locale: pulumi.Input<string>;
6250
6496
  }
6251
- interface AlarmRequestCycle {
6497
+ interface AlarmContentTemplateVm {
6252
6498
  /**
6253
- * The cycle of alarm task execution, or the time point of periodic execution. The unit is minutes, and the value range is 1~1440.
6499
+ * The content of the vms content template.
6254
6500
  */
6255
- time: pulumi.Input<number>;
6501
+ content: pulumi.Input<string>;
6502
+ /**
6503
+ * The locale of the vms content template.
6504
+ */
6505
+ locale: pulumi.Input<string>;
6506
+ }
6507
+ interface AlarmContentTemplateWebhook {
6508
+ /**
6509
+ * The content of the webhook content template.
6510
+ */
6511
+ content: pulumi.Input<string>;
6512
+ }
6513
+ interface AlarmContentTemplateWechat {
6514
+ /**
6515
+ * The content of the wechat content template.
6516
+ */
6517
+ content: pulumi.Input<string>;
6518
+ /**
6519
+ * The locale of the wechat content template.
6520
+ */
6521
+ locale: pulumi.Input<string>;
6522
+ }
6523
+ interface AlarmJoinConfiguration {
6524
+ /**
6525
+ * The condition.
6526
+ */
6527
+ condition?: pulumi.Input<string>;
6528
+ /**
6529
+ * The set operation type.
6530
+ */
6531
+ setOperationType?: pulumi.Input<string>;
6532
+ }
6533
+ interface AlarmNotifyGroupNoticeRule {
6534
+ /**
6535
+ * Whether there is an end node behind.
6536
+ */
6537
+ hasEndNode?: pulumi.Input<boolean>;
6538
+ /**
6539
+ * Whether to continue to the next level of condition judgment.
6540
+ */
6541
+ hasNext?: pulumi.Input<boolean>;
6542
+ /**
6543
+ * List of IAM users to receive alerts.
6544
+ */
6545
+ receiverInfos?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfo>[]>;
6546
+ /**
6547
+ * The rule node.
6548
+ */
6549
+ ruleNode?: pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleRuleNode>;
6550
+ }
6551
+ interface AlarmNotifyGroupNoticeRuleReceiverInfo {
6552
+ /**
6553
+ * The alarm content template id.
6554
+ */
6555
+ alarmContentTemplateId?: pulumi.Input<string>;
6556
+ /**
6557
+ * The alarm webhook at users.
6558
+ */
6559
+ alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
6560
+ /**
6561
+ * The alarm webhook integration id.
6562
+ */
6563
+ alarmWebhookIntegrationId?: pulumi.Input<string>;
6564
+ /**
6565
+ * The alarm webhook integration name.
6566
+ */
6567
+ alarmWebhookIntegrationName?: pulumi.Input<string>;
6568
+ /**
6569
+ * The alarm webhook is at all.
6570
+ */
6571
+ alarmWebhookIsAtAll?: pulumi.Input<boolean>;
6572
+ /**
6573
+ * The end time.
6574
+ */
6575
+ endTime?: pulumi.Input<string>;
6576
+ /**
6577
+ * The webhook body.
6578
+ */
6579
+ generalWebhookBody?: pulumi.Input<string>;
6580
+ /**
6581
+ * The general webhook headers.
6582
+ */
6583
+ generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader>[]>;
6584
+ /**
6585
+ * The general webhook method.
6586
+ */
6587
+ generalWebhookMethod?: pulumi.Input<string>;
6588
+ /**
6589
+ * The webhook url.
6590
+ */
6591
+ generalWebhookUrl?: pulumi.Input<string>;
6592
+ /**
6593
+ * The list of the receiver channels.
6594
+ */
6595
+ receiverChannels?: pulumi.Input<pulumi.Input<string>[]>;
6596
+ /**
6597
+ * List of the receiver names.
6598
+ */
6599
+ receiverNames?: pulumi.Input<pulumi.Input<string>[]>;
6600
+ /**
6601
+ * The receiver type.
6602
+ */
6603
+ receiverType?: pulumi.Input<string>;
6604
+ /**
6605
+ * The start time.
6606
+ */
6607
+ startTime?: pulumi.Input<string>;
6608
+ }
6609
+ interface AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
6610
+ /**
6611
+ * The key of the header.
6612
+ */
6613
+ key?: pulumi.Input<string>;
6614
+ /**
6615
+ * The value of the header.
6616
+ */
6617
+ value?: pulumi.Input<string>;
6618
+ }
6619
+ interface AlarmNotifyGroupNoticeRuleRuleNode {
6620
+ /**
6621
+ * The children of the rule node.
6622
+ */
6623
+ childrens?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleRuleNodeChildren>[]>;
6624
+ /**
6625
+ * The type of the rule node.
6626
+ */
6627
+ type?: pulumi.Input<string>;
6628
+ /**
6629
+ * The value of the rule node.
6630
+ */
6631
+ values?: pulumi.Input<pulumi.Input<string>[]>;
6632
+ }
6633
+ interface AlarmNotifyGroupNoticeRuleRuleNodeChildren {
6634
+ /**
6635
+ * The type of the rule node.
6636
+ */
6637
+ type?: pulumi.Input<string>;
6638
+ /**
6639
+ * The value of the rule node.
6640
+ */
6641
+ values?: pulumi.Input<pulumi.Input<string>[]>;
6642
+ }
6643
+ interface AlarmNotifyGroupReceiver {
6644
+ /**
6645
+ * The alarm content template id.
6646
+ */
6647
+ alarmContentTemplateId?: pulumi.Input<string>;
6648
+ /**
6649
+ * The alarm webhook at users.
6650
+ */
6651
+ alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
6652
+ /**
6653
+ * The alarm webhook integration id.
6654
+ */
6655
+ alarmWebhookIntegrationId?: pulumi.Input<string>;
6656
+ /**
6657
+ * The alarm webhook integration name.
6658
+ */
6659
+ alarmWebhookIntegrationName?: pulumi.Input<string>;
6660
+ /**
6661
+ * The alarm webhook is at all.
6662
+ */
6663
+ alarmWebhookIsAtAll?: pulumi.Input<boolean>;
6664
+ /**
6665
+ * The end time.
6666
+ */
6667
+ endTime: pulumi.Input<string>;
6668
+ /**
6669
+ * The webhook body.
6670
+ */
6671
+ generalWebhookBody?: pulumi.Input<string>;
6672
+ /**
6673
+ * The general webhook headers.
6674
+ */
6675
+ generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupReceiverGeneralWebhookHeader>[]>;
6676
+ /**
6677
+ * The general webhook method.
6678
+ */
6679
+ generalWebhookMethod?: pulumi.Input<string>;
6680
+ /**
6681
+ * The webhook url.
6682
+ */
6683
+ generalWebhookUrl?: pulumi.Input<string>;
6684
+ /**
6685
+ * The list of the receiver channels. Currently supported channels: Email, Sms, Phone.
6686
+ */
6687
+ receiverChannels: pulumi.Input<pulumi.Input<string>[]>;
6688
+ /**
6689
+ * List of the receiver names.
6690
+ */
6691
+ receiverNames: pulumi.Input<pulumi.Input<string>[]>;
6692
+ /**
6693
+ * The receiver type, Can be set as: `User`(The id of user).
6694
+ */
6695
+ receiverType: pulumi.Input<string>;
6696
+ /**
6697
+ * The start time.
6698
+ */
6699
+ startTime: pulumi.Input<string>;
6700
+ }
6701
+ interface AlarmNotifyGroupReceiverGeneralWebhookHeader {
6702
+ /**
6703
+ * The key of the header.
6704
+ */
6705
+ key?: pulumi.Input<string>;
6706
+ /**
6707
+ * The value of the header.
6708
+ */
6709
+ value?: pulumi.Input<string>;
6710
+ }
6711
+ interface AlarmQueryRequest {
6712
+ /**
6713
+ * The end time of the query range is relative to the current historical time. The unit is minutes. The value is not positive and must be greater than StartTimeOffset. The maximum value is 0 and the minimum value is -1440.
6714
+ */
6715
+ endTimeOffset: pulumi.Input<number>;
6716
+ /**
6717
+ * The end time offset unit.
6718
+ */
6719
+ endTimeOffsetUnit?: pulumi.Input<string>;
6720
+ /**
6721
+ * Alarm object sequence number; increments from 1.
6722
+ */
6723
+ number: pulumi.Input<number>;
6724
+ /**
6725
+ * Query statement, the maximum supported length is 1024.
6726
+ */
6727
+ query: pulumi.Input<string>;
6728
+ /**
6729
+ * The start time of the query range is relative to the current historical time, in minutes. The value is non-positive, the maximum value is 0, and the minimum value is -1440.
6730
+ */
6731
+ startTimeOffset: pulumi.Input<number>;
6732
+ /**
6733
+ * The start time offset unit.
6734
+ */
6735
+ startTimeOffsetUnit?: pulumi.Input<string>;
6736
+ /**
6737
+ * The time span type.
6738
+ */
6739
+ timeSpanType?: pulumi.Input<string>;
6740
+ /**
6741
+ * The id of the topic.
6742
+ */
6743
+ topicId: pulumi.Input<string>;
6744
+ /**
6745
+ * The truncated time.
6746
+ */
6747
+ truncatedTime?: pulumi.Input<string>;
6748
+ }
6749
+ interface AlarmRequestCycle {
6750
+ /**
6751
+ * The cron tab.
6752
+ */
6753
+ cronTab?: pulumi.Input<string>;
6754
+ /**
6755
+ * The cycle of alarm task execution, or the time point of periodic execution. The unit is minutes, and the value range is 1~1440.
6756
+ */
6757
+ time?: pulumi.Input<number>;
6256
6758
  /**
6257
6759
  * Execution cycle type.
6258
- * Period: Periodic execution, which means executing once every certain period of time.
6259
- * Fixed: Regular execution, which means executing at a fixed time point every day.
6260
6760
  */
6261
- type: pulumi.Input<string>;
6761
+ type?: pulumi.Input<string>;
6762
+ }
6763
+ interface AlarmTriggerCondition {
6764
+ /**
6765
+ * The condition.
6766
+ */
6767
+ condition?: pulumi.Input<string>;
6768
+ /**
6769
+ * The count condition.
6770
+ */
6771
+ countCondition?: pulumi.Input<string>;
6772
+ /**
6773
+ * The no data.
6774
+ */
6775
+ noData?: pulumi.Input<boolean>;
6776
+ /**
6777
+ * The severity.
6778
+ */
6779
+ severity?: pulumi.Input<string>;
6780
+ }
6781
+ interface AlarmWebhookIntegrationWebhookHeader {
6782
+ /**
6783
+ * The key of the header.
6784
+ */
6785
+ key?: pulumi.Input<string>;
6786
+ /**
6787
+ * The value of the header.
6788
+ */
6789
+ value?: pulumi.Input<string>;
6790
+ }
6791
+ interface DownloadTaskLogContextInfos {
6792
+ /**
6793
+ * The context flow of the log.
6794
+ */
6795
+ contextFlow?: pulumi.Input<string>;
6796
+ /**
6797
+ * The package offset of the log.
6798
+ */
6799
+ packageOffset?: pulumi.Input<number>;
6800
+ /**
6801
+ * The source of the log.
6802
+ */
6803
+ source?: pulumi.Input<string>;
6262
6804
  }
6263
6805
  interface EtlTaskTargetResource {
6264
6806
  /**
@@ -6294,6 +6836,182 @@ export declare namespace tls {
6294
6836
  */
6295
6837
  value: pulumi.Input<string>;
6296
6838
  }
6839
+ interface GetSearchTracesQuery {
6840
+ /**
6841
+ * Whether to sort results in ascending order. true means ascending, false means descending.
6842
+ */
6843
+ asc?: boolean;
6844
+ /**
6845
+ * Attributes.
6846
+ */
6847
+ attributes?: inputs.tls.GetSearchTracesQueryAttribute[];
6848
+ /**
6849
+ * Maximum trace duration in microseconds.
6850
+ */
6851
+ durationMax?: number;
6852
+ /**
6853
+ * Minimum trace duration in microseconds.
6854
+ */
6855
+ durationMin?: number;
6856
+ /**
6857
+ * Type of the trace.
6858
+ */
6859
+ kind?: string;
6860
+ /**
6861
+ * Maximum number of records to return, used for pagination.
6862
+ */
6863
+ limit?: number;
6864
+ /**
6865
+ * Offset for paginated query.
6866
+ */
6867
+ offset?: number;
6868
+ /**
6869
+ * Operation name, used to filter traces with specific operation.
6870
+ */
6871
+ operationName?: string;
6872
+ /**
6873
+ * Sorting field. Supported fields: Kind, Name, ServiceName, Start, End, Duration, and indexed fields in Attributes.
6874
+ */
6875
+ order?: string;
6876
+ /**
6877
+ * Service name, used to filter traces from specific service.
6878
+ */
6879
+ serviceName?: string;
6880
+ /**
6881
+ * Maximum start time for searching traces, in microsecond timestamp format.
6882
+ */
6883
+ startTimeMax?: number;
6884
+ /**
6885
+ * Minimum start time for searching traces, in microsecond timestamp format.
6886
+ */
6887
+ startTimeMin?: number;
6888
+ /**
6889
+ * Trace status code, used to filter traces with specific status.
6890
+ */
6891
+ statusCode?: string;
6892
+ /**
6893
+ * Trace ID.
6894
+ */
6895
+ traceId?: string;
6896
+ }
6897
+ interface GetSearchTracesQueryArgs {
6898
+ /**
6899
+ * Whether to sort results in ascending order. true means ascending, false means descending.
6900
+ */
6901
+ asc?: pulumi.Input<boolean>;
6902
+ /**
6903
+ * Attributes.
6904
+ */
6905
+ attributes?: pulumi.Input<pulumi.Input<inputs.tls.GetSearchTracesQueryAttributeArgs>[]>;
6906
+ /**
6907
+ * Maximum trace duration in microseconds.
6908
+ */
6909
+ durationMax?: pulumi.Input<number>;
6910
+ /**
6911
+ * Minimum trace duration in microseconds.
6912
+ */
6913
+ durationMin?: pulumi.Input<number>;
6914
+ /**
6915
+ * Type of the trace.
6916
+ */
6917
+ kind?: pulumi.Input<string>;
6918
+ /**
6919
+ * Maximum number of records to return, used for pagination.
6920
+ */
6921
+ limit?: pulumi.Input<number>;
6922
+ /**
6923
+ * Offset for paginated query.
6924
+ */
6925
+ offset?: pulumi.Input<number>;
6926
+ /**
6927
+ * Operation name, used to filter traces with specific operation.
6928
+ */
6929
+ operationName?: pulumi.Input<string>;
6930
+ /**
6931
+ * Sorting field. Supported fields: Kind, Name, ServiceName, Start, End, Duration, and indexed fields in Attributes.
6932
+ */
6933
+ order?: pulumi.Input<string>;
6934
+ /**
6935
+ * Service name, used to filter traces from specific service.
6936
+ */
6937
+ serviceName?: pulumi.Input<string>;
6938
+ /**
6939
+ * Maximum start time for searching traces, in microsecond timestamp format.
6940
+ */
6941
+ startTimeMax?: pulumi.Input<number>;
6942
+ /**
6943
+ * Minimum start time for searching traces, in microsecond timestamp format.
6944
+ */
6945
+ startTimeMin?: pulumi.Input<number>;
6946
+ /**
6947
+ * Trace status code, used to filter traces with specific status.
6948
+ */
6949
+ statusCode?: pulumi.Input<string>;
6950
+ /**
6951
+ * Trace ID.
6952
+ */
6953
+ traceId?: pulumi.Input<string>;
6954
+ }
6955
+ interface GetSearchTracesQueryAttribute {
6956
+ /**
6957
+ * Attribute key.
6958
+ */
6959
+ key: string;
6960
+ /**
6961
+ * Attribute value.
6962
+ */
6963
+ value: string;
6964
+ }
6965
+ interface GetSearchTracesQueryAttributeArgs {
6966
+ /**
6967
+ * Attribute key.
6968
+ */
6969
+ key: pulumi.Input<string>;
6970
+ /**
6971
+ * Attribute value.
6972
+ */
6973
+ value: pulumi.Input<string>;
6974
+ }
6975
+ interface GetTagResourcesTagFilter {
6976
+ /**
6977
+ * The key of the tag filter.
6978
+ */
6979
+ key: string;
6980
+ /**
6981
+ * The values of the tag filter.
6982
+ */
6983
+ values: string[];
6984
+ }
6985
+ interface GetTagResourcesTagFilterArgs {
6986
+ /**
6987
+ * The key of the tag filter.
6988
+ */
6989
+ key: pulumi.Input<string>;
6990
+ /**
6991
+ * The values of the tag filter.
6992
+ */
6993
+ values: pulumi.Input<pulumi.Input<string>[]>;
6994
+ }
6995
+ interface GetTagsTagFilter {
6996
+ /**
6997
+ * The key of the tag filter.
6998
+ */
6999
+ key: string;
7000
+ /**
7001
+ * The values of the tag filter.
7002
+ */
7003
+ values: string[];
7004
+ }
7005
+ interface GetTagsTagFilterArgs {
7006
+ /**
7007
+ * The key of the tag filter.
7008
+ */
7009
+ key: pulumi.Input<string>;
7010
+ /**
7011
+ * The values of the tag filter.
7012
+ */
7013
+ values: pulumi.Input<pulumi.Input<string>[]>;
7014
+ }
6297
7015
  interface GetTopicsTag {
6298
7016
  /**
6299
7017
  * The Key of Tags.
@@ -6710,6 +7428,10 @@ export declare namespace tls {
6710
7428
  * Automatically extract log fields according to the specified log template.
6711
7429
  */
6712
7430
  logTemplate?: pulumi.Input<inputs.tls.RuleExtractRuleLogTemplate>;
7431
+ /**
7432
+ * The quote symbol.
7433
+ */
7434
+ quote?: pulumi.Input<string>;
6713
7435
  /**
6714
7436
  * Parsing format of the time field.
6715
7437
  */
@@ -6718,6 +7440,10 @@ export declare namespace tls {
6718
7440
  * The field name of the log time field.
6719
7441
  */
6720
7442
  timeKey?: pulumi.Input<string>;
7443
+ /**
7444
+ * The time zone.
7445
+ */
7446
+ timeZone?: pulumi.Input<string>;
6721
7447
  /**
6722
7448
  * When uploading the failed log, the key name of the failed log.
6723
7449
  */
@@ -6845,6 +7571,172 @@ export declare namespace tls {
6845
7571
  */
6846
7572
  type: pulumi.Input<string>;
6847
7573
  }
7574
+ interface SearchTracesQuery {
7575
+ /**
7576
+ * Whether to sort results in ascending order. true means ascending, false means descending.
7577
+ */
7578
+ asc?: boolean;
7579
+ /**
7580
+ * Attributes.
7581
+ */
7582
+ attributes?: inputs.tls.SearchTracesQueryAttribute[];
7583
+ /**
7584
+ * Maximum trace duration in microseconds.
7585
+ */
7586
+ durationMax?: number;
7587
+ /**
7588
+ * Minimum trace duration in microseconds.
7589
+ */
7590
+ durationMin?: number;
7591
+ /**
7592
+ * Type of the trace.
7593
+ */
7594
+ kind?: string;
7595
+ /**
7596
+ * Maximum number of records to return, used for pagination.
7597
+ */
7598
+ limit?: number;
7599
+ /**
7600
+ * Offset for paginated query.
7601
+ */
7602
+ offset?: number;
7603
+ /**
7604
+ * Operation name, used to filter traces with specific operation.
7605
+ */
7606
+ operationName?: string;
7607
+ /**
7608
+ * Sorting field. Supported fields: Kind, Name, ServiceName, Start, End, Duration, and indexed fields in Attributes.
7609
+ */
7610
+ order?: string;
7611
+ /**
7612
+ * Service name, used to filter traces from specific service.
7613
+ */
7614
+ serviceName?: string;
7615
+ /**
7616
+ * Maximum start time for searching traces, in microsecond timestamp format.
7617
+ */
7618
+ startTimeMax?: number;
7619
+ /**
7620
+ * Minimum start time for searching traces, in microsecond timestamp format.
7621
+ */
7622
+ startTimeMin?: number;
7623
+ /**
7624
+ * Trace status code, used to filter traces with specific status.
7625
+ */
7626
+ statusCode?: string;
7627
+ /**
7628
+ * Trace ID.
7629
+ */
7630
+ traceId?: string;
7631
+ }
7632
+ interface SearchTracesQueryArgs {
7633
+ /**
7634
+ * Whether to sort results in ascending order. true means ascending, false means descending.
7635
+ */
7636
+ asc?: pulumi.Input<boolean>;
7637
+ /**
7638
+ * Attributes.
7639
+ */
7640
+ attributes?: pulumi.Input<pulumi.Input<inputs.tls.SearchTracesQueryAttributeArgs>[]>;
7641
+ /**
7642
+ * Maximum trace duration in microseconds.
7643
+ */
7644
+ durationMax?: pulumi.Input<number>;
7645
+ /**
7646
+ * Minimum trace duration in microseconds.
7647
+ */
7648
+ durationMin?: pulumi.Input<number>;
7649
+ /**
7650
+ * Type of the trace.
7651
+ */
7652
+ kind?: pulumi.Input<string>;
7653
+ /**
7654
+ * Maximum number of records to return, used for pagination.
7655
+ */
7656
+ limit?: pulumi.Input<number>;
7657
+ /**
7658
+ * Offset for paginated query.
7659
+ */
7660
+ offset?: pulumi.Input<number>;
7661
+ /**
7662
+ * Operation name, used to filter traces with specific operation.
7663
+ */
7664
+ operationName?: pulumi.Input<string>;
7665
+ /**
7666
+ * Sorting field. Supported fields: Kind, Name, ServiceName, Start, End, Duration, and indexed fields in Attributes.
7667
+ */
7668
+ order?: pulumi.Input<string>;
7669
+ /**
7670
+ * Service name, used to filter traces from specific service.
7671
+ */
7672
+ serviceName?: pulumi.Input<string>;
7673
+ /**
7674
+ * Maximum start time for searching traces, in microsecond timestamp format.
7675
+ */
7676
+ startTimeMax?: pulumi.Input<number>;
7677
+ /**
7678
+ * Minimum start time for searching traces, in microsecond timestamp format.
7679
+ */
7680
+ startTimeMin?: pulumi.Input<number>;
7681
+ /**
7682
+ * Trace status code, used to filter traces with specific status.
7683
+ */
7684
+ statusCode?: pulumi.Input<string>;
7685
+ /**
7686
+ * Trace ID.
7687
+ */
7688
+ traceId?: pulumi.Input<string>;
7689
+ }
7690
+ interface SearchTracesQueryAttribute {
7691
+ /**
7692
+ * Attribute key.
7693
+ */
7694
+ key: string;
7695
+ /**
7696
+ * Attribute value.
7697
+ */
7698
+ value: string;
7699
+ }
7700
+ interface SearchTracesQueryAttributeArgs {
7701
+ /**
7702
+ * Attribute key.
7703
+ */
7704
+ key: pulumi.Input<string>;
7705
+ /**
7706
+ * Attribute value.
7707
+ */
7708
+ value: pulumi.Input<string>;
7709
+ }
7710
+ interface ShardShard {
7711
+ /**
7712
+ * The exclusive end key of the shard.
7713
+ */
7714
+ exclusiveEndKey?: pulumi.Input<string>;
7715
+ /**
7716
+ * The inclusive begin key of the shard.
7717
+ */
7718
+ inclusiveBeginKey?: pulumi.Input<string>;
7719
+ /**
7720
+ * The modification time of the shard.
7721
+ */
7722
+ modifyTime?: pulumi.Input<string>;
7723
+ /**
7724
+ * The ID of the shard to split.
7725
+ */
7726
+ shardId?: pulumi.Input<number>;
7727
+ /**
7728
+ * The status of the shard.
7729
+ */
7730
+ status?: pulumi.Input<string>;
7731
+ /**
7732
+ * The stop write time of the shard.
7733
+ */
7734
+ stopWriteTime?: pulumi.Input<string>;
7735
+ /**
7736
+ * The ID of the topic.
7737
+ */
7738
+ topicId?: pulumi.Input<string>;
7739
+ }
6848
7740
  interface ShipperContentInfo {
6849
7741
  /**
6850
7742
  * CSV format log content configuration.
@@ -6943,6 +7835,94 @@ export declare namespace tls {
6943
7835
  */
6944
7836
  prefix?: pulumi.Input<string>;
6945
7837
  }
7838
+ interface TagResourceTag {
7839
+ /**
7840
+ * The Key of Tags.
7841
+ */
7842
+ key: pulumi.Input<string>;
7843
+ /**
7844
+ * The Value of Tags.
7845
+ */
7846
+ value: pulumi.Input<string>;
7847
+ }
7848
+ interface TagResourcesTagFilter {
7849
+ /**
7850
+ * The key of the tag filter.
7851
+ */
7852
+ key: string;
7853
+ /**
7854
+ * The values of the tag filter.
7855
+ */
7856
+ values: string[];
7857
+ }
7858
+ interface TagResourcesTagFilterArgs {
7859
+ /**
7860
+ * The key of the tag filter.
7861
+ */
7862
+ key: pulumi.Input<string>;
7863
+ /**
7864
+ * The values of the tag filter.
7865
+ */
7866
+ values: pulumi.Input<pulumi.Input<string>[]>;
7867
+ }
7868
+ interface TagTag {
7869
+ /**
7870
+ * The Key of Tags.
7871
+ */
7872
+ key: pulumi.Input<string>;
7873
+ /**
7874
+ * The Value of Tags.
7875
+ */
7876
+ value: pulumi.Input<string>;
7877
+ }
7878
+ interface TagsTagFilter {
7879
+ /**
7880
+ * The key of the tag filter.
7881
+ */
7882
+ key: string;
7883
+ /**
7884
+ * The values of the tag filter.
7885
+ */
7886
+ values: string[];
7887
+ }
7888
+ interface TagsTagFilterArgs {
7889
+ /**
7890
+ * The key of the tag filter.
7891
+ */
7892
+ key: pulumi.Input<string>;
7893
+ /**
7894
+ * The values of the tag filter.
7895
+ */
7896
+ values: pulumi.Input<pulumi.Input<string>[]>;
7897
+ }
7898
+ interface TopicEncryptConf {
7899
+ /**
7900
+ * Whether to enable data encryption.
7901
+ */
7902
+ enable?: pulumi.Input<boolean>;
7903
+ /**
7904
+ * The encryption type.
7905
+ */
7906
+ encryptType?: pulumi.Input<string>;
7907
+ /**
7908
+ * The user custom key.
7909
+ */
7910
+ userCmkInfo?: pulumi.Input<inputs.tls.TopicEncryptConfUserCmkInfo>;
7911
+ }
7912
+ interface TopicEncryptConfUserCmkInfo {
7913
+ /**
7914
+ * The key region.
7915
+ */
7916
+ regionId?: pulumi.Input<string>;
7917
+ /**
7918
+ * The key trn.
7919
+ */
7920
+ trn?: pulumi.Input<string>;
7921
+ /**
7922
+ * The key id.
7923
+ */
7924
+ userCmkId?: pulumi.Input<string>;
7925
+ }
6946
7926
  interface TopicTag {
6947
7927
  /**
6948
7928
  * The Key of Tags.
@@ -6973,6 +7953,36 @@ export declare namespace tls {
6973
7953
  */
6974
7954
  value: pulumi.Input<string>;
6975
7955
  }
7956
+ interface TraceInstanceBackendConfig {
7957
+ /**
7958
+ * Archive storage duration in days.
7959
+ */
7960
+ archiveTtl?: pulumi.Input<number>;
7961
+ /**
7962
+ * Whether to enable auto split.
7963
+ */
7964
+ autoSplit?: pulumi.Input<boolean>;
7965
+ /**
7966
+ * Infrequent storage duration in days.
7967
+ */
7968
+ coldTtl?: pulumi.Input<number>;
7969
+ /**
7970
+ * Whether to enable tiered storage.
7971
+ */
7972
+ enableHotTtl?: pulumi.Input<boolean>;
7973
+ /**
7974
+ * Standard storage duration in days.
7975
+ */
7976
+ hotTtl?: pulumi.Input<number>;
7977
+ /**
7978
+ * Max split partitions.
7979
+ */
7980
+ maxSplitPartitions?: pulumi.Input<number>;
7981
+ /**
7982
+ * Total log retention time in days.
7983
+ */
7984
+ ttl?: pulumi.Input<number>;
7985
+ }
6976
7986
  }
6977
7987
  export declare namespace tos {
6978
7988
  interface BucketAccountAcl {