@upcloud/pulumi-upcloud 0.12.0-alpha.1771251090 → 0.12.0
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/fileStorage.d.ts +1 -1
- package/fileStorage.js +1 -1
- package/gateway.d.ts +3 -3
- package/getTags.d.ts +4 -0
- package/getTags.js +4 -0
- package/getTags.js.map +1 -1
- package/loadbalancerFrontendRule.d.ts +4 -0
- package/loadbalancerFrontendRule.js +4 -0
- package/loadbalancerFrontendRule.js.map +1 -1
- package/loadbalancerStaticBackendMember.d.ts +1 -1
- package/loadbalancerStaticBackendMember.js +1 -1
- package/managedDatabaseUser.d.ts +1 -1
- package/managedDatabaseUser.js +1 -1
- package/package.json +2 -2
- package/server.d.ts +3 -3
- package/tag.d.ts +2 -0
- package/tag.js +2 -0
- package/tag.js.map +1 -1
- package/types/input.d.ts +66 -5
- package/types/output.d.ts +71 -10
package/fileStorage.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Resource for managing UpCloud file storages (
|
|
5
|
+
* Resource for managing UpCloud file storages. See UpCloud [File Storage](https://upcloud.com/products/file-storage/) product page for more details about the service.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
package/fileStorage.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.FileStorage = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Resource for managing UpCloud file storages (
|
|
9
|
+
* Resource for managing UpCloud file storages. See UpCloud [File Storage](https://upcloud.com/products/file-storage/) product page for more details about the service.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
package/gateway.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ export declare class Gateway extends pulumi.CustomResource {
|
|
|
71
71
|
*/
|
|
72
72
|
readonly connections: pulumi.Output<string[]>;
|
|
73
73
|
/**
|
|
74
|
-
* Features enabled for the gateway. For more details, see [
|
|
74
|
+
* Features enabled for the gateway. Valid item values are `nat` and `vpn`. For more details, see documentation on [NAT](https://upcloud.com/docs/products/nat-gateway/) and [VPN](https://upcloud.com/docs/products/vpn-gateway/) gateways.
|
|
75
75
|
*/
|
|
76
76
|
readonly features: pulumi.Output<string[]>;
|
|
77
77
|
/**
|
|
@@ -132,7 +132,7 @@ export interface GatewayState {
|
|
|
132
132
|
*/
|
|
133
133
|
connections?: pulumi.Input<pulumi.Input<string>[]>;
|
|
134
134
|
/**
|
|
135
|
-
* Features enabled for the gateway. For more details, see [
|
|
135
|
+
* Features enabled for the gateway. Valid item values are `nat` and `vpn`. For more details, see documentation on [NAT](https://upcloud.com/docs/products/nat-gateway/) and [VPN](https://upcloud.com/docs/products/vpn-gateway/) gateways.
|
|
136
136
|
*/
|
|
137
137
|
features?: pulumi.Input<pulumi.Input<string>[]>;
|
|
138
138
|
/**
|
|
@@ -175,7 +175,7 @@ export interface GatewayArgs {
|
|
|
175
175
|
*/
|
|
176
176
|
configuredStatus?: pulumi.Input<string>;
|
|
177
177
|
/**
|
|
178
|
-
* Features enabled for the gateway. For more details, see [
|
|
178
|
+
* Features enabled for the gateway. Valid item values are `nat` and `vpn`. For more details, see documentation on [NAT](https://upcloud.com/docs/products/nat-gateway/) and [VPN](https://upcloud.com/docs/products/vpn-gateway/) gateways.
|
|
179
179
|
*/
|
|
180
180
|
features: pulumi.Input<pulumi.Input<string>[]>;
|
|
181
181
|
/**
|
package/getTags.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
+
* > Consider using labels instead of tags. Tags are an access control feature and only available for a limited set of resources. Use labels to describe and filter your resources.
|
|
5
|
+
*
|
|
4
6
|
* Data-source is deprecated.
|
|
5
7
|
*/
|
|
6
8
|
export declare function getTags(opts?: pulumi.InvokeOptions): Promise<GetTagsResult>;
|
|
@@ -15,6 +17,8 @@ export interface GetTagsResult {
|
|
|
15
17
|
readonly tags: outputs.GetTagsTag[];
|
|
16
18
|
}
|
|
17
19
|
/**
|
|
20
|
+
* > Consider using labels instead of tags. Tags are an access control feature and only available for a limited set of resources. Use labels to describe and filter your resources.
|
|
21
|
+
*
|
|
18
22
|
* Data-source is deprecated.
|
|
19
23
|
*/
|
|
20
24
|
export declare function getTagsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTagsResult>;
|
package/getTags.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getTagsOutput = exports.getTags = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* > Consider using labels instead of tags. Tags are an access control feature and only available for a limited set of resources. Use labels to describe and filter your resources.
|
|
10
|
+
*
|
|
9
11
|
* Data-source is deprecated.
|
|
10
12
|
*/
|
|
11
13
|
function getTags(opts) {
|
|
@@ -14,6 +16,8 @@ function getTags(opts) {
|
|
|
14
16
|
}
|
|
15
17
|
exports.getTags = getTags;
|
|
16
18
|
/**
|
|
19
|
+
* > Consider using labels instead of tags. Tags are an access control feature and only available for a limited set of resources. Use labels to describe and filter your resources.
|
|
20
|
+
*
|
|
17
21
|
* Data-source is deprecated.
|
|
18
22
|
*/
|
|
19
23
|
function getTagsOutput(opts) {
|
package/getTags.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTags.js","sourceRoot":"","sources":["../getTags.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTags.js","sourceRoot":"","sources":["../getTags.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,OAAO,CAAC,IAA2B;IAC/C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE,EAC7D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0BAIC;AAYD;;;;GAIG;AACH,SAAgB,aAAa,CAAC,IAAiC;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+BAA+B,EAAE,EACnE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC"}
|
|
@@ -31,6 +31,10 @@ import * as outputs from "./types/output";
|
|
|
31
31
|
* }],
|
|
32
32
|
* },
|
|
33
33
|
* actions: {
|
|
34
|
+
* httpRewritePaths: [{
|
|
35
|
+
* matchPattern: "^/old/(.*)$",
|
|
36
|
+
* rewriteTo: "/new/\\1",
|
|
37
|
+
* }],
|
|
34
38
|
* useBackends: [{
|
|
35
39
|
* backendName: upcloudLoadbalancerBackend.lbBe1.name,
|
|
36
40
|
* }],
|
|
@@ -35,6 +35,10 @@ const utilities = require("./utilities");
|
|
|
35
35
|
* }],
|
|
36
36
|
* },
|
|
37
37
|
* actions: {
|
|
38
|
+
* httpRewritePaths: [{
|
|
39
|
+
* matchPattern: "^/old/(.*)$",
|
|
40
|
+
* rewriteTo: "/new/\\1",
|
|
41
|
+
* }],
|
|
38
42
|
* useBackends: [{
|
|
39
43
|
* backendName: upcloudLoadbalancerBackend.lbBe1.name,
|
|
40
44
|
* }],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loadbalancerFrontendRule.js","sourceRoot":"","sources":["../loadbalancerFrontendRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"loadbalancerFrontendRule.js","sourceRoot":"","sources":["../loadbalancerFrontendRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,MAAa,wBAAyB,SAAQ,MAAM,CAAC,cAAc;IAC/D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqC,EAAE,IAAmC;QACnI,OAAO,IAAI,wBAAwB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/E,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,wBAAwB,CAAC,YAAY,CAAC;IACzE,CAAC;IAmCD,YAAY,IAAY,EAAE,WAA0E,EAAE,IAAmC;QACrI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwD,CAAC;YACvE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAAuD,CAAC;YACrE,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,wBAAwB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7E,CAAC;;AAzFL,4DA0FC;AA5EG,gBAAgB;AACO,qCAAY,GAAG,iEAAiE,CAAC"}
|
package/managedDatabaseUser.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* This resource represents a user in managed database
|
|
5
|
+
* This resource represents a user in managed database.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
package/managedDatabaseUser.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.ManagedDatabaseUser = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This resource represents a user in managed database
|
|
9
|
+
* This resource represents a user in managed database.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@upcloud/pulumi-upcloud",
|
|
3
|
-
"version": "0.12.0
|
|
3
|
+
"version": "0.12.0",
|
|
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.12.0
|
|
27
|
+
"version": "0.12.0",
|
|
28
28
|
"server": "github://api.github.com/UpCloudLtd/pulumi-upcloud"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/server.d.ts
CHANGED
|
@@ -132,7 +132,7 @@ export declare class Server extends pulumi.CustomResource {
|
|
|
132
132
|
*/
|
|
133
133
|
readonly storageDevices: pulumi.Output<outputs.ServerStorageDevice[] | undefined>;
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* Tags to attach to the server. Note that tags are an access control feature and only available for a limited set of resources. Use labels to describe and filter your resources.
|
|
136
136
|
*/
|
|
137
137
|
readonly tags: pulumi.Output<string[]>;
|
|
138
138
|
/**
|
|
@@ -240,7 +240,7 @@ export interface ServerState {
|
|
|
240
240
|
*/
|
|
241
241
|
storageDevices?: pulumi.Input<pulumi.Input<inputs.ServerStorageDevice>[]>;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
243
|
+
* Tags to attach to the server. Note that tags are an access control feature and only available for a limited set of resources. Use labels to describe and filter your resources.
|
|
244
244
|
*/
|
|
245
245
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
246
246
|
/**
|
|
@@ -340,7 +340,7 @@ export interface ServerArgs {
|
|
|
340
340
|
*/
|
|
341
341
|
storageDevices?: pulumi.Input<pulumi.Input<inputs.ServerStorageDevice>[]>;
|
|
342
342
|
/**
|
|
343
|
-
*
|
|
343
|
+
* Tags to attach to the server. Note that tags are an access control feature and only available for a limited set of resources. Use labels to describe and filter your resources.
|
|
344
344
|
*/
|
|
345
345
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
346
346
|
/**
|
package/tag.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* > Consider using labels instead of tags. Tags are an access control feature and only available for a limited set of resources. Use labels to describe and filter your resources.
|
|
4
|
+
*
|
|
3
5
|
* This resource is deprecated, use tags schema in server resource
|
|
4
6
|
*/
|
|
5
7
|
export declare class Tag extends pulumi.CustomResource {
|
package/tag.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.Tag = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* > Consider using labels instead of tags. Tags are an access control feature and only available for a limited set of resources. Use labels to describe and filter your resources.
|
|
10
|
+
*
|
|
9
11
|
* This resource is deprecated, use tags schema in server resource
|
|
10
12
|
*/
|
|
11
13
|
class Tag extends pulumi.CustomResource {
|
package/tag.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag.js","sourceRoot":"","sources":["../tag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"tag.js","sourceRoot":"","sources":["../tag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAC1C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,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,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgC,EAAE,IAAmC;QAC3F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmC,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;SAC9C;aAAM;YACH,MAAM,IAAI,GAAG,WAAkC,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;SAC7C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxD,CAAC;;AAjEL,kBAkEC;AApDG,gBAAgB;AACO,gBAAY,GAAG,uBAAuB,CAAC"}
|
package/types/input.d.ts
CHANGED
|
@@ -901,6 +901,14 @@ export interface LoadbalancerFrontendRuleActions {
|
|
|
901
901
|
* Returns HTTP response with specified HTTP status.
|
|
902
902
|
*/
|
|
903
903
|
httpReturns?: pulumi.Input<pulumi.Input<inputs.LoadbalancerFrontendRuleActionsHttpReturn>[]>;
|
|
904
|
+
/**
|
|
905
|
+
* Rewrites the HTTP request path using regex pattern matching.
|
|
906
|
+
*/
|
|
907
|
+
httpRewritePaths?: pulumi.Input<pulumi.Input<inputs.LoadbalancerFrontendRuleActionsHttpRewritePath>[]>;
|
|
908
|
+
/**
|
|
909
|
+
* Rewrites the entire HTTP request URI using regex pattern matching.
|
|
910
|
+
*/
|
|
911
|
+
httpRewriteUris?: pulumi.Input<pulumi.Input<inputs.LoadbalancerFrontendRuleActionsHttpRewriteUri>[]>;
|
|
904
912
|
/**
|
|
905
913
|
* Adds 'X-Forwarded-For / -Proto / -Port' headers in your forwarded requests
|
|
906
914
|
*/
|
|
@@ -950,6 +958,26 @@ export interface LoadbalancerFrontendRuleActionsHttpReturn {
|
|
|
950
958
|
*/
|
|
951
959
|
status: pulumi.Input<number>;
|
|
952
960
|
}
|
|
961
|
+
export interface LoadbalancerFrontendRuleActionsHttpRewritePath {
|
|
962
|
+
/**
|
|
963
|
+
* Regex pattern to match against the request path.
|
|
964
|
+
*/
|
|
965
|
+
matchPattern: pulumi.Input<string>;
|
|
966
|
+
/**
|
|
967
|
+
* Replacement pattern.
|
|
968
|
+
*/
|
|
969
|
+
rewriteTo: pulumi.Input<string>;
|
|
970
|
+
}
|
|
971
|
+
export interface LoadbalancerFrontendRuleActionsHttpRewriteUri {
|
|
972
|
+
/**
|
|
973
|
+
* Regex pattern to match against the request URI.
|
|
974
|
+
*/
|
|
975
|
+
matchPattern: pulumi.Input<string>;
|
|
976
|
+
/**
|
|
977
|
+
* Replacement pattern.
|
|
978
|
+
*/
|
|
979
|
+
rewriteTo: pulumi.Input<string>;
|
|
980
|
+
}
|
|
953
981
|
export interface LoadbalancerFrontendRuleActionsSetForwardedHeader {
|
|
954
982
|
active?: pulumi.Input<boolean>;
|
|
955
983
|
}
|
|
@@ -1590,6 +1618,10 @@ export interface ManagedDatabaseMysqlProperties {
|
|
|
1590
1618
|
* The slowQueryLogs work as SQL statements that take more than longQueryTime seconds to execute.
|
|
1591
1619
|
*/
|
|
1592
1620
|
longQueryTime?: pulumi.Input<number>;
|
|
1621
|
+
/**
|
|
1622
|
+
* Sets how table and database names are stored and compared. 0 = case-sensitive (default), 1 = names stored lowercase, comparisons are case-insensitive. This option can only be set when creating the service and cannot be changed later. See https://dev.mysql.com/doc/refman/8.0/en/identifier-case-sensitivity.html for details.
|
|
1623
|
+
*/
|
|
1624
|
+
lowerCaseTableNames?: pulumi.Input<number>;
|
|
1593
1625
|
/**
|
|
1594
1626
|
* Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
|
|
1595
1627
|
*/
|
|
@@ -1622,6 +1654,10 @@ export interface ManagedDatabaseMysqlProperties {
|
|
|
1622
1654
|
* Public Access. Allow access to the service from the public Internet.
|
|
1623
1655
|
*/
|
|
1624
1656
|
publicAccess?: pulumi.Input<boolean>;
|
|
1657
|
+
/**
|
|
1658
|
+
* Prometheus Public Access. Allow access to Prometheus metrics from the public Internet.
|
|
1659
|
+
*/
|
|
1660
|
+
publicAccessPrometheus?: pulumi.Input<boolean>;
|
|
1625
1661
|
/**
|
|
1626
1662
|
* Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
1627
1663
|
*/
|
|
@@ -1973,7 +2009,7 @@ export interface ManagedDatabaseOpensearchProperties {
|
|
|
1973
2009
|
*/
|
|
1974
2010
|
opensearchDashboards?: pulumi.Input<inputs.ManagedDatabaseOpensearchPropertiesOpensearchDashboards>;
|
|
1975
2011
|
/**
|
|
1976
|
-
* Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
2012
|
+
* Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false. Deprecated and ignored for service version 3.3 and higher.
|
|
1977
2013
|
*/
|
|
1978
2014
|
overrideMainResponseVersion?: pulumi.Input<boolean>;
|
|
1979
2015
|
/**
|
|
@@ -1985,7 +2021,11 @@ export interface ManagedDatabaseOpensearchProperties {
|
|
|
1985
2021
|
*/
|
|
1986
2022
|
publicAccess?: pulumi.Input<boolean>;
|
|
1987
2023
|
/**
|
|
1988
|
-
*
|
|
2024
|
+
* Prometheus Public Access. Allow access to Prometheus metrics from the public Internet.
|
|
2025
|
+
*/
|
|
2026
|
+
publicAccessPrometheus?: pulumi.Input<boolean>;
|
|
2027
|
+
/**
|
|
2028
|
+
* reindex_remote_allowlist. Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
1989
2029
|
*/
|
|
1990
2030
|
reindexRemoteWhitelists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1991
2031
|
remoteStore?: pulumi.Input<inputs.ManagedDatabaseOpensearchPropertiesRemoteStore>;
|
|
@@ -2298,6 +2338,14 @@ export interface ManagedDatabaseOpensearchPropertiesOpensearchDashboards {
|
|
|
2298
2338
|
* Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch.
|
|
2299
2339
|
*/
|
|
2300
2340
|
opensearchRequestTimeout?: pulumi.Input<number>;
|
|
2341
|
+
/**
|
|
2342
|
+
* Determines whether the session TTL resets (is “kept alive”) on each user activity. Optional. Default is true.
|
|
2343
|
+
*/
|
|
2344
|
+
sessionKeepalive?: pulumi.Input<boolean>;
|
|
2345
|
+
/**
|
|
2346
|
+
* Defines the time-to-live (TTL) for user sessions. The value should be a time value with unit, e.g. 1m, 5s, 1h, 3d, 100ms. Default is 1 hour.
|
|
2347
|
+
*/
|
|
2348
|
+
sessionTtl?: pulumi.Input<string>;
|
|
2301
2349
|
}
|
|
2302
2350
|
export interface ManagedDatabaseOpensearchPropertiesRemoteStore {
|
|
2303
2351
|
/**
|
|
@@ -2795,7 +2843,7 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2795
2843
|
*/
|
|
2796
2844
|
logTempFiles?: pulumi.Input<number>;
|
|
2797
2845
|
/**
|
|
2798
|
-
* Sets the PostgreSQL maximum number of concurrent connections to the database server.
|
|
2846
|
+
* Sets the PostgreSQL maximum number of concurrent connections to the database server. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart.
|
|
2799
2847
|
*/
|
|
2800
2848
|
maxConnections?: pulumi.Input<number>;
|
|
2801
2849
|
/**
|
|
@@ -2807,7 +2855,7 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2807
2855
|
*/
|
|
2808
2856
|
maxLocksPerTransaction?: pulumi.Input<number>;
|
|
2809
2857
|
/**
|
|
2810
|
-
* PostgreSQL maximum logical replication workers (taken from the pool
|
|
2858
|
+
* PostgreSQL maximum logical replication workers (taken from the pool defined by max_worker_processes). The default is `4` (upstream default). Changing this parameter causes a service restart.
|
|
2811
2859
|
*/
|
|
2812
2860
|
maxLogicalReplicationWorkers?: pulumi.Input<number>;
|
|
2813
2861
|
/**
|
|
@@ -2910,6 +2958,10 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2910
2958
|
* Public Access. Allow access to the service from the public Internet.
|
|
2911
2959
|
*/
|
|
2912
2960
|
publicAccess?: pulumi.Input<boolean>;
|
|
2961
|
+
/**
|
|
2962
|
+
* Prometheus Public Access. Allow access to Prometheus metrics from the public Internet.
|
|
2963
|
+
*/
|
|
2964
|
+
publicAccessPrometheus?: pulumi.Input<boolean>;
|
|
2913
2965
|
/**
|
|
2914
2966
|
* Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
2915
2967
|
*/
|
|
@@ -2918,6 +2970,7 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2918
2970
|
* Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the sharedBuffers configuration value. Changing this parameter causes a service restart.
|
|
2919
2971
|
*/
|
|
2920
2972
|
sharedBuffersPercentage?: pulumi.Input<number>;
|
|
2973
|
+
switchoverWindows?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2921
2974
|
/**
|
|
2922
2975
|
* Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
2923
2976
|
*/
|
|
@@ -3131,7 +3184,7 @@ export interface ManagedDatabaseUserOpensearchAccessControl {
|
|
|
3131
3184
|
/**
|
|
3132
3185
|
* Set user access control rules.
|
|
3133
3186
|
*/
|
|
3134
|
-
rules
|
|
3187
|
+
rules?: pulumi.Input<pulumi.Input<inputs.ManagedDatabaseUserOpensearchAccessControlRule>[]>;
|
|
3135
3188
|
}
|
|
3136
3189
|
export interface ManagedDatabaseUserOpensearchAccessControlRule {
|
|
3137
3190
|
/**
|
|
@@ -3250,6 +3303,10 @@ export interface ManagedDatabaseValkeyProperties {
|
|
|
3250
3303
|
* Public Access. Allow access to the service from the public Internet.
|
|
3251
3304
|
*/
|
|
3252
3305
|
publicAccess?: pulumi.Input<boolean>;
|
|
3306
|
+
/**
|
|
3307
|
+
* Prometheus Public Access. Allow access to Prometheus metrics from the public Internet.
|
|
3308
|
+
*/
|
|
3309
|
+
publicAccessPrometheus?: pulumi.Input<boolean>;
|
|
3253
3310
|
/**
|
|
3254
3311
|
* Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
3255
3312
|
*/
|
|
@@ -3302,6 +3359,10 @@ export interface ManagedDatabaseValkeyProperties {
|
|
|
3302
3359
|
* Valkey idle connection timeout in seconds.
|
|
3303
3360
|
*/
|
|
3304
3361
|
valkeyTimeout?: pulumi.Input<number>;
|
|
3362
|
+
/**
|
|
3363
|
+
* Valkey major version.
|
|
3364
|
+
*/
|
|
3365
|
+
valkeyVersion?: pulumi.Input<string>;
|
|
3305
3366
|
}
|
|
3306
3367
|
export interface ManagedDatabaseValkeyPropertiesMigration {
|
|
3307
3368
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -705,6 +705,14 @@ export interface LoadbalancerFrontendRuleActions {
|
|
|
705
705
|
* Returns HTTP response with specified HTTP status.
|
|
706
706
|
*/
|
|
707
707
|
httpReturns?: outputs.LoadbalancerFrontendRuleActionsHttpReturn[];
|
|
708
|
+
/**
|
|
709
|
+
* Rewrites the HTTP request path using regex pattern matching.
|
|
710
|
+
*/
|
|
711
|
+
httpRewritePaths?: outputs.LoadbalancerFrontendRuleActionsHttpRewritePath[];
|
|
712
|
+
/**
|
|
713
|
+
* Rewrites the entire HTTP request URI using regex pattern matching.
|
|
714
|
+
*/
|
|
715
|
+
httpRewriteUris?: outputs.LoadbalancerFrontendRuleActionsHttpRewriteUri[];
|
|
708
716
|
/**
|
|
709
717
|
* Adds 'X-Forwarded-For / -Proto / -Port' headers in your forwarded requests
|
|
710
718
|
*/
|
|
@@ -754,6 +762,26 @@ export interface LoadbalancerFrontendRuleActionsHttpReturn {
|
|
|
754
762
|
*/
|
|
755
763
|
status: number;
|
|
756
764
|
}
|
|
765
|
+
export interface LoadbalancerFrontendRuleActionsHttpRewritePath {
|
|
766
|
+
/**
|
|
767
|
+
* Regex pattern to match against the request path.
|
|
768
|
+
*/
|
|
769
|
+
matchPattern: string;
|
|
770
|
+
/**
|
|
771
|
+
* Replacement pattern.
|
|
772
|
+
*/
|
|
773
|
+
rewriteTo: string;
|
|
774
|
+
}
|
|
775
|
+
export interface LoadbalancerFrontendRuleActionsHttpRewriteUri {
|
|
776
|
+
/**
|
|
777
|
+
* Regex pattern to match against the request URI.
|
|
778
|
+
*/
|
|
779
|
+
matchPattern: string;
|
|
780
|
+
/**
|
|
781
|
+
* Replacement pattern.
|
|
782
|
+
*/
|
|
783
|
+
rewriteTo: string;
|
|
784
|
+
}
|
|
757
785
|
export interface LoadbalancerFrontendRuleActionsSetForwardedHeader {
|
|
758
786
|
active: boolean;
|
|
759
787
|
}
|
|
@@ -1394,6 +1422,10 @@ export interface ManagedDatabaseMysqlProperties {
|
|
|
1394
1422
|
* The slowQueryLogs work as SQL statements that take more than longQueryTime seconds to execute.
|
|
1395
1423
|
*/
|
|
1396
1424
|
longQueryTime: number;
|
|
1425
|
+
/**
|
|
1426
|
+
* Sets how table and database names are stored and compared. 0 = case-sensitive (default), 1 = names stored lowercase, comparisons are case-insensitive. This option can only be set when creating the service and cannot be changed later. See https://dev.mysql.com/doc/refman/8.0/en/identifier-case-sensitivity.html for details.
|
|
1427
|
+
*/
|
|
1428
|
+
lowerCaseTableNames: number;
|
|
1397
1429
|
/**
|
|
1398
1430
|
* Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
|
|
1399
1431
|
*/
|
|
@@ -1426,6 +1458,10 @@ export interface ManagedDatabaseMysqlProperties {
|
|
|
1426
1458
|
* Public Access. Allow access to the service from the public Internet.
|
|
1427
1459
|
*/
|
|
1428
1460
|
publicAccess: boolean;
|
|
1461
|
+
/**
|
|
1462
|
+
* Prometheus Public Access. Allow access to Prometheus metrics from the public Internet.
|
|
1463
|
+
*/
|
|
1464
|
+
publicAccessPrometheus: boolean;
|
|
1429
1465
|
/**
|
|
1430
1466
|
* Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
1431
1467
|
*/
|
|
@@ -1777,7 +1813,7 @@ export interface ManagedDatabaseOpensearchProperties {
|
|
|
1777
1813
|
*/
|
|
1778
1814
|
opensearchDashboards?: outputs.ManagedDatabaseOpensearchPropertiesOpensearchDashboards;
|
|
1779
1815
|
/**
|
|
1780
|
-
* Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
1816
|
+
* Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false. Deprecated and ignored for service version 3.3 and higher.
|
|
1781
1817
|
*/
|
|
1782
1818
|
overrideMainResponseVersion: boolean;
|
|
1783
1819
|
/**
|
|
@@ -1789,7 +1825,11 @@ export interface ManagedDatabaseOpensearchProperties {
|
|
|
1789
1825
|
*/
|
|
1790
1826
|
publicAccess: boolean;
|
|
1791
1827
|
/**
|
|
1792
|
-
*
|
|
1828
|
+
* Prometheus Public Access. Allow access to Prometheus metrics from the public Internet.
|
|
1829
|
+
*/
|
|
1830
|
+
publicAccessPrometheus: boolean;
|
|
1831
|
+
/**
|
|
1832
|
+
* reindex_remote_allowlist. Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
1793
1833
|
*/
|
|
1794
1834
|
reindexRemoteWhitelists: string[];
|
|
1795
1835
|
remoteStore?: outputs.ManagedDatabaseOpensearchPropertiesRemoteStore;
|
|
@@ -2102,6 +2142,14 @@ export interface ManagedDatabaseOpensearchPropertiesOpensearchDashboards {
|
|
|
2102
2142
|
* Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch.
|
|
2103
2143
|
*/
|
|
2104
2144
|
opensearchRequestTimeout: number;
|
|
2145
|
+
/**
|
|
2146
|
+
* Determines whether the session TTL resets (is “kept alive”) on each user activity. Optional. Default is true.
|
|
2147
|
+
*/
|
|
2148
|
+
sessionKeepalive: boolean;
|
|
2149
|
+
/**
|
|
2150
|
+
* Defines the time-to-live (TTL) for user sessions. The value should be a time value with unit, e.g. 1m, 5s, 1h, 3d, 100ms. Default is 1 hour.
|
|
2151
|
+
*/
|
|
2152
|
+
sessionTtl: string;
|
|
2105
2153
|
}
|
|
2106
2154
|
export interface ManagedDatabaseOpensearchPropertiesRemoteStore {
|
|
2107
2155
|
/**
|
|
@@ -2599,7 +2647,7 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2599
2647
|
*/
|
|
2600
2648
|
logTempFiles: number;
|
|
2601
2649
|
/**
|
|
2602
|
-
* Sets the PostgreSQL maximum number of concurrent connections to the database server.
|
|
2650
|
+
* Sets the PostgreSQL maximum number of concurrent connections to the database server. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart.
|
|
2603
2651
|
*/
|
|
2604
2652
|
maxConnections: number;
|
|
2605
2653
|
/**
|
|
@@ -2611,7 +2659,7 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2611
2659
|
*/
|
|
2612
2660
|
maxLocksPerTransaction: number;
|
|
2613
2661
|
/**
|
|
2614
|
-
* PostgreSQL maximum logical replication workers (taken from the pool
|
|
2662
|
+
* PostgreSQL maximum logical replication workers (taken from the pool defined by max_worker_processes). The default is `4` (upstream default). Changing this parameter causes a service restart.
|
|
2615
2663
|
*/
|
|
2616
2664
|
maxLogicalReplicationWorkers: number;
|
|
2617
2665
|
/**
|
|
@@ -2714,6 +2762,10 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2714
2762
|
* Public Access. Allow access to the service from the public Internet.
|
|
2715
2763
|
*/
|
|
2716
2764
|
publicAccess: boolean;
|
|
2765
|
+
/**
|
|
2766
|
+
* Prometheus Public Access. Allow access to Prometheus metrics from the public Internet.
|
|
2767
|
+
*/
|
|
2768
|
+
publicAccessPrometheus: boolean;
|
|
2717
2769
|
/**
|
|
2718
2770
|
* Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
2719
2771
|
*/
|
|
@@ -2722,6 +2774,7 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2722
2774
|
* Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the sharedBuffers configuration value. Changing this parameter causes a service restart.
|
|
2723
2775
|
*/
|
|
2724
2776
|
sharedBuffersPercentage: number;
|
|
2777
|
+
switchoverWindows: string[];
|
|
2725
2778
|
/**
|
|
2726
2779
|
* Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
2727
2780
|
*/
|
|
@@ -2935,7 +2988,7 @@ export interface ManagedDatabaseUserOpensearchAccessControl {
|
|
|
2935
2988
|
/**
|
|
2936
2989
|
* Set user access control rules.
|
|
2937
2990
|
*/
|
|
2938
|
-
rules
|
|
2991
|
+
rules?: outputs.ManagedDatabaseUserOpensearchAccessControlRule[];
|
|
2939
2992
|
}
|
|
2940
2993
|
export interface ManagedDatabaseUserOpensearchAccessControlRule {
|
|
2941
2994
|
/**
|
|
@@ -2951,25 +3004,25 @@ export interface ManagedDatabaseUserPgAccessControl {
|
|
|
2951
3004
|
/**
|
|
2952
3005
|
* Grant replication privilege
|
|
2953
3006
|
*/
|
|
2954
|
-
allowReplication
|
|
3007
|
+
allowReplication: boolean;
|
|
2955
3008
|
}
|
|
2956
3009
|
export interface ManagedDatabaseUserValkeyAccessControl {
|
|
2957
3010
|
/**
|
|
2958
3011
|
* Set access control to all commands in specified categories.
|
|
2959
3012
|
*/
|
|
2960
|
-
categories
|
|
3013
|
+
categories: string;
|
|
2961
3014
|
/**
|
|
2962
3015
|
* Set access control to Pub/Sub channels.
|
|
2963
3016
|
*/
|
|
2964
|
-
channels
|
|
3017
|
+
channels: string;
|
|
2965
3018
|
/**
|
|
2966
3019
|
* Set access control to commands.
|
|
2967
3020
|
*/
|
|
2968
|
-
commands
|
|
3021
|
+
commands: string;
|
|
2969
3022
|
/**
|
|
2970
3023
|
* Set access control to keys.
|
|
2971
3024
|
*/
|
|
2972
|
-
keys
|
|
3025
|
+
keys: string;
|
|
2973
3026
|
}
|
|
2974
3027
|
export interface ManagedDatabaseValkeyComponent {
|
|
2975
3028
|
/**
|
|
@@ -3054,6 +3107,10 @@ export interface ManagedDatabaseValkeyProperties {
|
|
|
3054
3107
|
* Public Access. Allow access to the service from the public Internet.
|
|
3055
3108
|
*/
|
|
3056
3109
|
publicAccess: boolean;
|
|
3110
|
+
/**
|
|
3111
|
+
* Prometheus Public Access. Allow access to Prometheus metrics from the public Internet.
|
|
3112
|
+
*/
|
|
3113
|
+
publicAccessPrometheus: boolean;
|
|
3057
3114
|
/**
|
|
3058
3115
|
* Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
3059
3116
|
*/
|
|
@@ -3106,6 +3163,10 @@ export interface ManagedDatabaseValkeyProperties {
|
|
|
3106
3163
|
* Valkey idle connection timeout in seconds.
|
|
3107
3164
|
*/
|
|
3108
3165
|
valkeyTimeout: number;
|
|
3166
|
+
/**
|
|
3167
|
+
* Valkey major version.
|
|
3168
|
+
*/
|
|
3169
|
+
valkeyVersion: string;
|
|
3109
3170
|
}
|
|
3110
3171
|
export interface ManagedDatabaseValkeyPropertiesMigration {
|
|
3111
3172
|
/**
|