@byteplus/pulumi-bytepluscc 0.0.32 → 0.0.34

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 (166) hide show
  1. package/alb/getLoadBalancer.d.ts +8 -0
  2. package/alb/getLoadBalancer.js.map +1 -1
  3. package/alb/loadBalancer.d.ts +24 -0
  4. package/alb/loadBalancer.js +4 -0
  5. package/alb/loadBalancer.js.map +1 -1
  6. package/clb/checkLogProject.d.ts +62 -0
  7. package/clb/checkLogProject.js +67 -0
  8. package/clb/checkLogProject.js.map +1 -0
  9. package/clb/checkLogTopic.d.ts +81 -0
  10. package/clb/checkLogTopic.js +78 -0
  11. package/clb/checkLogTopic.js.map +1 -0
  12. package/clb/clb.d.ts +0 -8
  13. package/clb/clb.js +2 -2
  14. package/clb/clb.js.map +1 -1
  15. package/clb/getCheckLogProject.d.ts +40 -0
  16. package/clb/getCheckLogProject.js +28 -0
  17. package/clb/getCheckLogProject.js.map +1 -0
  18. package/clb/getCheckLogProjects.d.ts +22 -0
  19. package/clb/getCheckLogProjects.js +24 -0
  20. package/clb/getCheckLogProjects.js.map +1 -0
  21. package/clb/getCheckLogTopic.d.ts +44 -0
  22. package/clb/getCheckLogTopic.js +28 -0
  23. package/clb/getCheckLogTopic.js.map +1 -0
  24. package/clb/getCheckLogTopics.d.ts +22 -0
  25. package/clb/getCheckLogTopics.js +24 -0
  26. package/clb/getCheckLogTopics.js.map +1 -0
  27. package/clb/index.d.ts +18 -0
  28. package/clb/index.js +24 -1
  29. package/clb/index.js.map +1 -1
  30. package/cloudmonitor/contactGroup.d.ts +15 -15
  31. package/cloudmonitor/contactGroup.js +1 -1
  32. package/cloudmonitor/getContactGroup.d.ts +7 -7
  33. package/directconnect/bgpPeer.d.ts +189 -0
  34. package/directconnect/bgpPeer.js +104 -0
  35. package/directconnect/bgpPeer.js.map +1 -0
  36. package/directconnect/getBgpPeer.d.ts +88 -0
  37. package/directconnect/getBgpPeer.js +28 -0
  38. package/directconnect/getBgpPeer.js.map +1 -0
  39. package/directconnect/getBgpPeers.d.ts +22 -0
  40. package/directconnect/getBgpPeers.js +24 -0
  41. package/directconnect/getBgpPeers.js.map +1 -0
  42. package/directconnect/index.d.ts +9 -0
  43. package/directconnect/index.js +12 -1
  44. package/directconnect/index.js.map +1 -1
  45. package/dns/getRecord.d.ts +104 -0
  46. package/dns/getRecord.js +28 -0
  47. package/dns/getRecord.js.map +1 -0
  48. package/dns/getRecords.d.ts +22 -0
  49. package/dns/getRecords.js +24 -0
  50. package/dns/getRecords.js.map +1 -0
  51. package/dns/index.d.ts +9 -0
  52. package/dns/index.js +12 -1
  53. package/dns/index.js.map +1 -1
  54. package/dns/record.d.ts +236 -0
  55. package/dns/record.js +121 -0
  56. package/dns/record.js.map +1 -0
  57. package/gtm/getGtm.d.ts +100 -0
  58. package/gtm/getGtm.js +28 -0
  59. package/gtm/getGtm.js.map +1 -0
  60. package/gtm/getGtms.d.ts +22 -0
  61. package/gtm/getGtms.js +24 -0
  62. package/gtm/getGtms.js.map +1 -0
  63. package/gtm/getRouting.d.ts +48 -0
  64. package/gtm/getRouting.js +28 -0
  65. package/gtm/getRouting.js.map +1 -0
  66. package/gtm/getRoutings.d.ts +22 -0
  67. package/gtm/getRoutings.js +24 -0
  68. package/gtm/getRoutings.js.map +1 -0
  69. package/gtm/getRule.d.ts +105 -0
  70. package/gtm/getRule.js +28 -0
  71. package/gtm/getRule.js.map +1 -0
  72. package/gtm/getRules.d.ts +22 -0
  73. package/gtm/getRules.js +24 -0
  74. package/gtm/getRules.js.map +1 -0
  75. package/gtm/gtm.d.ts +228 -0
  76. package/gtm/gtm.js +113 -0
  77. package/gtm/gtm.js.map +1 -0
  78. package/gtm/index.d.ts +27 -0
  79. package/gtm/index.js +34 -1
  80. package/gtm/index.js.map +1 -1
  81. package/gtm/routing.d.ts +89 -0
  82. package/gtm/routing.js +74 -0
  83. package/gtm/routing.js.map +1 -0
  84. package/gtm/rule.d.ts +226 -0
  85. package/gtm/rule.js +99 -0
  86. package/gtm/rule.js.map +1 -0
  87. package/kafka/getUser.d.ts +34 -0
  88. package/kafka/getUser.js +28 -0
  89. package/kafka/getUser.js.map +1 -0
  90. package/kafka/getUsers.d.ts +22 -0
  91. package/kafka/getUsers.js +24 -0
  92. package/kafka/getUsers.js.map +1 -0
  93. package/kafka/index.d.ts +9 -0
  94. package/kafka/index.js +12 -1
  95. package/kafka/index.js.map +1 -1
  96. package/kafka/user.d.ts +155 -0
  97. package/kafka/user.js +97 -0
  98. package/kafka/user.js.map +1 -0
  99. package/mongodb/account.d.ts +146 -0
  100. package/mongodb/account.js +82 -0
  101. package/mongodb/account.js.map +1 -0
  102. package/mongodb/getAccount.d.ts +77 -0
  103. package/mongodb/getAccount.js +28 -0
  104. package/mongodb/getAccount.js.map +1 -0
  105. package/mongodb/getAccounts.d.ts +22 -0
  106. package/mongodb/getAccounts.js +24 -0
  107. package/mongodb/getAccounts.js.map +1 -0
  108. package/mongodb/index.d.ts +9 -0
  109. package/mongodb/index.js +12 -1
  110. package/mongodb/index.js.map +1 -1
  111. package/package.json +1 -1
  112. package/rdsmysql/endpointPublicAddress.d.ts +182 -0
  113. package/rdsmysql/endpointPublicAddress.js +104 -0
  114. package/rdsmysql/endpointPublicAddress.js.map +1 -0
  115. package/rdsmysql/getEndpointPublicAddress.d.ts +39 -0
  116. package/rdsmysql/getEndpointPublicAddress.js +28 -0
  117. package/rdsmysql/getEndpointPublicAddress.js.map +1 -0
  118. package/rdsmysql/getEndpointPublicAddresses.d.ts +22 -0
  119. package/rdsmysql/getEndpointPublicAddresses.js +24 -0
  120. package/rdsmysql/getEndpointPublicAddresses.js.map +1 -0
  121. package/rdsmysql/index.d.ts +9 -0
  122. package/rdsmysql/index.js +12 -1
  123. package/rdsmysql/index.js.map +1 -1
  124. package/rdspostgresql/getInstance.d.ts +8 -0
  125. package/rdspostgresql/getInstance.js.map +1 -1
  126. package/rdspostgresql/instance.d.ts +15 -0
  127. package/rdspostgresql/instance.js +4 -0
  128. package/rdspostgresql/instance.js.map +1 -1
  129. package/transitrouter/getRouteTablePropagation.d.ts +52 -0
  130. package/transitrouter/getRouteTablePropagation.js +28 -0
  131. package/transitrouter/getRouteTablePropagation.js.map +1 -0
  132. package/transitrouter/getRouteTablePropagations.d.ts +22 -0
  133. package/transitrouter/getRouteTablePropagations.js +24 -0
  134. package/transitrouter/getRouteTablePropagations.js.map +1 -0
  135. package/transitrouter/index.d.ts +9 -0
  136. package/transitrouter/index.js +12 -1
  137. package/transitrouter/index.js.map +1 -1
  138. package/transitrouter/routeTablePropagation.d.ts +97 -0
  139. package/transitrouter/routeTablePropagation.js +82 -0
  140. package/transitrouter/routeTablePropagation.js.map +1 -0
  141. package/types/input.d.ts +235 -5
  142. package/types/output.d.ts +493 -13
  143. package/vepfs/fileset.d.ts +202 -0
  144. package/vepfs/fileset.js +106 -0
  145. package/vepfs/fileset.js.map +1 -0
  146. package/vepfs/getFileset.d.ts +41 -0
  147. package/vepfs/getFileset.js +28 -0
  148. package/vepfs/getFileset.js.map +1 -0
  149. package/vepfs/getFilesets.d.ts +22 -0
  150. package/vepfs/getFilesets.js +24 -0
  151. package/vepfs/getFilesets.js.map +1 -0
  152. package/vepfs/index.d.ts +9 -0
  153. package/vepfs/index.js +12 -1
  154. package/vepfs/index.js.map +1 -1
  155. package/vmp/getRuleFile.d.ts +37 -0
  156. package/vmp/getRuleFile.js +28 -0
  157. package/vmp/getRuleFile.js.map +1 -0
  158. package/vmp/getRuleFiles.d.ts +22 -0
  159. package/vmp/getRuleFiles.js +24 -0
  160. package/vmp/getRuleFiles.js.map +1 -0
  161. package/vmp/index.d.ts +9 -0
  162. package/vmp/index.js +12 -1
  163. package/vmp/index.js.map +1 -1
  164. package/vmp/ruleFile.d.ts +172 -0
  165. package/vmp/ruleFile.js +104 -0
  166. package/vmp/ruleFile.js.map +1 -0
package/types/input.d.ts CHANGED
@@ -185,6 +185,20 @@ export declare namespace alb {
185
185
  */
186
186
  weight?: pulumi.Input<number>;
187
187
  }
188
+ interface LoadBalancerHealthLog {
189
+ /**
190
+ * Whether to enable access log
191
+ */
192
+ enabled?: pulumi.Input<boolean>;
193
+ /**
194
+ * TLS project ID bound to access log
195
+ */
196
+ projectId?: pulumi.Input<string>;
197
+ /**
198
+ * TLS subject ID bound to access log
199
+ */
200
+ topicId?: pulumi.Input<string>;
201
+ }
188
202
  interface LoadBalancerIpv6EipBillingConfig {
189
203
  /**
190
204
  * Peak bandwidth of IPv6 EIP, in Mbps.
@@ -209,6 +223,20 @@ export declare namespace alb {
209
223
  */
210
224
  value?: pulumi.Input<string>;
211
225
  }
226
+ interface LoadBalancerTlsAccessLog {
227
+ /**
228
+ * Whether to enable access log
229
+ */
230
+ enabled?: pulumi.Input<boolean>;
231
+ /**
232
+ * TLS project ID bound to access log
233
+ */
234
+ projectId?: pulumi.Input<string>;
235
+ /**
236
+ * TLS subject ID bound to access log
237
+ */
238
+ topicId?: pulumi.Input<string>;
239
+ }
212
240
  interface LoadBalancerZoneMapping {
213
241
  /**
214
242
  * Subnet ID providing services within the availability zone.
@@ -3878,13 +3906,13 @@ export declare namespace clb {
3878
3906
  */
3879
3907
  bucketName?: pulumi.Input<string>;
3880
3908
  /**
3881
- * Log delivery type. Available values: tos (default): Deliver logs to object storage service TOS. tls: Deliver logs to log service TLS
3909
+ * Enable access log TOS feature?
3882
3910
  */
3883
- deliveryType?: pulumi.Input<string>;
3911
+ enabled?: pulumi.Input<boolean>;
3884
3912
  /**
3885
- * Enable access log (Layer 7) delivery to object storage TOS
3913
+ * Enable access log TLS feature?
3886
3914
  */
3887
- enabled?: pulumi.Input<boolean>;
3915
+ tlsEnabled?: pulumi.Input<boolean>;
3888
3916
  /**
3889
3917
  * Log project
3890
3918
  */
@@ -4392,7 +4420,7 @@ export declare namespace cloudidentity {
4392
4420
  export declare namespace cloudmonitor {
4393
4421
  interface ContactGroupContact {
4394
4422
  /**
4395
- * 联系人ID
4423
+ * Contact ID
4396
4424
  */
4397
4425
  contactId?: pulumi.Input<string>;
4398
4426
  }
@@ -6669,6 +6697,139 @@ export declare namespace gtm {
6669
6697
  */
6670
6698
  weight?: pulumi.Input<number>;
6671
6699
  }
6700
+ interface RulePoolSet {
6701
+ /**
6702
+ * Minimum number of available addresses required for the address pool collection to be considered available.
6703
+ */
6704
+ activeAddrThr?: pulumi.Input<number>;
6705
+ /**
6706
+ * Address pool name.
6707
+ */
6708
+ name?: pulumi.Input<string>;
6709
+ pools?: pulumi.Input<pulumi.Input<inputs.gtm.RulePoolSetPool>[]>;
6710
+ }
6711
+ interface RulePoolSetPool {
6712
+ addresses?: pulumi.Input<pulumi.Input<inputs.gtm.RulePoolSetPoolAddress>[]>;
6713
+ /**
6714
+ * The number of unavailable addresses in the address pool.
6715
+ */
6716
+ inactiveAddrCount?: pulumi.Input<number>;
6717
+ /**
6718
+ * Address pool name.
6719
+ */
6720
+ name?: pulumi.Input<string>;
6721
+ /**
6722
+ * Address pool ID.
6723
+ */
6724
+ poolId?: pulumi.Input<string>;
6725
+ /**
6726
+ * Address pool weight.
6727
+ */
6728
+ weight?: pulumi.Input<number>;
6729
+ }
6730
+ interface RulePoolSetPoolAddress {
6731
+ /**
6732
+ * Whether the address is available. true: The address is available. false: The address is unavailable.
6733
+ */
6734
+ active?: pulumi.Input<boolean>;
6735
+ /**
6736
+ * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
6737
+ */
6738
+ capacity?: pulumi.Input<number>;
6739
+ /**
6740
+ * This parameter has no practical significance. You can ignore this parameter.
6741
+ */
6742
+ geo?: pulumi.Input<string>;
6743
+ /**
6744
+ * Latency (ms) for health check probe accessing the target address.
6745
+ */
6746
+ latency?: pulumi.Input<number>;
6747
+ /**
6748
+ * The mechanism for determining whether an address is available. auto: automatic mode. Cloud Scheduling GTM determines address availability based on health check results. always*on: address is always available. always*off: address is always unavailable.
6749
+ */
6750
+ mode?: pulumi.Input<string>;
6751
+ /**
6752
+ * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
6753
+ */
6754
+ rectifiedGeos?: pulumi.Input<pulumi.Input<string>[]>;
6755
+ /**
6756
+ * Address.
6757
+ */
6758
+ value?: pulumi.Input<string>;
6759
+ /**
6760
+ * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
6761
+ */
6762
+ weight?: pulumi.Input<number>;
6763
+ }
6764
+ interface RuleProbe {
6765
+ /**
6766
+ * Recommended number of health check probe points.
6767
+ */
6768
+ advisedNodeCount?: pulumi.Input<number>;
6769
+ /**
6770
+ * Whether health checks are disabled. true: disabled. false: not disabled.
6771
+ */
6772
+ disable?: pulumi.Input<boolean>;
6773
+ /**
6774
+ * The threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address is marked as faulty after 3 consecutive health check failures. The default value is 3.
6775
+ */
6776
+ failedCount?: pulumi.Input<number>;
6777
+ /**
6778
+ * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
6779
+ */
6780
+ host?: pulumi.Input<string>;
6781
+ /**
6782
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
6783
+ */
6784
+ httpMethod?: pulumi.Input<string>;
6785
+ httpUsabilityCodes?: pulumi.Input<pulumi.Input<inputs.gtm.RuleProbeHttpUsabilityCode>[]>;
6786
+ /**
6787
+ * The interval between each health check, in seconds.
6788
+ */
6789
+ interval?: pulumi.Input<number>;
6790
+ /**
6791
+ * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
6792
+ */
6793
+ isManualNodes?: pulumi.Input<boolean>;
6794
+ /**
6795
+ * Health check probe point.
6796
+ */
6797
+ nodes?: pulumi.Input<pulumi.Input<string>[]>;
6798
+ /**
6799
+ * Packet count. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
6800
+ */
6801
+ pingCount?: pulumi.Input<number>;
6802
+ /**
6803
+ * Packet loss rate, expressed as a percentage. If the packet loss rate exceeds this parameter, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during the health check is 11%, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
6804
+ */
6805
+ pingLossPercent?: pulumi.Input<number>;
6806
+ /**
6807
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
6808
+ */
6809
+ port?: pulumi.Input<number>;
6810
+ /**
6811
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
6812
+ */
6813
+ protocol?: pulumi.Input<string>;
6814
+ /**
6815
+ * The timeout period for the health check task, in seconds. ping: If the latency exceeds the value of Timeout, it is considered packet loss. http/https: If the latency exceeds the value of Timeout, it is considered an abnormal result.
6816
+ */
6817
+ timeout?: pulumi.Input<number>;
6818
+ /**
6819
+ * Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
6820
+ */
6821
+ url?: pulumi.Input<string>;
6822
+ }
6823
+ interface RuleProbeHttpUsabilityCode {
6824
+ /**
6825
+ * HTTP status code list.
6826
+ */
6827
+ codes?: pulumi.Input<pulumi.Input<number>[]>;
6828
+ /**
6829
+ * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
6830
+ */
6831
+ operator?: pulumi.Input<string>;
6832
+ }
6672
6833
  }
6673
6834
  export declare namespace hbase {
6674
6835
  interface InstanceEndpoint {
@@ -7366,6 +7527,16 @@ export declare namespace kms {
7366
7527
  }
7367
7528
  }
7368
7529
  export declare namespace mongodb {
7530
+ interface AccountAccountPrivilege {
7531
+ /**
7532
+ * Databases for which the account has permissions.
7533
+ */
7534
+ dbName?: pulumi.Input<string>;
7535
+ /**
7536
+ * Permissions the account has in the current database.
7537
+ */
7538
+ roleName?: pulumi.Input<string>;
7539
+ }
7369
7540
  interface AllowListAssociatedInstance {
7370
7541
  /**
7371
7542
  * Instance ID bound to the current allowlist.
@@ -9146,6 +9317,65 @@ export declare namespace rdspostgresql {
9146
9317
  */
9147
9318
  zoneId: pulumi.Input<string>;
9148
9319
  }
9320
+ interface InstanceReplicationSlot {
9321
+ /**
9322
+ * Database associated with the slot
9323
+ */
9324
+ database?: pulumi.Input<string>;
9325
+ /**
9326
+ * Connected client IP address
9327
+ */
9328
+ ipAddress?: pulumi.Input<string>;
9329
+ /**
9330
+ * Plugin used by the slot
9331
+ */
9332
+ plugin?: pulumi.Input<string>;
9333
+ /**
9334
+ * Slot name
9335
+ */
9336
+ slotName?: pulumi.Input<string>;
9337
+ /**
9338
+ * Slot status
9339
+ */
9340
+ slotStatus?: pulumi.Input<string>;
9341
+ /**
9342
+ * Slot type
9343
+ */
9344
+ slotType?: pulumi.Input<string>;
9345
+ /**
9346
+ * Whether it is a temporary slot
9347
+ */
9348
+ temporary?: pulumi.Input<boolean>;
9349
+ /**
9350
+ * WAL delay size
9351
+ */
9352
+ walDelay?: pulumi.Input<number>;
9353
+ }
9354
+ interface InstanceRestoreToExistedInstance {
9355
+ /**
9356
+ * Backup set ID
9357
+ */
9358
+ backupId?: pulumi.Input<string>;
9359
+ databases?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceRestoreToExistedInstanceDatabase>[]>;
9360
+ /**
9361
+ * Source instance ID
9362
+ */
9363
+ sourceDbInstanceId?: pulumi.Input<string>;
9364
+ /**
9365
+ * Database account for the target instance
9366
+ */
9367
+ targetDbInstanceAccount?: pulumi.Input<string>;
9368
+ }
9369
+ interface InstanceRestoreToExistedInstanceDatabase {
9370
+ /**
9371
+ * Source database name
9372
+ */
9373
+ dbName?: pulumi.Input<string>;
9374
+ /**
9375
+ * Name of the new database after restoration
9376
+ */
9377
+ newDbName?: pulumi.Input<string>;
9378
+ }
9149
9379
  interface InstanceTag {
9150
9380
  /**
9151
9381
  * Tag key