@byteplus/pulumi-bytepluscc 0.0.29 → 0.0.31

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 (118) hide show
  1. package/README.md +1 -0
  2. package/config/vars.d.ts +7 -2
  3. package/config/vars.js +7 -0
  4. package/config/vars.js.map +1 -1
  5. package/directconnect/gatewayRoute.d.ts +142 -0
  6. package/directconnect/gatewayRoute.js +96 -0
  7. package/directconnect/gatewayRoute.js.map +1 -0
  8. package/directconnect/getGatewayRoute.d.ts +72 -0
  9. package/directconnect/getGatewayRoute.js +28 -0
  10. package/directconnect/getGatewayRoute.js.map +1 -0
  11. package/directconnect/getGatewayRoutes.d.ts +22 -0
  12. package/directconnect/getGatewayRoutes.js +24 -0
  13. package/directconnect/getGatewayRoutes.js.map +1 -0
  14. package/directconnect/getVirtualInterface.d.ts +133 -0
  15. package/directconnect/getVirtualInterface.js +28 -0
  16. package/directconnect/getVirtualInterface.js.map +1 -0
  17. package/directconnect/getVirtualInterfaces.d.ts +22 -0
  18. package/directconnect/getVirtualInterfaces.js +24 -0
  19. package/directconnect/getVirtualInterfaces.js.map +1 -0
  20. package/directconnect/index.d.ts +18 -0
  21. package/directconnect/index.js +23 -1
  22. package/directconnect/index.js.map +1 -1
  23. package/directconnect/virtualInterface.d.ts +336 -0
  24. package/directconnect/virtualInterface.js +149 -0
  25. package/directconnect/virtualInterface.js.map +1 -0
  26. package/gtm/getPool.d.ts +81 -0
  27. package/gtm/getPool.js +28 -0
  28. package/gtm/getPool.js.map +1 -0
  29. package/gtm/getPools.d.ts +22 -0
  30. package/gtm/getPools.js +24 -0
  31. package/gtm/getPools.js.map +1 -0
  32. package/gtm/index.d.ts +9 -0
  33. package/gtm/index.js +28 -0
  34. package/gtm/index.js.map +1 -0
  35. package/gtm/pool.d.ts +154 -0
  36. package/gtm/pool.js +87 -0
  37. package/gtm/pool.js.map +1 -0
  38. package/iam/getRole.d.ts +4 -0
  39. package/iam/getRole.js.map +1 -1
  40. package/iam/role.d.ts +18 -34
  41. package/iam/role.js +3 -36
  42. package/iam/role.js.map +1 -1
  43. package/index.d.ts +2 -1
  44. package/index.js +3 -1
  45. package/index.js.map +1 -1
  46. package/kms/getKey.d.ts +24 -0
  47. package/kms/getKey.js.map +1 -1
  48. package/kms/getSecret.d.ts +128 -0
  49. package/kms/getSecret.js +28 -0
  50. package/kms/getSecret.js.map +1 -0
  51. package/kms/getSecrets.d.ts +22 -0
  52. package/kms/getSecrets.js +24 -0
  53. package/kms/getSecrets.js.map +1 -0
  54. package/kms/index.d.ts +9 -0
  55. package/kms/index.js +12 -1
  56. package/kms/index.js.map +1 -1
  57. package/kms/key.d.ts +72 -0
  58. package/kms/key.js +12 -0
  59. package/kms/key.js.map +1 -1
  60. package/kms/secret.d.ts +289 -0
  61. package/kms/secret.js +131 -0
  62. package/kms/secret.js.map +1 -0
  63. package/package.json +1 -1
  64. package/provider.d.ts +14 -4
  65. package/provider.js +2 -1
  66. package/provider.js.map +1 -1
  67. package/rdspostgresql/getParameterTemplate.d.ts +89 -0
  68. package/rdspostgresql/getParameterTemplate.js +28 -0
  69. package/rdspostgresql/getParameterTemplate.js.map +1 -0
  70. package/rdspostgresql/getParameterTemplates.d.ts +22 -0
  71. package/rdspostgresql/getParameterTemplates.js +24 -0
  72. package/rdspostgresql/getParameterTemplates.js.map +1 -0
  73. package/rdspostgresql/index.d.ts +9 -0
  74. package/rdspostgresql/index.js +12 -1
  75. package/rdspostgresql/index.js.map +1 -1
  76. package/rdspostgresql/parameterTemplate.d.ts +186 -0
  77. package/rdspostgresql/parameterTemplate.js +118 -0
  78. package/rdspostgresql/parameterTemplate.js.map +1 -0
  79. package/redis/getInstance.d.ts +9 -5
  80. package/redis/getInstance.js.map +1 -1
  81. package/redis/instance.d.ts +25 -13
  82. package/redis/instance.js +2 -0
  83. package/redis/instance.js.map +1 -1
  84. package/tls/alarm.d.ts +215 -0
  85. package/tls/alarm.js +110 -0
  86. package/tls/alarm.js.map +1 -0
  87. package/tls/getAlarm.d.ts +109 -0
  88. package/tls/getAlarm.js +28 -0
  89. package/tls/getAlarm.js.map +1 -0
  90. package/tls/getAlarms.d.ts +22 -0
  91. package/tls/getAlarms.js +24 -0
  92. package/tls/getAlarms.js.map +1 -0
  93. package/tls/index.d.ts +9 -0
  94. package/tls/index.js +12 -1
  95. package/tls/index.js.map +1 -1
  96. package/types/input.d.ts +274 -1
  97. package/types/output.d.ts +805 -2
  98. package/vpn/getSslVpnServer.d.ts +109 -0
  99. package/vpn/getSslVpnServer.js +28 -0
  100. package/vpn/getSslVpnServer.js.map +1 -0
  101. package/vpn/getSslVpnServers.d.ts +22 -0
  102. package/vpn/getSslVpnServers.js +24 -0
  103. package/vpn/getSslVpnServers.js.map +1 -0
  104. package/vpn/getVpnGatewayRoute.d.ts +77 -0
  105. package/vpn/getVpnGatewayRoute.js +28 -0
  106. package/vpn/getVpnGatewayRoute.js.map +1 -0
  107. package/vpn/getVpnGatewayRoutes.d.ts +22 -0
  108. package/vpn/getVpnGatewayRoutes.js +24 -0
  109. package/vpn/getVpnGatewayRoutes.js.map +1 -0
  110. package/vpn/index.d.ts +18 -0
  111. package/vpn/index.js +23 -1
  112. package/vpn/index.js.map +1 -1
  113. package/vpn/sslVpnServer.d.ts +263 -0
  114. package/vpn/sslVpnServer.js +130 -0
  115. package/vpn/sslVpnServer.js.map +1 -0
  116. package/vpn/vpnGatewayRoute.d.ts +146 -0
  117. package/vpn/vpnGatewayRoute.js +98 -0
  118. package/vpn/vpnGatewayRoute.js.map +1 -0
package/types/output.d.ts CHANGED
@@ -9637,6 +9637,26 @@ export declare namespace directconnect {
9637
9637
  */
9638
9638
  value: string;
9639
9639
  }
9640
+ interface GetVirtualInterfaceTag {
9641
+ /**
9642
+ * Tag key (Key) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag key (Key), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag keys (Key) are separated by &. Cannot start with sys: in any case. sys: is reserved for system tags and cannot be created. Length range: 1–128 characters. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@).
9643
+ */
9644
+ key: string;
9645
+ /**
9646
+ * Tag value (Value) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag value (Value), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag values (Value) are separated by &. Length range: 0–256 characters. If not specified, the default is empty. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@). Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
9647
+ */
9648
+ value: string;
9649
+ }
9650
+ interface VirtualInterfaceTag {
9651
+ /**
9652
+ * Tag key (Key) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag key (Key), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag keys (Key) are separated by &. Cannot start with sys: in any case. sys: is reserved for system tags and cannot be created. Length range: 1–128 characters. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@).
9653
+ */
9654
+ key: string;
9655
+ /**
9656
+ * Tag value (Value) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag value (Value), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag values (Value) are separated by &. Length range: 0–256 characters. If not specified, the default is empty. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@). Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
9657
+ */
9658
+ value: string;
9659
+ }
9640
9660
  }
9641
9661
  export declare namespace dns {
9642
9662
  interface GetZoneTag {
@@ -13613,6 +13633,56 @@ export declare namespace fwcenter {
13613
13633
  vpcId: string;
13614
13634
  }
13615
13635
  }
13636
+ export declare namespace gtm {
13637
+ interface GetPoolAddress {
13638
+ /**
13639
+ * Address capacity
13640
+ */
13641
+ capacity: number;
13642
+ /**
13643
+ * Geographic location of the address, returned only in queries
13644
+ */
13645
+ geo: string;
13646
+ /**
13647
+ * Address availability mode
13648
+ */
13649
+ mode: string;
13650
+ /**
13651
+ * List of geographic route codes to be corrected
13652
+ */
13653
+ rectifiedGeos: string[];
13654
+ /**
13655
+ * Target address value
13656
+ */
13657
+ value: string;
13658
+ /**
13659
+ * Address weight
13660
+ */
13661
+ weight: number;
13662
+ }
13663
+ interface PoolAddress {
13664
+ /**
13665
+ * Address capacity
13666
+ */
13667
+ capacity: number;
13668
+ /**
13669
+ * Address availability mode
13670
+ */
13671
+ mode: string;
13672
+ /**
13673
+ * List of geographic route codes to be corrected
13674
+ */
13675
+ rectifiedGeos: string[];
13676
+ /**
13677
+ * Target address value
13678
+ */
13679
+ value: string;
13680
+ /**
13681
+ * Address weight
13682
+ */
13683
+ weight: number;
13684
+ }
13685
+ }
13616
13686
  export declare namespace hbase {
13617
13687
  interface GetInstanceEndpoint {
13618
13688
  /**
@@ -13887,15 +13957,49 @@ export declare namespace iam {
13887
13957
  projectName: string;
13888
13958
  }
13889
13959
  interface GetRolePolicy {
13960
+ /**
13961
+ * Policy binding time.
13962
+ */
13963
+ attachDate: string;
13964
+ /**
13965
+ * Policy description.
13966
+ */
13967
+ description: string;
13890
13968
  /**
13891
13969
  * Policy name
13892
13970
  */
13893
13971
  policyName: string;
13972
+ /**
13973
+ * Policy authorization scope, specifically refers to the project scope.
13974
+ */
13975
+ policyScopes: outputs.iam.GetRolePolicyPolicyScope[];
13976
+ /**
13977
+ * Policy TRN.
13978
+ */
13979
+ policyTrn: string;
13894
13980
  /**
13895
13981
  * Policy type. Policy type. System indicates a system preset policy; Custom indicates a custom policy.
13896
13982
  */
13897
13983
  policyType: string;
13898
13984
  }
13985
+ interface GetRolePolicyPolicyScope {
13986
+ /**
13987
+ * Project authorization time.
13988
+ */
13989
+ attachDate: string;
13990
+ /**
13991
+ * Authorization type. Global means global authorization (not limited to any project), Project means project-based authorization.
13992
+ */
13993
+ policyScopeType: string;
13994
+ /**
13995
+ * Project display name for project-based authorization.
13996
+ */
13997
+ projectDisplayName: string;
13998
+ /**
13999
+ * Project name for project-based authorization.
14000
+ */
14001
+ projectName: string;
14002
+ }
13899
14003
  interface GetRoleTag {
13900
14004
  /**
13901
14005
  * Tag key
@@ -14536,6 +14640,52 @@ export declare namespace kafka {
14536
14640
  }
14537
14641
  }
14538
14642
  export declare namespace kms {
14643
+ interface GetKeyAsymmetricCiphertext {
14644
+ /**
14645
+ * Encryption algorithm. Optional values: RSAES*OAEP*SHA_256, SM2PKE.
14646
+ */
14647
+ algorithm: string;
14648
+ /**
14649
+ * Ciphertext of encryption result, Base64-encoded.
14650
+ */
14651
+ ciphertextBlob: string;
14652
+ /**
14653
+ * Plaintext to be encrypted, Base64-encoded.
14654
+ */
14655
+ plaintext: string;
14656
+ }
14657
+ interface GetKeyAsymmetricSignature {
14658
+ /**
14659
+ * Signature algorithm, for example: RSA*PSS*SHA*256, RSA*PKCS1*SHA*256, ECDSA*SHA*256, SM2_DSA.
14660
+ */
14661
+ algorithm: string;
14662
+ /**
14663
+ * Message to be signed, Base64-encoded.
14664
+ */
14665
+ message: string;
14666
+ /**
14667
+ * Message type. Optional values: RAW, DIGEST.
14668
+ */
14669
+ messageType: string;
14670
+ /**
14671
+ * Signature result, Base64-encoded.
14672
+ */
14673
+ signature: string;
14674
+ }
14675
+ interface GetKeyCiphertext {
14676
+ /**
14677
+ * Ciphertext of encryption result, Base64-encoded.
14678
+ */
14679
+ ciphertextBlob: string;
14680
+ /**
14681
+ * Encryption context JSON string.
14682
+ */
14683
+ encryptionContext: string;
14684
+ /**
14685
+ * Plaintext to be encrypted, Base64-encoded.
14686
+ */
14687
+ plaintext: string;
14688
+ }
14539
14689
  interface GetKeyMultiRegionConfiguration {
14540
14690
  /**
14541
14691
  * Multi-region key type.
@@ -14570,6 +14720,64 @@ export declare namespace kms {
14570
14720
  */
14571
14721
  trn: string;
14572
14722
  }
14723
+ interface GetKeyReEncrypt {
14724
+ /**
14725
+ * Re-encrypted ciphertext, Base64-encoded.
14726
+ */
14727
+ ciphertextBlob: string;
14728
+ /**
14729
+ * New encryption context JSON string.
14730
+ */
14731
+ newEncryptionContext: string;
14732
+ /**
14733
+ * Target key ID. If not specified, you must provide NewKeyringName and NewKeyName.
14734
+ */
14735
+ newKeyId: string;
14736
+ /**
14737
+ * Target key name.
14738
+ */
14739
+ newKeyName: string;
14740
+ /**
14741
+ * Name of the keyring to which the target key belongs.
14742
+ */
14743
+ newKeyringName: string;
14744
+ /**
14745
+ * Old encryption context JSON string.
14746
+ */
14747
+ oldEncryptionContext: string;
14748
+ /**
14749
+ * Source ciphertext to be re-encrypted, Base64-encoded.
14750
+ */
14751
+ sourceCiphertextBlob: string;
14752
+ }
14753
+ interface GetKeyReplicateKey {
14754
+ /**
14755
+ * Replica key description.
14756
+ */
14757
+ description: string;
14758
+ /**
14759
+ * Replica key ID.
14760
+ */
14761
+ replicaKeyId: string;
14762
+ /**
14763
+ * Target region of the replica key.
14764
+ */
14765
+ replicaRegion: string;
14766
+ /**
14767
+ * Replica key label.
14768
+ */
14769
+ tags: outputs.kms.GetKeyReplicateKeyTag[];
14770
+ }
14771
+ interface GetKeyReplicateKeyTag {
14772
+ /**
14773
+ * KMS key label key.
14774
+ */
14775
+ key: string;
14776
+ /**
14777
+ * KMS key label value.
14778
+ */
14779
+ value: string;
14780
+ }
14573
14781
  interface GetKeyTag {
14574
14782
  /**
14575
14783
  * KMS key label key.
@@ -14580,6 +14788,52 @@ export declare namespace kms {
14580
14788
  */
14581
14789
  value: string;
14582
14790
  }
14791
+ interface KeyAsymmetricCiphertext {
14792
+ /**
14793
+ * Encryption algorithm. Optional values: RSAES*OAEP*SHA_256, SM2PKE.
14794
+ */
14795
+ algorithm: string;
14796
+ /**
14797
+ * Ciphertext of encryption result, Base64-encoded.
14798
+ */
14799
+ ciphertextBlob: string;
14800
+ /**
14801
+ * Plaintext to be encrypted, Base64-encoded.
14802
+ */
14803
+ plaintext: string;
14804
+ }
14805
+ interface KeyAsymmetricSignature {
14806
+ /**
14807
+ * Signature algorithm, for example: RSA*PSS*SHA*256, RSA*PKCS1*SHA*256, ECDSA*SHA*256, SM2_DSA.
14808
+ */
14809
+ algorithm: string;
14810
+ /**
14811
+ * Message to be signed, Base64-encoded.
14812
+ */
14813
+ message: string;
14814
+ /**
14815
+ * Message type. Optional values: RAW, DIGEST.
14816
+ */
14817
+ messageType: string;
14818
+ /**
14819
+ * Signature result, Base64-encoded.
14820
+ */
14821
+ signature: string;
14822
+ }
14823
+ interface KeyCiphertext {
14824
+ /**
14825
+ * Ciphertext of encryption result, Base64-encoded.
14826
+ */
14827
+ ciphertextBlob: string;
14828
+ /**
14829
+ * Encryption context JSON string.
14830
+ */
14831
+ encryptionContext: string;
14832
+ /**
14833
+ * Plaintext to be encrypted, Base64-encoded.
14834
+ */
14835
+ plaintext: string;
14836
+ }
14583
14837
  interface KeyMultiRegionConfiguration {
14584
14838
  /**
14585
14839
  * Multi-region key type.
@@ -14611,6 +14865,61 @@ export declare namespace kms {
14611
14865
  */
14612
14866
  trn: string;
14613
14867
  }
14868
+ interface KeyReEncrypt {
14869
+ /**
14870
+ * Re-encrypted ciphertext, Base64-encoded.
14871
+ */
14872
+ ciphertextBlob: string;
14873
+ /**
14874
+ * New encryption context JSON string.
14875
+ */
14876
+ newEncryptionContext: string;
14877
+ /**
14878
+ * Target key ID. If not specified, you must provide NewKeyringName and NewKeyName.
14879
+ */
14880
+ newKeyId: string;
14881
+ /**
14882
+ * Target key name.
14883
+ */
14884
+ newKeyName: string;
14885
+ /**
14886
+ * Name of the keyring to which the target key belongs.
14887
+ */
14888
+ newKeyringName: string;
14889
+ /**
14890
+ * Old encryption context JSON string.
14891
+ */
14892
+ oldEncryptionContext: string;
14893
+ /**
14894
+ * Source ciphertext to be re-encrypted, Base64-encoded.
14895
+ */
14896
+ sourceCiphertextBlob: string;
14897
+ }
14898
+ interface KeyReplicateKey {
14899
+ /**
14900
+ * Replica key description.
14901
+ */
14902
+ description: string;
14903
+ /**
14904
+ * Replica key ID.
14905
+ */
14906
+ replicaKeyId: string;
14907
+ /**
14908
+ * Target region of the replica key.
14909
+ */
14910
+ replicaRegion: string;
14911
+ tags: outputs.kms.KeyReplicateKeyTag[];
14912
+ }
14913
+ interface KeyReplicateKeyTag {
14914
+ /**
14915
+ * KMS key label key.
14916
+ */
14917
+ key: string;
14918
+ /**
14919
+ * KMS key label value.
14920
+ */
14921
+ value: string;
14922
+ }
14614
14923
  interface KeyTag {
14615
14924
  /**
14616
14925
  * KMS key label key.
@@ -15372,7 +15681,7 @@ export declare namespace privatelink {
15372
15681
  */
15373
15682
  name: string;
15374
15683
  /**
15375
- * Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
15684
+ * Domain verification status. PendingVerification: Pending verification, Verifying: In progress, Verified: Verified, Failed: Verification failed
15376
15685
  */
15377
15686
  status: string;
15378
15687
  /**
@@ -15410,7 +15719,7 @@ export declare namespace privatelink {
15410
15719
  */
15411
15720
  name: string;
15412
15721
  /**
15413
- * Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
15722
+ * Domain verification status. PendingVerification: Pending verification, Verifying: In progress, Verified: Verified, Failed: Verification failed
15414
15723
  */
15415
15724
  status: string;
15416
15725
  /**
@@ -18158,6 +18467,40 @@ export declare namespace rdspostgresql {
18158
18467
  */
18159
18468
  value: string;
18160
18469
  }
18470
+ interface GetParameterTemplateTemplateParam {
18471
+ /**
18472
+ * Parameter validation rules
18473
+ */
18474
+ checkingCode: string;
18475
+ /**
18476
+ * Default value of the parameter
18477
+ */
18478
+ defaultValue: string;
18479
+ /**
18480
+ * Parameter description information in English
18481
+ */
18482
+ description: string;
18483
+ /**
18484
+ * Parameter description information in Chinese
18485
+ */
18486
+ descriptionZh: string;
18487
+ /**
18488
+ * Whether modifying this parameter requires a restart
18489
+ */
18490
+ forceRestart: boolean;
18491
+ /**
18492
+ * Parameter name
18493
+ */
18494
+ name: string;
18495
+ /**
18496
+ * Data type of the parameter
18497
+ */
18498
+ type: string;
18499
+ /**
18500
+ * Parameter value
18501
+ */
18502
+ value: string;
18503
+ }
18161
18504
  interface InstanceChargeDetail {
18162
18505
  /**
18163
18506
  * Enable auto-renewal for prepaid scenarios
@@ -18386,6 +18729,16 @@ export declare namespace rdspostgresql {
18386
18729
  */
18387
18730
  value: string;
18388
18731
  }
18732
+ interface ParameterTemplateTemplateParam {
18733
+ /**
18734
+ * Parameter name
18735
+ */
18736
+ name: string;
18737
+ /**
18738
+ * Parameter value
18739
+ */
18740
+ value: string;
18741
+ }
18389
18742
  }
18390
18743
  export declare namespace redis {
18391
18744
  interface AllowListAssociatedInstance {
@@ -19046,6 +19399,40 @@ export declare namespace storageebs {
19046
19399
  }
19047
19400
  }
19048
19401
  export declare namespace tls {
19402
+ interface AlarmAlarmNotifyGroup {
19403
+ /**
19404
+ * Alert notification group ID.
19405
+ */
19406
+ alarmNotifyGroupId: string;
19407
+ }
19408
+ interface AlarmAlarmPeriodDetail {
19409
+ /**
19410
+ * Email alert interval, in minutes. Value range: 1–1440
19411
+ */
19412
+ email: number;
19413
+ /**
19414
+ * Custom Webhook alert interval, in minutes. Value range: 1–1440.
19415
+ */
19416
+ generalWebhook: number;
19417
+ /**
19418
+ * Phone alert cycle, in minutes. Value range: 10–1440.
19419
+ */
19420
+ phone: number;
19421
+ /**
19422
+ * SMS alert interval, in minutes. Value range: 10–1440
19423
+ */
19424
+ sms: number;
19425
+ }
19426
+ interface AlarmJoinConfiguration {
19427
+ /**
19428
+ * Expression used for left join or right join.
19429
+ */
19430
+ condition: string;
19431
+ /**
19432
+ * Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
19433
+ */
19434
+ setOperationType: string;
19435
+ }
19049
19436
  interface AlarmNotifyGroupNoticeRule {
19050
19437
  /**
19051
19438
  * Whether there is an end node afterwards.
@@ -19199,6 +19586,304 @@ export declare namespace tls {
19199
19586
  */
19200
19587
  value: string;
19201
19588
  }
19589
+ interface AlarmQueryRequest {
19590
+ /**
19591
+ * Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
19592
+ */
19593
+ endTimeOffset: number;
19594
+ /**
19595
+ * Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
19596
+ */
19597
+ endTimeOffsetUnit: string;
19598
+ /**
19599
+ * Query analysis statement, with a maximum supported length of 1024 characters.
19600
+ */
19601
+ query: string;
19602
+ /**
19603
+ * Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
19604
+ */
19605
+ startTimeOffset: number;
19606
+ /**
19607
+ * Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
19608
+ */
19609
+ startTimeOffsetUnit: string;
19610
+ /**
19611
+ * Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
19612
+ */
19613
+ timeSpanType: string;
19614
+ /**
19615
+ * Log topic ID monitored by the alert policy.
19616
+ */
19617
+ topicId: string;
19618
+ /**
19619
+ * Name of the log topic monitored by the alert policy.
19620
+ */
19621
+ topicName: string;
19622
+ /**
19623
+ * Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
19624
+ */
19625
+ truncatedTime: string;
19626
+ }
19627
+ interface AlarmRequestCycle {
19628
+ /**
19629
+ * Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
19630
+ */
19631
+ cronTab: string;
19632
+ /**
19633
+ * Time zone in which the Cron expression takes effect.
19634
+ */
19635
+ cronTimeZone: string;
19636
+ /**
19637
+ * Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
19638
+ */
19639
+ time: number;
19640
+ /**
19641
+ * Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
19642
+ */
19643
+ type: string;
19644
+ }
19645
+ interface AlarmTriggerCondition {
19646
+ /**
19647
+ * Alert trigger condition expression.
19648
+ */
19649
+ condition: string;
19650
+ /**
19651
+ * Numerical expression for scenarios with data or specific entries, implemented using **count**.
19652
+ */
19653
+ countCondition: string;
19654
+ /**
19655
+ * When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
19656
+ */
19657
+ noData: boolean;
19658
+ /**
19659
+ * Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
19660
+ */
19661
+ severity: string;
19662
+ }
19663
+ interface GetAlarmAlarmNotifyGroup {
19664
+ /**
19665
+ * Alert notification group ID.
19666
+ */
19667
+ alarmNotifyGroupId: string;
19668
+ /**
19669
+ * Alert notification group name.
19670
+ */
19671
+ alarmNotifyGroupName: string;
19672
+ /**
19673
+ * Alert notification group creation time.
19674
+ */
19675
+ createTime: string;
19676
+ /**
19677
+ * IAM project to which the alert group belongs.
19678
+ */
19679
+ iamProjectName: string;
19680
+ /**
19681
+ * Time when the alert notification group was modified.
19682
+ */
19683
+ modifyTime: string;
19684
+ /**
19685
+ * Notification group rule
19686
+ */
19687
+ noticeRules: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRule[];
19688
+ /**
19689
+ * Type of alert notification. Optional values, select one or more: Trigger - when an alert is triggered. Recovery - when an alert is recovered.
19690
+ */
19691
+ notifyTypes: string[];
19692
+ /**
19693
+ * List of IAM users who receive alerts.
19694
+ */
19695
+ receivers: outputs.tls.GetAlarmAlarmNotifyGroupReceiver[];
19696
+ }
19697
+ interface GetAlarmAlarmNotifyGroupNoticeRule {
19698
+ /**
19699
+ * Whether a subsequent end node exists.
19700
+ */
19701
+ hasEndNode: boolean;
19702
+ /**
19703
+ * Whether to continue to the next level of condition evaluation
19704
+ */
19705
+ hasNext: boolean;
19706
+ /**
19707
+ * Notification group rule
19708
+ */
19709
+ receiverInfos: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfo[];
19710
+ /**
19711
+ * Rule node, in JSON format.
19712
+ */
19713
+ ruleNode: string;
19714
+ }
19715
+ interface GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfo {
19716
+ /**
19717
+ * Alert content template ID.
19718
+ */
19719
+ alarmContentTemplateId: string;
19720
+ /**
19721
+ * Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
19722
+ */
19723
+ alarmWebhookAtGroups: string[];
19724
+ /**
19725
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
19726
+ */
19727
+ alarmWebhookAtUsers: string[];
19728
+ /**
19729
+ * ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
19730
+ */
19731
+ alarmWebhookIntegrationId: string;
19732
+ /**
19733
+ * Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
19734
+ */
19735
+ alarmWebhookIntegrationName: string;
19736
+ /**
19737
+ * Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
19738
+ */
19739
+ alarmWebhookIsAtAll: boolean;
19740
+ /**
19741
+ * End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
19742
+ */
19743
+ endTime: string;
19744
+ /**
19745
+ * Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
19746
+ */
19747
+ generalWebhookBody: string;
19748
+ /**
19749
+ * Custom interface callback request header.
19750
+ */
19751
+ generalWebhookHeaders: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader[];
19752
+ /**
19753
+ * Custom interface callback method. Only POST or PUT is supported.
19754
+ */
19755
+ generalWebhookMethod: string;
19756
+ /**
19757
+ * Custom callback URL for the interface
19758
+ */
19759
+ generalWebhookUrl: string;
19760
+ /**
19761
+ * Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
19762
+ */
19763
+ receiverChannels: string[];
19764
+ /**
19765
+ * IAM user or user group name
19766
+ */
19767
+ receiverNames: string[];
19768
+ /**
19769
+ * Recipient type. Options: User: IAM user. UserGroup: IAM user group.
19770
+ */
19771
+ receiverType: string;
19772
+ /**
19773
+ * Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
19774
+ */
19775
+ startTime: string;
19776
+ }
19777
+ interface GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
19778
+ /**
19779
+ * Key of the custom request header.
19780
+ */
19781
+ key: string;
19782
+ /**
19783
+ * Value of the custom request header.
19784
+ */
19785
+ value: string;
19786
+ }
19787
+ interface GetAlarmAlarmNotifyGroupReceiver {
19788
+ /**
19789
+ * Alert content template ID.
19790
+ */
19791
+ alarmContentTemplateId: string;
19792
+ /**
19793
+ * Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
19794
+ */
19795
+ alarmWebhookAtGroups: string[];
19796
+ /**
19797
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
19798
+ */
19799
+ alarmWebhookAtUsers: string[];
19800
+ /**
19801
+ * ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
19802
+ */
19803
+ alarmWebhookIntegrationId: string;
19804
+ /**
19805
+ * Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
19806
+ */
19807
+ alarmWebhookIntegrationName: string;
19808
+ /**
19809
+ * Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
19810
+ */
19811
+ alarmWebhookIsAtAll: boolean;
19812
+ /**
19813
+ * End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
19814
+ */
19815
+ endTime: string;
19816
+ /**
19817
+ * Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
19818
+ */
19819
+ generalWebhookBody: string;
19820
+ /**
19821
+ * Custom interface callback request header.
19822
+ */
19823
+ generalWebhookHeaders: outputs.tls.GetAlarmAlarmNotifyGroupReceiverGeneralWebhookHeader[];
19824
+ /**
19825
+ * Custom interface callback method. Only POST or PUT is supported.
19826
+ */
19827
+ generalWebhookMethod: string;
19828
+ /**
19829
+ * Custom callback URL for the interface
19830
+ */
19831
+ generalWebhookUrl: string;
19832
+ /**
19833
+ * Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
19834
+ */
19835
+ receiverChannels: string[];
19836
+ /**
19837
+ * IAM user or user group name
19838
+ */
19839
+ receiverNames: string[];
19840
+ /**
19841
+ * Recipient type. Options: User: IAM user. UserGroup: IAM user group.
19842
+ */
19843
+ receiverType: string;
19844
+ /**
19845
+ * Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
19846
+ */
19847
+ startTime: string;
19848
+ }
19849
+ interface GetAlarmAlarmNotifyGroupReceiverGeneralWebhookHeader {
19850
+ /**
19851
+ * Key of the custom request header.
19852
+ */
19853
+ key: string;
19854
+ /**
19855
+ * Value of the custom request header.
19856
+ */
19857
+ value: string;
19858
+ }
19859
+ interface GetAlarmAlarmPeriodDetail {
19860
+ /**
19861
+ * Email alert interval, in minutes. Value range: 1–1440
19862
+ */
19863
+ email: number;
19864
+ /**
19865
+ * Custom Webhook alert interval, in minutes. Value range: 1–1440.
19866
+ */
19867
+ generalWebhook: number;
19868
+ /**
19869
+ * Phone alert cycle, in minutes. Value range: 10–1440.
19870
+ */
19871
+ phone: number;
19872
+ /**
19873
+ * SMS alert interval, in minutes. Value range: 10–1440
19874
+ */
19875
+ sms: number;
19876
+ }
19877
+ interface GetAlarmJoinConfiguration {
19878
+ /**
19879
+ * Expression used for left join or right join.
19880
+ */
19881
+ condition: string;
19882
+ /**
19883
+ * Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
19884
+ */
19885
+ setOperationType: string;
19886
+ }
19202
19887
  interface GetAlarmNotifyGroupNoticeRule {
19203
19888
  /**
19204
19889
  * Whether there is an end node afterwards.
@@ -19361,6 +20046,84 @@ export declare namespace tls {
19361
20046
  */
19362
20047
  value: string;
19363
20048
  }
20049
+ interface GetAlarmQueryRequest {
20050
+ /**
20051
+ * Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
20052
+ */
20053
+ endTimeOffset: number;
20054
+ /**
20055
+ * Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
20056
+ */
20057
+ endTimeOffsetUnit: string;
20058
+ /**
20059
+ * Alert object sequence number, starting from 1 and incrementing by 1
20060
+ */
20061
+ number: number;
20062
+ /**
20063
+ * Query analysis statement, with a maximum supported length of 1024 characters.
20064
+ */
20065
+ query: string;
20066
+ /**
20067
+ * Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
20068
+ */
20069
+ startTimeOffset: number;
20070
+ /**
20071
+ * Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
20072
+ */
20073
+ startTimeOffsetUnit: string;
20074
+ /**
20075
+ * Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
20076
+ */
20077
+ timeSpanType: string;
20078
+ /**
20079
+ * Log topic ID monitored by the alert policy.
20080
+ */
20081
+ topicId: string;
20082
+ /**
20083
+ * Name of the log topic monitored by the alert policy.
20084
+ */
20085
+ topicName: string;
20086
+ /**
20087
+ * Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
20088
+ */
20089
+ truncatedTime: string;
20090
+ }
20091
+ interface GetAlarmRequestCycle {
20092
+ /**
20093
+ * Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
20094
+ */
20095
+ cronTab: string;
20096
+ /**
20097
+ * Time zone in which the Cron expression takes effect.
20098
+ */
20099
+ cronTimeZone: string;
20100
+ /**
20101
+ * Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
20102
+ */
20103
+ time: number;
20104
+ /**
20105
+ * Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
20106
+ */
20107
+ type: string;
20108
+ }
20109
+ interface GetAlarmTriggerCondition {
20110
+ /**
20111
+ * Alert trigger condition expression.
20112
+ */
20113
+ condition: string;
20114
+ /**
20115
+ * Numerical expression for scenarios with data or specific entries, implemented using **count**.
20116
+ */
20117
+ countCondition: string;
20118
+ /**
20119
+ * When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
20120
+ */
20121
+ noData: boolean;
20122
+ /**
20123
+ * Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
20124
+ */
20125
+ severity: string;
20126
+ }
19364
20127
  interface GetImportTaskImportSourceInfo {
19365
20128
  /**
19366
20129
  * Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
@@ -27077,6 +27840,16 @@ export declare namespace vpn {
27077
27840
  */
27078
27841
  value: string;
27079
27842
  }
27843
+ interface GetSslVpnServerTag {
27844
+ /**
27845
+ * Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
27846
+ */
27847
+ key: string;
27848
+ /**
27849
+ * Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
27850
+ */
27851
+ value: string;
27852
+ }
27080
27853
  interface GetVpnConnectionBgpInfo {
27081
27854
  /**
27082
27855
  * Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
@@ -27331,6 +28104,16 @@ export declare namespace vpn {
27331
28104
  */
27332
28105
  tunnelCidr: string;
27333
28106
  }
28107
+ interface GetVpnGatewayRouteAsPath {
28108
+ /**
28109
+ * AS path sequence. If the AS path type is Sequence, the returned data is the original ASN sequence, such as [65533]. If the AS path type is Set, it indicates that the AS path has been aggregated, and the returned data is the aggregated ASN sequence, such as [4,5].
28110
+ */
28111
+ numbers: number[];
28112
+ /**
28113
+ * AS path type. Sequence: normal ordered sequence; Set: aggregated sequence.
28114
+ */
28115
+ type: string;
28116
+ }
27334
28117
  interface GetVpnGatewayTag {
27335
28118
  /**
27336
28119
  * VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.
@@ -27351,6 +28134,16 @@ export declare namespace vpn {
27351
28134
  */
27352
28135
  value: string;
27353
28136
  }
28137
+ interface SslVpnServerTag {
28138
+ /**
28139
+ * Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
28140
+ */
28141
+ key: string;
28142
+ /**
28143
+ * Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
28144
+ */
28145
+ value: string;
28146
+ }
27354
28147
  interface VpnConnectionBgpInfo {
27355
28148
  /**
27356
28149
  * Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
@@ -27605,6 +28398,16 @@ export declare namespace vpn {
27605
28398
  */
27606
28399
  tunnelCidr: string;
27607
28400
  }
28401
+ interface VpnGatewayRouteAsPath {
28402
+ /**
28403
+ * AS path sequence. If the AS path type is Sequence, the returned data is the original ASN sequence, such as [65533]. If the AS path type is Set, it indicates that the AS path has been aggregated, and the returned data is the aggregated ASN sequence, such as [4,5].
28404
+ */
28405
+ numbers: number[];
28406
+ /**
28407
+ * AS path type. Sequence: normal ordered sequence; Set: aggregated sequence.
28408
+ */
28409
+ type: string;
28410
+ }
27608
28411
  interface VpnGatewayTag {
27609
28412
  /**
27610
28413
  * VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.