@volcengine/pulumi 0.0.17 → 0.0.18

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 (106) hide show
  1. package/cr/registry.d.ts +1 -1
  2. package/cr/registry.js +1 -1
  3. package/ecs/command.d.ts +157 -0
  4. package/ecs/command.js +93 -0
  5. package/ecs/command.js.map +1 -0
  6. package/ecs/commands.d.ts +132 -0
  7. package/ecs/commands.js +52 -0
  8. package/ecs/commands.js.map +1 -0
  9. package/ecs/index.d.ts +18 -0
  10. package/ecs/index.js +23 -1
  11. package/ecs/index.js.map +1 -1
  12. package/ecs/instance.d.ts +1 -1
  13. package/ecs/invocation.d.ts +223 -0
  14. package/ecs/invocation.js +118 -0
  15. package/ecs/invocation.js.map +1 -0
  16. package/ecs/invocationResults.d.ts +116 -0
  17. package/ecs/invocationResults.js +51 -0
  18. package/ecs/invocationResults.js.map +1 -0
  19. package/ecs/invocations.d.ts +161 -0
  20. package/ecs/invocations.js +56 -0
  21. package/ecs/invocations.js.map +1 -0
  22. package/ecs/regions.d.ts +75 -0
  23. package/ecs/regions.js +47 -0
  24. package/ecs/regions.js.map +1 -0
  25. package/escloud/instance.d.ts +26 -13
  26. package/escloud/instance.js +26 -13
  27. package/escloud/instance.js.map +1 -1
  28. package/escloud/instances.d.ts +100 -6
  29. package/escloud/instances.js +100 -6
  30. package/escloud/instances.js.map +1 -1
  31. package/package.json +2 -2
  32. package/rds_mysql/account.d.ts +48 -4
  33. package/rds_mysql/account.js +48 -4
  34. package/rds_mysql/account.js.map +1 -1
  35. package/rds_mysql/accounts.d.ts +106 -6
  36. package/rds_mysql/accounts.js +106 -6
  37. package/rds_mysql/accounts.js.map +1 -1
  38. package/rds_mysql/allowlist.d.ts +7 -3
  39. package/rds_mysql/allowlist.js +7 -3
  40. package/rds_mysql/allowlist.js.map +1 -1
  41. package/rds_mysql/allowlistAssociate.d.ts +47 -3
  42. package/rds_mysql/allowlistAssociate.js +47 -3
  43. package/rds_mysql/allowlistAssociate.js.map +1 -1
  44. package/rds_mysql/allowlists.d.ts +102 -4
  45. package/rds_mysql/allowlists.js +102 -4
  46. package/rds_mysql/allowlists.js.map +1 -1
  47. package/rds_mysql/database.d.ts +38 -4
  48. package/rds_mysql/database.js +38 -4
  49. package/rds_mysql/database.js.map +1 -1
  50. package/rds_mysql/databases.d.ts +84 -6
  51. package/rds_mysql/databases.js +84 -6
  52. package/rds_mysql/databases.js.map +1 -1
  53. package/rds_mysql/instance.d.ts +18 -15
  54. package/rds_mysql/instance.js +17 -14
  55. package/rds_mysql/instance.js.map +1 -1
  56. package/rds_mysql/instanceReadonlyNode.d.ts +38 -3
  57. package/rds_mysql/instanceReadonlyNode.js +38 -3
  58. package/rds_mysql/instanceReadonlyNode.js.map +1 -1
  59. package/rds_mysql/instances.d.ts +74 -4
  60. package/rds_mysql/instances.js +74 -4
  61. package/rds_mysql/instances.js.map +1 -1
  62. package/redis/account.d.ts +32 -5
  63. package/redis/account.js +32 -5
  64. package/redis/account.js.map +1 -1
  65. package/redis/accounts.d.ts +74 -4
  66. package/redis/accounts.js +74 -4
  67. package/redis/accounts.js.map +1 -1
  68. package/redis/allowList.d.ts +2 -2
  69. package/redis/allowList.js +2 -2
  70. package/redis/allowListAssociate.d.ts +34 -6
  71. package/redis/allowListAssociate.js +34 -6
  72. package/redis/allowListAssociate.js.map +1 -1
  73. package/redis/allowLists.d.ts +78 -2
  74. package/redis/allowLists.js +78 -2
  75. package/redis/allowLists.js.map +1 -1
  76. package/redis/backup.d.ts +29 -1
  77. package/redis/backup.js +29 -1
  78. package/redis/backup.js.map +1 -1
  79. package/redis/backupRestore.d.ts +33 -3
  80. package/redis/backupRestore.js +33 -3
  81. package/redis/backupRestore.js.map +1 -1
  82. package/redis/backups.d.ts +68 -6
  83. package/redis/backups.js +68 -6
  84. package/redis/backups.js.map +1 -1
  85. package/redis/continuousBackup.d.ts +29 -1
  86. package/redis/continuousBackup.js +29 -1
  87. package/redis/continuousBackup.js.map +1 -1
  88. package/redis/endpoint.d.ts +37 -3
  89. package/redis/endpoint.js +37 -3
  90. package/redis/endpoint.js.map +1 -1
  91. package/redis/instance.d.ts +41 -32
  92. package/redis/instance.js +41 -32
  93. package/redis/instance.js.map +1 -1
  94. package/redis/instances.d.ts +60 -4
  95. package/redis/instances.js +60 -4
  96. package/redis/instances.js.map +1 -1
  97. package/tls/index_.d.ts +33 -8
  98. package/tls/index_.js +23 -8
  99. package/tls/index_.js.map +1 -1
  100. package/tls/indexes.d.ts +2 -2
  101. package/tls/indexes.js +2 -2
  102. package/types/input.d.ts +40 -0
  103. package/types/output.d.ts +308 -0
  104. package/vpc/securityGroup.d.ts +2 -2
  105. package/vpc/securityGroup.js +1 -1
  106. package/vpc/vpc.d.ts +1 -1
package/tls/index_.d.ts CHANGED
@@ -10,11 +10,6 @@ import * as outputs from "../types/output";
10
10
  * import * as volcengine from "@volcengine/pulumi";
11
11
  *
12
12
  * const foo = new volcengine.tls.Index("foo", {
13
- * fullText: {
14
- * caseSensitive: true,
15
- * delimiter: "!",
16
- * includeChinese: false,
17
- * },
18
13
  * keyValues: [
19
14
  * {
20
15
  * caseSensitive: true,
@@ -22,11 +17,11 @@ import * as outputs from "../types/output";
22
17
  * includeChinese: false,
23
18
  * jsonKeys: [
24
19
  * {
25
- * key: "k2.k4",
20
+ * key: "class",
26
21
  * valueType: "text",
27
22
  * },
28
23
  * {
29
- * key: "k3.k4",
24
+ * key: "age",
30
25
  * valueType: "long",
31
26
  * },
32
27
  * ],
@@ -43,7 +38,25 @@ import * as outputs from "../types/output";
43
38
  * valueType: "text",
44
39
  * },
45
40
  * ],
46
- * topicId: "65d67d34-c5b4-4ec8-b3a9-175d3366****",
41
+ * topicId: "7ce12237-6670-44a7-9d79-2e36961586e6",
42
+ * userInnerKeyValues: [{
43
+ * caseSensitive: false,
44
+ * delimiter: ",:-/ ",
45
+ * includeChinese: false,
46
+ * jsonKeys: [
47
+ * {
48
+ * key: "age",
49
+ * valueType: "long",
50
+ * },
51
+ * {
52
+ * key: "name",
53
+ * valueType: "long",
54
+ * },
55
+ * ],
56
+ * key: "__content__",
57
+ * sqlFlag: false,
58
+ * valueType: "json",
59
+ * }],
47
60
  * });
48
61
  * ```
49
62
  *
@@ -91,6 +104,10 @@ export declare class Index extends pulumi.CustomResource {
91
104
  * The topic id of the tls index.
92
105
  */
93
106
  readonly topicId: pulumi.Output<string>;
107
+ /**
108
+ * The reserved field index configuration of the tls index.
109
+ */
110
+ readonly userInnerKeyValues: pulumi.Output<outputs.tls.IndexUserInnerKeyValue[] | undefined>;
94
111
  /**
95
112
  * Create a Index resource with the given unique name, arguments, and options.
96
113
  *
@@ -124,6 +141,10 @@ export interface IndexState {
124
141
  * The topic id of the tls index.
125
142
  */
126
143
  topicId?: pulumi.Input<string>;
144
+ /**
145
+ * The reserved field index configuration of the tls index.
146
+ */
147
+ userInnerKeyValues?: pulumi.Input<pulumi.Input<inputs.tls.IndexUserInnerKeyValue>[]>;
127
148
  }
128
149
  /**
129
150
  * The set of arguments for constructing a Index resource.
@@ -141,4 +162,8 @@ export interface IndexArgs {
141
162
  * The topic id of the tls index.
142
163
  */
143
164
  topicId: pulumi.Input<string>;
165
+ /**
166
+ * The reserved field index configuration of the tls index.
167
+ */
168
+ userInnerKeyValues?: pulumi.Input<pulumi.Input<inputs.tls.IndexUserInnerKeyValue>[]>;
144
169
  }
package/tls/index_.js CHANGED
@@ -14,11 +14,6 @@ const utilities = require("../utilities");
14
14
  * import * as volcengine from "@volcengine/pulumi";
15
15
  *
16
16
  * const foo = new volcengine.tls.Index("foo", {
17
- * fullText: {
18
- * caseSensitive: true,
19
- * delimiter: "!",
20
- * includeChinese: false,
21
- * },
22
17
  * keyValues: [
23
18
  * {
24
19
  * caseSensitive: true,
@@ -26,11 +21,11 @@ const utilities = require("../utilities");
26
21
  * includeChinese: false,
27
22
  * jsonKeys: [
28
23
  * {
29
- * key: "k2.k4",
24
+ * key: "class",
30
25
  * valueType: "text",
31
26
  * },
32
27
  * {
33
- * key: "k3.k4",
28
+ * key: "age",
34
29
  * valueType: "long",
35
30
  * },
36
31
  * ],
@@ -47,7 +42,25 @@ const utilities = require("../utilities");
47
42
  * valueType: "text",
48
43
  * },
49
44
  * ],
50
- * topicId: "65d67d34-c5b4-4ec8-b3a9-175d3366****",
45
+ * topicId: "7ce12237-6670-44a7-9d79-2e36961586e6",
46
+ * userInnerKeyValues: [{
47
+ * caseSensitive: false,
48
+ * delimiter: ",:-/ ",
49
+ * includeChinese: false,
50
+ * jsonKeys: [
51
+ * {
52
+ * key: "age",
53
+ * valueType: "long",
54
+ * },
55
+ * {
56
+ * key: "name",
57
+ * valueType: "long",
58
+ * },
59
+ * ],
60
+ * key: "__content__",
61
+ * sqlFlag: false,
62
+ * valueType: "json",
63
+ * }],
51
64
  * });
52
65
  * ```
53
66
  *
@@ -92,6 +105,7 @@ class Index extends pulumi.CustomResource {
92
105
  resourceInputs["keyValues"] = state ? state.keyValues : undefined;
93
106
  resourceInputs["modifyTime"] = state ? state.modifyTime : undefined;
94
107
  resourceInputs["topicId"] = state ? state.topicId : undefined;
108
+ resourceInputs["userInnerKeyValues"] = state ? state.userInnerKeyValues : undefined;
95
109
  }
96
110
  else {
97
111
  const args = argsOrState;
@@ -101,6 +115,7 @@ class Index extends pulumi.CustomResource {
101
115
  resourceInputs["fullText"] = args ? args.fullText : undefined;
102
116
  resourceInputs["keyValues"] = args ? args.keyValues : undefined;
103
117
  resourceInputs["topicId"] = args ? args.topicId : undefined;
118
+ resourceInputs["userInnerKeyValues"] = args ? args.userInnerKeyValues : undefined;
104
119
  resourceInputs["createTime"] = undefined /*out*/;
105
120
  resourceInputs["modifyTime"] = undefined /*out*/;
106
121
  }
package/tls/index_.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index_.js","sourceRoot":"","sources":["../../tls/index_.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAhFL,sBAiFC;AAnEG,gBAAgB;AACO,kBAAY,GAAG,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index_.js","sourceRoot":"","sources":["../../tls/index_.ts"],"names":[],"mappings":"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"}
package/tls/indexes.d.ts CHANGED
@@ -9,7 +9,7 @@ import * as outputs from "../types/output";
9
9
  * import * as volcengine from "@pulumi/volcengine";
10
10
  *
11
11
  * const default = volcengine.tls.Indexes({
12
- * ids: ["65d67d34-c5b4-4ec8-b3a9-175d3366****"],
12
+ * ids: ["7ce12237-6670-44a7-9d79-2e36961586e6"],
13
13
  * });
14
14
  * ```
15
15
  */
@@ -55,7 +55,7 @@ export interface IndexesResult {
55
55
  * import * as volcengine from "@pulumi/volcengine";
56
56
  *
57
57
  * const default = volcengine.tls.Indexes({
58
- * ids: ["65d67d34-c5b4-4ec8-b3a9-175d3366****"],
58
+ * ids: ["7ce12237-6670-44a7-9d79-2e36961586e6"],
59
59
  * });
60
60
  * ```
61
61
  */
package/tls/indexes.js CHANGED
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
16
  * const default = volcengine.tls.Indexes({
17
- * ids: ["65d67d34-c5b4-4ec8-b3a9-175d3366****"],
17
+ * ids: ["7ce12237-6670-44a7-9d79-2e36961586e6"],
18
18
  * });
19
19
  * ```
20
20
  */
@@ -35,7 +35,7 @@ exports.indexes = indexes;
35
35
  * import * as volcengine from "@pulumi/volcengine";
36
36
  *
37
37
  * const default = volcengine.tls.Indexes({
38
- * ids: ["65d67d34-c5b4-4ec8-b3a9-175d3366****"],
38
+ * ids: ["7ce12237-6670-44a7-9d79-2e36961586e6"],
39
39
  * });
40
40
  * ```
41
41
  */
package/types/input.d.ts CHANGED
@@ -1430,6 +1430,46 @@ export declare namespace tls {
1430
1430
  */
1431
1431
  valueType: pulumi.Input<string>;
1432
1432
  }
1433
+ interface IndexUserInnerKeyValue {
1434
+ /**
1435
+ * Whether the value is case sensitive.
1436
+ */
1437
+ caseSensitive?: pulumi.Input<boolean>;
1438
+ /**
1439
+ * The delimiter of the value.
1440
+ */
1441
+ delimiter?: pulumi.Input<string>;
1442
+ /**
1443
+ * Whether the value include chinese.
1444
+ */
1445
+ includeChinese?: pulumi.Input<boolean>;
1446
+ /**
1447
+ * The JSON subfield key value index.
1448
+ */
1449
+ jsonKeys?: pulumi.Input<pulumi.Input<inputs.tls.IndexUserInnerKeyValueJsonKey>[]>;
1450
+ /**
1451
+ * The key of the KeyValueInfo.
1452
+ */
1453
+ key: pulumi.Input<string>;
1454
+ /**
1455
+ * Whether the filed is enabled for analysis.
1456
+ */
1457
+ sqlFlag?: pulumi.Input<boolean>;
1458
+ /**
1459
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
1460
+ */
1461
+ valueType: pulumi.Input<string>;
1462
+ }
1463
+ interface IndexUserInnerKeyValueJsonKey {
1464
+ /**
1465
+ * The key of the subfield key value index.
1466
+ */
1467
+ key: pulumi.Input<string>;
1468
+ /**
1469
+ * The type of value. Valid values: `long`, `double`, `text`.
1470
+ */
1471
+ valueType: pulumi.Input<string>;
1472
+ }
1433
1473
  interface ProjectTag {
1434
1474
  /**
1435
1475
  * The Key of Tags.
package/types/output.d.ts CHANGED
@@ -2068,6 +2068,60 @@ export declare namespace ebs {
2068
2068
  }
2069
2069
  }
2070
2070
  export declare namespace ecs {
2071
+ interface CommandsCommand {
2072
+ /**
2073
+ * The base64 encoded content of the ecs command.
2074
+ */
2075
+ commandContent: string;
2076
+ /**
2077
+ * The id of ecs command.
2078
+ */
2079
+ commandId: string;
2080
+ /**
2081
+ * The provider of public command. When this field is not specified, query for custom commands.
2082
+ */
2083
+ commandProvider: string;
2084
+ /**
2085
+ * The create time of the ecs command.
2086
+ */
2087
+ createdAt: string;
2088
+ /**
2089
+ * The description of the ecs command.
2090
+ */
2091
+ description: string;
2092
+ /**
2093
+ * The id of the ecs command.
2094
+ */
2095
+ id: string;
2096
+ /**
2097
+ * The invocation times of the ecs command. Public commands do not display the invocation times.
2098
+ */
2099
+ invocationTimes: number;
2100
+ /**
2101
+ * The name of ecs command. This field support fuzzy query.
2102
+ */
2103
+ name: string;
2104
+ /**
2105
+ * The timeout of the ecs command.
2106
+ */
2107
+ timeout: number;
2108
+ /**
2109
+ * The type of ecs command. Valid values: `Shell`.
2110
+ */
2111
+ type: string;
2112
+ /**
2113
+ * The update time of the ecs command.
2114
+ */
2115
+ updatedAt: string;
2116
+ /**
2117
+ * The username of the ecs command.
2118
+ */
2119
+ username: string;
2120
+ /**
2121
+ * The working directory of the ecs command.
2122
+ */
2123
+ workingDir: string;
2124
+ }
2071
2125
  interface DeploymentSetsDeploymentSet {
2072
2126
  /**
2073
2127
  * The ID of ECS DeploymentSet.
@@ -2418,6 +2472,150 @@ export declare namespace ecs {
2418
2472
  */
2419
2473
  value: string;
2420
2474
  }
2475
+ interface InvocationResultsInvocationResult {
2476
+ /**
2477
+ * The id of ecs command.
2478
+ */
2479
+ commandId: string;
2480
+ /**
2481
+ * The end time of the ecs invocation in the instance.
2482
+ */
2483
+ endTime: string;
2484
+ /**
2485
+ * The error code of the ecs invocation.
2486
+ */
2487
+ errorCode: string;
2488
+ /**
2489
+ * The error message of the ecs invocation.
2490
+ */
2491
+ errorMessage: string;
2492
+ /**
2493
+ * The exit code of the ecs command.
2494
+ */
2495
+ exitCode: number;
2496
+ /**
2497
+ * The id of the ecs invocation result.
2498
+ */
2499
+ id: string;
2500
+ /**
2501
+ * The id of ecs instance.
2502
+ */
2503
+ instanceId: string;
2504
+ /**
2505
+ * The id of ecs invocation.
2506
+ */
2507
+ invocationId: string;
2508
+ /**
2509
+ * The id of the ecs invocation result.
2510
+ */
2511
+ invocationResultId: string;
2512
+ /**
2513
+ * The list of status of ecs invocation in a single instance. Valid values: `Pending`, `Running`, `Success`, `Failed`, `Timeout`.
2514
+ */
2515
+ invocationResultStatus: string;
2516
+ /**
2517
+ * The base64 encoded output message of the ecs invocation.
2518
+ */
2519
+ output: string;
2520
+ /**
2521
+ * The start time of the ecs invocation in the instance.
2522
+ */
2523
+ startTime: string;
2524
+ /**
2525
+ * The username of the ecs command.
2526
+ */
2527
+ username: string;
2528
+ }
2529
+ interface InvocationsInvocation {
2530
+ /**
2531
+ * The base64 encoded content of the ecs command.
2532
+ */
2533
+ commandContent: string;
2534
+ /**
2535
+ * The description of the ecs command.
2536
+ */
2537
+ commandDescription: string;
2538
+ /**
2539
+ * The id of ecs command.
2540
+ */
2541
+ commandId: string;
2542
+ /**
2543
+ * The name of ecs command. This field support fuzzy query.
2544
+ */
2545
+ commandName: string;
2546
+ /**
2547
+ * The provider of the ecs command.
2548
+ */
2549
+ commandProvider: string;
2550
+ /**
2551
+ * The type of ecs command. Valid values: `Shell`.
2552
+ */
2553
+ commandType: string;
2554
+ /**
2555
+ * The end time of the ecs invocation.
2556
+ */
2557
+ endTime: string;
2558
+ /**
2559
+ * The frequency of the ecs invocation.
2560
+ */
2561
+ frequency: string;
2562
+ /**
2563
+ * The id of the ecs invocation.
2564
+ */
2565
+ id: string;
2566
+ /**
2567
+ * The list of ECS instance IDs.
2568
+ */
2569
+ instanceIds: string[];
2570
+ /**
2571
+ * The instance number of the ecs invocation.
2572
+ */
2573
+ instanceNumber: number;
2574
+ /**
2575
+ * The description of the ecs invocation.
2576
+ */
2577
+ invocationDescription: string;
2578
+ /**
2579
+ * The id of ecs invocation.
2580
+ */
2581
+ invocationId: string;
2582
+ /**
2583
+ * The name of ecs invocation. This field support fuzzy query.
2584
+ */
2585
+ invocationName: string;
2586
+ /**
2587
+ * The list of status of ecs invocation. Valid values: `Pending`, `Scheduled`, `Running`, `Success`, `Failed`, `Stopped`, `PartialFailed`, `Finished`.
2588
+ */
2589
+ invocationStatus: string;
2590
+ /**
2591
+ * The launch time of the ecs invocation.
2592
+ */
2593
+ launchTime: string;
2594
+ /**
2595
+ * The recurrence end time of the ecs invocation.
2596
+ */
2597
+ recurrenceEndTime: string;
2598
+ /**
2599
+ * The repeat mode of ecs invocation. Valid values: `Once`, `Rate`, `Fixed`.
2600
+ */
2601
+ repeatMode: string;
2602
+ /**
2603
+ * The start time of the ecs invocation.
2604
+ */
2605
+ startTime: string;
2606
+ /**
2607
+ * The timeout of the ecs command.
2608
+ */
2609
+ timeout: number;
2610
+ /**
2611
+ * The username of the ecs command.
2612
+ */
2613
+ username: string;
2614
+ /**
2615
+ * The working directory of the ecs command.
2616
+ */
2617
+ workingDir: string;
2618
+ }
2421
2619
  interface KeyPairsKeyPair {
2422
2620
  /**
2423
2621
  * The creation time of key pair.
@@ -2598,6 +2796,16 @@ export declare namespace ecs {
2598
2796
  */
2599
2797
  volumeType: string;
2600
2798
  }
2799
+ interface RegionsRegion {
2800
+ /**
2801
+ * The id of the region.
2802
+ */
2803
+ id: string;
2804
+ /**
2805
+ * The id of the region.
2806
+ */
2807
+ regionId: string;
2808
+ }
2601
2809
  interface ZonesZone {
2602
2810
  /**
2603
2811
  * The id of the zone.
@@ -7020,6 +7228,46 @@ export declare namespace tls {
7020
7228
  */
7021
7229
  valueType: string;
7022
7230
  }
7231
+ interface IndexUserInnerKeyValue {
7232
+ /**
7233
+ * Whether the value is case sensitive.
7234
+ */
7235
+ caseSensitive?: boolean;
7236
+ /**
7237
+ * The delimiter of the value.
7238
+ */
7239
+ delimiter?: string;
7240
+ /**
7241
+ * Whether the value include chinese.
7242
+ */
7243
+ includeChinese?: boolean;
7244
+ /**
7245
+ * The JSON subfield key value index.
7246
+ */
7247
+ jsonKeys?: outputs.tls.IndexUserInnerKeyValueJsonKey[];
7248
+ /**
7249
+ * The key of the KeyValueInfo.
7250
+ */
7251
+ key: string;
7252
+ /**
7253
+ * Whether the filed is enabled for analysis.
7254
+ */
7255
+ sqlFlag?: boolean;
7256
+ /**
7257
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
7258
+ */
7259
+ valueType: string;
7260
+ }
7261
+ interface IndexUserInnerKeyValueJsonKey {
7262
+ /**
7263
+ * The key of the subfield key value index.
7264
+ */
7265
+ key: string;
7266
+ /**
7267
+ * The type of value. Valid values: `long`, `double`, `text`.
7268
+ */
7269
+ valueType: string;
7270
+ }
7023
7271
  interface IndexesTlsIndex {
7024
7272
  /**
7025
7273
  * The create time of the tls index.
@@ -7045,6 +7293,10 @@ export declare namespace tls {
7045
7293
  * The topic id of the tls index.
7046
7294
  */
7047
7295
  topicId: string;
7296
+ /**
7297
+ * The reserved field index configuration of the tls topic.
7298
+ */
7299
+ userInnerKeyValues: outputs.tls.IndexesTlsIndexUserInnerKeyValue[];
7048
7300
  }
7049
7301
  interface IndexesTlsIndexFullText {
7050
7302
  /**
@@ -7116,6 +7368,62 @@ export declare namespace tls {
7116
7368
  */
7117
7369
  valueType: string;
7118
7370
  }
7371
+ interface IndexesTlsIndexUserInnerKeyValue {
7372
+ /**
7373
+ * Whether the value is case sensitive.
7374
+ */
7375
+ caseSensitive: boolean;
7376
+ /**
7377
+ * The delimiter of the value.
7378
+ */
7379
+ delimiter: string;
7380
+ /**
7381
+ * Whether the value include chinese.
7382
+ */
7383
+ includeChinese: boolean;
7384
+ /**
7385
+ * The JSON subfield key value index.
7386
+ */
7387
+ jsonKeys: outputs.tls.IndexesTlsIndexUserInnerKeyValueJsonKey[];
7388
+ /**
7389
+ * The key of the KeyValue index.
7390
+ */
7391
+ key: string;
7392
+ /**
7393
+ * Whether the filed is enabled for analysis.
7394
+ */
7395
+ sqlFlag: boolean;
7396
+ /**
7397
+ * The type of value.
7398
+ */
7399
+ valueType: string;
7400
+ }
7401
+ interface IndexesTlsIndexUserInnerKeyValueJsonKey {
7402
+ /**
7403
+ * Whether the value is case sensitive.
7404
+ */
7405
+ caseSensitive: boolean;
7406
+ /**
7407
+ * The delimiter of the value.
7408
+ */
7409
+ delimiter: string;
7410
+ /**
7411
+ * Whether the value include chinese.
7412
+ */
7413
+ includeChinese: boolean;
7414
+ /**
7415
+ * The key of the KeyValue index.
7416
+ */
7417
+ key: string;
7418
+ /**
7419
+ * Whether the filed is enabled for analysis.
7420
+ */
7421
+ sqlFlag: boolean;
7422
+ /**
7423
+ * The type of value.
7424
+ */
7425
+ valueType: string;
7426
+ }
7119
7427
  interface KafkaConsumersData {
7120
7428
  /**
7121
7429
  * Whether allow consume.
@@ -10,7 +10,7 @@ import * as outputs from "../types/output";
10
10
  * import * as volcengine from "@volcengine/pulumi";
11
11
  *
12
12
  * const g1test1 = new volcengine.vpc.SecurityGroup("g1test1", {
13
- * projectName: "yuwenhao",
13
+ * projectName: "default",
14
14
  * vpcId: "vpc-2feppmy1ugt1c59gp688n1fld",
15
15
  * });
16
16
  * ```
@@ -50,7 +50,7 @@ export declare class SecurityGroup extends pulumi.CustomResource {
50
50
  /**
51
51
  * The ProjectName of SecurityGroup.
52
52
  */
53
- readonly projectName: pulumi.Output<string | undefined>;
53
+ readonly projectName: pulumi.Output<string>;
54
54
  /**
55
55
  * Name of SecurityGroup.
56
56
  */
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
14
14
  * import * as volcengine from "@volcengine/pulumi";
15
15
  *
16
16
  * const g1test1 = new volcengine.vpc.SecurityGroup("g1test1", {
17
- * projectName: "yuwenhao",
17
+ * projectName: "default",
18
18
  * vpcId: "vpc-2feppmy1ugt1c59gp688n1fld",
19
19
  * });
20
20
  * ```
package/vpc/vpc.d.ts CHANGED
@@ -87,7 +87,7 @@ export declare class Vpc extends pulumi.CustomResource {
87
87
  /**
88
88
  * The ProjectName of the VPC.
89
89
  */
90
- readonly projectName: pulumi.Output<string | undefined>;
90
+ readonly projectName: pulumi.Output<string>;
91
91
  /**
92
92
  * The route table ID list of VPC.
93
93
  */