@upcloud/pulumi-upcloud 0.10.3 → 0.10.4
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/package.json +2 -2
- package/types/input.d.ts +3 -3
- package/types/output.d.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@upcloud/pulumi-upcloud",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4",
|
|
4
4
|
"description": "A Pulumi package for creating and managing UpCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "upcloud",
|
|
27
|
-
"version": "0.10.
|
|
27
|
+
"version": "0.10.4",
|
|
28
28
|
"server": "github://api.github.com/UpCloudLtd/pulumi-upcloud"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -2479,7 +2479,7 @@ export interface ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu
|
|
|
2479
2479
|
*/
|
|
2480
2480
|
topNSize?: pulumi.Input<number>;
|
|
2481
2481
|
/**
|
|
2482
|
-
* The window size of the top N queries by the metric. Configure the window size of the top N queries.
|
|
2482
|
+
* The window size of the top N queries by the metric. Configure the window size of the top N queries. The value should be a time value with unit, e.g. 1m, 5s, 1h.
|
|
2483
2483
|
*/
|
|
2484
2484
|
windowSize?: pulumi.Input<string>;
|
|
2485
2485
|
}
|
|
@@ -2493,7 +2493,7 @@ export interface ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLate
|
|
|
2493
2493
|
*/
|
|
2494
2494
|
topNSize?: pulumi.Input<number>;
|
|
2495
2495
|
/**
|
|
2496
|
-
* The window size of the top N queries by the metric. Configure the window size of the top N queries.
|
|
2496
|
+
* The window size of the top N queries by the metric. Configure the window size of the top N queries. The value should be a time value with unit, e.g. 1m, 5s, 1h.
|
|
2497
2497
|
*/
|
|
2498
2498
|
windowSize?: pulumi.Input<string>;
|
|
2499
2499
|
}
|
|
@@ -2507,7 +2507,7 @@ export interface ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemo
|
|
|
2507
2507
|
*/
|
|
2508
2508
|
topNSize?: pulumi.Input<number>;
|
|
2509
2509
|
/**
|
|
2510
|
-
* The window size of the top N queries by the metric. Configure the window size of the top N queries.
|
|
2510
|
+
* The window size of the top N queries by the metric. Configure the window size of the top N queries. The value should be a time value with unit, e.g. 1m, 5s, 1h.
|
|
2511
2511
|
*/
|
|
2512
2512
|
windowSize?: pulumi.Input<string>;
|
|
2513
2513
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -2283,7 +2283,7 @@ export interface ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu
|
|
|
2283
2283
|
*/
|
|
2284
2284
|
topNSize: number;
|
|
2285
2285
|
/**
|
|
2286
|
-
* The window size of the top N queries by the metric. Configure the window size of the top N queries.
|
|
2286
|
+
* The window size of the top N queries by the metric. Configure the window size of the top N queries. The value should be a time value with unit, e.g. 1m, 5s, 1h.
|
|
2287
2287
|
*/
|
|
2288
2288
|
windowSize: string;
|
|
2289
2289
|
}
|
|
@@ -2297,7 +2297,7 @@ export interface ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLate
|
|
|
2297
2297
|
*/
|
|
2298
2298
|
topNSize: number;
|
|
2299
2299
|
/**
|
|
2300
|
-
* The window size of the top N queries by the metric. Configure the window size of the top N queries.
|
|
2300
|
+
* The window size of the top N queries by the metric. Configure the window size of the top N queries. The value should be a time value with unit, e.g. 1m, 5s, 1h.
|
|
2301
2301
|
*/
|
|
2302
2302
|
windowSize: string;
|
|
2303
2303
|
}
|
|
@@ -2311,7 +2311,7 @@ export interface ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemo
|
|
|
2311
2311
|
*/
|
|
2312
2312
|
topNSize: number;
|
|
2313
2313
|
/**
|
|
2314
|
-
* The window size of the top N queries by the metric. Configure the window size of the top N queries.
|
|
2314
|
+
* The window size of the top N queries by the metric. Configure the window size of the top N queries. The value should be a time value with unit, e.g. 1m, 5s, 1h.
|
|
2315
2315
|
*/
|
|
2316
2316
|
windowSize: string;
|
|
2317
2317
|
}
|