@pulumi/ec 0.4.3-alpha.1673556028 → 0.5.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/deployment.d.ts +51 -9
- package/deployment.js +42 -3
- package/deployment.js.map +1 -1
- package/deploymentElasticsearchKeystore.d.ts +1 -1
- package/deploymentElasticsearchKeystore.js +4 -2
- package/deploymentElasticsearchKeystore.js.map +1 -1
- package/deploymentExtension.d.ts +2 -6
- package/deploymentExtension.js +2 -6
- package/deploymentExtension.js.map +1 -1
- package/deploymentTrafficFilter.d.ts +2 -1
- package/deploymentTrafficFilter.js.map +1 -1
- package/getAwsPrivatelinkEndpoint.d.ts +75 -0
- package/getAwsPrivatelinkEndpoint.js +51 -0
- package/getAwsPrivatelinkEndpoint.js.map +1 -0
- package/getAzurePrivatelinkEndpoint.d.ts +71 -0
- package/getAzurePrivatelinkEndpoint.js +51 -0
- package/getAzurePrivatelinkEndpoint.js.map +1 -0
- package/getDeployment.d.ts +27 -9
- package/getDeployment.js +18 -7
- package/getDeployment.js.map +1 -1
- package/getDeployments.d.ts +35 -3
- package/getDeployments.js +35 -7
- package/getDeployments.js.map +1 -1
- package/getGcpPrivateServiceConnectEndpoint.d.ts +71 -0
- package/getGcpPrivateServiceConnectEndpoint.js +51 -0
- package/getGcpPrivateServiceConnectEndpoint.js.map +1 -0
- package/getStack.d.ts +25 -5
- package/getStack.js +26 -9
- package/getStack.js.map +1 -1
- package/index.d.ts +36 -9
- package/index.js +37 -38
- package/index.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +2 -1
- package/package.json.dev +4 -3
- package/provider.js +4 -2
- package/provider.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +64 -52
- package/types/output.d.ts +64 -52
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
package/index.js
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
"use strict";
|
|
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
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
-
};
|
|
18
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.types = exports.config = void 0;
|
|
5
|
+
exports.types = exports.config = exports.Provider = exports.getStackOutput = exports.getStack = exports.getGcpPrivateServiceConnectEndpointOutput = exports.getGcpPrivateServiceConnectEndpoint = exports.getDeploymentsOutput = exports.getDeployments = exports.getDeploymentOutput = exports.getDeployment = exports.getAzurePrivatelinkEndpointOutput = exports.getAzurePrivatelinkEndpoint = exports.getAwsPrivatelinkEndpointOutput = exports.getAwsPrivatelinkEndpoint = exports.DeploymentTrafficFilterAssociation = exports.DeploymentTrafficFilter = exports.DeploymentExtension = exports.DeploymentElasticsearchKeystore = exports.Deployment = void 0;
|
|
20
6
|
const pulumi = require("@pulumi/pulumi");
|
|
21
7
|
const utilities = require("./utilities");
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
8
|
+
exports.Deployment = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Deployment"], () => require("./deployment"));
|
|
10
|
+
exports.DeploymentElasticsearchKeystore = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["DeploymentElasticsearchKeystore"], () => require("./deploymentElasticsearchKeystore"));
|
|
12
|
+
exports.DeploymentExtension = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["DeploymentExtension"], () => require("./deploymentExtension"));
|
|
14
|
+
exports.DeploymentTrafficFilter = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["DeploymentTrafficFilter"], () => require("./deploymentTrafficFilter"));
|
|
16
|
+
exports.DeploymentTrafficFilterAssociation = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["DeploymentTrafficFilterAssociation"], () => require("./deploymentTrafficFilterAssociation"));
|
|
18
|
+
exports.getAwsPrivatelinkEndpoint = null;
|
|
19
|
+
exports.getAwsPrivatelinkEndpointOutput = null;
|
|
20
|
+
utilities.lazyLoad(exports, ["getAwsPrivatelinkEndpoint", "getAwsPrivatelinkEndpointOutput"], () => require("./getAwsPrivatelinkEndpoint"));
|
|
21
|
+
exports.getAzurePrivatelinkEndpoint = null;
|
|
22
|
+
exports.getAzurePrivatelinkEndpointOutput = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["getAzurePrivatelinkEndpoint", "getAzurePrivatelinkEndpointOutput"], () => require("./getAzurePrivatelinkEndpoint"));
|
|
24
|
+
exports.getDeployment = null;
|
|
25
|
+
exports.getDeploymentOutput = null;
|
|
26
|
+
utilities.lazyLoad(exports, ["getDeployment", "getDeploymentOutput"], () => require("./getDeployment"));
|
|
27
|
+
exports.getDeployments = null;
|
|
28
|
+
exports.getDeploymentsOutput = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["getDeployments", "getDeploymentsOutput"], () => require("./getDeployments"));
|
|
30
|
+
exports.getGcpPrivateServiceConnectEndpoint = null;
|
|
31
|
+
exports.getGcpPrivateServiceConnectEndpointOutput = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["getGcpPrivateServiceConnectEndpoint", "getGcpPrivateServiceConnectEndpointOutput"], () => require("./getGcpPrivateServiceConnectEndpoint"));
|
|
33
|
+
exports.getStack = null;
|
|
34
|
+
exports.getStackOutput = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["getStack", "getStackOutput"], () => require("./getStack"));
|
|
36
|
+
exports.Provider = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["Provider"], () => require("./provider"));
|
|
32
38
|
// Export sub-modules:
|
|
33
39
|
const config = require("./config");
|
|
34
40
|
exports.config = config;
|
|
35
41
|
const types = require("./types");
|
|
36
42
|
exports.types = types;
|
|
37
|
-
// Import resources to register:
|
|
38
|
-
const deployment_1 = require("./deployment");
|
|
39
|
-
const deploymentElasticsearchKeystore_1 = require("./deploymentElasticsearchKeystore");
|
|
40
|
-
const deploymentExtension_1 = require("./deploymentExtension");
|
|
41
|
-
const deploymentTrafficFilter_1 = require("./deploymentTrafficFilter");
|
|
42
|
-
const deploymentTrafficFilterAssociation_1 = require("./deploymentTrafficFilterAssociation");
|
|
43
43
|
const _module = {
|
|
44
44
|
version: utilities.getVersion(),
|
|
45
45
|
construct: (name, type, urn) => {
|
|
46
46
|
switch (type) {
|
|
47
47
|
case "ec:index/deployment:Deployment":
|
|
48
|
-
return new
|
|
48
|
+
return new exports.Deployment(name, undefined, { urn });
|
|
49
49
|
case "ec:index/deploymentElasticsearchKeystore:DeploymentElasticsearchKeystore":
|
|
50
|
-
return new
|
|
50
|
+
return new exports.DeploymentElasticsearchKeystore(name, undefined, { urn });
|
|
51
51
|
case "ec:index/deploymentExtension:DeploymentExtension":
|
|
52
|
-
return new
|
|
52
|
+
return new exports.DeploymentExtension(name, undefined, { urn });
|
|
53
53
|
case "ec:index/deploymentTrafficFilter:DeploymentTrafficFilter":
|
|
54
|
-
return new
|
|
54
|
+
return new exports.DeploymentTrafficFilter(name, undefined, { urn });
|
|
55
55
|
case "ec:index/deploymentTrafficFilterAssociation:DeploymentTrafficFilterAssociation":
|
|
56
|
-
return new
|
|
56
|
+
return new exports.DeploymentTrafficFilterAssociation(name, undefined, { urn });
|
|
57
57
|
default:
|
|
58
58
|
throw new Error(`unknown resource type ${type}`);
|
|
59
59
|
}
|
|
@@ -64,14 +64,13 @@ pulumi.runtime.registerResourceModule("ec", "index/deploymentElasticsearchKeysto
|
|
|
64
64
|
pulumi.runtime.registerResourceModule("ec", "index/deploymentExtension", _module);
|
|
65
65
|
pulumi.runtime.registerResourceModule("ec", "index/deploymentTrafficFilter", _module);
|
|
66
66
|
pulumi.runtime.registerResourceModule("ec", "index/deploymentTrafficFilterAssociation", _module);
|
|
67
|
-
const provider_1 = require("./provider");
|
|
68
67
|
pulumi.runtime.registerResourcePackage("ec", {
|
|
69
68
|
version: utilities.getVersion(),
|
|
70
69
|
constructProvider: (name, type, urn) => {
|
|
71
70
|
if (type !== "pulumi:providers:ec") {
|
|
72
71
|
throw new Error(`unknown provider type ${type}`);
|
|
73
72
|
}
|
|
74
|
-
return new
|
|
73
|
+
return new exports.Provider(name, undefined, { urn });
|
|
75
74
|
},
|
|
76
75
|
});
|
|
77
76
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/ec",
|
|
3
|
-
"version": "v0.
|
|
3
|
+
"version": "v0.5.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing ElasticCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc",
|
|
18
|
-
"install": "node scripts/install-pulumi-plugin.js resource ec v0.
|
|
18
|
+
"install": "node scripts/install-pulumi-plugin.js resource ec v0.5.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@pulumi/pulumi": "^3.0.0"
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"typescript": "^4.3.5"
|
|
27
27
|
},
|
|
28
28
|
"pulumi": {
|
|
29
|
-
"resource": true
|
|
29
|
+
"resource": true,
|
|
30
|
+
"name": "ec"
|
|
30
31
|
}
|
|
31
32
|
}
|
package/package.json.bak
CHANGED
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/ec",
|
|
3
|
-
"version": "v0.
|
|
3
|
+
"version": "v0.5.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing ElasticCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc",
|
|
18
|
-
"install": "node scripts/install-pulumi-plugin.js resource ec v0.
|
|
18
|
+
"install": "node scripts/install-pulumi-plugin.js resource ec v0.5.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@pulumi/pulumi": "^3.0.0"
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"typescript": "^4.3.5"
|
|
27
27
|
},
|
|
28
28
|
"pulumi": {
|
|
29
|
-
"resource": true
|
|
29
|
+
"resource": true,
|
|
30
|
+
"name": "ec"
|
|
30
31
|
}
|
|
31
32
|
}
|
package/provider.js
CHANGED
|
@@ -33,10 +33,10 @@ class Provider extends pulumi.ProviderResource {
|
|
|
33
33
|
let resourceInputs = {};
|
|
34
34
|
opts = opts || {};
|
|
35
35
|
{
|
|
36
|
-
resourceInputs["apikey"] = args ? args.apikey : undefined;
|
|
36
|
+
resourceInputs["apikey"] = (args === null || args === void 0 ? void 0 : args.apikey) ? pulumi.secret(args.apikey) : undefined;
|
|
37
37
|
resourceInputs["endpoint"] = args ? args.endpoint : undefined;
|
|
38
38
|
resourceInputs["insecure"] = pulumi.output(args ? args.insecure : undefined).apply(JSON.stringify);
|
|
39
|
-
resourceInputs["password"] = args ? args.password : undefined;
|
|
39
|
+
resourceInputs["password"] = (args === null || args === void 0 ? void 0 : args.password) ? pulumi.secret(args.password) : undefined;
|
|
40
40
|
resourceInputs["timeout"] = args ? args.timeout : undefined;
|
|
41
41
|
resourceInputs["username"] = args ? args.username : undefined;
|
|
42
42
|
resourceInputs["verbose"] = pulumi.output(args ? args.verbose : undefined).apply(JSON.stringify);
|
|
@@ -44,6 +44,8 @@ class Provider extends pulumi.ProviderResource {
|
|
|
44
44
|
resourceInputs["verboseFile"] = args ? args.verboseFile : undefined;
|
|
45
45
|
}
|
|
46
46
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
47
|
+
const secretOpts = { additionalSecretOutputs: ["apikey", "password"] };
|
|
48
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
47
49
|
super(Provider.__pulumiType, name, resourceInputs, opts);
|
|
48
50
|
}
|
|
49
51
|
}
|
package/provider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IA6BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAA6B;QACxE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IA6BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAA6B;QACxE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,cAAc,CAAC,QAAQ,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,MAAM,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACjF,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACnG,cAAc,CAAC,UAAU,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACvF,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACjG,cAAc,CAAC,oBAAoB,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACvH,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,QAAQ,EAAE,UAAU,CAAC,EAAE,CAAC;QACvE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AAnEL,4BAoEC;AAnEG,gBAAgB;AACO,qBAAY,GAAG,IAAI,CAAC"}
|
package/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAIjF,sBAAsB;AACtB,iCAAiC;AAI7B,sBAAK;AAHT,mCAAmC;AAI/B,wBAAM"}
|
package/types/input.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
3
|
export interface DeploymentApm {
|
|
4
4
|
/**
|
|
5
5
|
* APM settings applied to all topologies unless overridden in the `topology` element.
|
|
@@ -23,38 +23,38 @@ export interface DeploymentApm {
|
|
|
23
23
|
/**
|
|
24
24
|
* Can be set multiple times to compose complex topologies.
|
|
25
25
|
*/
|
|
26
|
-
|
|
26
|
+
topology?: pulumi.Input<inputs.DeploymentApmTopology>;
|
|
27
27
|
}
|
|
28
28
|
export interface DeploymentApmConfig {
|
|
29
29
|
/**
|
|
30
|
-
* Enable debug mode for
|
|
30
|
+
* Enable debug mode for APM servers. Defaults to `false`.
|
|
31
31
|
*/
|
|
32
32
|
debugEnabled?: pulumi.Input<boolean>;
|
|
33
33
|
dockerImage?: pulumi.Input<string>;
|
|
34
34
|
/**
|
|
35
|
-
* JSON-formatted user level `
|
|
35
|
+
* JSON-formatted user level `enterprise_search.yml` setting overrides.
|
|
36
36
|
*/
|
|
37
37
|
userSettingsJson?: pulumi.Input<string>;
|
|
38
38
|
/**
|
|
39
|
-
* JSON-formatted admin (ECE) level `
|
|
39
|
+
* JSON-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
40
40
|
*/
|
|
41
41
|
userSettingsOverrideJson?: pulumi.Input<string>;
|
|
42
42
|
/**
|
|
43
|
-
* YAML-formatted admin (ECE) level `
|
|
43
|
+
* YAML-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
44
44
|
*/
|
|
45
45
|
userSettingsOverrideYaml?: pulumi.Input<string>;
|
|
46
46
|
/**
|
|
47
|
-
* YAML-formatted user level `
|
|
47
|
+
* YAML-formatted user level `enterprise_search.yml` setting overrides.
|
|
48
48
|
*/
|
|
49
49
|
userSettingsYaml?: pulumi.Input<string>;
|
|
50
50
|
}
|
|
51
51
|
export interface DeploymentApmTopology {
|
|
52
52
|
/**
|
|
53
|
-
* Default instance configuration of the deployment template.
|
|
53
|
+
* Default instance configuration of the deployment template. To change it, use the [full list](https://www.elastic.co/guide/en/cloud/current/ec-regions-templates-instances.html) of regions and deployment templates available in ESS.
|
|
54
54
|
*/
|
|
55
55
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
56
56
|
/**
|
|
57
|
-
* Amount
|
|
57
|
+
* Amount of memory (RAM) per `topology` element in the "<size in GB>g" notation. When omitted, it defaults to the deployment template value.
|
|
58
58
|
*/
|
|
59
59
|
size?: pulumi.Input<string>;
|
|
60
60
|
/**
|
|
@@ -62,7 +62,7 @@ export interface DeploymentApmTopology {
|
|
|
62
62
|
*/
|
|
63
63
|
sizeResource?: pulumi.Input<string>;
|
|
64
64
|
/**
|
|
65
|
-
* Number of zones the
|
|
65
|
+
* Number of zones that the Enterprise Search deployment will span. This is used to set HA. When omitted, it defaults to the deployment template value.
|
|
66
66
|
*/
|
|
67
67
|
zoneCount?: pulumi.Input<number>;
|
|
68
68
|
}
|
|
@@ -83,7 +83,7 @@ export interface DeploymentElasticsearch {
|
|
|
83
83
|
httpEndpoint?: pulumi.Input<string>;
|
|
84
84
|
httpsEndpoint?: pulumi.Input<string>;
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* Can be set on the Elasticsearch resource. The default value `main-elasticsearch` is recommended.
|
|
87
87
|
*/
|
|
88
88
|
refId?: pulumi.Input<string>;
|
|
89
89
|
/**
|
|
@@ -99,6 +99,10 @@ export interface DeploymentElasticsearch {
|
|
|
99
99
|
* Restores data from a snapshot of another deployment.
|
|
100
100
|
*/
|
|
101
101
|
snapshotSource?: pulumi.Input<inputs.DeploymentElasticsearchSnapshotSource>;
|
|
102
|
+
/**
|
|
103
|
+
* Choose the configuration strategy used to apply the changes.
|
|
104
|
+
*/
|
|
105
|
+
strategy?: pulumi.Input<inputs.DeploymentElasticsearchStrategy>;
|
|
102
106
|
/**
|
|
103
107
|
* Can be set multiple times to compose complex topologies.
|
|
104
108
|
*/
|
|
@@ -119,25 +123,25 @@ export interface DeploymentElasticsearchConfig {
|
|
|
119
123
|
*/
|
|
120
124
|
plugins?: pulumi.Input<pulumi.Input<string>[]>;
|
|
121
125
|
/**
|
|
122
|
-
* JSON-formatted user level `
|
|
126
|
+
* JSON-formatted user level `enterprise_search.yml` setting overrides.
|
|
123
127
|
*/
|
|
124
128
|
userSettingsJson?: pulumi.Input<string>;
|
|
125
129
|
/**
|
|
126
|
-
* JSON-formatted admin (ECE) level `
|
|
130
|
+
* JSON-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
127
131
|
*/
|
|
128
132
|
userSettingsOverrideJson?: pulumi.Input<string>;
|
|
129
133
|
/**
|
|
130
|
-
* YAML-formatted admin (ECE) level `
|
|
134
|
+
* YAML-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
131
135
|
*/
|
|
132
136
|
userSettingsOverrideYaml?: pulumi.Input<string>;
|
|
133
137
|
/**
|
|
134
|
-
* YAML-formatted user level `
|
|
138
|
+
* YAML-formatted user level `enterprise_search.yml` setting overrides.
|
|
135
139
|
*/
|
|
136
140
|
userSettingsYaml?: pulumi.Input<string>;
|
|
137
141
|
}
|
|
138
142
|
export interface DeploymentElasticsearchExtension {
|
|
139
143
|
/**
|
|
140
|
-
*
|
|
144
|
+
* Extension name.
|
|
141
145
|
*/
|
|
142
146
|
name: pulumi.Input<string>;
|
|
143
147
|
/**
|
|
@@ -149,13 +153,13 @@ export interface DeploymentElasticsearchExtension {
|
|
|
149
153
|
*/
|
|
150
154
|
url: pulumi.Input<string>;
|
|
151
155
|
/**
|
|
152
|
-
*
|
|
156
|
+
* Elasticsearch compatibility version. Bundles should specify major or minor versions with wildcards, such as `7.*` or `*` but **plugins must use full version notation down to the patch level**, such as `7.10.1` and wildcards are not allowed.
|
|
153
157
|
*/
|
|
154
158
|
version: pulumi.Input<string>;
|
|
155
159
|
}
|
|
156
160
|
export interface DeploymentElasticsearchRemoteCluster {
|
|
157
161
|
/**
|
|
158
|
-
*
|
|
162
|
+
* Alias for the Cross Cluster Search binding.
|
|
159
163
|
*/
|
|
160
164
|
alias: pulumi.Input<string>;
|
|
161
165
|
/**
|
|
@@ -163,7 +167,7 @@ export interface DeploymentElasticsearchRemoteCluster {
|
|
|
163
167
|
*/
|
|
164
168
|
deploymentId: pulumi.Input<string>;
|
|
165
169
|
/**
|
|
166
|
-
*
|
|
170
|
+
* Remote Elasticsearch `refId`. The default value `main-elasticsearch` is recommended.
|
|
167
171
|
*/
|
|
168
172
|
refId?: pulumi.Input<string>;
|
|
169
173
|
/**
|
|
@@ -181,6 +185,12 @@ export interface DeploymentElasticsearchSnapshotSource {
|
|
|
181
185
|
*/
|
|
182
186
|
sourceElasticsearchClusterId: pulumi.Input<string>;
|
|
183
187
|
}
|
|
188
|
+
export interface DeploymentElasticsearchStrategy {
|
|
189
|
+
/**
|
|
190
|
+
* Set the type of configuration strategy [autodetect, grow_and_shrink, rolling_grow_and_shrink, rollingAll].
|
|
191
|
+
*/
|
|
192
|
+
type: pulumi.Input<string>;
|
|
193
|
+
}
|
|
184
194
|
export interface DeploymentElasticsearchTopology {
|
|
185
195
|
/**
|
|
186
196
|
* Autoscaling policy defining the maximum and / or minimum total size for this topology element. For more information refer to the `autoscaling` block.
|
|
@@ -195,7 +205,7 @@ export interface DeploymentElasticsearchTopology {
|
|
|
195
205
|
*/
|
|
196
206
|
id: pulumi.Input<string>;
|
|
197
207
|
/**
|
|
198
|
-
* Default instance configuration of the deployment template.
|
|
208
|
+
* Default instance configuration of the deployment template. To change it, use the [full list](https://www.elastic.co/guide/en/cloud/current/ec-regions-templates-instances.html) of regions and deployment templates available in ESS.
|
|
199
209
|
*/
|
|
200
210
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
201
211
|
nodeRoles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -216,7 +226,7 @@ export interface DeploymentElasticsearchTopology {
|
|
|
216
226
|
*/
|
|
217
227
|
nodeTypeMl?: pulumi.Input<string>;
|
|
218
228
|
/**
|
|
219
|
-
* Amount
|
|
229
|
+
* Amount of memory (RAM) per `topology` element in the "<size in GB>g" notation. When omitted, it defaults to the deployment template value.
|
|
220
230
|
*/
|
|
221
231
|
size?: pulumi.Input<string>;
|
|
222
232
|
/**
|
|
@@ -224,7 +234,7 @@ export interface DeploymentElasticsearchTopology {
|
|
|
224
234
|
*/
|
|
225
235
|
sizeResource?: pulumi.Input<string>;
|
|
226
236
|
/**
|
|
227
|
-
* Number of zones the
|
|
237
|
+
* Number of zones that the Enterprise Search deployment will span. This is used to set HA. When omitted, it defaults to the deployment template value.
|
|
228
238
|
*/
|
|
229
239
|
zoneCount?: pulumi.Input<number>;
|
|
230
240
|
}
|
|
@@ -253,19 +263,19 @@ export interface DeploymentElasticsearchTopologyConfig {
|
|
|
253
263
|
*/
|
|
254
264
|
plugins?: pulumi.Input<pulumi.Input<string>[]>;
|
|
255
265
|
/**
|
|
256
|
-
* JSON-formatted user level `
|
|
266
|
+
* JSON-formatted user level `enterprise_search.yml` setting overrides.
|
|
257
267
|
*/
|
|
258
268
|
userSettingsJson?: pulumi.Input<string>;
|
|
259
269
|
/**
|
|
260
|
-
* JSON-formatted admin (ECE) level `
|
|
270
|
+
* JSON-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
261
271
|
*/
|
|
262
272
|
userSettingsOverrideJson?: pulumi.Input<string>;
|
|
263
273
|
/**
|
|
264
|
-
* YAML-formatted admin (ECE) level `
|
|
274
|
+
* YAML-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
265
275
|
*/
|
|
266
276
|
userSettingsOverrideYaml?: pulumi.Input<string>;
|
|
267
277
|
/**
|
|
268
|
-
* YAML-formatted user level `
|
|
278
|
+
* YAML-formatted user level `enterprise_search.yml` setting overrides.
|
|
269
279
|
*/
|
|
270
280
|
userSettingsYaml?: pulumi.Input<string>;
|
|
271
281
|
}
|
|
@@ -289,7 +299,7 @@ export interface DeploymentElasticsearchTrustExternal {
|
|
|
289
299
|
*/
|
|
290
300
|
relationshipId: pulumi.Input<string>;
|
|
291
301
|
/**
|
|
292
|
-
* If true, all clusters in this
|
|
302
|
+
* If true, all clusters in this external entity will be trusted and the `trustAllowlist` is ignored.
|
|
293
303
|
*/
|
|
294
304
|
trustAll: pulumi.Input<boolean>;
|
|
295
305
|
/**
|
|
@@ -320,37 +330,37 @@ export interface DeploymentEnterpriseSearch {
|
|
|
320
330
|
/**
|
|
321
331
|
* Can be set multiple times to compose complex topologies.
|
|
322
332
|
*/
|
|
323
|
-
|
|
333
|
+
topology?: pulumi.Input<inputs.DeploymentEnterpriseSearchTopology>;
|
|
324
334
|
}
|
|
325
335
|
export interface DeploymentEnterpriseSearchConfig {
|
|
326
336
|
dockerImage?: pulumi.Input<string>;
|
|
327
337
|
/**
|
|
328
|
-
* JSON-formatted user level `
|
|
338
|
+
* JSON-formatted user level `enterprise_search.yml` setting overrides.
|
|
329
339
|
*/
|
|
330
340
|
userSettingsJson?: pulumi.Input<string>;
|
|
331
341
|
/**
|
|
332
|
-
* JSON-formatted admin (ECE) level `
|
|
342
|
+
* JSON-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
333
343
|
*/
|
|
334
344
|
userSettingsOverrideJson?: pulumi.Input<string>;
|
|
335
345
|
/**
|
|
336
|
-
* YAML-formatted admin (ECE) level `
|
|
346
|
+
* YAML-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
337
347
|
*/
|
|
338
348
|
userSettingsOverrideYaml?: pulumi.Input<string>;
|
|
339
349
|
/**
|
|
340
|
-
* YAML-formatted user level `
|
|
350
|
+
* YAML-formatted user level `enterprise_search.yml` setting overrides.
|
|
341
351
|
*/
|
|
342
352
|
userSettingsYaml?: pulumi.Input<string>;
|
|
343
353
|
}
|
|
344
354
|
export interface DeploymentEnterpriseSearchTopology {
|
|
345
355
|
/**
|
|
346
|
-
* Default instance configuration of the deployment template.
|
|
356
|
+
* Default instance configuration of the deployment template. To change it, use the [full list](https://www.elastic.co/guide/en/cloud/current/ec-regions-templates-instances.html) of regions and deployment templates available in ESS.
|
|
347
357
|
*/
|
|
348
358
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
349
359
|
nodeTypeAppserver?: pulumi.Input<boolean>;
|
|
350
360
|
nodeTypeConnector?: pulumi.Input<boolean>;
|
|
351
361
|
nodeTypeWorker?: pulumi.Input<boolean>;
|
|
352
362
|
/**
|
|
353
|
-
* Amount
|
|
363
|
+
* Amount of memory (RAM) per `topology` element in the "<size in GB>g" notation. When omitted, it defaults to the deployment template value.
|
|
354
364
|
*/
|
|
355
365
|
size?: pulumi.Input<string>;
|
|
356
366
|
/**
|
|
@@ -358,11 +368,12 @@ export interface DeploymentEnterpriseSearchTopology {
|
|
|
358
368
|
*/
|
|
359
369
|
sizeResource?: pulumi.Input<string>;
|
|
360
370
|
/**
|
|
361
|
-
* Number of zones the
|
|
371
|
+
* Number of zones that the Enterprise Search deployment will span. This is used to set HA. When omitted, it defaults to the deployment template value.
|
|
362
372
|
*/
|
|
363
373
|
zoneCount?: pulumi.Input<number>;
|
|
364
374
|
}
|
|
365
375
|
export interface DeploymentIntegrationsServer {
|
|
376
|
+
apmHttpsEndpoint?: pulumi.Input<string>;
|
|
366
377
|
/**
|
|
367
378
|
* Integrations Server settings applied to all topologies unless overridden in the `topology` element.
|
|
368
379
|
*/
|
|
@@ -371,6 +382,7 @@ export interface DeploymentIntegrationsServer {
|
|
|
371
382
|
* This field references the `refId` of the deployment Elasticsearch cluster. The default value `main-elasticsearch` is recommended.
|
|
372
383
|
*/
|
|
373
384
|
elasticsearchClusterRefId?: pulumi.Input<string>;
|
|
385
|
+
fleetHttpsEndpoint?: pulumi.Input<string>;
|
|
374
386
|
httpEndpoint?: pulumi.Input<string>;
|
|
375
387
|
httpsEndpoint?: pulumi.Input<string>;
|
|
376
388
|
/**
|
|
@@ -385,38 +397,38 @@ export interface DeploymentIntegrationsServer {
|
|
|
385
397
|
/**
|
|
386
398
|
* Can be set multiple times to compose complex topologies.
|
|
387
399
|
*/
|
|
388
|
-
|
|
400
|
+
topology?: pulumi.Input<inputs.DeploymentIntegrationsServerTopology>;
|
|
389
401
|
}
|
|
390
402
|
export interface DeploymentIntegrationsServerConfig {
|
|
391
403
|
/**
|
|
392
|
-
* Enable debug mode for
|
|
404
|
+
* Enable debug mode for APM servers. Defaults to `false`.
|
|
393
405
|
*/
|
|
394
406
|
debugEnabled?: pulumi.Input<boolean>;
|
|
395
407
|
dockerImage?: pulumi.Input<string>;
|
|
396
408
|
/**
|
|
397
|
-
* JSON-formatted user level `
|
|
409
|
+
* JSON-formatted user level `enterprise_search.yml` setting overrides.
|
|
398
410
|
*/
|
|
399
411
|
userSettingsJson?: pulumi.Input<string>;
|
|
400
412
|
/**
|
|
401
|
-
* JSON-formatted admin (ECE) level `
|
|
413
|
+
* JSON-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
402
414
|
*/
|
|
403
415
|
userSettingsOverrideJson?: pulumi.Input<string>;
|
|
404
416
|
/**
|
|
405
|
-
* YAML-formatted admin (ECE) level `
|
|
417
|
+
* YAML-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
406
418
|
*/
|
|
407
419
|
userSettingsOverrideYaml?: pulumi.Input<string>;
|
|
408
420
|
/**
|
|
409
|
-
* YAML-formatted user level `
|
|
421
|
+
* YAML-formatted user level `enterprise_search.yml` setting overrides.
|
|
410
422
|
*/
|
|
411
423
|
userSettingsYaml?: pulumi.Input<string>;
|
|
412
424
|
}
|
|
413
425
|
export interface DeploymentIntegrationsServerTopology {
|
|
414
426
|
/**
|
|
415
|
-
* Default instance configuration of the deployment template.
|
|
427
|
+
* Default instance configuration of the deployment template. To change it, use the [full list](https://www.elastic.co/guide/en/cloud/current/ec-regions-templates-instances.html) of regions and deployment templates available in ESS.
|
|
416
428
|
*/
|
|
417
429
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
418
430
|
/**
|
|
419
|
-
* Amount
|
|
431
|
+
* Amount of memory (RAM) per `topology` element in the "<size in GB>g" notation. When omitted, it defaults to the deployment template value.
|
|
420
432
|
*/
|
|
421
433
|
size?: pulumi.Input<string>;
|
|
422
434
|
/**
|
|
@@ -424,7 +436,7 @@ export interface DeploymentIntegrationsServerTopology {
|
|
|
424
436
|
*/
|
|
425
437
|
sizeResource?: pulumi.Input<string>;
|
|
426
438
|
/**
|
|
427
|
-
* Number of zones the
|
|
439
|
+
* Number of zones that the Enterprise Search deployment will span. This is used to set HA. When omitted, it defaults to the deployment template value.
|
|
428
440
|
*/
|
|
429
441
|
zoneCount?: pulumi.Input<number>;
|
|
430
442
|
}
|
|
@@ -451,34 +463,34 @@ export interface DeploymentKibana {
|
|
|
451
463
|
/**
|
|
452
464
|
* Can be set multiple times to compose complex topologies.
|
|
453
465
|
*/
|
|
454
|
-
|
|
466
|
+
topology?: pulumi.Input<inputs.DeploymentKibanaTopology>;
|
|
455
467
|
}
|
|
456
468
|
export interface DeploymentKibanaConfig {
|
|
457
469
|
dockerImage?: pulumi.Input<string>;
|
|
458
470
|
/**
|
|
459
|
-
* JSON-formatted user level `
|
|
471
|
+
* JSON-formatted user level `enterprise_search.yml` setting overrides.
|
|
460
472
|
*/
|
|
461
473
|
userSettingsJson?: pulumi.Input<string>;
|
|
462
474
|
/**
|
|
463
|
-
* JSON-formatted admin (ECE) level `
|
|
475
|
+
* JSON-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
464
476
|
*/
|
|
465
477
|
userSettingsOverrideJson?: pulumi.Input<string>;
|
|
466
478
|
/**
|
|
467
|
-
* YAML-formatted admin (ECE) level `
|
|
479
|
+
* YAML-formatted admin (ECE) level `enterprise_search.yml` setting overrides.
|
|
468
480
|
*/
|
|
469
481
|
userSettingsOverrideYaml?: pulumi.Input<string>;
|
|
470
482
|
/**
|
|
471
|
-
* YAML-formatted user level `
|
|
483
|
+
* YAML-formatted user level `enterprise_search.yml` setting overrides.
|
|
472
484
|
*/
|
|
473
485
|
userSettingsYaml?: pulumi.Input<string>;
|
|
474
486
|
}
|
|
475
487
|
export interface DeploymentKibanaTopology {
|
|
476
488
|
/**
|
|
477
|
-
* Default instance configuration of the deployment template.
|
|
489
|
+
* Default instance configuration of the deployment template. To change it, use the [full list](https://www.elastic.co/guide/en/cloud/current/ec-regions-templates-instances.html) of regions and deployment templates available in ESS.
|
|
478
490
|
*/
|
|
479
491
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
480
492
|
/**
|
|
481
|
-
* Amount
|
|
493
|
+
* Amount of memory (RAM) per `topology` element in the "<size in GB>g" notation. When omitted, it defaults to the deployment template value.
|
|
482
494
|
*/
|
|
483
495
|
size?: pulumi.Input<string>;
|
|
484
496
|
/**
|
|
@@ -486,7 +498,7 @@ export interface DeploymentKibanaTopology {
|
|
|
486
498
|
*/
|
|
487
499
|
sizeResource?: pulumi.Input<string>;
|
|
488
500
|
/**
|
|
489
|
-
* Number of zones the
|
|
501
|
+
* Number of zones that the Enterprise Search deployment will span. This is used to set HA. When omitted, it defaults to the deployment template value.
|
|
490
502
|
*/
|
|
491
503
|
zoneCount?: pulumi.Input<number>;
|
|
492
504
|
}
|