@upcloud/pulumi-upcloud 0.10.2 → 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 +11 -3
- package/types/output.d.ts +11 -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
|
}
|
|
@@ -2702,10 +2702,18 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2702
2702
|
* The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
2703
2703
|
*/
|
|
2704
2704
|
backupHour?: pulumi.Input<number>;
|
|
2705
|
+
/**
|
|
2706
|
+
* Backup interval in hours. Interval in hours between automatic backups. Minimum value is 3 hours. Must be a divisor of 24 (3, 4, 6, 8, 12, 24). (Applicable to ACU plans only).
|
|
2707
|
+
*/
|
|
2708
|
+
backupIntervalHours?: pulumi.Input<number>;
|
|
2705
2709
|
/**
|
|
2706
2710
|
* The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
2707
2711
|
*/
|
|
2708
2712
|
backupMinute?: pulumi.Input<number>;
|
|
2713
|
+
/**
|
|
2714
|
+
* Backup retention in days. Number of days to retain automatic backups. Backups older than this value will be automatically deleted. (Applicable to ACU plans only).
|
|
2715
|
+
*/
|
|
2716
|
+
backupRetentionDays?: pulumi.Input<number>;
|
|
2709
2717
|
/**
|
|
2710
2718
|
* Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`.
|
|
2711
2719
|
*/
|
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
|
}
|
|
@@ -2506,10 +2506,18 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2506
2506
|
* The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
2507
2507
|
*/
|
|
2508
2508
|
backupHour: number;
|
|
2509
|
+
/**
|
|
2510
|
+
* Backup interval in hours. Interval in hours between automatic backups. Minimum value is 3 hours. Must be a divisor of 24 (3, 4, 6, 8, 12, 24). (Applicable to ACU plans only).
|
|
2511
|
+
*/
|
|
2512
|
+
backupIntervalHours: number;
|
|
2509
2513
|
/**
|
|
2510
2514
|
* The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
2511
2515
|
*/
|
|
2512
2516
|
backupMinute: number;
|
|
2517
|
+
/**
|
|
2518
|
+
* Backup retention in days. Number of days to retain automatic backups. Backups older than this value will be automatically deleted. (Applicable to ACU plans only).
|
|
2519
|
+
*/
|
|
2520
|
+
backupRetentionDays: number;
|
|
2513
2521
|
/**
|
|
2514
2522
|
* Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`.
|
|
2515
2523
|
*/
|