@volcengine/pulumi-volcenginecc 0.0.37 → 0.0.39
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.
- package/README.md +1 -0
- package/config/vars.d.ts +5 -0
- package/config/vars.js +7 -0
- package/config/vars.js.map +1 -1
- package/directconnect/gatewayRoute.d.ts +142 -0
- package/directconnect/gatewayRoute.js +96 -0
- package/directconnect/gatewayRoute.js.map +1 -0
- package/directconnect/getGatewayRoute.d.ts +72 -0
- package/directconnect/getGatewayRoute.js +28 -0
- package/directconnect/getGatewayRoute.js.map +1 -0
- package/directconnect/getGatewayRoutes.d.ts +22 -0
- package/directconnect/getGatewayRoutes.js +24 -0
- package/directconnect/getGatewayRoutes.js.map +1 -0
- package/directconnect/getVirtualInterface.d.ts +133 -0
- package/directconnect/getVirtualInterface.js +28 -0
- package/directconnect/getVirtualInterface.js.map +1 -0
- package/directconnect/getVirtualInterfaces.d.ts +22 -0
- package/directconnect/getVirtualInterfaces.js +24 -0
- package/directconnect/getVirtualInterfaces.js.map +1 -0
- package/directconnect/index.d.ts +18 -0
- package/directconnect/index.js +23 -1
- package/directconnect/index.js.map +1 -1
- package/directconnect/virtualInterface.d.ts +336 -0
- package/directconnect/virtualInterface.js +149 -0
- package/directconnect/virtualInterface.js.map +1 -0
- package/gtm/getPool.d.ts +81 -0
- package/gtm/getPool.js +28 -0
- package/gtm/getPool.js.map +1 -0
- package/gtm/getPools.d.ts +22 -0
- package/gtm/getPools.js +24 -0
- package/gtm/getPools.js.map +1 -0
- package/gtm/index.d.ts +9 -0
- package/gtm/index.js +28 -0
- package/gtm/index.js.map +1 -0
- package/gtm/pool.d.ts +154 -0
- package/gtm/pool.js +87 -0
- package/gtm/pool.js.map +1 -0
- package/iam/getRole.d.ts +10 -0
- package/iam/getRole.js.map +1 -1
- package/iam/role.d.ts +18 -34
- package/iam/role.js +3 -36
- package/iam/role.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/kms/getKey.d.ts +24 -0
- package/kms/getKey.js.map +1 -1
- package/kms/getSecret.d.ts +128 -0
- package/kms/getSecret.js +28 -0
- package/kms/getSecret.js.map +1 -0
- package/kms/getSecrets.d.ts +22 -0
- package/kms/getSecrets.js +24 -0
- package/kms/getSecrets.js.map +1 -0
- package/kms/index.d.ts +9 -0
- package/kms/index.js +12 -1
- package/kms/index.js.map +1 -1
- package/kms/key.d.ts +72 -0
- package/kms/key.js +12 -0
- package/kms/key.js.map +1 -1
- package/kms/secret.d.ts +289 -0
- package/kms/secret.js +131 -0
- package/kms/secret.js.map +1 -0
- package/package.json +1 -1
- package/provider.d.ts +10 -0
- package/provider.js +2 -1
- package/provider.js.map +1 -1
- package/rdspostgresql/getParameterTemplate.d.ts +89 -0
- package/rdspostgresql/getParameterTemplate.js +28 -0
- package/rdspostgresql/getParameterTemplate.js.map +1 -0
- package/rdspostgresql/getParameterTemplates.d.ts +22 -0
- package/rdspostgresql/getParameterTemplates.js +24 -0
- package/rdspostgresql/getParameterTemplates.js.map +1 -0
- package/rdspostgresql/index.d.ts +9 -0
- package/rdspostgresql/index.js +12 -1
- package/rdspostgresql/index.js.map +1 -1
- package/rdspostgresql/parameterTemplate.d.ts +186 -0
- package/rdspostgresql/parameterTemplate.js +118 -0
- package/rdspostgresql/parameterTemplate.js.map +1 -0
- package/redis/getInstance.d.ts +9 -5
- package/redis/getInstance.js.map +1 -1
- package/redis/instance.d.ts +25 -13
- package/redis/instance.js +2 -0
- package/redis/instance.js.map +1 -1
- package/tls/alarm.d.ts +215 -0
- package/tls/alarm.js +110 -0
- package/tls/alarm.js.map +1 -0
- package/tls/getAlarm.d.ts +109 -0
- package/tls/getAlarm.js +28 -0
- package/tls/getAlarm.js.map +1 -0
- package/tls/getAlarms.d.ts +22 -0
- package/tls/getAlarms.js +24 -0
- package/tls/getAlarms.js.map +1 -0
- package/tls/index.d.ts +9 -0
- package/tls/index.js +12 -1
- package/tls/index.js.map +1 -1
- package/types/input.d.ts +274 -1
- package/types/output.d.ts +805 -2
- package/vpn/getSslVpnServer.d.ts +109 -0
- package/vpn/getSslVpnServer.js +28 -0
- package/vpn/getSslVpnServer.js.map +1 -0
- package/vpn/getSslVpnServers.d.ts +22 -0
- package/vpn/getSslVpnServers.js +24 -0
- package/vpn/getSslVpnServers.js.map +1 -0
- package/vpn/getVpnGatewayRoute.d.ts +77 -0
- package/vpn/getVpnGatewayRoute.js +28 -0
- package/vpn/getVpnGatewayRoute.js.map +1 -0
- package/vpn/getVpnGatewayRoutes.d.ts +22 -0
- package/vpn/getVpnGatewayRoutes.js +24 -0
- package/vpn/getVpnGatewayRoutes.js.map +1 -0
- package/vpn/index.d.ts +18 -0
- package/vpn/index.js +23 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnServer.d.ts +263 -0
- package/vpn/sslVpnServer.js +130 -0
- package/vpn/sslVpnServer.js.map +1 -0
- package/vpn/vpnGatewayRoute.d.ts +146 -0
- package/vpn/vpnGatewayRoute.js +98 -0
- package/vpn/vpnGatewayRoute.js.map +1 -0
package/types/output.d.ts
CHANGED
|
@@ -9847,6 +9847,26 @@ export declare namespace directconnect {
|
|
|
9847
9847
|
*/
|
|
9848
9848
|
value: string;
|
|
9849
9849
|
}
|
|
9850
|
+
interface GetVirtualInterfaceTag {
|
|
9851
|
+
/**
|
|
9852
|
+
* 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 (@).
|
|
9853
|
+
*/
|
|
9854
|
+
key: string;
|
|
9855
|
+
/**
|
|
9856
|
+
* 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.
|
|
9857
|
+
*/
|
|
9858
|
+
value: string;
|
|
9859
|
+
}
|
|
9860
|
+
interface VirtualInterfaceTag {
|
|
9861
|
+
/**
|
|
9862
|
+
* 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 (@).
|
|
9863
|
+
*/
|
|
9864
|
+
key: string;
|
|
9865
|
+
/**
|
|
9866
|
+
* 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.
|
|
9867
|
+
*/
|
|
9868
|
+
value: string;
|
|
9869
|
+
}
|
|
9850
9870
|
}
|
|
9851
9871
|
export declare namespace dns {
|
|
9852
9872
|
interface GetZoneTag {
|
|
@@ -13993,6 +14013,56 @@ export declare namespace fwcenter {
|
|
|
13993
14013
|
vpcId: string;
|
|
13994
14014
|
}
|
|
13995
14015
|
}
|
|
14016
|
+
export declare namespace gtm {
|
|
14017
|
+
interface GetPoolAddress {
|
|
14018
|
+
/**
|
|
14019
|
+
* Address capacity
|
|
14020
|
+
*/
|
|
14021
|
+
capacity: number;
|
|
14022
|
+
/**
|
|
14023
|
+
* Geographic location of the address, returned only in queries
|
|
14024
|
+
*/
|
|
14025
|
+
geo: string;
|
|
14026
|
+
/**
|
|
14027
|
+
* Address availability mode
|
|
14028
|
+
*/
|
|
14029
|
+
mode: string;
|
|
14030
|
+
/**
|
|
14031
|
+
* List of geographic route codes to be corrected
|
|
14032
|
+
*/
|
|
14033
|
+
rectifiedGeos: string[];
|
|
14034
|
+
/**
|
|
14035
|
+
* Target address value
|
|
14036
|
+
*/
|
|
14037
|
+
value: string;
|
|
14038
|
+
/**
|
|
14039
|
+
* Address weight
|
|
14040
|
+
*/
|
|
14041
|
+
weight: number;
|
|
14042
|
+
}
|
|
14043
|
+
interface PoolAddress {
|
|
14044
|
+
/**
|
|
14045
|
+
* Address capacity
|
|
14046
|
+
*/
|
|
14047
|
+
capacity: number;
|
|
14048
|
+
/**
|
|
14049
|
+
* Address availability mode
|
|
14050
|
+
*/
|
|
14051
|
+
mode: string;
|
|
14052
|
+
/**
|
|
14053
|
+
* List of geographic route codes to be corrected
|
|
14054
|
+
*/
|
|
14055
|
+
rectifiedGeos: string[];
|
|
14056
|
+
/**
|
|
14057
|
+
* Target address value
|
|
14058
|
+
*/
|
|
14059
|
+
value: string;
|
|
14060
|
+
/**
|
|
14061
|
+
* Address weight
|
|
14062
|
+
*/
|
|
14063
|
+
weight: number;
|
|
14064
|
+
}
|
|
14065
|
+
}
|
|
13996
14066
|
export declare namespace hbase {
|
|
13997
14067
|
interface GetInstanceEndpoint {
|
|
13998
14068
|
/**
|
|
@@ -14267,15 +14337,49 @@ export declare namespace iam {
|
|
|
14267
14337
|
projectName: string;
|
|
14268
14338
|
}
|
|
14269
14339
|
interface GetRolePolicy {
|
|
14340
|
+
/**
|
|
14341
|
+
* Policy binding time.
|
|
14342
|
+
*/
|
|
14343
|
+
attachDate: string;
|
|
14344
|
+
/**
|
|
14345
|
+
* Policy description.
|
|
14346
|
+
*/
|
|
14347
|
+
description: string;
|
|
14270
14348
|
/**
|
|
14271
14349
|
* Policy name
|
|
14272
14350
|
*/
|
|
14273
14351
|
policyName: string;
|
|
14352
|
+
/**
|
|
14353
|
+
* Policy authorization scope, specifically refers to the project scope.
|
|
14354
|
+
*/
|
|
14355
|
+
policyScopes: outputs.iam.GetRolePolicyPolicyScope[];
|
|
14356
|
+
/**
|
|
14357
|
+
* Policy TRN.
|
|
14358
|
+
*/
|
|
14359
|
+
policyTrn: string;
|
|
14274
14360
|
/**
|
|
14275
14361
|
* Policy type. Policy type. System indicates a system preset policy; Custom indicates a custom policy.
|
|
14276
14362
|
*/
|
|
14277
14363
|
policyType: string;
|
|
14278
14364
|
}
|
|
14365
|
+
interface GetRolePolicyPolicyScope {
|
|
14366
|
+
/**
|
|
14367
|
+
* Project authorization time.
|
|
14368
|
+
*/
|
|
14369
|
+
attachDate: string;
|
|
14370
|
+
/**
|
|
14371
|
+
* Authorization type. Global means global authorization (not limited to any project), Project means project-based authorization.
|
|
14372
|
+
*/
|
|
14373
|
+
policyScopeType: string;
|
|
14374
|
+
/**
|
|
14375
|
+
* Project display name for project-based authorization.
|
|
14376
|
+
*/
|
|
14377
|
+
projectDisplayName: string;
|
|
14378
|
+
/**
|
|
14379
|
+
* Project name for project-based authorization.
|
|
14380
|
+
*/
|
|
14381
|
+
projectName: string;
|
|
14382
|
+
}
|
|
14279
14383
|
interface GetRoleTag {
|
|
14280
14384
|
/**
|
|
14281
14385
|
* Tag key
|
|
@@ -14916,6 +15020,52 @@ export declare namespace kafka {
|
|
|
14916
15020
|
}
|
|
14917
15021
|
}
|
|
14918
15022
|
export declare namespace kms {
|
|
15023
|
+
interface GetKeyAsymmetricCiphertext {
|
|
15024
|
+
/**
|
|
15025
|
+
* Encryption algorithm. Optional values: RSAES*OAEP*SHA_256, SM2PKE.
|
|
15026
|
+
*/
|
|
15027
|
+
algorithm: string;
|
|
15028
|
+
/**
|
|
15029
|
+
* Ciphertext of encryption result, Base64-encoded.
|
|
15030
|
+
*/
|
|
15031
|
+
ciphertextBlob: string;
|
|
15032
|
+
/**
|
|
15033
|
+
* Plaintext to be encrypted, Base64-encoded.
|
|
15034
|
+
*/
|
|
15035
|
+
plaintext: string;
|
|
15036
|
+
}
|
|
15037
|
+
interface GetKeyAsymmetricSignature {
|
|
15038
|
+
/**
|
|
15039
|
+
* Signature algorithm, for example: RSA*PSS*SHA*256, RSA*PKCS1*SHA*256, ECDSA*SHA*256, SM2_DSA.
|
|
15040
|
+
*/
|
|
15041
|
+
algorithm: string;
|
|
15042
|
+
/**
|
|
15043
|
+
* Message to be signed, Base64-encoded.
|
|
15044
|
+
*/
|
|
15045
|
+
message: string;
|
|
15046
|
+
/**
|
|
15047
|
+
* Message type. Optional values: RAW, DIGEST.
|
|
15048
|
+
*/
|
|
15049
|
+
messageType: string;
|
|
15050
|
+
/**
|
|
15051
|
+
* Signature result, Base64-encoded.
|
|
15052
|
+
*/
|
|
15053
|
+
signature: string;
|
|
15054
|
+
}
|
|
15055
|
+
interface GetKeyCiphertext {
|
|
15056
|
+
/**
|
|
15057
|
+
* Ciphertext of encryption result, Base64-encoded.
|
|
15058
|
+
*/
|
|
15059
|
+
ciphertextBlob: string;
|
|
15060
|
+
/**
|
|
15061
|
+
* Encryption context JSON string.
|
|
15062
|
+
*/
|
|
15063
|
+
encryptionContext: string;
|
|
15064
|
+
/**
|
|
15065
|
+
* Plaintext to be encrypted, Base64-encoded.
|
|
15066
|
+
*/
|
|
15067
|
+
plaintext: string;
|
|
15068
|
+
}
|
|
14919
15069
|
interface GetKeyMultiRegionConfiguration {
|
|
14920
15070
|
/**
|
|
14921
15071
|
* Multi-region key type.
|
|
@@ -14950,6 +15100,64 @@ export declare namespace kms {
|
|
|
14950
15100
|
*/
|
|
14951
15101
|
trn: string;
|
|
14952
15102
|
}
|
|
15103
|
+
interface GetKeyReEncrypt {
|
|
15104
|
+
/**
|
|
15105
|
+
* Re-encrypted ciphertext, Base64-encoded.
|
|
15106
|
+
*/
|
|
15107
|
+
ciphertextBlob: string;
|
|
15108
|
+
/**
|
|
15109
|
+
* New encryption context JSON string.
|
|
15110
|
+
*/
|
|
15111
|
+
newEncryptionContext: string;
|
|
15112
|
+
/**
|
|
15113
|
+
* Target key ID. If not specified, you must provide NewKeyringName and NewKeyName.
|
|
15114
|
+
*/
|
|
15115
|
+
newKeyId: string;
|
|
15116
|
+
/**
|
|
15117
|
+
* Target key name.
|
|
15118
|
+
*/
|
|
15119
|
+
newKeyName: string;
|
|
15120
|
+
/**
|
|
15121
|
+
* Name of the keyring to which the target key belongs.
|
|
15122
|
+
*/
|
|
15123
|
+
newKeyringName: string;
|
|
15124
|
+
/**
|
|
15125
|
+
* Old encryption context JSON string.
|
|
15126
|
+
*/
|
|
15127
|
+
oldEncryptionContext: string;
|
|
15128
|
+
/**
|
|
15129
|
+
* Source ciphertext to be re-encrypted, Base64-encoded.
|
|
15130
|
+
*/
|
|
15131
|
+
sourceCiphertextBlob: string;
|
|
15132
|
+
}
|
|
15133
|
+
interface GetKeyReplicateKey {
|
|
15134
|
+
/**
|
|
15135
|
+
* Replica key description.
|
|
15136
|
+
*/
|
|
15137
|
+
description: string;
|
|
15138
|
+
/**
|
|
15139
|
+
* Replica key ID.
|
|
15140
|
+
*/
|
|
15141
|
+
replicaKeyId: string;
|
|
15142
|
+
/**
|
|
15143
|
+
* Target region of the replica key.
|
|
15144
|
+
*/
|
|
15145
|
+
replicaRegion: string;
|
|
15146
|
+
/**
|
|
15147
|
+
* Replica key label.
|
|
15148
|
+
*/
|
|
15149
|
+
tags: outputs.kms.GetKeyReplicateKeyTag[];
|
|
15150
|
+
}
|
|
15151
|
+
interface GetKeyReplicateKeyTag {
|
|
15152
|
+
/**
|
|
15153
|
+
* KMS key label key.
|
|
15154
|
+
*/
|
|
15155
|
+
key: string;
|
|
15156
|
+
/**
|
|
15157
|
+
* KMS key label value.
|
|
15158
|
+
*/
|
|
15159
|
+
value: string;
|
|
15160
|
+
}
|
|
14953
15161
|
interface GetKeyTag {
|
|
14954
15162
|
/**
|
|
14955
15163
|
* KMS key label key.
|
|
@@ -14960,6 +15168,52 @@ export declare namespace kms {
|
|
|
14960
15168
|
*/
|
|
14961
15169
|
value: string;
|
|
14962
15170
|
}
|
|
15171
|
+
interface KeyAsymmetricCiphertext {
|
|
15172
|
+
/**
|
|
15173
|
+
* Encryption algorithm. Optional values: RSAES*OAEP*SHA_256, SM2PKE.
|
|
15174
|
+
*/
|
|
15175
|
+
algorithm: string;
|
|
15176
|
+
/**
|
|
15177
|
+
* Ciphertext of encryption result, Base64-encoded.
|
|
15178
|
+
*/
|
|
15179
|
+
ciphertextBlob: string;
|
|
15180
|
+
/**
|
|
15181
|
+
* Plaintext to be encrypted, Base64-encoded.
|
|
15182
|
+
*/
|
|
15183
|
+
plaintext: string;
|
|
15184
|
+
}
|
|
15185
|
+
interface KeyAsymmetricSignature {
|
|
15186
|
+
/**
|
|
15187
|
+
* Signature algorithm, for example: RSA*PSS*SHA*256, RSA*PKCS1*SHA*256, ECDSA*SHA*256, SM2_DSA.
|
|
15188
|
+
*/
|
|
15189
|
+
algorithm: string;
|
|
15190
|
+
/**
|
|
15191
|
+
* Message to be signed, Base64-encoded.
|
|
15192
|
+
*/
|
|
15193
|
+
message: string;
|
|
15194
|
+
/**
|
|
15195
|
+
* Message type. Optional values: RAW, DIGEST.
|
|
15196
|
+
*/
|
|
15197
|
+
messageType: string;
|
|
15198
|
+
/**
|
|
15199
|
+
* Signature result, Base64-encoded.
|
|
15200
|
+
*/
|
|
15201
|
+
signature: string;
|
|
15202
|
+
}
|
|
15203
|
+
interface KeyCiphertext {
|
|
15204
|
+
/**
|
|
15205
|
+
* Ciphertext of encryption result, Base64-encoded.
|
|
15206
|
+
*/
|
|
15207
|
+
ciphertextBlob: string;
|
|
15208
|
+
/**
|
|
15209
|
+
* Encryption context JSON string.
|
|
15210
|
+
*/
|
|
15211
|
+
encryptionContext: string;
|
|
15212
|
+
/**
|
|
15213
|
+
* Plaintext to be encrypted, Base64-encoded.
|
|
15214
|
+
*/
|
|
15215
|
+
plaintext: string;
|
|
15216
|
+
}
|
|
14963
15217
|
interface KeyMultiRegionConfiguration {
|
|
14964
15218
|
/**
|
|
14965
15219
|
* Multi-region key type.
|
|
@@ -14991,6 +15245,61 @@ export declare namespace kms {
|
|
|
14991
15245
|
*/
|
|
14992
15246
|
trn: string;
|
|
14993
15247
|
}
|
|
15248
|
+
interface KeyReEncrypt {
|
|
15249
|
+
/**
|
|
15250
|
+
* Re-encrypted ciphertext, Base64-encoded.
|
|
15251
|
+
*/
|
|
15252
|
+
ciphertextBlob: string;
|
|
15253
|
+
/**
|
|
15254
|
+
* New encryption context JSON string.
|
|
15255
|
+
*/
|
|
15256
|
+
newEncryptionContext: string;
|
|
15257
|
+
/**
|
|
15258
|
+
* Target key ID. If not specified, you must provide NewKeyringName and NewKeyName.
|
|
15259
|
+
*/
|
|
15260
|
+
newKeyId: string;
|
|
15261
|
+
/**
|
|
15262
|
+
* Target key name.
|
|
15263
|
+
*/
|
|
15264
|
+
newKeyName: string;
|
|
15265
|
+
/**
|
|
15266
|
+
* Name of the keyring to which the target key belongs.
|
|
15267
|
+
*/
|
|
15268
|
+
newKeyringName: string;
|
|
15269
|
+
/**
|
|
15270
|
+
* Old encryption context JSON string.
|
|
15271
|
+
*/
|
|
15272
|
+
oldEncryptionContext: string;
|
|
15273
|
+
/**
|
|
15274
|
+
* Source ciphertext to be re-encrypted, Base64-encoded.
|
|
15275
|
+
*/
|
|
15276
|
+
sourceCiphertextBlob: string;
|
|
15277
|
+
}
|
|
15278
|
+
interface KeyReplicateKey {
|
|
15279
|
+
/**
|
|
15280
|
+
* Replica key description.
|
|
15281
|
+
*/
|
|
15282
|
+
description: string;
|
|
15283
|
+
/**
|
|
15284
|
+
* Replica key ID.
|
|
15285
|
+
*/
|
|
15286
|
+
replicaKeyId: string;
|
|
15287
|
+
/**
|
|
15288
|
+
* Target region of the replica key.
|
|
15289
|
+
*/
|
|
15290
|
+
replicaRegion: string;
|
|
15291
|
+
tags: outputs.kms.KeyReplicateKeyTag[];
|
|
15292
|
+
}
|
|
15293
|
+
interface KeyReplicateKeyTag {
|
|
15294
|
+
/**
|
|
15295
|
+
* KMS key label key.
|
|
15296
|
+
*/
|
|
15297
|
+
key: string;
|
|
15298
|
+
/**
|
|
15299
|
+
* KMS key label value.
|
|
15300
|
+
*/
|
|
15301
|
+
value: string;
|
|
15302
|
+
}
|
|
14994
15303
|
interface KeyTag {
|
|
14995
15304
|
/**
|
|
14996
15305
|
* KMS key label key.
|
|
@@ -15752,7 +16061,7 @@ export declare namespace privatelink {
|
|
|
15752
16061
|
*/
|
|
15753
16062
|
name: string;
|
|
15754
16063
|
/**
|
|
15755
|
-
* Domain verification status. PendingVerification: Pending verification
|
|
16064
|
+
* Domain verification status. PendingVerification: Pending verification, Verifying: In progress, Verified: Verified, Failed: Verification failed
|
|
15756
16065
|
*/
|
|
15757
16066
|
status: string;
|
|
15758
16067
|
/**
|
|
@@ -15790,7 +16099,7 @@ export declare namespace privatelink {
|
|
|
15790
16099
|
*/
|
|
15791
16100
|
name: string;
|
|
15792
16101
|
/**
|
|
15793
|
-
* Domain verification status. PendingVerification: Pending verification
|
|
16102
|
+
* Domain verification status. PendingVerification: Pending verification, Verifying: In progress, Verified: Verified, Failed: Verification failed
|
|
15794
16103
|
*/
|
|
15795
16104
|
status: string;
|
|
15796
16105
|
/**
|
|
@@ -18538,6 +18847,40 @@ export declare namespace rdspostgresql {
|
|
|
18538
18847
|
*/
|
|
18539
18848
|
value: string;
|
|
18540
18849
|
}
|
|
18850
|
+
interface GetParameterTemplateTemplateParam {
|
|
18851
|
+
/**
|
|
18852
|
+
* Parameter validation rules
|
|
18853
|
+
*/
|
|
18854
|
+
checkingCode: string;
|
|
18855
|
+
/**
|
|
18856
|
+
* Default value of the parameter
|
|
18857
|
+
*/
|
|
18858
|
+
defaultValue: string;
|
|
18859
|
+
/**
|
|
18860
|
+
* Parameter description information in English
|
|
18861
|
+
*/
|
|
18862
|
+
description: string;
|
|
18863
|
+
/**
|
|
18864
|
+
* Parameter description information in Chinese
|
|
18865
|
+
*/
|
|
18866
|
+
descriptionZh: string;
|
|
18867
|
+
/**
|
|
18868
|
+
* Whether modifying this parameter requires a restart
|
|
18869
|
+
*/
|
|
18870
|
+
forceRestart: boolean;
|
|
18871
|
+
/**
|
|
18872
|
+
* Parameter name
|
|
18873
|
+
*/
|
|
18874
|
+
name: string;
|
|
18875
|
+
/**
|
|
18876
|
+
* Data type of the parameter
|
|
18877
|
+
*/
|
|
18878
|
+
type: string;
|
|
18879
|
+
/**
|
|
18880
|
+
* Parameter value
|
|
18881
|
+
*/
|
|
18882
|
+
value: string;
|
|
18883
|
+
}
|
|
18541
18884
|
interface InstanceChargeDetail {
|
|
18542
18885
|
/**
|
|
18543
18886
|
* Enable auto-renewal for prepaid scenarios
|
|
@@ -18766,6 +19109,16 @@ export declare namespace rdspostgresql {
|
|
|
18766
19109
|
*/
|
|
18767
19110
|
value: string;
|
|
18768
19111
|
}
|
|
19112
|
+
interface ParameterTemplateTemplateParam {
|
|
19113
|
+
/**
|
|
19114
|
+
* Parameter name
|
|
19115
|
+
*/
|
|
19116
|
+
name: string;
|
|
19117
|
+
/**
|
|
19118
|
+
* Parameter value
|
|
19119
|
+
*/
|
|
19120
|
+
value: string;
|
|
19121
|
+
}
|
|
18769
19122
|
}
|
|
18770
19123
|
export declare namespace redis {
|
|
18771
19124
|
interface AllowListAssociatedInstance {
|
|
@@ -19792,6 +20145,40 @@ export declare namespace storageebs {
|
|
|
19792
20145
|
}
|
|
19793
20146
|
}
|
|
19794
20147
|
export declare namespace tls {
|
|
20148
|
+
interface AlarmAlarmNotifyGroup {
|
|
20149
|
+
/**
|
|
20150
|
+
* Alert notification group ID.
|
|
20151
|
+
*/
|
|
20152
|
+
alarmNotifyGroupId: string;
|
|
20153
|
+
}
|
|
20154
|
+
interface AlarmAlarmPeriodDetail {
|
|
20155
|
+
/**
|
|
20156
|
+
* Email alert interval, in minutes. Value range: 1–1440
|
|
20157
|
+
*/
|
|
20158
|
+
email: number;
|
|
20159
|
+
/**
|
|
20160
|
+
* Custom Webhook alert interval, in minutes. Value range: 1–1440.
|
|
20161
|
+
*/
|
|
20162
|
+
generalWebhook: number;
|
|
20163
|
+
/**
|
|
20164
|
+
* Phone alert cycle, in minutes. Value range: 10–1440.
|
|
20165
|
+
*/
|
|
20166
|
+
phone: number;
|
|
20167
|
+
/**
|
|
20168
|
+
* SMS alert interval, in minutes. Value range: 10–1440
|
|
20169
|
+
*/
|
|
20170
|
+
sms: number;
|
|
20171
|
+
}
|
|
20172
|
+
interface AlarmJoinConfiguration {
|
|
20173
|
+
/**
|
|
20174
|
+
* Expression used for left join or right join.
|
|
20175
|
+
*/
|
|
20176
|
+
condition: string;
|
|
20177
|
+
/**
|
|
20178
|
+
* Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
|
|
20179
|
+
*/
|
|
20180
|
+
setOperationType: string;
|
|
20181
|
+
}
|
|
19795
20182
|
interface AlarmNotifyGroupNoticeRule {
|
|
19796
20183
|
/**
|
|
19797
20184
|
* Whether there is an end node afterwards.
|
|
@@ -19945,6 +20332,304 @@ export declare namespace tls {
|
|
|
19945
20332
|
*/
|
|
19946
20333
|
value: string;
|
|
19947
20334
|
}
|
|
20335
|
+
interface AlarmQueryRequest {
|
|
20336
|
+
/**
|
|
20337
|
+
* 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
|
|
20338
|
+
*/
|
|
20339
|
+
endTimeOffset: number;
|
|
20340
|
+
/**
|
|
20341
|
+
* Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
|
|
20342
|
+
*/
|
|
20343
|
+
endTimeOffsetUnit: string;
|
|
20344
|
+
/**
|
|
20345
|
+
* Query analysis statement, with a maximum supported length of 1024 characters.
|
|
20346
|
+
*/
|
|
20347
|
+
query: string;
|
|
20348
|
+
/**
|
|
20349
|
+
* Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
|
|
20350
|
+
*/
|
|
20351
|
+
startTimeOffset: number;
|
|
20352
|
+
/**
|
|
20353
|
+
* Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
|
|
20354
|
+
*/
|
|
20355
|
+
startTimeOffsetUnit: string;
|
|
20356
|
+
/**
|
|
20357
|
+
* Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
|
|
20358
|
+
*/
|
|
20359
|
+
timeSpanType: string;
|
|
20360
|
+
/**
|
|
20361
|
+
* Log topic ID monitored by the alert policy.
|
|
20362
|
+
*/
|
|
20363
|
+
topicId: string;
|
|
20364
|
+
/**
|
|
20365
|
+
* Name of the log topic monitored by the alert policy.
|
|
20366
|
+
*/
|
|
20367
|
+
topicName: string;
|
|
20368
|
+
/**
|
|
20369
|
+
* Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
|
|
20370
|
+
*/
|
|
20371
|
+
truncatedTime: string;
|
|
20372
|
+
}
|
|
20373
|
+
interface AlarmRequestCycle {
|
|
20374
|
+
/**
|
|
20375
|
+
* 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.
|
|
20376
|
+
*/
|
|
20377
|
+
cronTab: string;
|
|
20378
|
+
/**
|
|
20379
|
+
* Time zone in which the Cron expression takes effect.
|
|
20380
|
+
*/
|
|
20381
|
+
cronTimeZone: string;
|
|
20382
|
+
/**
|
|
20383
|
+
* Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
|
|
20384
|
+
*/
|
|
20385
|
+
time: number;
|
|
20386
|
+
/**
|
|
20387
|
+
* Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
|
|
20388
|
+
*/
|
|
20389
|
+
type: string;
|
|
20390
|
+
}
|
|
20391
|
+
interface AlarmTriggerCondition {
|
|
20392
|
+
/**
|
|
20393
|
+
* Alert trigger condition expression.
|
|
20394
|
+
*/
|
|
20395
|
+
condition: string;
|
|
20396
|
+
/**
|
|
20397
|
+
* Numerical expression for scenarios with data or specific entries, implemented using **count**.
|
|
20398
|
+
*/
|
|
20399
|
+
countCondition: string;
|
|
20400
|
+
/**
|
|
20401
|
+
* When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
|
|
20402
|
+
*/
|
|
20403
|
+
noData: boolean;
|
|
20404
|
+
/**
|
|
20405
|
+
* Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
|
|
20406
|
+
*/
|
|
20407
|
+
severity: string;
|
|
20408
|
+
}
|
|
20409
|
+
interface GetAlarmAlarmNotifyGroup {
|
|
20410
|
+
/**
|
|
20411
|
+
* Alert notification group ID.
|
|
20412
|
+
*/
|
|
20413
|
+
alarmNotifyGroupId: string;
|
|
20414
|
+
/**
|
|
20415
|
+
* Alert notification group name.
|
|
20416
|
+
*/
|
|
20417
|
+
alarmNotifyGroupName: string;
|
|
20418
|
+
/**
|
|
20419
|
+
* Alert notification group creation time.
|
|
20420
|
+
*/
|
|
20421
|
+
createTime: string;
|
|
20422
|
+
/**
|
|
20423
|
+
* IAM project to which the alert group belongs.
|
|
20424
|
+
*/
|
|
20425
|
+
iamProjectName: string;
|
|
20426
|
+
/**
|
|
20427
|
+
* Time when the alert notification group was modified.
|
|
20428
|
+
*/
|
|
20429
|
+
modifyTime: string;
|
|
20430
|
+
/**
|
|
20431
|
+
* Notification group rule
|
|
20432
|
+
*/
|
|
20433
|
+
noticeRules: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRule[];
|
|
20434
|
+
/**
|
|
20435
|
+
* Type of alert notification. Optional values, select one or more: Trigger - when an alert is triggered. Recovery - when an alert is recovered.
|
|
20436
|
+
*/
|
|
20437
|
+
notifyTypes: string[];
|
|
20438
|
+
/**
|
|
20439
|
+
* List of IAM users who receive alerts.
|
|
20440
|
+
*/
|
|
20441
|
+
receivers: outputs.tls.GetAlarmAlarmNotifyGroupReceiver[];
|
|
20442
|
+
}
|
|
20443
|
+
interface GetAlarmAlarmNotifyGroupNoticeRule {
|
|
20444
|
+
/**
|
|
20445
|
+
* Whether a subsequent end node exists.
|
|
20446
|
+
*/
|
|
20447
|
+
hasEndNode: boolean;
|
|
20448
|
+
/**
|
|
20449
|
+
* Whether to continue to the next level of condition evaluation
|
|
20450
|
+
*/
|
|
20451
|
+
hasNext: boolean;
|
|
20452
|
+
/**
|
|
20453
|
+
* Notification group rule
|
|
20454
|
+
*/
|
|
20455
|
+
receiverInfos: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfo[];
|
|
20456
|
+
/**
|
|
20457
|
+
* Rule node, in JSON format.
|
|
20458
|
+
*/
|
|
20459
|
+
ruleNode: string;
|
|
20460
|
+
}
|
|
20461
|
+
interface GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfo {
|
|
20462
|
+
/**
|
|
20463
|
+
* Alert content template ID.
|
|
20464
|
+
*/
|
|
20465
|
+
alarmContentTemplateId: string;
|
|
20466
|
+
/**
|
|
20467
|
+
* Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
|
|
20468
|
+
*/
|
|
20469
|
+
alarmWebhookAtGroups: string[];
|
|
20470
|
+
/**
|
|
20471
|
+
* Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
|
|
20472
|
+
*/
|
|
20473
|
+
alarmWebhookAtUsers: string[];
|
|
20474
|
+
/**
|
|
20475
|
+
* 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.
|
|
20476
|
+
*/
|
|
20477
|
+
alarmWebhookIntegrationId: string;
|
|
20478
|
+
/**
|
|
20479
|
+
* 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.
|
|
20480
|
+
*/
|
|
20481
|
+
alarmWebhookIntegrationName: string;
|
|
20482
|
+
/**
|
|
20483
|
+
* 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.
|
|
20484
|
+
*/
|
|
20485
|
+
alarmWebhookIsAtAll: boolean;
|
|
20486
|
+
/**
|
|
20487
|
+
* 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
|
|
20488
|
+
*/
|
|
20489
|
+
endTime: string;
|
|
20490
|
+
/**
|
|
20491
|
+
* Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
|
|
20492
|
+
*/
|
|
20493
|
+
generalWebhookBody: string;
|
|
20494
|
+
/**
|
|
20495
|
+
* Custom interface callback request header.
|
|
20496
|
+
*/
|
|
20497
|
+
generalWebhookHeaders: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader[];
|
|
20498
|
+
/**
|
|
20499
|
+
* Custom interface callback method. Only POST or PUT is supported.
|
|
20500
|
+
*/
|
|
20501
|
+
generalWebhookMethod: string;
|
|
20502
|
+
/**
|
|
20503
|
+
* Custom callback URL for the interface
|
|
20504
|
+
*/
|
|
20505
|
+
generalWebhookUrl: string;
|
|
20506
|
+
/**
|
|
20507
|
+
* 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.
|
|
20508
|
+
*/
|
|
20509
|
+
receiverChannels: string[];
|
|
20510
|
+
/**
|
|
20511
|
+
* IAM user or user group name
|
|
20512
|
+
*/
|
|
20513
|
+
receiverNames: string[];
|
|
20514
|
+
/**
|
|
20515
|
+
* Recipient type. Options: User: IAM user. UserGroup: IAM user group.
|
|
20516
|
+
*/
|
|
20517
|
+
receiverType: string;
|
|
20518
|
+
/**
|
|
20519
|
+
* 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.
|
|
20520
|
+
*/
|
|
20521
|
+
startTime: string;
|
|
20522
|
+
}
|
|
20523
|
+
interface GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
|
|
20524
|
+
/**
|
|
20525
|
+
* Key of the custom request header.
|
|
20526
|
+
*/
|
|
20527
|
+
key: string;
|
|
20528
|
+
/**
|
|
20529
|
+
* Value of the custom request header.
|
|
20530
|
+
*/
|
|
20531
|
+
value: string;
|
|
20532
|
+
}
|
|
20533
|
+
interface GetAlarmAlarmNotifyGroupReceiver {
|
|
20534
|
+
/**
|
|
20535
|
+
* Alert content template ID.
|
|
20536
|
+
*/
|
|
20537
|
+
alarmContentTemplateId: string;
|
|
20538
|
+
/**
|
|
20539
|
+
* Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
|
|
20540
|
+
*/
|
|
20541
|
+
alarmWebhookAtGroups: string[];
|
|
20542
|
+
/**
|
|
20543
|
+
* Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
|
|
20544
|
+
*/
|
|
20545
|
+
alarmWebhookAtUsers: string[];
|
|
20546
|
+
/**
|
|
20547
|
+
* 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.
|
|
20548
|
+
*/
|
|
20549
|
+
alarmWebhookIntegrationId: string;
|
|
20550
|
+
/**
|
|
20551
|
+
* 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.
|
|
20552
|
+
*/
|
|
20553
|
+
alarmWebhookIntegrationName: string;
|
|
20554
|
+
/**
|
|
20555
|
+
* 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.
|
|
20556
|
+
*/
|
|
20557
|
+
alarmWebhookIsAtAll: boolean;
|
|
20558
|
+
/**
|
|
20559
|
+
* 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
|
|
20560
|
+
*/
|
|
20561
|
+
endTime: string;
|
|
20562
|
+
/**
|
|
20563
|
+
* Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
|
|
20564
|
+
*/
|
|
20565
|
+
generalWebhookBody: string;
|
|
20566
|
+
/**
|
|
20567
|
+
* Custom interface callback request header.
|
|
20568
|
+
*/
|
|
20569
|
+
generalWebhookHeaders: outputs.tls.GetAlarmAlarmNotifyGroupReceiverGeneralWebhookHeader[];
|
|
20570
|
+
/**
|
|
20571
|
+
* Custom interface callback method. Only POST or PUT is supported.
|
|
20572
|
+
*/
|
|
20573
|
+
generalWebhookMethod: string;
|
|
20574
|
+
/**
|
|
20575
|
+
* Custom callback URL for the interface
|
|
20576
|
+
*/
|
|
20577
|
+
generalWebhookUrl: string;
|
|
20578
|
+
/**
|
|
20579
|
+
* 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.
|
|
20580
|
+
*/
|
|
20581
|
+
receiverChannels: string[];
|
|
20582
|
+
/**
|
|
20583
|
+
* IAM user or user group name
|
|
20584
|
+
*/
|
|
20585
|
+
receiverNames: string[];
|
|
20586
|
+
/**
|
|
20587
|
+
* Recipient type. Options: User: IAM user. UserGroup: IAM user group.
|
|
20588
|
+
*/
|
|
20589
|
+
receiverType: string;
|
|
20590
|
+
/**
|
|
20591
|
+
* 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.
|
|
20592
|
+
*/
|
|
20593
|
+
startTime: string;
|
|
20594
|
+
}
|
|
20595
|
+
interface GetAlarmAlarmNotifyGroupReceiverGeneralWebhookHeader {
|
|
20596
|
+
/**
|
|
20597
|
+
* Key of the custom request header.
|
|
20598
|
+
*/
|
|
20599
|
+
key: string;
|
|
20600
|
+
/**
|
|
20601
|
+
* Value of the custom request header.
|
|
20602
|
+
*/
|
|
20603
|
+
value: string;
|
|
20604
|
+
}
|
|
20605
|
+
interface GetAlarmAlarmPeriodDetail {
|
|
20606
|
+
/**
|
|
20607
|
+
* Email alert interval, in minutes. Value range: 1–1440
|
|
20608
|
+
*/
|
|
20609
|
+
email: number;
|
|
20610
|
+
/**
|
|
20611
|
+
* Custom Webhook alert interval, in minutes. Value range: 1–1440.
|
|
20612
|
+
*/
|
|
20613
|
+
generalWebhook: number;
|
|
20614
|
+
/**
|
|
20615
|
+
* Phone alert cycle, in minutes. Value range: 10–1440.
|
|
20616
|
+
*/
|
|
20617
|
+
phone: number;
|
|
20618
|
+
/**
|
|
20619
|
+
* SMS alert interval, in minutes. Value range: 10–1440
|
|
20620
|
+
*/
|
|
20621
|
+
sms: number;
|
|
20622
|
+
}
|
|
20623
|
+
interface GetAlarmJoinConfiguration {
|
|
20624
|
+
/**
|
|
20625
|
+
* Expression used for left join or right join.
|
|
20626
|
+
*/
|
|
20627
|
+
condition: string;
|
|
20628
|
+
/**
|
|
20629
|
+
* Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
|
|
20630
|
+
*/
|
|
20631
|
+
setOperationType: string;
|
|
20632
|
+
}
|
|
19948
20633
|
interface GetAlarmNotifyGroupNoticeRule {
|
|
19949
20634
|
/**
|
|
19950
20635
|
* Whether there is an end node afterwards.
|
|
@@ -20107,6 +20792,84 @@ export declare namespace tls {
|
|
|
20107
20792
|
*/
|
|
20108
20793
|
value: string;
|
|
20109
20794
|
}
|
|
20795
|
+
interface GetAlarmQueryRequest {
|
|
20796
|
+
/**
|
|
20797
|
+
* 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
|
|
20798
|
+
*/
|
|
20799
|
+
endTimeOffset: number;
|
|
20800
|
+
/**
|
|
20801
|
+
* Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
|
|
20802
|
+
*/
|
|
20803
|
+
endTimeOffsetUnit: string;
|
|
20804
|
+
/**
|
|
20805
|
+
* Alert object sequence number, starting from 1 and incrementing by 1
|
|
20806
|
+
*/
|
|
20807
|
+
number: number;
|
|
20808
|
+
/**
|
|
20809
|
+
* Query analysis statement, with a maximum supported length of 1024 characters.
|
|
20810
|
+
*/
|
|
20811
|
+
query: string;
|
|
20812
|
+
/**
|
|
20813
|
+
* Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
|
|
20814
|
+
*/
|
|
20815
|
+
startTimeOffset: number;
|
|
20816
|
+
/**
|
|
20817
|
+
* Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
|
|
20818
|
+
*/
|
|
20819
|
+
startTimeOffsetUnit: string;
|
|
20820
|
+
/**
|
|
20821
|
+
* Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
|
|
20822
|
+
*/
|
|
20823
|
+
timeSpanType: string;
|
|
20824
|
+
/**
|
|
20825
|
+
* Log topic ID monitored by the alert policy.
|
|
20826
|
+
*/
|
|
20827
|
+
topicId: string;
|
|
20828
|
+
/**
|
|
20829
|
+
* Name of the log topic monitored by the alert policy.
|
|
20830
|
+
*/
|
|
20831
|
+
topicName: string;
|
|
20832
|
+
/**
|
|
20833
|
+
* Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
|
|
20834
|
+
*/
|
|
20835
|
+
truncatedTime: string;
|
|
20836
|
+
}
|
|
20837
|
+
interface GetAlarmRequestCycle {
|
|
20838
|
+
/**
|
|
20839
|
+
* 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.
|
|
20840
|
+
*/
|
|
20841
|
+
cronTab: string;
|
|
20842
|
+
/**
|
|
20843
|
+
* Time zone in which the Cron expression takes effect.
|
|
20844
|
+
*/
|
|
20845
|
+
cronTimeZone: string;
|
|
20846
|
+
/**
|
|
20847
|
+
* Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
|
|
20848
|
+
*/
|
|
20849
|
+
time: number;
|
|
20850
|
+
/**
|
|
20851
|
+
* Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
|
|
20852
|
+
*/
|
|
20853
|
+
type: string;
|
|
20854
|
+
}
|
|
20855
|
+
interface GetAlarmTriggerCondition {
|
|
20856
|
+
/**
|
|
20857
|
+
* Alert trigger condition expression.
|
|
20858
|
+
*/
|
|
20859
|
+
condition: string;
|
|
20860
|
+
/**
|
|
20861
|
+
* Numerical expression for scenarios with data or specific entries, implemented using **count**.
|
|
20862
|
+
*/
|
|
20863
|
+
countCondition: string;
|
|
20864
|
+
/**
|
|
20865
|
+
* When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
|
|
20866
|
+
*/
|
|
20867
|
+
noData: boolean;
|
|
20868
|
+
/**
|
|
20869
|
+
* Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
|
|
20870
|
+
*/
|
|
20871
|
+
severity: string;
|
|
20872
|
+
}
|
|
20110
20873
|
interface GetImportTaskImportSourceInfo {
|
|
20111
20874
|
/**
|
|
20112
20875
|
* Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
|
|
@@ -28543,6 +29306,16 @@ export declare namespace vpn {
|
|
|
28543
29306
|
*/
|
|
28544
29307
|
value: string;
|
|
28545
29308
|
}
|
|
29309
|
+
interface GetSslVpnServerTag {
|
|
29310
|
+
/**
|
|
29311
|
+
* 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.
|
|
29312
|
+
*/
|
|
29313
|
+
key: string;
|
|
29314
|
+
/**
|
|
29315
|
+
* 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.
|
|
29316
|
+
*/
|
|
29317
|
+
value: string;
|
|
29318
|
+
}
|
|
28546
29319
|
interface GetVpnConnectionBgpInfo {
|
|
28547
29320
|
/**
|
|
28548
29321
|
* Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
|
|
@@ -28797,6 +29570,16 @@ export declare namespace vpn {
|
|
|
28797
29570
|
*/
|
|
28798
29571
|
tunnelCidr: string;
|
|
28799
29572
|
}
|
|
29573
|
+
interface GetVpnGatewayRouteAsPath {
|
|
29574
|
+
/**
|
|
29575
|
+
* 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].
|
|
29576
|
+
*/
|
|
29577
|
+
numbers: number[];
|
|
29578
|
+
/**
|
|
29579
|
+
* AS path type. Sequence: normal ordered sequence; Set: aggregated sequence.
|
|
29580
|
+
*/
|
|
29581
|
+
type: string;
|
|
29582
|
+
}
|
|
28800
29583
|
interface GetVpnGatewayTag {
|
|
28801
29584
|
/**
|
|
28802
29585
|
* 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.
|
|
@@ -28817,6 +29600,16 @@ export declare namespace vpn {
|
|
|
28817
29600
|
*/
|
|
28818
29601
|
value: string;
|
|
28819
29602
|
}
|
|
29603
|
+
interface SslVpnServerTag {
|
|
29604
|
+
/**
|
|
29605
|
+
* 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.
|
|
29606
|
+
*/
|
|
29607
|
+
key: string;
|
|
29608
|
+
/**
|
|
29609
|
+
* 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.
|
|
29610
|
+
*/
|
|
29611
|
+
value: string;
|
|
29612
|
+
}
|
|
28820
29613
|
interface VpnConnectionBgpInfo {
|
|
28821
29614
|
/**
|
|
28822
29615
|
* Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
|
|
@@ -29071,6 +29864,16 @@ export declare namespace vpn {
|
|
|
29071
29864
|
*/
|
|
29072
29865
|
tunnelCidr: string;
|
|
29073
29866
|
}
|
|
29867
|
+
interface VpnGatewayRouteAsPath {
|
|
29868
|
+
/**
|
|
29869
|
+
* 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].
|
|
29870
|
+
*/
|
|
29871
|
+
numbers: number[];
|
|
29872
|
+
/**
|
|
29873
|
+
* AS path type. Sequence: normal ordered sequence; Set: aggregated sequence.
|
|
29874
|
+
*/
|
|
29875
|
+
type: string;
|
|
29876
|
+
}
|
|
29074
29877
|
interface VpnGatewayTag {
|
|
29075
29878
|
/**
|
|
29076
29879
|
* 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.
|