@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/tls/index.js
CHANGED
|
@@ -2,19 +2,27 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.Topic = exports.Shipper = exports.ScheduleSqlTask = exports.Rule = exports.Project = exports.Index = exports.ImportTask = exports.getTopicsOutput = exports.getTopics = exports.getTopicOutput = exports.getTopic = exports.getShippersOutput = exports.getShippers = exports.getShipperOutput = exports.getShipper = exports.getScheduleSqlTasksOutput = exports.getScheduleSqlTasks = exports.getScheduleSqlTaskOutput = exports.getScheduleSqlTask = exports.getRulesOutput = exports.getRules = exports.getRuleOutput = exports.getRule = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getIndicesOutput = exports.getIndices = exports.getIndexOutput = exports.getIndex = exports.getImportTasksOutput = exports.getImportTasks = exports.getImportTaskOutput = exports.getImportTask = exports.getConsumerGroupsOutput = exports.getConsumerGroups = exports.getConsumerGroupOutput = exports.getConsumerGroup = exports.getAlarmNotifyGroupsOutput = exports.getAlarmNotifyGroups = exports.getAlarmNotifyGroupOutput = exports.getAlarmNotifyGroup = exports.ConsumerGroup = exports.AlarmNotifyGroup = void 0;
|
|
5
|
+
exports.Topic = exports.Shipper = exports.ScheduleSqlTask = exports.Rule = exports.Project = exports.Index = exports.ImportTask = exports.getTopicsOutput = exports.getTopics = exports.getTopicOutput = exports.getTopic = exports.getShippersOutput = exports.getShippers = exports.getShipperOutput = exports.getShipper = exports.getScheduleSqlTasksOutput = exports.getScheduleSqlTasks = exports.getScheduleSqlTaskOutput = exports.getScheduleSqlTask = exports.getRulesOutput = exports.getRules = exports.getRuleOutput = exports.getRule = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getIndicesOutput = exports.getIndices = exports.getIndexOutput = exports.getIndex = exports.getImportTasksOutput = exports.getImportTasks = exports.getImportTaskOutput = exports.getImportTask = exports.getConsumerGroupsOutput = exports.getConsumerGroups = exports.getConsumerGroupOutput = exports.getConsumerGroup = exports.getAlarmsOutput = exports.getAlarms = exports.getAlarmNotifyGroupsOutput = exports.getAlarmNotifyGroups = exports.getAlarmNotifyGroupOutput = exports.getAlarmNotifyGroup = exports.getAlarmOutput = exports.getAlarm = exports.ConsumerGroup = exports.AlarmNotifyGroup = exports.Alarm = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.Alarm = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Alarm"], () => require("./alarm"));
|
|
8
10
|
exports.AlarmNotifyGroup = null;
|
|
9
11
|
utilities.lazyLoad(exports, ["AlarmNotifyGroup"], () => require("./alarmNotifyGroup"));
|
|
10
12
|
exports.ConsumerGroup = null;
|
|
11
13
|
utilities.lazyLoad(exports, ["ConsumerGroup"], () => require("./consumerGroup"));
|
|
14
|
+
exports.getAlarm = null;
|
|
15
|
+
exports.getAlarmOutput = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["getAlarm", "getAlarmOutput"], () => require("./getAlarm"));
|
|
12
17
|
exports.getAlarmNotifyGroup = null;
|
|
13
18
|
exports.getAlarmNotifyGroupOutput = null;
|
|
14
19
|
utilities.lazyLoad(exports, ["getAlarmNotifyGroup", "getAlarmNotifyGroupOutput"], () => require("./getAlarmNotifyGroup"));
|
|
15
20
|
exports.getAlarmNotifyGroups = null;
|
|
16
21
|
exports.getAlarmNotifyGroupsOutput = null;
|
|
17
22
|
utilities.lazyLoad(exports, ["getAlarmNotifyGroups", "getAlarmNotifyGroupsOutput"], () => require("./getAlarmNotifyGroups"));
|
|
23
|
+
exports.getAlarms = null;
|
|
24
|
+
exports.getAlarmsOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["getAlarms", "getAlarmsOutput"], () => require("./getAlarms"));
|
|
18
26
|
exports.getConsumerGroup = null;
|
|
19
27
|
exports.getConsumerGroupOutput = null;
|
|
20
28
|
utilities.lazyLoad(exports, ["getConsumerGroup", "getConsumerGroupOutput"], () => require("./getConsumerGroup"));
|
|
@@ -81,6 +89,8 @@ const _module = {
|
|
|
81
89
|
version: utilities.getVersion(),
|
|
82
90
|
construct: (name, type, urn) => {
|
|
83
91
|
switch (type) {
|
|
92
|
+
case "volcenginecc:tls/alarm:Alarm":
|
|
93
|
+
return new exports.Alarm(name, undefined, { urn });
|
|
84
94
|
case "volcenginecc:tls/alarmNotifyGroup:AlarmNotifyGroup":
|
|
85
95
|
return new exports.AlarmNotifyGroup(name, undefined, { urn });
|
|
86
96
|
case "volcenginecc:tls/consumerGroup:ConsumerGroup":
|
|
@@ -104,6 +114,7 @@ const _module = {
|
|
|
104
114
|
}
|
|
105
115
|
},
|
|
106
116
|
};
|
|
117
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "tls/alarm", _module);
|
|
107
118
|
pulumi.runtime.registerResourceModule("volcenginecc", "tls/alarmNotifyGroup", _module);
|
|
108
119
|
pulumi.runtime.registerResourceModule("volcenginecc", "tls/consumerGroup", _module);
|
|
109
120
|
pulumi.runtime.registerResourceModule("volcenginecc", "tls/importTask", _module);
|
package/tls/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tls/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tls/index.ts"],"names":[],"mappings":"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"}
|
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
|
/**
|
|
@@ -7231,6 +7265,52 @@ export declare namespace kafka {
|
|
|
7231
7265
|
}
|
|
7232
7266
|
}
|
|
7233
7267
|
export declare namespace kms {
|
|
7268
|
+
interface KeyAsymmetricCiphertext {
|
|
7269
|
+
/**
|
|
7270
|
+
* Encryption algorithm. Optional values: RSAES*OAEP*SHA_256, SM2PKE.
|
|
7271
|
+
*/
|
|
7272
|
+
algorithm?: pulumi.Input<string>;
|
|
7273
|
+
/**
|
|
7274
|
+
* Ciphertext of encryption result, Base64-encoded.
|
|
7275
|
+
*/
|
|
7276
|
+
ciphertextBlob?: pulumi.Input<string>;
|
|
7277
|
+
/**
|
|
7278
|
+
* Plaintext to be encrypted, Base64-encoded.
|
|
7279
|
+
*/
|
|
7280
|
+
plaintext?: pulumi.Input<string>;
|
|
7281
|
+
}
|
|
7282
|
+
interface KeyAsymmetricSignature {
|
|
7283
|
+
/**
|
|
7284
|
+
* Signature algorithm, for example: RSA*PSS*SHA*256, RSA*PKCS1*SHA*256, ECDSA*SHA*256, SM2_DSA.
|
|
7285
|
+
*/
|
|
7286
|
+
algorithm?: pulumi.Input<string>;
|
|
7287
|
+
/**
|
|
7288
|
+
* Message to be signed, Base64-encoded.
|
|
7289
|
+
*/
|
|
7290
|
+
message?: pulumi.Input<string>;
|
|
7291
|
+
/**
|
|
7292
|
+
* Message type. Optional values: RAW, DIGEST.
|
|
7293
|
+
*/
|
|
7294
|
+
messageType?: pulumi.Input<string>;
|
|
7295
|
+
/**
|
|
7296
|
+
* Signature result, Base64-encoded.
|
|
7297
|
+
*/
|
|
7298
|
+
signature?: pulumi.Input<string>;
|
|
7299
|
+
}
|
|
7300
|
+
interface KeyCiphertext {
|
|
7301
|
+
/**
|
|
7302
|
+
* Ciphertext of encryption result, Base64-encoded.
|
|
7303
|
+
*/
|
|
7304
|
+
ciphertextBlob?: pulumi.Input<string>;
|
|
7305
|
+
/**
|
|
7306
|
+
* Encryption context JSON string.
|
|
7307
|
+
*/
|
|
7308
|
+
encryptionContext?: pulumi.Input<string>;
|
|
7309
|
+
/**
|
|
7310
|
+
* Plaintext to be encrypted, Base64-encoded.
|
|
7311
|
+
*/
|
|
7312
|
+
plaintext?: pulumi.Input<string>;
|
|
7313
|
+
}
|
|
7234
7314
|
interface KeyMultiRegionConfiguration {
|
|
7235
7315
|
/**
|
|
7236
7316
|
* Multi-region key type.
|
|
@@ -7262,6 +7342,61 @@ export declare namespace kms {
|
|
|
7262
7342
|
*/
|
|
7263
7343
|
trn?: pulumi.Input<string>;
|
|
7264
7344
|
}
|
|
7345
|
+
interface KeyReEncrypt {
|
|
7346
|
+
/**
|
|
7347
|
+
* Re-encrypted ciphertext, Base64-encoded.
|
|
7348
|
+
*/
|
|
7349
|
+
ciphertextBlob?: pulumi.Input<string>;
|
|
7350
|
+
/**
|
|
7351
|
+
* New encryption context JSON string.
|
|
7352
|
+
*/
|
|
7353
|
+
newEncryptionContext?: pulumi.Input<string>;
|
|
7354
|
+
/**
|
|
7355
|
+
* Target key ID. If not specified, you must provide NewKeyringName and NewKeyName.
|
|
7356
|
+
*/
|
|
7357
|
+
newKeyId?: pulumi.Input<string>;
|
|
7358
|
+
/**
|
|
7359
|
+
* Target key name.
|
|
7360
|
+
*/
|
|
7361
|
+
newKeyName?: pulumi.Input<string>;
|
|
7362
|
+
/**
|
|
7363
|
+
* Name of the keyring to which the target key belongs.
|
|
7364
|
+
*/
|
|
7365
|
+
newKeyringName?: pulumi.Input<string>;
|
|
7366
|
+
/**
|
|
7367
|
+
* Old encryption context JSON string.
|
|
7368
|
+
*/
|
|
7369
|
+
oldEncryptionContext?: pulumi.Input<string>;
|
|
7370
|
+
/**
|
|
7371
|
+
* Source ciphertext to be re-encrypted, Base64-encoded.
|
|
7372
|
+
*/
|
|
7373
|
+
sourceCiphertextBlob?: pulumi.Input<string>;
|
|
7374
|
+
}
|
|
7375
|
+
interface KeyReplicateKey {
|
|
7376
|
+
/**
|
|
7377
|
+
* Replica key description.
|
|
7378
|
+
*/
|
|
7379
|
+
description?: pulumi.Input<string>;
|
|
7380
|
+
/**
|
|
7381
|
+
* Replica key ID.
|
|
7382
|
+
*/
|
|
7383
|
+
replicaKeyId?: pulumi.Input<string>;
|
|
7384
|
+
/**
|
|
7385
|
+
* Target region of the replica key.
|
|
7386
|
+
*/
|
|
7387
|
+
replicaRegion?: pulumi.Input<string>;
|
|
7388
|
+
tags?: pulumi.Input<pulumi.Input<inputs.kms.KeyReplicateKeyTag>[]>;
|
|
7389
|
+
}
|
|
7390
|
+
interface KeyReplicateKeyTag {
|
|
7391
|
+
/**
|
|
7392
|
+
* KMS key label key.
|
|
7393
|
+
*/
|
|
7394
|
+
key?: pulumi.Input<string>;
|
|
7395
|
+
/**
|
|
7396
|
+
* KMS key label value.
|
|
7397
|
+
*/
|
|
7398
|
+
value?: pulumi.Input<string>;
|
|
7399
|
+
}
|
|
7265
7400
|
interface KeyTag {
|
|
7266
7401
|
/**
|
|
7267
7402
|
* KMS key label key.
|
|
@@ -7637,7 +7772,7 @@ export declare namespace privatelink {
|
|
|
7637
7772
|
*/
|
|
7638
7773
|
name?: pulumi.Input<string>;
|
|
7639
7774
|
/**
|
|
7640
|
-
* Domain verification status. PendingVerification: Pending verification
|
|
7775
|
+
* Domain verification status. PendingVerification: Pending verification, Verifying: In progress, Verified: Verified, Failed: Verification failed
|
|
7641
7776
|
*/
|
|
7642
7777
|
status?: pulumi.Input<string>;
|
|
7643
7778
|
/**
|
|
@@ -9064,6 +9199,16 @@ export declare namespace rdspostgresql {
|
|
|
9064
9199
|
*/
|
|
9065
9200
|
value?: pulumi.Input<string>;
|
|
9066
9201
|
}
|
|
9202
|
+
interface ParameterTemplateTemplateParam {
|
|
9203
|
+
/**
|
|
9204
|
+
* Parameter name
|
|
9205
|
+
*/
|
|
9206
|
+
name: pulumi.Input<string>;
|
|
9207
|
+
/**
|
|
9208
|
+
* Parameter value
|
|
9209
|
+
*/
|
|
9210
|
+
value: pulumi.Input<string>;
|
|
9211
|
+
}
|
|
9067
9212
|
}
|
|
9068
9213
|
export declare namespace redis {
|
|
9069
9214
|
interface AllowListAssociatedInstance {
|
|
@@ -9574,6 +9719,40 @@ export declare namespace storageebs {
|
|
|
9574
9719
|
}
|
|
9575
9720
|
}
|
|
9576
9721
|
export declare namespace tls {
|
|
9722
|
+
interface AlarmAlarmNotifyGroup {
|
|
9723
|
+
/**
|
|
9724
|
+
* Alert notification group ID.
|
|
9725
|
+
*/
|
|
9726
|
+
alarmNotifyGroupId?: pulumi.Input<string>;
|
|
9727
|
+
}
|
|
9728
|
+
interface AlarmAlarmPeriodDetail {
|
|
9729
|
+
/**
|
|
9730
|
+
* Email alert interval, in minutes. Value range: 1–1440
|
|
9731
|
+
*/
|
|
9732
|
+
email?: pulumi.Input<number>;
|
|
9733
|
+
/**
|
|
9734
|
+
* Custom Webhook alert interval, in minutes. Value range: 1–1440.
|
|
9735
|
+
*/
|
|
9736
|
+
generalWebhook?: pulumi.Input<number>;
|
|
9737
|
+
/**
|
|
9738
|
+
* Phone alert cycle, in minutes. Value range: 10–1440.
|
|
9739
|
+
*/
|
|
9740
|
+
phone?: pulumi.Input<number>;
|
|
9741
|
+
/**
|
|
9742
|
+
* SMS alert interval, in minutes. Value range: 10–1440
|
|
9743
|
+
*/
|
|
9744
|
+
sms?: pulumi.Input<number>;
|
|
9745
|
+
}
|
|
9746
|
+
interface AlarmJoinConfiguration {
|
|
9747
|
+
/**
|
|
9748
|
+
* Expression used for left join or right join.
|
|
9749
|
+
*/
|
|
9750
|
+
condition?: pulumi.Input<string>;
|
|
9751
|
+
/**
|
|
9752
|
+
* Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
|
|
9753
|
+
*/
|
|
9754
|
+
setOperationType?: pulumi.Input<string>;
|
|
9755
|
+
}
|
|
9577
9756
|
interface AlarmNotifyGroupNoticeRule {
|
|
9578
9757
|
/**
|
|
9579
9758
|
* Whether there is an end node afterwards.
|
|
@@ -9727,6 +9906,80 @@ export declare namespace tls {
|
|
|
9727
9906
|
*/
|
|
9728
9907
|
value?: pulumi.Input<string>;
|
|
9729
9908
|
}
|
|
9909
|
+
interface AlarmQueryRequest {
|
|
9910
|
+
/**
|
|
9911
|
+
* 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
|
|
9912
|
+
*/
|
|
9913
|
+
endTimeOffset?: pulumi.Input<number>;
|
|
9914
|
+
/**
|
|
9915
|
+
* Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
|
|
9916
|
+
*/
|
|
9917
|
+
endTimeOffsetUnit?: pulumi.Input<string>;
|
|
9918
|
+
/**
|
|
9919
|
+
* Query analysis statement, with a maximum supported length of 1024 characters.
|
|
9920
|
+
*/
|
|
9921
|
+
query?: pulumi.Input<string>;
|
|
9922
|
+
/**
|
|
9923
|
+
* Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
|
|
9924
|
+
*/
|
|
9925
|
+
startTimeOffset?: pulumi.Input<number>;
|
|
9926
|
+
/**
|
|
9927
|
+
* Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
|
|
9928
|
+
*/
|
|
9929
|
+
startTimeOffsetUnit?: pulumi.Input<string>;
|
|
9930
|
+
/**
|
|
9931
|
+
* Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
|
|
9932
|
+
*/
|
|
9933
|
+
timeSpanType?: pulumi.Input<string>;
|
|
9934
|
+
/**
|
|
9935
|
+
* Log topic ID monitored by the alert policy.
|
|
9936
|
+
*/
|
|
9937
|
+
topicId?: pulumi.Input<string>;
|
|
9938
|
+
/**
|
|
9939
|
+
* Name of the log topic monitored by the alert policy.
|
|
9940
|
+
*/
|
|
9941
|
+
topicName?: pulumi.Input<string>;
|
|
9942
|
+
/**
|
|
9943
|
+
* Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
|
|
9944
|
+
*/
|
|
9945
|
+
truncatedTime?: pulumi.Input<string>;
|
|
9946
|
+
}
|
|
9947
|
+
interface AlarmRequestCycle {
|
|
9948
|
+
/**
|
|
9949
|
+
* 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.
|
|
9950
|
+
*/
|
|
9951
|
+
cronTab?: pulumi.Input<string>;
|
|
9952
|
+
/**
|
|
9953
|
+
* Time zone in which the Cron expression takes effect.
|
|
9954
|
+
*/
|
|
9955
|
+
cronTimeZone?: pulumi.Input<string>;
|
|
9956
|
+
/**
|
|
9957
|
+
* Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
|
|
9958
|
+
*/
|
|
9959
|
+
time?: pulumi.Input<number>;
|
|
9960
|
+
/**
|
|
9961
|
+
* Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
|
|
9962
|
+
*/
|
|
9963
|
+
type?: pulumi.Input<string>;
|
|
9964
|
+
}
|
|
9965
|
+
interface AlarmTriggerCondition {
|
|
9966
|
+
/**
|
|
9967
|
+
* Alert trigger condition expression.
|
|
9968
|
+
*/
|
|
9969
|
+
condition?: pulumi.Input<string>;
|
|
9970
|
+
/**
|
|
9971
|
+
* Numerical expression for scenarios with data or specific entries, implemented using **count**.
|
|
9972
|
+
*/
|
|
9973
|
+
countCondition?: pulumi.Input<string>;
|
|
9974
|
+
/**
|
|
9975
|
+
* When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
|
|
9976
|
+
*/
|
|
9977
|
+
noData?: pulumi.Input<boolean>;
|
|
9978
|
+
/**
|
|
9979
|
+
* Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
|
|
9980
|
+
*/
|
|
9981
|
+
severity?: pulumi.Input<string>;
|
|
9982
|
+
}
|
|
9730
9983
|
interface ImportTaskImportSourceInfo {
|
|
9731
9984
|
/**
|
|
9732
9985
|
* Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
|
|
@@ -13794,6 +14047,16 @@ export declare namespace vpn {
|
|
|
13794
14047
|
*/
|
|
13795
14048
|
value?: pulumi.Input<string>;
|
|
13796
14049
|
}
|
|
14050
|
+
interface SslVpnServerTag {
|
|
14051
|
+
/**
|
|
14052
|
+
* 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.
|
|
14053
|
+
*/
|
|
14054
|
+
key?: pulumi.Input<string>;
|
|
14055
|
+
/**
|
|
14056
|
+
* 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.
|
|
14057
|
+
*/
|
|
14058
|
+
value?: pulumi.Input<string>;
|
|
14059
|
+
}
|
|
13797
14060
|
interface VpnConnectionBgpInfo {
|
|
13798
14061
|
/**
|
|
13799
14062
|
* Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
|
|
@@ -14048,6 +14311,16 @@ export declare namespace vpn {
|
|
|
14048
14311
|
*/
|
|
14049
14312
|
tunnelCidr?: pulumi.Input<string>;
|
|
14050
14313
|
}
|
|
14314
|
+
interface VpnGatewayRouteAsPath {
|
|
14315
|
+
/**
|
|
14316
|
+
* 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].
|
|
14317
|
+
*/
|
|
14318
|
+
numbers?: pulumi.Input<pulumi.Input<number>[]>;
|
|
14319
|
+
/**
|
|
14320
|
+
* AS path type. Sequence: normal ordered sequence; Set: aggregated sequence.
|
|
14321
|
+
*/
|
|
14322
|
+
type?: pulumi.Input<string>;
|
|
14323
|
+
}
|
|
14051
14324
|
interface VpnGatewayTag {
|
|
14052
14325
|
/**
|
|
14053
14326
|
* 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.
|