@volcengine/pulumi-volcenginecc 0.0.35 → 0.0.38

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 (101) hide show
  1. package/directconnect/gatewayRoute.d.ts +142 -0
  2. package/directconnect/gatewayRoute.js +96 -0
  3. package/directconnect/gatewayRoute.js.map +1 -0
  4. package/directconnect/getGatewayRoute.d.ts +72 -0
  5. package/directconnect/getGatewayRoute.js +28 -0
  6. package/directconnect/getGatewayRoute.js.map +1 -0
  7. package/directconnect/getGatewayRoutes.d.ts +22 -0
  8. package/directconnect/getGatewayRoutes.js +24 -0
  9. package/directconnect/getGatewayRoutes.js.map +1 -0
  10. package/directconnect/getVirtualInterface.d.ts +133 -0
  11. package/directconnect/getVirtualInterface.js +28 -0
  12. package/directconnect/getVirtualInterface.js.map +1 -0
  13. package/directconnect/getVirtualInterfaces.d.ts +22 -0
  14. package/directconnect/getVirtualInterfaces.js +24 -0
  15. package/directconnect/getVirtualInterfaces.js.map +1 -0
  16. package/directconnect/index.d.ts +18 -0
  17. package/directconnect/index.js +23 -1
  18. package/directconnect/index.js.map +1 -1
  19. package/directconnect/virtualInterface.d.ts +336 -0
  20. package/directconnect/virtualInterface.js +149 -0
  21. package/directconnect/virtualInterface.js.map +1 -0
  22. package/gtm/getPool.d.ts +81 -0
  23. package/gtm/getPool.js +28 -0
  24. package/gtm/getPool.js.map +1 -0
  25. package/gtm/getPools.d.ts +22 -0
  26. package/gtm/getPools.js +24 -0
  27. package/gtm/getPools.js.map +1 -0
  28. package/gtm/index.d.ts +9 -0
  29. package/gtm/index.js +28 -0
  30. package/gtm/index.js.map +1 -0
  31. package/gtm/pool.d.ts +154 -0
  32. package/gtm/pool.js +87 -0
  33. package/gtm/pool.js.map +1 -0
  34. package/index.d.ts +2 -1
  35. package/index.js +3 -1
  36. package/index.js.map +1 -1
  37. package/kms/getSecret.d.ts +128 -0
  38. package/kms/getSecret.js +28 -0
  39. package/kms/getSecret.js.map +1 -0
  40. package/kms/getSecrets.d.ts +22 -0
  41. package/kms/getSecrets.js +24 -0
  42. package/kms/getSecrets.js.map +1 -0
  43. package/kms/index.d.ts +9 -0
  44. package/kms/index.js +12 -1
  45. package/kms/index.js.map +1 -1
  46. package/kms/secret.d.ts +289 -0
  47. package/kms/secret.js +131 -0
  48. package/kms/secret.js.map +1 -0
  49. package/package.json +1 -1
  50. package/privatezone/getPrivateZone.d.ts +85 -0
  51. package/privatezone/getPrivateZone.js +28 -0
  52. package/privatezone/getPrivateZone.js.map +1 -0
  53. package/privatezone/getPrivateZones.d.ts +22 -0
  54. package/privatezone/getPrivateZones.js +24 -0
  55. package/privatezone/getPrivateZones.js.map +1 -0
  56. package/privatezone/index.d.ts +9 -0
  57. package/privatezone/index.js +12 -1
  58. package/privatezone/index.js.map +1 -1
  59. package/privatezone/privateZone.d.ts +153 -0
  60. package/privatezone/privateZone.js +83 -0
  61. package/privatezone/privateZone.js.map +1 -0
  62. package/rdspostgresql/dbEndpoint.d.ts +36 -18
  63. package/rdspostgresql/dbEndpoint.js +6 -17
  64. package/rdspostgresql/dbEndpoint.js.map +1 -1
  65. package/rdspostgresql/getDbEndpoint.d.ts +12 -4
  66. package/rdspostgresql/getDbEndpoint.js.map +1 -1
  67. package/tls/alarm.d.ts +215 -0
  68. package/tls/alarm.js +110 -0
  69. package/tls/alarm.js.map +1 -0
  70. package/tls/getAlarm.d.ts +109 -0
  71. package/tls/getAlarm.js +28 -0
  72. package/tls/getAlarm.js.map +1 -0
  73. package/tls/getAlarms.d.ts +22 -0
  74. package/tls/getAlarms.js +24 -0
  75. package/tls/getAlarms.js.map +1 -0
  76. package/tls/index.d.ts +9 -0
  77. package/tls/index.js +12 -1
  78. package/tls/index.js.map +1 -1
  79. package/types/input.d.ts +296 -2
  80. package/types/output.d.ts +926 -162
  81. package/vpn/getSslVpnServer.d.ts +109 -0
  82. package/vpn/getSslVpnServer.js +28 -0
  83. package/vpn/getSslVpnServer.js.map +1 -0
  84. package/vpn/getSslVpnServers.d.ts +22 -0
  85. package/vpn/getSslVpnServers.js +24 -0
  86. package/vpn/getSslVpnServers.js.map +1 -0
  87. package/vpn/getVpnGatewayRoute.d.ts +77 -0
  88. package/vpn/getVpnGatewayRoute.js +28 -0
  89. package/vpn/getVpnGatewayRoute.js.map +1 -0
  90. package/vpn/getVpnGatewayRoutes.d.ts +22 -0
  91. package/vpn/getVpnGatewayRoutes.js +24 -0
  92. package/vpn/getVpnGatewayRoutes.js.map +1 -0
  93. package/vpn/index.d.ts +18 -0
  94. package/vpn/index.js +23 -1
  95. package/vpn/index.js.map +1 -1
  96. package/vpn/sslVpnServer.d.ts +263 -0
  97. package/vpn/sslVpnServer.js +130 -0
  98. package/vpn/sslVpnServer.js.map +1 -0
  99. package/vpn/vpnGatewayRoute.d.ts +146 -0
  100. package/vpn/vpnGatewayRoute.js +98 -0
  101. package/vpn/vpnGatewayRoute.js.map +1 -0
package/types/input.d.ts CHANGED
@@ -4774,6 +4774,16 @@ export declare namespace directconnect {
4774
4774
  */
4775
4775
  value?: pulumi.Input<string>;
4776
4776
  }
4777
+ interface VirtualInterfaceTag {
4778
+ /**
4779
+ * 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 (@).
4780
+ */
4781
+ key?: pulumi.Input<string>;
4782
+ /**
4783
+ * 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.
4784
+ */
4785
+ value?: pulumi.Input<string>;
4786
+ }
4777
4787
  }
4778
4788
  export declare namespace dns {
4779
4789
  interface ZoneTag {
@@ -6830,6 +6840,30 @@ export declare namespace fwcenter {
6830
6840
  vpcId?: pulumi.Input<string>;
6831
6841
  }
6832
6842
  }
6843
+ export declare namespace gtm {
6844
+ interface PoolAddress {
6845
+ /**
6846
+ * Address capacity
6847
+ */
6848
+ capacity?: pulumi.Input<number>;
6849
+ /**
6850
+ * Address availability mode
6851
+ */
6852
+ mode?: pulumi.Input<string>;
6853
+ /**
6854
+ * List of geographic route codes to be corrected
6855
+ */
6856
+ rectifiedGeos?: pulumi.Input<pulumi.Input<string>[]>;
6857
+ /**
6858
+ * Target address value
6859
+ */
6860
+ value: pulumi.Input<string>;
6861
+ /**
6862
+ * Address weight
6863
+ */
6864
+ weight?: pulumi.Input<number>;
6865
+ }
6866
+ }
6833
6867
  export declare namespace hbase {
6834
6868
  interface InstanceEndpoint {
6835
6869
  /**
@@ -7637,7 +7671,7 @@ export declare namespace privatelink {
7637
7671
  */
7638
7672
  name?: pulumi.Input<string>;
7639
7673
  /**
7640
- * Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
7674
+ * Domain verification status. PendingVerification: Pending verification, Verifying: In progress, Verified: Verified, Failed: Verification failed
7641
7675
  */
7642
7676
  status?: pulumi.Input<string>;
7643
7677
  /**
@@ -7747,6 +7781,26 @@ export declare namespace privatelink {
7747
7781
  }
7748
7782
  }
7749
7783
  export declare namespace privatezone {
7784
+ interface PrivateZoneTag {
7785
+ /**
7786
+ * Tag key
7787
+ */
7788
+ key?: pulumi.Input<string>;
7789
+ /**
7790
+ * Tag value
7791
+ */
7792
+ value?: pulumi.Input<string>;
7793
+ }
7794
+ interface PrivateZoneVpc {
7795
+ /**
7796
+ * Region where the VPC is located
7797
+ */
7798
+ region?: pulumi.Input<string>;
7799
+ /**
7800
+ * VPC ID
7801
+ */
7802
+ vpcId?: pulumi.Input<string>;
7803
+ }
7750
7804
  interface RecordRecordSet {
7751
7805
  /**
7752
7806
  * Full domain name
@@ -8676,19 +8730,131 @@ export declare namespace rdspostgresql {
8676
8730
  */
8677
8731
  walLogSpaceLimitEnable?: pulumi.Input<boolean>;
8678
8732
  }
8679
- interface DbEndpointAddress {
8733
+ interface DbEndpointInnerAddresses {
8734
+ /**
8735
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
8736
+ */
8737
+ crossRegionDomain?: pulumi.Input<string>;
8738
+ /**
8739
+ * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
8740
+ */
8741
+ dnsVisibility?: pulumi.Input<boolean>;
8742
+ /**
8743
+ * Connection domain name
8744
+ */
8745
+ domain?: pulumi.Input<string>;
8746
+ /**
8747
+ * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
8748
+ */
8749
+ domainPrefix?: pulumi.Input<string>;
8750
+ /**
8751
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
8752
+ */
8753
+ domainVisibilitySetting?: pulumi.Input<string>;
8754
+ /**
8755
+ * EIP ID, valid only for Public addresses.
8756
+ */
8757
+ eipId?: pulumi.Input<string>;
8758
+ /**
8759
+ * IP address
8760
+ */
8761
+ ipAddress?: pulumi.Input<string>;
8762
+ /**
8763
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
8764
+ */
8765
+ networkType?: pulumi.Input<string>;
8766
+ /**
8767
+ * Port number.
8768
+ */
8769
+ port?: pulumi.Input<string>;
8770
+ /**
8771
+ * Subnet ID
8772
+ */
8773
+ subnetId?: pulumi.Input<string>;
8774
+ }
8775
+ interface DbEndpointPrivateAddresses {
8776
+ /**
8777
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
8778
+ */
8779
+ crossRegionDomain?: pulumi.Input<string>;
8680
8780
  /**
8681
8781
  * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
8682
8782
  */
8683
8783
  dnsVisibility?: pulumi.Input<boolean>;
8784
+ /**
8785
+ * Connection domain name
8786
+ */
8787
+ domain?: pulumi.Input<string>;
8684
8788
  /**
8685
8789
  * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
8686
8790
  */
8687
8791
  domainPrefix?: pulumi.Input<string>;
8792
+ /**
8793
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
8794
+ */
8795
+ domainVisibilitySetting?: pulumi.Input<string>;
8796
+ /**
8797
+ * EIP ID, valid only for Public addresses.
8798
+ */
8799
+ eipId?: pulumi.Input<string>;
8800
+ /**
8801
+ * IP address
8802
+ */
8803
+ ipAddress?: pulumi.Input<string>;
8804
+ /**
8805
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
8806
+ */
8807
+ networkType?: pulumi.Input<string>;
8688
8808
  /**
8689
8809
  * Port number.
8690
8810
  */
8691
8811
  port?: pulumi.Input<string>;
8812
+ /**
8813
+ * Subnet ID
8814
+ */
8815
+ subnetId?: pulumi.Input<string>;
8816
+ }
8817
+ interface DbEndpointPublicAddresses {
8818
+ /**
8819
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
8820
+ */
8821
+ crossRegionDomain?: pulumi.Input<string>;
8822
+ /**
8823
+ * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
8824
+ */
8825
+ dnsVisibility?: pulumi.Input<boolean>;
8826
+ /**
8827
+ * Connection domain name
8828
+ */
8829
+ domain?: pulumi.Input<string>;
8830
+ /**
8831
+ * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
8832
+ */
8833
+ domainPrefix?: pulumi.Input<string>;
8834
+ /**
8835
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
8836
+ */
8837
+ domainVisibilitySetting?: pulumi.Input<string>;
8838
+ /**
8839
+ * EIP ID, valid only for Public addresses.
8840
+ */
8841
+ eipId?: pulumi.Input<string>;
8842
+ /**
8843
+ * IP address
8844
+ */
8845
+ ipAddress?: pulumi.Input<string>;
8846
+ /**
8847
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
8848
+ */
8849
+ networkType?: pulumi.Input<string>;
8850
+ /**
8851
+ * Port number.
8852
+ */
8853
+ port?: pulumi.Input<string>;
8854
+ /**
8855
+ * Subnet ID
8856
+ */
8857
+ subnetId?: pulumi.Input<string>;
8692
8858
  }
8693
8859
  interface DbEndpointReadOnlyNodeWeight {
8694
8860
  /**
@@ -9442,6 +9608,40 @@ export declare namespace storageebs {
9442
9608
  }
9443
9609
  }
9444
9610
  export declare namespace tls {
9611
+ interface AlarmAlarmNotifyGroup {
9612
+ /**
9613
+ * Alert notification group ID.
9614
+ */
9615
+ alarmNotifyGroupId?: pulumi.Input<string>;
9616
+ }
9617
+ interface AlarmAlarmPeriodDetail {
9618
+ /**
9619
+ * Email alert interval, in minutes. Value range: 1–1440
9620
+ */
9621
+ email?: pulumi.Input<number>;
9622
+ /**
9623
+ * Custom Webhook alert interval, in minutes. Value range: 1–1440.
9624
+ */
9625
+ generalWebhook?: pulumi.Input<number>;
9626
+ /**
9627
+ * Phone alert cycle, in minutes. Value range: 10–1440.
9628
+ */
9629
+ phone?: pulumi.Input<number>;
9630
+ /**
9631
+ * SMS alert interval, in minutes. Value range: 10–1440
9632
+ */
9633
+ sms?: pulumi.Input<number>;
9634
+ }
9635
+ interface AlarmJoinConfiguration {
9636
+ /**
9637
+ * Expression used for left join or right join.
9638
+ */
9639
+ condition?: pulumi.Input<string>;
9640
+ /**
9641
+ * Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
9642
+ */
9643
+ setOperationType?: pulumi.Input<string>;
9644
+ }
9445
9645
  interface AlarmNotifyGroupNoticeRule {
9446
9646
  /**
9447
9647
  * Whether there is an end node afterwards.
@@ -9595,6 +9795,80 @@ export declare namespace tls {
9595
9795
  */
9596
9796
  value?: pulumi.Input<string>;
9597
9797
  }
9798
+ interface AlarmQueryRequest {
9799
+ /**
9800
+ * 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
9801
+ */
9802
+ endTimeOffset?: pulumi.Input<number>;
9803
+ /**
9804
+ * Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
9805
+ */
9806
+ endTimeOffsetUnit?: pulumi.Input<string>;
9807
+ /**
9808
+ * Query analysis statement, with a maximum supported length of 1024 characters.
9809
+ */
9810
+ query?: pulumi.Input<string>;
9811
+ /**
9812
+ * Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
9813
+ */
9814
+ startTimeOffset?: pulumi.Input<number>;
9815
+ /**
9816
+ * Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
9817
+ */
9818
+ startTimeOffsetUnit?: pulumi.Input<string>;
9819
+ /**
9820
+ * Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
9821
+ */
9822
+ timeSpanType?: pulumi.Input<string>;
9823
+ /**
9824
+ * Log topic ID monitored by the alert policy.
9825
+ */
9826
+ topicId?: pulumi.Input<string>;
9827
+ /**
9828
+ * Name of the log topic monitored by the alert policy.
9829
+ */
9830
+ topicName?: pulumi.Input<string>;
9831
+ /**
9832
+ * Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
9833
+ */
9834
+ truncatedTime?: pulumi.Input<string>;
9835
+ }
9836
+ interface AlarmRequestCycle {
9837
+ /**
9838
+ * 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.
9839
+ */
9840
+ cronTab?: pulumi.Input<string>;
9841
+ /**
9842
+ * Time zone in which the Cron expression takes effect.
9843
+ */
9844
+ cronTimeZone?: pulumi.Input<string>;
9845
+ /**
9846
+ * Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
9847
+ */
9848
+ time?: pulumi.Input<number>;
9849
+ /**
9850
+ * Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
9851
+ */
9852
+ type?: pulumi.Input<string>;
9853
+ }
9854
+ interface AlarmTriggerCondition {
9855
+ /**
9856
+ * Alert trigger condition expression.
9857
+ */
9858
+ condition?: pulumi.Input<string>;
9859
+ /**
9860
+ * Numerical expression for scenarios with data or specific entries, implemented using **count**.
9861
+ */
9862
+ countCondition?: pulumi.Input<string>;
9863
+ /**
9864
+ * When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
9865
+ */
9866
+ noData?: pulumi.Input<boolean>;
9867
+ /**
9868
+ * Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
9869
+ */
9870
+ severity?: pulumi.Input<string>;
9871
+ }
9598
9872
  interface ImportTaskImportSourceInfo {
9599
9873
  /**
9600
9874
  * Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
@@ -13662,6 +13936,16 @@ export declare namespace vpn {
13662
13936
  */
13663
13937
  value?: pulumi.Input<string>;
13664
13938
  }
13939
+ interface SslVpnServerTag {
13940
+ /**
13941
+ * 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.
13942
+ */
13943
+ key?: pulumi.Input<string>;
13944
+ /**
13945
+ * 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.
13946
+ */
13947
+ value?: pulumi.Input<string>;
13948
+ }
13665
13949
  interface VpnConnectionBgpInfo {
13666
13950
  /**
13667
13951
  * Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
@@ -13916,6 +14200,16 @@ export declare namespace vpn {
13916
14200
  */
13917
14201
  tunnelCidr?: pulumi.Input<string>;
13918
14202
  }
14203
+ interface VpnGatewayRouteAsPath {
14204
+ /**
14205
+ * 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].
14206
+ */
14207
+ numbers?: pulumi.Input<pulumi.Input<number>[]>;
14208
+ /**
14209
+ * AS path type. Sequence: normal ordered sequence; Set: aggregated sequence.
14210
+ */
14211
+ type?: pulumi.Input<string>;
14212
+ }
13919
14213
  interface VpnGatewayTag {
13920
14214
  /**
13921
14215
  * 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.