@volcengine/pulumi-volcenginecc 0.0.31 → 0.0.32

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 (190) hide show
  1. package/cen/getInterRegionBandwidth.d.ts +72 -0
  2. package/cen/getInterRegionBandwidth.js +28 -0
  3. package/cen/getInterRegionBandwidth.js.map +1 -0
  4. package/cen/getInterRegionBandwidths.d.ts +22 -0
  5. package/cen/getInterRegionBandwidths.js +24 -0
  6. package/cen/getInterRegionBandwidths.js.map +1 -0
  7. package/cen/getRouteEntries.d.ts +22 -0
  8. package/cen/getRouteEntries.js +24 -0
  9. package/cen/getRouteEntries.js.map +1 -0
  10. package/cen/getRouteEntry.d.ts +72 -0
  11. package/cen/getRouteEntry.js +28 -0
  12. package/cen/getRouteEntry.js.map +1 -0
  13. package/cen/getServiceRouteEntries.d.ts +22 -0
  14. package/cen/getServiceRouteEntries.js +24 -0
  15. package/cen/getServiceRouteEntries.js.map +1 -0
  16. package/cen/getServiceRouteEntry.d.ts +73 -0
  17. package/cen/getServiceRouteEntry.js +28 -0
  18. package/cen/getServiceRouteEntry.js.map +1 -0
  19. package/cen/index.d.ts +27 -0
  20. package/cen/index.js +34 -1
  21. package/cen/index.js.map +1 -1
  22. package/cen/interRegionBandwidth.d.ts +152 -0
  23. package/cen/interRegionBandwidth.js +101 -0
  24. package/cen/interRegionBandwidth.js.map +1 -0
  25. package/cen/routeEntry.d.ts +152 -0
  26. package/cen/routeEntry.js +104 -0
  27. package/cen/routeEntry.js.map +1 -0
  28. package/cen/serviceRouteEntry.d.ts +138 -0
  29. package/cen/serviceRouteEntry.js +83 -0
  30. package/cen/serviceRouteEntry.js.map +1 -0
  31. package/clb/getListener.d.ts +4 -0
  32. package/clb/getListener.js.map +1 -1
  33. package/clb/listener.d.ts +3 -0
  34. package/clb/listener.js +2 -0
  35. package/clb/listener.js.map +1 -1
  36. package/mongodb/getSslState.d.ts +56 -0
  37. package/mongodb/getSslState.js +28 -0
  38. package/mongodb/getSslState.js.map +1 -0
  39. package/mongodb/getSslStates.d.ts +22 -0
  40. package/mongodb/getSslStates.js +24 -0
  41. package/mongodb/getSslStates.js.map +1 -0
  42. package/mongodb/index.d.ts +9 -0
  43. package/mongodb/index.js +12 -1
  44. package/mongodb/index.js.map +1 -1
  45. package/mongodb/sslState.d.ts +105 -0
  46. package/mongodb/sslState.js +81 -0
  47. package/mongodb/sslState.js.map +1 -0
  48. package/package.json +1 -1
  49. package/privatelink/endpointService.d.ts +15 -3
  50. package/privatelink/endpointService.js +2 -0
  51. package/privatelink/endpointService.js.map +1 -1
  52. package/privatelink/getEndpointService.d.ts +5 -1
  53. package/privatelink/getEndpointService.js.map +1 -1
  54. package/privatelink/getVpcEndpointConnection.d.ts +89 -0
  55. package/privatelink/getVpcEndpointConnection.js +28 -0
  56. package/privatelink/getVpcEndpointConnection.js.map +1 -0
  57. package/privatelink/getVpcEndpointConnections.d.ts +22 -0
  58. package/privatelink/getVpcEndpointConnections.js +24 -0
  59. package/privatelink/getVpcEndpointConnections.js.map +1 -0
  60. package/privatelink/index.d.ts +9 -0
  61. package/privatelink/index.js +12 -1
  62. package/privatelink/index.js.map +1 -1
  63. package/privatelink/vpcEndpointConnection.d.ts +156 -0
  64. package/privatelink/vpcEndpointConnection.js +88 -0
  65. package/privatelink/vpcEndpointConnection.js.map +1 -0
  66. package/rabbitmq/allowList.d.ts +151 -0
  67. package/rabbitmq/allowList.js +100 -0
  68. package/rabbitmq/allowList.js.map +1 -0
  69. package/rabbitmq/getAllowList.d.ts +73 -0
  70. package/rabbitmq/getAllowList.js +28 -0
  71. package/rabbitmq/getAllowList.js.map +1 -0
  72. package/rabbitmq/getAllowLists.d.ts +22 -0
  73. package/rabbitmq/getAllowLists.js +24 -0
  74. package/rabbitmq/getAllowLists.js.map +1 -0
  75. package/rabbitmq/index.d.ts +9 -0
  76. package/rabbitmq/index.js +12 -1
  77. package/rabbitmq/index.js.map +1 -1
  78. package/redis/allowList.d.ts +148 -0
  79. package/redis/allowList.js +78 -0
  80. package/redis/allowList.js.map +1 -0
  81. package/redis/getAllowList.d.ts +81 -0
  82. package/redis/getAllowList.js +28 -0
  83. package/redis/getAllowList.js.map +1 -0
  84. package/redis/getAllowLists.d.ts +22 -0
  85. package/redis/getAllowLists.js +24 -0
  86. package/redis/getAllowLists.js.map +1 -0
  87. package/redis/index.d.ts +9 -0
  88. package/redis/index.js +12 -1
  89. package/redis/index.js.map +1 -1
  90. package/storageebs/getSnapshotGroup.d.ts +81 -0
  91. package/storageebs/getSnapshotGroup.js +28 -0
  92. package/storageebs/getSnapshotGroup.js.map +1 -0
  93. package/storageebs/getSnapshotGroups.d.ts +22 -0
  94. package/storageebs/getSnapshotGroups.js +24 -0
  95. package/storageebs/getSnapshotGroups.js.map +1 -0
  96. package/storageebs/index.d.ts +9 -0
  97. package/storageebs/index.js +12 -1
  98. package/storageebs/index.js.map +1 -1
  99. package/storageebs/snapshotGroup.d.ts +168 -0
  100. package/storageebs/snapshotGroup.js +105 -0
  101. package/storageebs/snapshotGroup.js.map +1 -0
  102. package/tls/alarmNotifyGroup.d.ts +113 -0
  103. package/tls/alarmNotifyGroup.js +75 -0
  104. package/tls/alarmNotifyGroup.js.map +1 -0
  105. package/tls/getAlarmNotifyGroup.d.ts +69 -0
  106. package/tls/getAlarmNotifyGroup.js +28 -0
  107. package/tls/getAlarmNotifyGroup.js.map +1 -0
  108. package/tls/getAlarmNotifyGroups.d.ts +22 -0
  109. package/tls/getAlarmNotifyGroups.js +24 -0
  110. package/tls/getAlarmNotifyGroups.js.map +1 -0
  111. package/tls/getRule.d.ts +109 -0
  112. package/tls/getRule.js +28 -0
  113. package/tls/getRule.js.map +1 -0
  114. package/tls/getRules.d.ts +22 -0
  115. package/tls/getRules.js +24 -0
  116. package/tls/getRules.js.map +1 -0
  117. package/tls/getShipper.d.ts +101 -0
  118. package/tls/getShipper.js +28 -0
  119. package/tls/getShipper.js.map +1 -0
  120. package/tls/getShippers.d.ts +22 -0
  121. package/tls/getShippers.js +24 -0
  122. package/tls/getShippers.js.map +1 -0
  123. package/tls/index.d.ts +27 -0
  124. package/tls/index.js +34 -1
  125. package/tls/index.js.map +1 -1
  126. package/tls/rule.d.ts +221 -0
  127. package/tls/rule.js +98 -0
  128. package/tls/rule.js.map +1 -0
  129. package/tls/shipper.d.ts +211 -0
  130. package/tls/shipper.js +97 -0
  131. package/tls/shipper.js.map +1 -0
  132. package/tos/bucketEncryption.d.ts +94 -0
  133. package/tos/bucketEncryption.js +78 -0
  134. package/tos/bucketEncryption.js.map +1 -0
  135. package/tos/bucketInventory.d.ts +155 -0
  136. package/tos/bucketInventory.js +95 -0
  137. package/tos/bucketInventory.js.map +1 -0
  138. package/tos/getBucketEncryption.d.ts +48 -0
  139. package/tos/getBucketEncryption.js +28 -0
  140. package/tos/getBucketEncryption.js.map +1 -0
  141. package/tos/getBucketEncryptions.d.ts +22 -0
  142. package/tos/getBucketEncryptions.js +24 -0
  143. package/tos/getBucketEncryptions.js.map +1 -0
  144. package/tos/getBucketInventories.d.ts +22 -0
  145. package/tos/getBucketInventories.js +24 -0
  146. package/tos/getBucketInventories.js.map +1 -0
  147. package/tos/getBucketInventory.d.ts +73 -0
  148. package/tos/getBucketInventory.js +28 -0
  149. package/tos/getBucketInventory.js.map +1 -0
  150. package/tos/index.d.ts +18 -0
  151. package/tos/index.js +23 -1
  152. package/tos/index.js.map +1 -1
  153. package/types/input.d.ts +934 -31
  154. package/types/output.d.ts +2309 -360
  155. package/vefaas/getRelease.d.ts +120 -0
  156. package/vefaas/getRelease.js +28 -0
  157. package/vefaas/getRelease.js.map +1 -0
  158. package/vefaas/getReleases.d.ts +22 -0
  159. package/vefaas/getReleases.js +24 -0
  160. package/vefaas/getReleases.js.map +1 -0
  161. package/vefaas/index.d.ts +9 -0
  162. package/vefaas/index.js +12 -1
  163. package/vefaas/index.js.map +1 -1
  164. package/vefaas/release.d.ts +253 -0
  165. package/vefaas/release.js +120 -0
  166. package/vefaas/release.js.map +1 -0
  167. package/vepfs/getMountService.d.ts +93 -0
  168. package/vepfs/getMountService.js +28 -0
  169. package/vepfs/getMountService.js.map +1 -0
  170. package/vepfs/getMountServices.d.ts +22 -0
  171. package/vepfs/getMountServices.js +24 -0
  172. package/vepfs/getMountServices.js.map +1 -0
  173. package/vepfs/index.d.ts +9 -0
  174. package/vepfs/index.js +12 -1
  175. package/vepfs/index.js.map +1 -1
  176. package/vepfs/mountService.d.ts +172 -0
  177. package/vepfs/mountService.js +99 -0
  178. package/vepfs/mountService.js.map +1 -0
  179. package/vke/getKubeconfig.d.ts +72 -0
  180. package/vke/getKubeconfig.js +28 -0
  181. package/vke/getKubeconfig.js.map +1 -0
  182. package/vke/getKubeconfigs.d.ts +22 -0
  183. package/vke/getKubeconfigs.js +24 -0
  184. package/vke/getKubeconfigs.js.map +1 -0
  185. package/vke/index.d.ts +9 -0
  186. package/vke/index.js +12 -1
  187. package/vke/index.js.map +1 -1
  188. package/vke/kubeconfig.d.ts +142 -0
  189. package/vke/kubeconfig.js +93 -0
  190. package/vke/kubeconfig.js.map +1 -0
package/types/input.d.ts CHANGED
@@ -3902,6 +3902,20 @@ export declare namespace cen {
3902
3902
  */
3903
3903
  value?: pulumi.Input<string>;
3904
3904
  }
3905
+ interface ServiceRouteEntryPublishToInstance {
3906
+ /**
3907
+ * Network instance ID for published cloud service access route.
3908
+ */
3909
+ instanceId?: pulumi.Input<string>;
3910
+ /**
3911
+ * Region for published cloud service access route.
3912
+ */
3913
+ instanceRegionId?: pulumi.Input<string>;
3914
+ /**
3915
+ * Network instance type for published cloud service access route.
3916
+ */
3917
+ instanceType?: pulumi.Input<string>;
3918
+ }
3905
3919
  }
3906
3920
  export declare namespace clb {
3907
3921
  interface AclAclEntry {
@@ -4076,6 +4090,20 @@ export declare namespace clb {
4076
4090
  */
4077
4091
  value?: pulumi.Input<string>;
4078
4092
  }
4093
+ interface ListenerDomainExtension {
4094
+ /**
4095
+ * Certificate ID of the extended domain name.
4096
+ */
4097
+ certCenterCertificateId?: pulumi.Input<string>;
4098
+ /**
4099
+ * Certificate source for the extended domain name to be added. Value: cert_center: SSL certificate from Volcano Engine Certificate Center. This parameter is required when adding an extended domain name.
4100
+ */
4101
+ certificateSource?: pulumi.Input<string>;
4102
+ /**
4103
+ * Domain name. Supports both wildcard and exact domain names. Specifications: 1. Must contain at least one '.', and cannot start or end with '.'. 2. Only letters, numbers, '.', '-', and '*' are allowed. 3. Length must be between 1 and 128 characters. 4. Wildcard domain: Use '*' to replace one or more characters. 5. Exact domain: A domain name that strictly follows domain name specifications.
4104
+ */
4105
+ domain?: pulumi.Input<string>;
4106
+ }
4079
4107
  interface ListenerHealthCheck {
4080
4108
  /**
4081
4109
  * Domain name for health check. Must be set to the actual address provided by the backend server. This parameter takes effect when Protocol is set to HTTP or HTTPS and HealthCheck.Enabled is on. Must contain at least one period (.), and cannot start or end with a period (.). Each string can include letters, numbers, hyphens (-), and periods (.), with hyphens (-) not allowed at the beginning or end of the string. Length limit: 1 to 128 characters. If this parameter is not provided or no value is specified, the default is empty, meaning CLB uses the private IP address of each backend server for health checks.
@@ -7577,10 +7605,6 @@ export declare namespace privatelink {
7577
7605
  value?: pulumi.Input<string>;
7578
7606
  }
7579
7607
  interface EndpointServiceResource {
7580
- /**
7581
- * Endpoint service ID.
7582
- */
7583
- instanceId?: pulumi.Input<string>;
7584
7608
  /**
7585
7609
  * Service resource ID to be added to the endpoint service.
7586
7610
  */
@@ -7600,6 +7624,54 @@ export declare namespace privatelink {
7600
7624
  */
7601
7625
  value?: pulumi.Input<string>;
7602
7626
  }
7627
+ interface VpcEndpointConnectionResourcesAllocate {
7628
+ /**
7629
+ * Specify the service resource for the endpoint connection
7630
+ */
7631
+ resourceId?: pulumi.Input<string>;
7632
+ /**
7633
+ * Availability zone ID of the service resource to be specified
7634
+ */
7635
+ zoneId?: pulumi.Input<string>;
7636
+ }
7637
+ interface VpcEndpointConnectionZone {
7638
+ /**
7639
+ * Endpoint network interface ID. If a seamless service resource replacement is in progress, this indicates the endpoint network interface ID connected to the replaced service resource
7640
+ */
7641
+ networkInterfaceId?: pulumi.Input<string>;
7642
+ /**
7643
+ * The private IPv4 address of the terminal node NIC. If a smooth service resource replacement is in progress, this refers to the IPv4 address of the terminal node NIC connected to the service resource being replaced.
7644
+ */
7645
+ networkInterfaceIp?: pulumi.Input<string>;
7646
+ /**
7647
+ * Private IPv6 address of the endpoint network interface. If a seamless service resource replacement is in progress, this indicates the IPv6 address of the endpoint network interface connected to the replaced service resource. If the endpoint only supports IPv4, this parameter is not returned
7648
+ */
7649
+ networkInterfaceIpv6?: pulumi.Input<string>;
7650
+ /**
7651
+ * Service resource ID
7652
+ */
7653
+ resourceId?: pulumi.Input<string>;
7654
+ /**
7655
+ * Status of the service resource
7656
+ */
7657
+ serviceStatus?: pulumi.Input<string>;
7658
+ /**
7659
+ * ID of the subnet to which the endpoint network interface belongs
7660
+ */
7661
+ subnetId?: pulumi.Input<string>;
7662
+ /**
7663
+ * The domain name of the terminal node availability zone.
7664
+ */
7665
+ zoneDomain?: pulumi.Input<string>;
7666
+ /**
7667
+ * Endpoint zone ID
7668
+ */
7669
+ zoneId?: pulumi.Input<string>;
7670
+ /**
7671
+ * Status of the endpoint zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed
7672
+ */
7673
+ zoneStatus?: pulumi.Input<string>;
7674
+ }
7603
7675
  interface VpcEndpointTag {
7604
7676
  /**
7605
7677
  * Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
@@ -7690,6 +7762,12 @@ export declare namespace privatezone {
7690
7762
  }
7691
7763
  }
7692
7764
  export declare namespace rabbitmq {
7765
+ interface AllowListAssociatedInstance {
7766
+ /**
7767
+ * Instance ID
7768
+ */
7769
+ instanceId?: pulumi.Input<string>;
7770
+ }
7693
7771
  interface InstanceChargeDetail {
7694
7772
  /**
7695
7773
  * Whether to automatically renew the subscription instance after expiration.
@@ -8747,6 +8825,34 @@ export declare namespace rdspostgresql {
8747
8825
  }
8748
8826
  }
8749
8827
  export declare namespace redis {
8828
+ interface AllowListAssociatedInstance {
8829
+ /**
8830
+ * Instance ID bound to the current allowlist
8831
+ */
8832
+ instanceId?: pulumi.Input<string>;
8833
+ /**
8834
+ * Instance names bound to the current allowlist
8835
+ */
8836
+ instanceName?: pulumi.Input<string>;
8837
+ /**
8838
+ * Project name associated with the instance
8839
+ */
8840
+ projectName?: pulumi.Input<string>;
8841
+ /**
8842
+ * Private network ID associated with the instance
8843
+ */
8844
+ vpc?: pulumi.Input<string>;
8845
+ }
8846
+ interface AllowListSecurityGroupBindInfo {
8847
+ /**
8848
+ * Security group association mode. The value range is as follows: IngressDirectionIp: ingress IP, which allows IPs involved in TCP and ALL protocols in the source address of the security group ingress direction to access the database. If the source address is configured as a security group, it will be ignored. AssociateEcsIp: associate ECS IP, which allows cloud servers within the security group to access the database. Currently, only importing IP information of the primary network interface is supported
8849
+ */
8850
+ bindMode?: pulumi.Input<string>;
8851
+ /**
8852
+ * Associated security group ID
8853
+ */
8854
+ securityGroupId?: pulumi.Input<string>;
8855
+ }
8750
8856
  interface InstanceCapacity {
8751
8857
  /**
8752
8858
  * Total memory capacity of the current instance. Unit: MiB.
@@ -9014,6 +9120,109 @@ export declare namespace rocketmq {
9014
9120
  }
9015
9121
  }
9016
9122
  export declare namespace storageebs {
9123
+ interface SnapshotGroupSnapshot {
9124
+ /**
9125
+ * Snapshot creation time
9126
+ */
9127
+ creationTime?: pulumi.Input<string>;
9128
+ /**
9129
+ * Snapshot description
9130
+ */
9131
+ description?: pulumi.Input<string>;
9132
+ /**
9133
+ * Image ID
9134
+ */
9135
+ imageId?: pulumi.Input<string>;
9136
+ /**
9137
+ * Whether the snapshot has enabled ultra-fast availability. Values are as follows: - true: Ultra-fast availability enabled - false: Ultra-fast availability not enabled
9138
+ */
9139
+ instantAccess?: pulumi.Input<boolean>;
9140
+ /**
9141
+ * Dump progress
9142
+ */
9143
+ progress?: pulumi.Input<number>;
9144
+ /**
9145
+ * Project of the snapshot
9146
+ */
9147
+ projectName?: pulumi.Input<string>;
9148
+ /**
9149
+ * Retention days for automatic snapshots
9150
+ */
9151
+ retentionDays?: pulumi.Input<number>;
9152
+ /**
9153
+ * Whether the snapshot is shared with others. Values are as follows: - true: Snapshot is shared with others - false: Snapshot is not shared with others
9154
+ */
9155
+ shared?: pulumi.Input<boolean>;
9156
+ /**
9157
+ * Snapshot consistency group ID
9158
+ */
9159
+ snapshotGroupId?: pulumi.Input<string>;
9160
+ /**
9161
+ * Snapshot ID
9162
+ */
9163
+ snapshotId?: pulumi.Input<string>;
9164
+ /**
9165
+ * Snapshot name
9166
+ */
9167
+ snapshotName?: pulumi.Input<string>;
9168
+ /**
9169
+ * Snapshot type. Values are as follows: - user: Manual snapshot - auto: Automatic snapshot
9170
+ */
9171
+ snapshotType?: pulumi.Input<string>;
9172
+ /**
9173
+ * Snapshot status. Values are as follows: - available: Available - creating: Creating - rollbacking: Rolling back - deleted: Deleted - failed: Error
9174
+ */
9175
+ status?: pulumi.Input<string>;
9176
+ tags?: pulumi.Input<pulumi.Input<inputs.storageebs.SnapshotGroupSnapshotTag>[]>;
9177
+ /**
9178
+ * Cloud disk ID
9179
+ */
9180
+ volumeId?: pulumi.Input<string>;
9181
+ /**
9182
+ * Cloud disk category. Values are as follows: - system: System disk - data: Data disk
9183
+ */
9184
+ volumeKind?: pulumi.Input<string>;
9185
+ /**
9186
+ * Cloud disk name
9187
+ */
9188
+ volumeName?: pulumi.Input<string>;
9189
+ /**
9190
+ * Cloud disk size (GiB)
9191
+ */
9192
+ volumeSize?: pulumi.Input<number>;
9193
+ /**
9194
+ * Cloud disk status. Values are as follows: - available: Available - attaching: Attaching - attached: Attached - detaching: Detaching - creating: Creating - deleting: Deleting - error: Error - extending: Expanding
9195
+ */
9196
+ volumeStatus?: pulumi.Input<string>;
9197
+ /**
9198
+ * Cloud disk type. Values are as follows: - ESSD*PL0: Ultra-fast SSD cloud disk, PL0 specification - ESSD*FlexPL: Ultra-fast SSD cloud disk, FlexPL specification - TSSD_TL0: Throughput SSD cloud disk
9199
+ */
9200
+ volumeType?: pulumi.Input<string>;
9201
+ /**
9202
+ * Zone ID. If ultra-fast availability is enabled for the snapshot, you can create a cloud disk in this zone using the ultra-fast available snapshot
9203
+ */
9204
+ zoneId?: pulumi.Input<string>;
9205
+ }
9206
+ interface SnapshotGroupSnapshotTag {
9207
+ /**
9208
+ * Tag key
9209
+ */
9210
+ key?: pulumi.Input<string>;
9211
+ /**
9212
+ * Tag value
9213
+ */
9214
+ value?: pulumi.Input<string>;
9215
+ }
9216
+ interface SnapshotGroupTag {
9217
+ /**
9218
+ * Tag key
9219
+ */
9220
+ key?: pulumi.Input<string>;
9221
+ /**
9222
+ * Tag value
9223
+ */
9224
+ value?: pulumi.Input<string>;
9225
+ }
9017
9226
  interface SnapshotTag {
9018
9227
  /**
9019
9228
  * User tag key added to the resource. Naming rules: Cannot start with volc: or sys: in any case. Keys starting with volc: or sys: are reserved system tag keys and cannot be created. Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
@@ -9070,6 +9279,159 @@ export declare namespace storageebs {
9070
9279
  }
9071
9280
  }
9072
9281
  export declare namespace tls {
9282
+ interface AlarmNotifyGroupNoticeRule {
9283
+ /**
9284
+ * Whether there is an end node afterwards.
9285
+ */
9286
+ hasEndNode?: pulumi.Input<boolean>;
9287
+ /**
9288
+ * Condition for whether to proceed to the next level.
9289
+ */
9290
+ hasNext?: pulumi.Input<boolean>;
9291
+ receiverInfos?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfo>[]>;
9292
+ /**
9293
+ * Rule node. JSON format.
9294
+ */
9295
+ ruleNode?: pulumi.Input<string>;
9296
+ }
9297
+ interface AlarmNotifyGroupNoticeRuleReceiverInfo {
9298
+ /**
9299
+ * Alarm content template ID.
9300
+ */
9301
+ alarmContentTemplateId?: pulumi.Input<string>;
9302
+ /**
9303
+ * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9304
+ */
9305
+ alarmWebhookAtGroups?: pulumi.Input<pulumi.Input<string>[]>;
9306
+ /**
9307
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9308
+ */
9309
+ alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
9310
+ /**
9311
+ * Alarm webhook integration configuration ID.
9312
+ */
9313
+ alarmWebhookIntegrationId?: pulumi.Input<string>;
9314
+ /**
9315
+ * Name of the alarm Webhook integration configuration.
9316
+ */
9317
+ alarmWebhookIntegrationName?: pulumi.Input<string>;
9318
+ /**
9319
+ * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9320
+ */
9321
+ alarmWebhookIsAtAll?: pulumi.Input<boolean>;
9322
+ /**
9323
+ * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
9324
+ */
9325
+ endTime?: pulumi.Input<string>;
9326
+ /**
9327
+ * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
9328
+ */
9329
+ generalWebhookBody?: pulumi.Input<string>;
9330
+ generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader>[]>;
9331
+ /**
9332
+ * Custom callback method for the interface. Only POST or PUT is supported.
9333
+ */
9334
+ generalWebhookMethod?: pulumi.Input<string>;
9335
+ /**
9336
+ * Custom callback URL for the interface.
9337
+ */
9338
+ generalWebhookUrl?: pulumi.Input<string>;
9339
+ /**
9340
+ * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
9341
+ */
9342
+ receiverChannels?: pulumi.Input<pulumi.Input<string>[]>;
9343
+ /**
9344
+ * IAM user or user group name.
9345
+ */
9346
+ receiverNames?: pulumi.Input<pulumi.Input<string>[]>;
9347
+ /**
9348
+ * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
9349
+ */
9350
+ receiverType?: pulumi.Input<string>;
9351
+ /**
9352
+ * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
9353
+ */
9354
+ startTime?: pulumi.Input<string>;
9355
+ }
9356
+ interface AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
9357
+ /**
9358
+ * Custom request header key.
9359
+ */
9360
+ key?: pulumi.Input<string>;
9361
+ /**
9362
+ * Custom request header value.
9363
+ */
9364
+ value?: pulumi.Input<string>;
9365
+ }
9366
+ interface AlarmNotifyGroupReceiver {
9367
+ /**
9368
+ * Alarm content template ID.
9369
+ */
9370
+ alarmContentTemplateId?: pulumi.Input<string>;
9371
+ /**
9372
+ * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9373
+ */
9374
+ alarmWebhookAtGroups?: pulumi.Input<pulumi.Input<string>[]>;
9375
+ /**
9376
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9377
+ */
9378
+ alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
9379
+ /**
9380
+ * Alarm webhook integration configuration ID.
9381
+ */
9382
+ alarmWebhookIntegrationId?: pulumi.Input<string>;
9383
+ /**
9384
+ * Name of the alarm Webhook integration configuration.
9385
+ */
9386
+ alarmWebhookIntegrationName?: pulumi.Input<string>;
9387
+ /**
9388
+ * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9389
+ */
9390
+ alarmWebhookIsAtAll?: pulumi.Input<boolean>;
9391
+ /**
9392
+ * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
9393
+ */
9394
+ endTime?: pulumi.Input<string>;
9395
+ /**
9396
+ * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
9397
+ */
9398
+ generalWebhookBody?: pulumi.Input<string>;
9399
+ generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupReceiverGeneralWebhookHeader>[]>;
9400
+ /**
9401
+ * Custom callback method for the interface. Only POST or PUT is supported.
9402
+ */
9403
+ generalWebhookMethod?: pulumi.Input<string>;
9404
+ /**
9405
+ * Custom callback URL for the interface.
9406
+ */
9407
+ generalWebhookUrl?: pulumi.Input<string>;
9408
+ /**
9409
+ * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
9410
+ */
9411
+ receiverChannels?: pulumi.Input<pulumi.Input<string>[]>;
9412
+ /**
9413
+ * IAM user or user group name.
9414
+ */
9415
+ receiverNames?: pulumi.Input<pulumi.Input<string>[]>;
9416
+ /**
9417
+ * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
9418
+ */
9419
+ receiverType?: pulumi.Input<string>;
9420
+ /**
9421
+ * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
9422
+ */
9423
+ startTime?: pulumi.Input<string>;
9424
+ }
9425
+ interface AlarmNotifyGroupReceiverGeneralWebhookHeader {
9426
+ /**
9427
+ * Custom request header key.
9428
+ */
9429
+ key?: pulumi.Input<string>;
9430
+ /**
9431
+ * Custom request header value.
9432
+ */
9433
+ value?: pulumi.Input<string>;
9434
+ }
9073
9435
  interface ImportTaskImportSourceInfo {
9074
9436
  /**
9075
9437
  * Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
@@ -9491,39 +9853,510 @@ export declare namespace tls {
9491
9853
  */
9492
9854
  value?: pulumi.Input<string>;
9493
9855
  }
9494
- interface ScheduleSqlTaskRequestCycle {
9495
- /**
9496
- * Cron expression, with a minimum granularity of minutes, using 24-hour format. For example, 0 18 * * * means execution at 18:00 every day.
9497
- */
9498
- cronTab?: pulumi.Input<string>;
9856
+ interface RuleContainerRule {
9499
9857
  /**
9500
- * If Type is set to Cron, you must also set the time zone.
9858
+ * Container name to collect. If no container name is specified, all containers in the machine group will be collected. Supports regex matching; for example, setting the container name to ^(container-test)$ will collect all containers named container-test.
9501
9859
  */
9502
- cronTimeZone?: pulumi.Input<string>;
9860
+ containerNameRegex?: pulumi.Input<string>;
9861
+ envTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleEnvTag>[]>;
9862
+ excludeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleExcludeContainerEnvRegex>[]>;
9863
+ excludeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleExcludeContainerLabelRegex>[]>;
9864
+ includeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleIncludeContainerEnvRegex>[]>;
9865
+ includeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleIncludeContainerLabelRegex>[]>;
9503
9866
  /**
9504
- * Scheduling period or the time point for periodic execution (minutes from 00:00). Range: 1–1440 minutes.
9867
+ * Kubernetes container collection rules.
9505
9868
  */
9506
- time: pulumi.Input<number>;
9869
+ kubernetesRule?: pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRule>;
9507
9870
  /**
9508
- * Scheduling period type. Options: Period, Fixed, Cron.
9871
+ * Collection information. stdout: Collects container standard output (stdout). stderr: Collects container standard error (stderr). all: Collects both container standard output (stdout) and standard error (stderr).
9509
9872
  */
9510
- type: pulumi.Input<string>;
9873
+ stream?: pulumi.Input<string>;
9511
9874
  }
9512
- interface TopicTag {
9875
+ interface RuleContainerRuleEnvTag {
9513
9876
  /**
9514
- * User tag key.
9877
+ * Key.
9515
9878
  */
9516
9879
  key?: pulumi.Input<string>;
9517
9880
  /**
9518
- * User tag value.
9881
+ * Value.
9519
9882
  */
9520
- value?: pulumi.Input<string>;
9883
+ val?: pulumi.Input<string>;
9521
9884
  }
9522
- }
9523
- export declare namespace tos {
9524
- interface BucketAcl {
9885
+ interface RuleContainerRuleExcludeContainerEnvRegex {
9525
9886
  /**
9526
- * Enable object default bucket ACL inheritance. true: Enable object default bucket ACL inheritance. false: Disable object default bucket ACL inheritance.
9887
+ * Key.
9888
+ */
9889
+ key?: pulumi.Input<string>;
9890
+ /**
9891
+ * Value.
9892
+ */
9893
+ val?: pulumi.Input<string>;
9894
+ }
9895
+ interface RuleContainerRuleExcludeContainerLabelRegex {
9896
+ /**
9897
+ * Key.
9898
+ */
9899
+ key?: pulumi.Input<string>;
9900
+ /**
9901
+ * Value.
9902
+ */
9903
+ val?: pulumi.Input<string>;
9904
+ }
9905
+ interface RuleContainerRuleIncludeContainerEnvRegex {
9906
+ /**
9907
+ * Key.
9908
+ */
9909
+ key?: pulumi.Input<string>;
9910
+ /**
9911
+ * Value.
9912
+ */
9913
+ val?: pulumi.Input<string>;
9914
+ }
9915
+ interface RuleContainerRuleIncludeContainerLabelRegex {
9916
+ /**
9917
+ * Key.
9918
+ */
9919
+ key?: pulumi.Input<string>;
9920
+ /**
9921
+ * Value.
9922
+ */
9923
+ val?: pulumi.Input<string>;
9924
+ }
9925
+ interface RuleContainerRuleKubernetesRule {
9926
+ annotationTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleAnnotationTag>[]>;
9927
+ /**
9928
+ * Whether to add all Kubernetes Labels as log tags to the original log data. When enabled, the log service adds fields for all Labels in the Kubernetes Pod to the logs. For example, if the Pod contains Label source=DC and destination=CS, the logs will include fields **tag**source__: DC and **tag**destination__: CS.
9929
+ */
9930
+ enableAllLabelTag?: pulumi.Input<boolean>;
9931
+ excludePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleExcludePodAnnotationRegex>[]>;
9932
+ excludePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleExcludePodLabelRegex>[]>;
9933
+ includePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleIncludePodAnnotationRegex>[]>;
9934
+ includePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleIncludePodLabelRegex>[]>;
9935
+ labelTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleLabelTag>[]>;
9936
+ /**
9937
+ * Name of the Kubernetes Namespace to collect. If no Namespace name is specified, all containers will be collected. Namespace names support regular expression matching. For example, if you set the Namespace name to ^(tcp|udp)$, it will collect all containers under the tcp and udp namespaces.
9938
+ */
9939
+ namespaceNameRegex?: pulumi.Input<string>;
9940
+ /**
9941
+ * Pod name is used to specify the Pod whose containers will be collected. If no Pod name is specified, all containers will be collected. Pod name supports regular expression matching. For example, setting the Pod name to ^(http.*)$ collects all containers under Pods whose names start with http.
9942
+ */
9943
+ podNameRegex?: pulumi.Input<string>;
9944
+ /**
9945
+ * Specify the container to collect by workload name. If no workload name is specified, all containers are collected. Workload names support regular expressions. For example, setting the workload name to ^(http.*)$ collects all containers under workloads starting with http.
9946
+ */
9947
+ workloadNameRegex?: pulumi.Input<string>;
9948
+ /**
9949
+ * Specify the container to collect by workload type. Only one type can be selected. If no type is specified, containers of all types will be collected. Supported workload types: Deployment: stateless workload StatefulSet: stateful workload DaemonSet: daemon process Job: task CronJob: scheduled task
9950
+ */
9951
+ workloadType?: pulumi.Input<string>;
9952
+ }
9953
+ interface RuleContainerRuleKubernetesRuleAnnotationTag {
9954
+ /**
9955
+ * Key.
9956
+ */
9957
+ key?: pulumi.Input<string>;
9958
+ /**
9959
+ * Value.
9960
+ */
9961
+ val?: pulumi.Input<string>;
9962
+ }
9963
+ interface RuleContainerRuleKubernetesRuleExcludePodAnnotationRegex {
9964
+ /**
9965
+ * Key.
9966
+ */
9967
+ key?: pulumi.Input<string>;
9968
+ /**
9969
+ * Value.
9970
+ */
9971
+ val?: pulumi.Input<string>;
9972
+ }
9973
+ interface RuleContainerRuleKubernetesRuleExcludePodLabelRegex {
9974
+ /**
9975
+ * Key.
9976
+ */
9977
+ key?: pulumi.Input<string>;
9978
+ /**
9979
+ * Value.
9980
+ */
9981
+ val?: pulumi.Input<string>;
9982
+ }
9983
+ interface RuleContainerRuleKubernetesRuleIncludePodAnnotationRegex {
9984
+ /**
9985
+ * Key.
9986
+ */
9987
+ key?: pulumi.Input<string>;
9988
+ /**
9989
+ * Value.
9990
+ */
9991
+ val?: pulumi.Input<string>;
9992
+ }
9993
+ interface RuleContainerRuleKubernetesRuleIncludePodLabelRegex {
9994
+ /**
9995
+ * Key.
9996
+ */
9997
+ key?: pulumi.Input<string>;
9998
+ /**
9999
+ * Value.
10000
+ */
10001
+ val?: pulumi.Input<string>;
10002
+ }
10003
+ interface RuleContainerRuleKubernetesRuleLabelTag {
10004
+ /**
10005
+ * Key.
10006
+ */
10007
+ key?: pulumi.Input<string>;
10008
+ /**
10009
+ * Value.
10010
+ */
10011
+ val?: pulumi.Input<string>;
10012
+ }
10013
+ interface RuleExcludePath {
10014
+ /**
10015
+ * Collection path type. File: File name. Path: Directory.
10016
+ */
10017
+ type?: pulumi.Input<string>;
10018
+ /**
10019
+ * Collection path. Must be specified as an absolute path. When Type is Path, Value indicates a directory. When Type is File, Value indicates a file name.
10020
+ */
10021
+ value?: pulumi.Input<string>;
10022
+ }
10023
+ interface RuleExtractRule {
10024
+ /**
10025
+ * Regular expression that the first line of the log must match. Valid only when LogType is multiline*log or fullregex*log. Must be a valid regular expression.
10026
+ */
10027
+ beginRegex?: pulumi.Input<string>;
10028
+ /**
10029
+ * Log delimiter. Valid only when LogType is delimiter_log.
10030
+ */
10031
+ delimiter?: pulumi.Input<string>;
10032
+ /**
10033
+ * Enable nanosecond precision time. When enabled, log time parsing will include and report nanosecond precision. true: Enable nanosecond precision time. false: Disable nanosecond precision time.
10034
+ */
10035
+ enableNanosecond?: pulumi.Input<boolean>;
10036
+ filterKeyRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleExtractRuleFilterKeyRegex>[]>;
10037
+ /**
10038
+ * List of log field names (Key). This is only valid when LogType is delimiter*log or fullregex*log. You can configure up to 100 field names. When LogType is delimiter*log, field names must be unique and cannot all be empty. When LogType is fullregex*log, field names must be unique and cannot be empty.
10039
+ */
10040
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
10041
+ /**
10042
+ * The entire log must match the specified regular expression. This is only valid when the collected log type is fullregex_log. Must be a valid regular expression.
10043
+ */
10044
+ logRegex?: pulumi.Input<string>;
10045
+ /**
10046
+ * Automatically extract log fields based on the specified log template
10047
+ */
10048
+ logTemplate?: pulumi.Input<inputs.tls.RuleExtractRuleLogTemplate>;
10049
+ /**
10050
+ * Quoting character. Content wrapped by a quoting character will not be split but parsed as a complete field. Only valid when LogType is delimiter_log.
10051
+ */
10052
+ quote?: pulumi.Input<string>;
10053
+ /**
10054
+ * Regular expression for extracting time, used to extract the time value from the TimeKey field and parse it as the collection time
10055
+ */
10056
+ timeExtractRegex?: pulumi.Input<string>;
10057
+ /**
10058
+ * Parsing format for the time field. If you use a specific time field in the log as the log timestamp, you must provide both TimeKey and TimeFormat. TimeKey and TimeFormat must be used together.
10059
+ */
10060
+ timeFormat?: pulumi.Input<string>;
10061
+ /**
10062
+ * Name of the log time field. If you want to use a specific time field in the log as the log timestamp, you need to specify both TimeKey and TimeFormat. TimeKey and TimeFormat must be provided together.
10063
+ */
10064
+ timeKey?: pulumi.Input<string>;
10065
+ /**
10066
+ * Time sample. Used to check whether the entered time parsing format is correct.
10067
+ */
10068
+ timeSample?: pulumi.Input<string>;
10069
+ /**
10070
+ * Time zone. Supports machine time zone (default) and custom time zone. Custom time zone supports GMT and UTC. GMT format: GMT+08:00. UTC format: Asia/Shanghai.
10071
+ */
10072
+ timeZone?: pulumi.Input<string>;
10073
+ /**
10074
+ * Key name for unmatched logs.
10075
+ */
10076
+ unMatchLogKey?: pulumi.Input<string>;
10077
+ /**
10078
+ * Switch for uploading unmatched logs.
10079
+ */
10080
+ unMatchUpLoadSwitch?: pulumi.Input<boolean>;
10081
+ }
10082
+ interface RuleExtractRuleFilterKeyRegex {
10083
+ /**
10084
+ * Name of the filter field.
10085
+ */
10086
+ key?: pulumi.Input<string>;
10087
+ /**
10088
+ * The log content of the filter field must match the specified regular expression.
10089
+ */
10090
+ regex?: pulumi.Input<string>;
10091
+ }
10092
+ interface RuleExtractRuleLogTemplate {
10093
+ /**
10094
+ * Log template format.
10095
+ */
10096
+ format?: pulumi.Input<string>;
10097
+ /**
10098
+ * Log template types. Supported types: Nginx: Nginx log template.
10099
+ */
10100
+ type?: pulumi.Input<string>;
10101
+ }
10102
+ interface RuleHostGroupInfo {
10103
+ /**
10104
+ * Machine group ID
10105
+ */
10106
+ hostGroupId?: pulumi.Input<string>;
10107
+ }
10108
+ interface RuleUserDefineRule {
10109
+ /**
10110
+ * The Advanced parameter is used for extended configuration. After enabling extended configuration, you can customize advanced behaviors of LogCollector, such as when to release file handles. Note: If multiple release conditions are specified, the handle is released and log file monitoring ends as soon as any condition is met.
10111
+ */
10112
+ advanced?: pulumi.Input<inputs.tls.RuleUserDefineRuleAdvanced>;
10113
+ /**
10114
+ * Whether to upload the label information of the host group to the log service. The default is off. true: LogCollector uploads the label information of the host group to the specified field. You can specify the field name in the HostGroupLabelKey parameter. false (default): Host group label information is not uploaded.
10115
+ */
10116
+ enableHostGroupLabel?: pulumi.Input<boolean>;
10117
+ /**
10118
+ * Upload the hostname field. Default is disabled. true: Add a field to the original log to record the source hostname. Specify the hostname field name using HostnameKey. false: (default) Do not add the hostname field.
10119
+ */
10120
+ enableHostname?: pulumi.Input<boolean>;
10121
+ /**
10122
+ * Upload raw logs. true: Upload raw logs. false (default): Do not upload raw logs.
10123
+ */
10124
+ enableRawLog?: pulumi.Input<boolean>;
10125
+ fields?: pulumi.Input<pulumi.Input<inputs.tls.RuleUserDefineRuleField>[]>;
10126
+ /**
10127
+ * Field name used to store machine group label information
10128
+ */
10129
+ hostGroupLabelKey?: pulumi.Input<string>;
10130
+ /**
10131
+ * Hostname field name. Required only when EnableHostname is true.
10132
+ */
10133
+ hostnameKey?: pulumi.Input<string>;
10134
+ /**
10135
+ * Ignore log files that have not been updated for a specified period (in hours).
10136
+ */
10137
+ ignoreOlder?: pulumi.Input<number>;
10138
+ /**
10139
+ * Allow multiple log file collections. Empty: Use log file ID (including file inode, device, and checksum of the first N bytes) to uniquely identify the log file. RuleID: Use collection rule ID and log file ID to uniquely identify the log file. TopicIDRuleName: Use log topic ID, collection rule name, and log file ID to uniquely identify the log file.
10140
+ */
10141
+ multiCollectsType?: pulumi.Input<string>;
10142
+ /**
10143
+ * Rule for parsing the collection path. After setting the rule, fields in the collection path are extracted using the specified regular expression and added as metadata to the log data. Note: This parameter is not supported when collecting container standard output.
10144
+ */
10145
+ parsePathRule?: pulumi.Input<inputs.tls.RuleUserDefineRuleParsePathRule>;
10146
+ /**
10147
+ * LogCollector plugin configuration. After enabling plugin configuration, you can add one or more LogCollector processor plugins to parse logs with complex or variable structures.
10148
+ */
10149
+ plugin?: pulumi.Input<inputs.tls.RuleUserDefineRulePlugin>;
10150
+ /**
10151
+ * Name of the raw log field. Only effective when EnableRawLog is set to true. RawLogKey defaults to **raw**, meaning the original log data will be encapsulated in the **raw** field and uploaded to the log service along with the parsed log data.
10152
+ */
10153
+ rawLogKey?: pulumi.Input<string>;
10154
+ /**
10155
+ * Rules for routing log partitions. If this parameter is not set, logs are written using the default load balancing mode, and packets are written to any available Shard. If this parameter is set, logs are collected using the HashKey routing Shard mode, and the log service writes data to the Shard containing the specified Key value
10156
+ */
10157
+ shardHashKey?: pulumi.Input<inputs.tls.RuleUserDefineRuleShardHashKey>;
10158
+ /**
10159
+ * LogCollector collection policy, which specifies whether LogCollector collects incremental logs or full logs. Default is false, meaning full log collection. true: incremental collection. LogCollector only collects newly added content in the file. When new logs are written to monitored log files, LogCollector triggers log collection. For first-time collection, LogCollector automatically determines the collection position based on the incremental threshold TailSizeKb you specify. If the new file size does not exceed the incremental threshold, collection starts from the beginning of the file. If the new file size exceeds the incremental threshold, collection starts from the position at the end of the file minus the incremental threshold, collecting only incremental logs. For subsequent collections, LogCollector determines the collection position based on Checkpoint and continues collecting. false: (default) full collection. LogCollector collects logs from the beginning of each file, including historical log data.
10160
+ */
10161
+ tailFiles?: pulumi.Input<boolean>;
10162
+ /**
10163
+ * Backtracking threshold for incremental collection, in KiB. When LogCollector uses incremental collection, for the first collection of a log file: If the new log file size does not exceed the TailSizeKb value, collection starts from the beginning of the file. If the new log file size exceeds the TailSizeKb value, collection starts from the position that is TailSizeKb from the end of the file.
10164
+ */
10165
+ tailSizeKb?: pulumi.Input<number>;
10166
+ }
10167
+ interface RuleUserDefineRuleAdvanced {
10168
+ /**
10169
+ * After reading to the end of the log file, choose whether to release the file handle. Default is false.
10170
+ */
10171
+ closeEof?: pulumi.Input<boolean>;
10172
+ /**
10173
+ * Wait time to release log file handle. If no new logs are written to the log file within the specified time, the handle for that log file is released. Unit: seconds. Range: 1–300 seconds. Default: 60 seconds.
10174
+ */
10175
+ closeInactive?: pulumi.Input<number>;
10176
+ /**
10177
+ * Release the file handle after the log file is removed. Default is false.
10178
+ */
10179
+ closeRemoved?: pulumi.Input<boolean>;
10180
+ /**
10181
+ * Release the file handle after the log file is renamed. Default is false.
10182
+ */
10183
+ closeRenamed?: pulumi.Input<boolean>;
10184
+ /**
10185
+ * Maximum monitoring duration for LogCollector log files, in seconds. The default is 0 seconds, meaning LogCollector does not limit the monitoring duration for log files. Timing starts when LogCollector begins monitoring the log file. Once the specified duration is exceeded, LogCollector immediately releases the file handle and stops monitoring, regardless of whether the log file has been fully read.
10186
+ */
10187
+ closeTimeout?: pulumi.Input<number>;
10188
+ /**
10189
+ * Maximum wait time when LogCollector does not detect a line break, in seconds. The default is 5s. Timing starts when LogCollector begins reading the log file. If no line break is detected within the specified time, LogCollector sends the logs in the buffer. If the file write interval is long, a complete log entry may be split into two parts and written separately. Adjust this parameter based on your log write interval.
10190
+ */
10191
+ noLineTerminatorEofMaxTime?: pulumi.Input<number>;
10192
+ }
10193
+ interface RuleUserDefineRuleField {
10194
+ /**
10195
+ * Key.
10196
+ */
10197
+ key?: pulumi.Input<string>;
10198
+ /**
10199
+ * Value.
10200
+ */
10201
+ val?: pulumi.Input<string>;
10202
+ }
10203
+ interface RuleUserDefineRuleParsePathRule {
10204
+ /**
10205
+ * Field name list. The log service uses a regular expression (Regex) to parse the path sample (PathSample) into multiple fields. Keys specify the name of each field. You can configure up to 100 field names. Field names cannot be empty or duplicated.
10206
+ */
10207
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
10208
+ /**
10209
+ * Sample collection path for actual scenarios. The sample collection path must be an absolute path. Wildcards *, ?, ** are not allowed in the path sample.
10210
+ */
10211
+ pathSample?: pulumi.Input<string>;
10212
+ /**
10213
+ * Regular expression used to extract the path field. Must match the sample collection path, otherwise extraction will fail
10214
+ */
10215
+ regex?: pulumi.Input<string>;
10216
+ }
10217
+ interface RuleUserDefineRulePlugin {
10218
+ /**
10219
+ * LogCollector plugin. For the list of supported plugins and parameter descriptions, see LogCollector plugin overview.
10220
+ */
10221
+ processors?: pulumi.Input<string>;
10222
+ }
10223
+ interface RuleUserDefineRuleShardHashKey {
10224
+ /**
10225
+ * HashKey of the log group, used to specify the shard to which the current log group will be written. The value range for this parameter is [00000000000000000000000000000000-ffffffffffffffffffffffffffffffff).
10226
+ */
10227
+ hashKey?: pulumi.Input<string>;
10228
+ }
10229
+ interface ScheduleSqlTaskRequestCycle {
10230
+ /**
10231
+ * Cron expression, with a minimum granularity of minutes, using 24-hour format. For example, 0 18 * * * means execution at 18:00 every day.
10232
+ */
10233
+ cronTab?: pulumi.Input<string>;
10234
+ /**
10235
+ * If Type is set to Cron, you must also set the time zone.
10236
+ */
10237
+ cronTimeZone?: pulumi.Input<string>;
10238
+ /**
10239
+ * Scheduling period or the time point for periodic execution (minutes from 00:00). Range: 1–1440 minutes.
10240
+ */
10241
+ time: pulumi.Input<number>;
10242
+ /**
10243
+ * Scheduling period type. Options: Period, Fixed, Cron.
10244
+ */
10245
+ type: pulumi.Input<string>;
10246
+ }
10247
+ interface ShipperContentInfo {
10248
+ /**
10249
+ * CSV format log content configuration.
10250
+ */
10251
+ csvInfo?: pulumi.Input<inputs.tls.ShipperContentInfoCsvInfo>;
10252
+ /**
10253
+ * Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
10254
+ */
10255
+ format?: pulumi.Input<string>;
10256
+ /**
10257
+ * JSON/JSONL format log content configuration.
10258
+ */
10259
+ jsonInfo?: pulumi.Input<inputs.tls.ShipperContentInfoJsonInfo>;
10260
+ }
10261
+ interface ShipperContentInfoCsvInfo {
10262
+ /**
10263
+ * Delimiter. Supports comma, tab, pipe, semicolon, space.
10264
+ */
10265
+ delimiter?: pulumi.Input<string>;
10266
+ /**
10267
+ * Escape character. When field content contains a delimiter, use an escape character to enclose it. Supports single quote, double quote, or empty character.
10268
+ */
10269
+ escapeChar?: pulumi.Input<string>;
10270
+ /**
10271
+ * Fields to be delivered. Supports letters, numbers, and _-./. Cannot start with an underscore. Length: 1–128.
10272
+ */
10273
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
10274
+ /**
10275
+ * Content for invalid field padding. Length: 0–128.
10276
+ */
10277
+ nonFieldContent?: pulumi.Input<string>;
10278
+ /**
10279
+ * Whether to print the key in the first row.
10280
+ */
10281
+ printHeader?: pulumi.Input<boolean>;
10282
+ }
10283
+ interface ShipperContentInfoJsonInfo {
10284
+ /**
10285
+ * Enable flag.
10286
+ */
10287
+ enable?: pulumi.Input<boolean>;
10288
+ /**
10289
+ * Whether to enable escaping. Must be set to true.
10290
+ */
10291
+ escape?: pulumi.Input<boolean>;
10292
+ /**
10293
+ * Delivery field list; if not configured, all fields will be delivered. When delivering in JSON/JSONL format, if this parameter is not set, all fields will be delivered, including **content** (required), **source**, **path**, **time**, **image_name**, **container_name**, **pod_name**, **pod_uid**, namespace, **tag****client_ip**, and **tag****receive_time**.
10294
+ */
10295
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
10296
+ }
10297
+ interface ShipperKafkaShipperInfo {
10298
+ /**
10299
+ * Compression format; supports snappy, gzip, lz4, none.
10300
+ */
10301
+ compress?: pulumi.Input<string>;
10302
+ /**
10303
+ * Delivery end time, in milliseconds. If not set, delivery continues indefinitely. Note: Milliseconds will be truncated. For example, if 1776761323455 is entered, it will become 1776761323000; if 1776761323 is entered, it will become 1776761323000.
10304
+ */
10305
+ endTime?: pulumi.Input<number>;
10306
+ /**
10307
+ * Kafka instance.
10308
+ */
10309
+ instance?: pulumi.Input<string>;
10310
+ /**
10311
+ * Kafka topic name. All log data delivered through this configuration will be sent to this topic.
10312
+ */
10313
+ kafkaTopic?: pulumi.Input<string>;
10314
+ /**
10315
+ * Start time. If not configured, defaults to the current time. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
10316
+ */
10317
+ startTime?: pulumi.Input<number>;
10318
+ }
10319
+ interface ShipperTosShipperInfo {
10320
+ /**
10321
+ * Select a TOS bucket. Must be in the same region as the source log topic. Can only contain numbers, hyphens (-), and letters a–z. Must start and end with a number or letter. Length: 3–63 characters.
10322
+ */
10323
+ bucket?: pulumi.Input<string>;
10324
+ /**
10325
+ * Compression format; supports snappy, gzip, lz4, none.
10326
+ */
10327
+ compress?: pulumi.Input<string>;
10328
+ /**
10329
+ * Delivery interval in seconds, range: 300–900.
10330
+ */
10331
+ interval?: pulumi.Input<number>;
10332
+ /**
10333
+ * Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
10334
+ */
10335
+ maxSize?: pulumi.Input<number>;
10336
+ /**
10337
+ * Partition rule for log delivery. Subdirectory naming format supports strftime syntax. Default: %Y/%m/%d/%H/%M.
10338
+ */
10339
+ partitionFormat?: pulumi.Input<string>;
10340
+ /**
10341
+ * Top-level directory name for the bucket. Cannot start with / or \, and cannot use consecutive /. Cannot use .. as a folder name. Duplicate names are not allowed within the same bucket.
10342
+ */
10343
+ prefix?: pulumi.Input<string>;
10344
+ }
10345
+ interface TopicTag {
10346
+ /**
10347
+ * User tag key.
10348
+ */
10349
+ key?: pulumi.Input<string>;
10350
+ /**
10351
+ * User tag value.
10352
+ */
10353
+ value?: pulumi.Input<string>;
10354
+ }
10355
+ }
10356
+ export declare namespace tos {
10357
+ interface BucketAcl {
10358
+ /**
10359
+ * Enable object default bucket ACL inheritance. true: Enable object default bucket ACL inheritance. false: Disable object default bucket ACL inheritance.
9527
10360
  */
9528
10361
  bucketAclDelivered?: pulumi.Input<boolean>;
9529
10362
  grants?: pulumi.Input<pulumi.Input<inputs.tos.BucketAclGrant>[]>;
@@ -9568,6 +10401,52 @@ export declare namespace tos {
9568
10401
  */
9569
10402
  ownerId?: pulumi.Input<string>;
9570
10403
  }
10404
+ interface BucketInventoryDestination {
10405
+ /**
10406
+ * Bucket information related to the inventory files.
10407
+ */
10408
+ tosBucketDestination?: pulumi.Input<inputs.tos.BucketInventoryDestinationTosBucketDestination>;
10409
+ }
10410
+ interface BucketInventoryDestinationTosBucketDestination {
10411
+ /**
10412
+ * Account ID of the bucket owner.
10413
+ */
10414
+ accountId?: pulumi.Input<string>;
10415
+ /**
10416
+ * Specify the bucket to store the inventory files.
10417
+ */
10418
+ bucket?: pulumi.Input<string>;
10419
+ /**
10420
+ * Inventory file format. Value is CSV, meaning the inventory file is in CSV format compressed with GZIP.
10421
+ */
10422
+ format?: pulumi.Input<string>;
10423
+ /**
10424
+ * Prefix for the storage path of inventory files. By default, files are saved under tos*bucket*inventory/sourceBucketName/inventoryId/YYYY-MM-DDTHH-MMZ/files in the target bucket.
10425
+ */
10426
+ prefix?: pulumi.Input<string>;
10427
+ /**
10428
+ * Role name used to grant permission to read all files from the source bucket and write files to the target bucket. The role must have TOS read/write and service access permissions. You can also use the default TOS role TosArchiveTOSInventory.
10429
+ */
10430
+ role?: pulumi.Input<string>;
10431
+ }
10432
+ interface BucketInventoryFilter {
10433
+ /**
10434
+ * Prefix matching information for exported files. If not set, an inventory of all objects in the bucket is generated by default.
10435
+ */
10436
+ prefix?: pulumi.Input<string>;
10437
+ }
10438
+ interface BucketInventoryOptionalFields {
10439
+ /**
10440
+ * Information about exported inventory files.
10441
+ */
10442
+ fields?: pulumi.Input<pulumi.Input<string>[]>;
10443
+ }
10444
+ interface BucketInventorySchedule {
10445
+ /**
10446
+ * Export frequency for inventory files. Options: Daily: export inventory files daily. Weekly: export inventory files weekly. Once: export inventory files once.
10447
+ */
10448
+ frequency?: pulumi.Input<string>;
10449
+ }
9571
10450
  interface BucketLifecycleConfig {
9572
10451
  /**
9573
10452
  * Specify expiration attributes for unmerged multipart tasks (fragments)
@@ -9834,14 +10713,6 @@ export declare namespace vedbm {
9834
10713
  * Instance ID.
9835
10714
  */
9836
10715
  instanceId?: pulumi.Input<string>;
9837
- /**
9838
- * Instance name.
9839
- */
9840
- instanceName?: pulumi.Input<string>;
9841
- /**
9842
- * Instance VPC ID.
9843
- */
9844
- vpc?: pulumi.Input<string>;
9845
10716
  }
9846
10717
  interface DatabaseDatabasesPrivilege {
9847
10718
  /**
@@ -10357,6 +11228,38 @@ export declare namespace vepfs {
10357
11228
  */
10358
11229
  value?: pulumi.Input<string>;
10359
11230
  }
11231
+ interface MountServiceAttachFileSystem {
11232
+ /**
11233
+ * Account ID.
11234
+ */
11235
+ accountId?: pulumi.Input<string>;
11236
+ /**
11237
+ * User mount path.
11238
+ */
11239
+ customerPath?: pulumi.Input<string>;
11240
+ /**
11241
+ * File system ID.
11242
+ */
11243
+ fileSystemId?: pulumi.Input<string>;
11244
+ /**
11245
+ * File system name.
11246
+ */
11247
+ fileSystemName?: pulumi.Input<string>;
11248
+ /**
11249
+ * Binding status. Details: Attaching: Attaching. AttachError: Attachment failed. Attached: Attached. Detaching: Detaching. DetachError: Detachment failed.
11250
+ */
11251
+ status?: pulumi.Input<string>;
11252
+ }
11253
+ interface MountServiceNode {
11254
+ /**
11255
+ * Node initial password.
11256
+ */
11257
+ defaultPassword?: pulumi.Input<string>;
11258
+ /**
11259
+ * Node instance ID.
11260
+ */
11261
+ nodeId?: pulumi.Input<string>;
11262
+ }
10360
11263
  }
10361
11264
  export declare namespace vke {
10362
11265
  interface AddonStatus {