@pulumi/ec 0.7.2-alpha.1706746151 → 0.7.2-alpha.1706811970
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/config/vars.d.ts +0 -3
- package/config/vars.js.map +1 -1
- package/package.json +1 -1
- package/types/input.d.ts +93 -0
- package/types/output.d.ts +93 -0
package/config/vars.d.ts
CHANGED
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
* API Key to use for API authentication. The only valid authentication mechanism for the Elasticsearch Service.
|
|
3
3
|
*/
|
|
4
4
|
export declare const apikey: string | undefined;
|
|
5
|
-
/**
|
|
6
|
-
* Endpoint where the terraform provider will point to. Defaults to "https://api.elastic-cloud.com".
|
|
7
|
-
*/
|
|
8
5
|
export declare const endpoint: string | undefined;
|
|
9
6
|
/**
|
|
10
7
|
* Allow the provider to skip TLS validation on its outgoing HTTP calls.
|
package/config/vars.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AAMzC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAClC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AAMzC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAClC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,UAAU,CAAC,CAAC;IACnD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,SAAS,CAAC,CAAC;IAClD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,oBAAoB,EAAE;IACjD,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,oBAAoB,CAAC,CAAC;IAC7D,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,aAAa,EAAE;IAC1C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;IACvC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
|
package/package.json
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -50,6 +50,9 @@ export interface DeploymentElasticsearch {
|
|
|
50
50
|
* Enable or disable autoscaling. Defaults to the setting coming from the deployment template.
|
|
51
51
|
*/
|
|
52
52
|
autoscale?: pulumi.Input<boolean>;
|
|
53
|
+
/**
|
|
54
|
+
* The encoded Elasticsearch credentials to use in Beats or Logstash
|
|
55
|
+
*/
|
|
53
56
|
cloudId?: pulumi.Input<string>;
|
|
54
57
|
/**
|
|
55
58
|
* 'cold' topology element
|
|
@@ -75,7 +78,13 @@ export interface DeploymentElasticsearch {
|
|
|
75
78
|
* 'hot' topology element
|
|
76
79
|
*/
|
|
77
80
|
hot: pulumi.Input<inputs.DeploymentElasticsearchHot>;
|
|
81
|
+
/**
|
|
82
|
+
* The Elasticsearch resource HTTP endpoint
|
|
83
|
+
*/
|
|
78
84
|
httpEndpoint?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The Elasticsearch resource HTTPs endpoint
|
|
87
|
+
*/
|
|
79
88
|
httpsEndpoint?: pulumi.Input<string>;
|
|
80
89
|
/**
|
|
81
90
|
* Keystore contents that are controlled by the deployment resource.
|
|
@@ -95,20 +104,38 @@ export interface DeploymentElasticsearch {
|
|
|
95
104
|
* A human readable reference for the Elasticsearch resource. The default value `main-elasticsearch` is recommended.
|
|
96
105
|
*/
|
|
97
106
|
refId?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The Elasticsearch resource region
|
|
109
|
+
*/
|
|
98
110
|
region?: pulumi.Input<string>;
|
|
99
111
|
/**
|
|
100
112
|
* Optional Elasticsearch remote clusters to configure for the Elasticsearch resource, can be set multiple times
|
|
101
113
|
*/
|
|
102
114
|
remoteClusters?: pulumi.Input<pulumi.Input<inputs.DeploymentElasticsearchRemoteCluster>[]>;
|
|
115
|
+
/**
|
|
116
|
+
* The Elasticsearch resource unique identifier
|
|
117
|
+
*/
|
|
103
118
|
resourceId?: pulumi.Input<string>;
|
|
104
119
|
/**
|
|
105
120
|
* (ECE only) Snapshot configuration settings for an Elasticsearch cluster.
|
|
106
121
|
*/
|
|
107
122
|
snapshot?: pulumi.Input<inputs.DeploymentElasticsearchSnapshot>;
|
|
108
123
|
snapshotSource?: pulumi.Input<inputs.DeploymentElasticsearchSnapshotSource>;
|
|
124
|
+
/**
|
|
125
|
+
* Configuration strategy type autodetect, grow_and_shrink, rolling_grow_and_shrink, rolling_all
|
|
126
|
+
*/
|
|
109
127
|
strategy?: pulumi.Input<string>;
|
|
128
|
+
/**
|
|
129
|
+
* Optional Elasticsearch account trust settings.
|
|
130
|
+
*/
|
|
110
131
|
trustAccounts?: pulumi.Input<pulumi.Input<inputs.DeploymentElasticsearchTrustAccount>[]>;
|
|
132
|
+
/**
|
|
133
|
+
* Optional Elasticsearch external trust settings.
|
|
134
|
+
*/
|
|
111
135
|
trustExternals?: pulumi.Input<pulumi.Input<inputs.DeploymentElasticsearchTrustExternal>[]>;
|
|
136
|
+
/**
|
|
137
|
+
* 'warm' topology element
|
|
138
|
+
*/
|
|
112
139
|
warm?: pulumi.Input<inputs.DeploymentElasticsearchWarm>;
|
|
113
140
|
}
|
|
114
141
|
export interface DeploymentElasticsearchCold {
|
|
@@ -116,6 +143,9 @@ export interface DeploymentElasticsearchCold {
|
|
|
116
143
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
117
144
|
*/
|
|
118
145
|
autoscaling: pulumi.Input<inputs.DeploymentElasticsearchColdAutoscaling>;
|
|
146
|
+
/**
|
|
147
|
+
* Computed Instance Configuration ID of the topology element
|
|
148
|
+
*/
|
|
119
149
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
120
150
|
/**
|
|
121
151
|
* The computed list of node roles for the current topology element
|
|
@@ -137,11 +167,17 @@ export interface DeploymentElasticsearchCold {
|
|
|
137
167
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
138
168
|
*/
|
|
139
169
|
nodeTypeMl?: pulumi.Input<string>;
|
|
170
|
+
/**
|
|
171
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
172
|
+
*/
|
|
140
173
|
size?: pulumi.Input<string>;
|
|
141
174
|
/**
|
|
142
175
|
* Optional size type, defaults to "memory".
|
|
143
176
|
*/
|
|
144
177
|
sizeResource?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
180
|
+
*/
|
|
145
181
|
zoneCount?: pulumi.Input<number>;
|
|
146
182
|
}
|
|
147
183
|
export interface DeploymentElasticsearchColdAutoscaling {
|
|
@@ -197,6 +233,9 @@ export interface DeploymentElasticsearchCoordinating {
|
|
|
197
233
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
198
234
|
*/
|
|
199
235
|
autoscaling: pulumi.Input<inputs.DeploymentElasticsearchCoordinatingAutoscaling>;
|
|
236
|
+
/**
|
|
237
|
+
* Computed Instance Configuration ID of the topology element
|
|
238
|
+
*/
|
|
200
239
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
201
240
|
/**
|
|
202
241
|
* The computed list of node roles for the current topology element
|
|
@@ -218,11 +257,17 @@ export interface DeploymentElasticsearchCoordinating {
|
|
|
218
257
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
219
258
|
*/
|
|
220
259
|
nodeTypeMl?: pulumi.Input<string>;
|
|
260
|
+
/**
|
|
261
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
262
|
+
*/
|
|
221
263
|
size?: pulumi.Input<string>;
|
|
222
264
|
/**
|
|
223
265
|
* Optional size type, defaults to "memory".
|
|
224
266
|
*/
|
|
225
267
|
sizeResource?: pulumi.Input<string>;
|
|
268
|
+
/**
|
|
269
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
270
|
+
*/
|
|
226
271
|
zoneCount?: pulumi.Input<number>;
|
|
227
272
|
}
|
|
228
273
|
export interface DeploymentElasticsearchCoordinatingAutoscaling {
|
|
@@ -270,6 +315,9 @@ export interface DeploymentElasticsearchFrozen {
|
|
|
270
315
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
271
316
|
*/
|
|
272
317
|
autoscaling: pulumi.Input<inputs.DeploymentElasticsearchFrozenAutoscaling>;
|
|
318
|
+
/**
|
|
319
|
+
* Computed Instance Configuration ID of the topology element
|
|
320
|
+
*/
|
|
273
321
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
274
322
|
/**
|
|
275
323
|
* The computed list of node roles for the current topology element
|
|
@@ -291,11 +339,17 @@ export interface DeploymentElasticsearchFrozen {
|
|
|
291
339
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
292
340
|
*/
|
|
293
341
|
nodeTypeMl?: pulumi.Input<string>;
|
|
342
|
+
/**
|
|
343
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
344
|
+
*/
|
|
294
345
|
size?: pulumi.Input<string>;
|
|
295
346
|
/**
|
|
296
347
|
* Optional size type, defaults to "memory".
|
|
297
348
|
*/
|
|
298
349
|
sizeResource?: pulumi.Input<string>;
|
|
350
|
+
/**
|
|
351
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
352
|
+
*/
|
|
299
353
|
zoneCount?: pulumi.Input<number>;
|
|
300
354
|
}
|
|
301
355
|
export interface DeploymentElasticsearchFrozenAutoscaling {
|
|
@@ -325,6 +379,9 @@ export interface DeploymentElasticsearchHot {
|
|
|
325
379
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
326
380
|
*/
|
|
327
381
|
autoscaling: pulumi.Input<inputs.DeploymentElasticsearchHotAutoscaling>;
|
|
382
|
+
/**
|
|
383
|
+
* Computed Instance Configuration ID of the topology element
|
|
384
|
+
*/
|
|
328
385
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
329
386
|
/**
|
|
330
387
|
* The computed list of node roles for the current topology element
|
|
@@ -346,11 +403,17 @@ export interface DeploymentElasticsearchHot {
|
|
|
346
403
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
347
404
|
*/
|
|
348
405
|
nodeTypeMl?: pulumi.Input<string>;
|
|
406
|
+
/**
|
|
407
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
408
|
+
*/
|
|
349
409
|
size?: pulumi.Input<string>;
|
|
350
410
|
/**
|
|
351
411
|
* Optional size type, defaults to "memory".
|
|
352
412
|
*/
|
|
353
413
|
sizeResource?: pulumi.Input<string>;
|
|
414
|
+
/**
|
|
415
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
416
|
+
*/
|
|
354
417
|
zoneCount?: pulumi.Input<number>;
|
|
355
418
|
}
|
|
356
419
|
export interface DeploymentElasticsearchHotAutoscaling {
|
|
@@ -390,6 +453,9 @@ export interface DeploymentElasticsearchMaster {
|
|
|
390
453
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
391
454
|
*/
|
|
392
455
|
autoscaling: pulumi.Input<inputs.DeploymentElasticsearchMasterAutoscaling>;
|
|
456
|
+
/**
|
|
457
|
+
* Computed Instance Configuration ID of the topology element
|
|
458
|
+
*/
|
|
393
459
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
394
460
|
/**
|
|
395
461
|
* The computed list of node roles for the current topology element
|
|
@@ -411,11 +477,17 @@ export interface DeploymentElasticsearchMaster {
|
|
|
411
477
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
412
478
|
*/
|
|
413
479
|
nodeTypeMl?: pulumi.Input<string>;
|
|
480
|
+
/**
|
|
481
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
482
|
+
*/
|
|
414
483
|
size?: pulumi.Input<string>;
|
|
415
484
|
/**
|
|
416
485
|
* Optional size type, defaults to "memory".
|
|
417
486
|
*/
|
|
418
487
|
sizeResource?: pulumi.Input<string>;
|
|
488
|
+
/**
|
|
489
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
490
|
+
*/
|
|
419
491
|
zoneCount?: pulumi.Input<number>;
|
|
420
492
|
}
|
|
421
493
|
export interface DeploymentElasticsearchMasterAutoscaling {
|
|
@@ -445,6 +517,9 @@ export interface DeploymentElasticsearchMl {
|
|
|
445
517
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
446
518
|
*/
|
|
447
519
|
autoscaling: pulumi.Input<inputs.DeploymentElasticsearchMlAutoscaling>;
|
|
520
|
+
/**
|
|
521
|
+
* Computed Instance Configuration ID of the topology element
|
|
522
|
+
*/
|
|
448
523
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
449
524
|
/**
|
|
450
525
|
* The computed list of node roles for the current topology element
|
|
@@ -466,11 +541,17 @@ export interface DeploymentElasticsearchMl {
|
|
|
466
541
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
467
542
|
*/
|
|
468
543
|
nodeTypeMl?: pulumi.Input<string>;
|
|
544
|
+
/**
|
|
545
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
546
|
+
*/
|
|
469
547
|
size?: pulumi.Input<string>;
|
|
470
548
|
/**
|
|
471
549
|
* Optional size type, defaults to "memory".
|
|
472
550
|
*/
|
|
473
551
|
sizeResource?: pulumi.Input<string>;
|
|
552
|
+
/**
|
|
553
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
554
|
+
*/
|
|
474
555
|
zoneCount?: pulumi.Input<number>;
|
|
475
556
|
}
|
|
476
557
|
export interface DeploymentElasticsearchMlAutoscaling {
|
|
@@ -504,6 +585,9 @@ export interface DeploymentElasticsearchRemoteCluster {
|
|
|
504
585
|
* Remote deployment ID
|
|
505
586
|
*/
|
|
506
587
|
deploymentId: pulumi.Input<string>;
|
|
588
|
+
/**
|
|
589
|
+
* Remote elasticsearch "refId", it is best left to the default value
|
|
590
|
+
*/
|
|
507
591
|
refId?: pulumi.Input<string>;
|
|
508
592
|
/**
|
|
509
593
|
* If true, skip the cluster during search when disconnected
|
|
@@ -575,6 +659,9 @@ export interface DeploymentElasticsearchWarm {
|
|
|
575
659
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
576
660
|
*/
|
|
577
661
|
autoscaling: pulumi.Input<inputs.DeploymentElasticsearchWarmAutoscaling>;
|
|
662
|
+
/**
|
|
663
|
+
* Computed Instance Configuration ID of the topology element
|
|
664
|
+
*/
|
|
578
665
|
instanceConfigurationId?: pulumi.Input<string>;
|
|
579
666
|
/**
|
|
580
667
|
* The computed list of node roles for the current topology element
|
|
@@ -596,11 +683,17 @@ export interface DeploymentElasticsearchWarm {
|
|
|
596
683
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
597
684
|
*/
|
|
598
685
|
nodeTypeMl?: pulumi.Input<string>;
|
|
686
|
+
/**
|
|
687
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
688
|
+
*/
|
|
599
689
|
size?: pulumi.Input<string>;
|
|
600
690
|
/**
|
|
601
691
|
* Optional size type, defaults to "memory".
|
|
602
692
|
*/
|
|
603
693
|
sizeResource?: pulumi.Input<string>;
|
|
694
|
+
/**
|
|
695
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
696
|
+
*/
|
|
604
697
|
zoneCount?: pulumi.Input<number>;
|
|
605
698
|
}
|
|
606
699
|
export interface DeploymentElasticsearchWarmAutoscaling {
|
package/types/output.d.ts
CHANGED
|
@@ -49,6 +49,9 @@ export interface DeploymentElasticsearch {
|
|
|
49
49
|
* Enable or disable autoscaling. Defaults to the setting coming from the deployment template.
|
|
50
50
|
*/
|
|
51
51
|
autoscale: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* The encoded Elasticsearch credentials to use in Beats or Logstash
|
|
54
|
+
*/
|
|
52
55
|
cloudId: string;
|
|
53
56
|
/**
|
|
54
57
|
* 'cold' topology element
|
|
@@ -74,7 +77,13 @@ export interface DeploymentElasticsearch {
|
|
|
74
77
|
* 'hot' topology element
|
|
75
78
|
*/
|
|
76
79
|
hot: outputs.DeploymentElasticsearchHot;
|
|
80
|
+
/**
|
|
81
|
+
* The Elasticsearch resource HTTP endpoint
|
|
82
|
+
*/
|
|
77
83
|
httpEndpoint: string;
|
|
84
|
+
/**
|
|
85
|
+
* The Elasticsearch resource HTTPs endpoint
|
|
86
|
+
*/
|
|
78
87
|
httpsEndpoint: string;
|
|
79
88
|
/**
|
|
80
89
|
* Keystore contents that are controlled by the deployment resource.
|
|
@@ -94,20 +103,38 @@ export interface DeploymentElasticsearch {
|
|
|
94
103
|
* A human readable reference for the Elasticsearch resource. The default value `main-elasticsearch` is recommended.
|
|
95
104
|
*/
|
|
96
105
|
refId: string;
|
|
106
|
+
/**
|
|
107
|
+
* The Elasticsearch resource region
|
|
108
|
+
*/
|
|
97
109
|
region: string;
|
|
98
110
|
/**
|
|
99
111
|
* Optional Elasticsearch remote clusters to configure for the Elasticsearch resource, can be set multiple times
|
|
100
112
|
*/
|
|
101
113
|
remoteClusters?: outputs.DeploymentElasticsearchRemoteCluster[];
|
|
114
|
+
/**
|
|
115
|
+
* The Elasticsearch resource unique identifier
|
|
116
|
+
*/
|
|
102
117
|
resourceId: string;
|
|
103
118
|
/**
|
|
104
119
|
* (ECE only) Snapshot configuration settings for an Elasticsearch cluster.
|
|
105
120
|
*/
|
|
106
121
|
snapshot: outputs.DeploymentElasticsearchSnapshot;
|
|
107
122
|
snapshotSource?: outputs.DeploymentElasticsearchSnapshotSource;
|
|
123
|
+
/**
|
|
124
|
+
* Configuration strategy type autodetect, grow_and_shrink, rolling_grow_and_shrink, rolling_all
|
|
125
|
+
*/
|
|
108
126
|
strategy?: string;
|
|
127
|
+
/**
|
|
128
|
+
* Optional Elasticsearch account trust settings.
|
|
129
|
+
*/
|
|
109
130
|
trustAccounts: outputs.DeploymentElasticsearchTrustAccount[];
|
|
131
|
+
/**
|
|
132
|
+
* Optional Elasticsearch external trust settings.
|
|
133
|
+
*/
|
|
110
134
|
trustExternals: outputs.DeploymentElasticsearchTrustExternal[];
|
|
135
|
+
/**
|
|
136
|
+
* 'warm' topology element
|
|
137
|
+
*/
|
|
111
138
|
warm?: outputs.DeploymentElasticsearchWarm;
|
|
112
139
|
}
|
|
113
140
|
export interface DeploymentElasticsearchCold {
|
|
@@ -115,6 +142,9 @@ export interface DeploymentElasticsearchCold {
|
|
|
115
142
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
116
143
|
*/
|
|
117
144
|
autoscaling: outputs.DeploymentElasticsearchColdAutoscaling;
|
|
145
|
+
/**
|
|
146
|
+
* Computed Instance Configuration ID of the topology element
|
|
147
|
+
*/
|
|
118
148
|
instanceConfigurationId: string;
|
|
119
149
|
/**
|
|
120
150
|
* The computed list of node roles for the current topology element
|
|
@@ -136,11 +166,17 @@ export interface DeploymentElasticsearchCold {
|
|
|
136
166
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
137
167
|
*/
|
|
138
168
|
nodeTypeMl: string;
|
|
169
|
+
/**
|
|
170
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
171
|
+
*/
|
|
139
172
|
size: string;
|
|
140
173
|
/**
|
|
141
174
|
* Optional size type, defaults to "memory".
|
|
142
175
|
*/
|
|
143
176
|
sizeResource: string;
|
|
177
|
+
/**
|
|
178
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
179
|
+
*/
|
|
144
180
|
zoneCount: number;
|
|
145
181
|
}
|
|
146
182
|
export interface DeploymentElasticsearchColdAutoscaling {
|
|
@@ -196,6 +232,9 @@ export interface DeploymentElasticsearchCoordinating {
|
|
|
196
232
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
197
233
|
*/
|
|
198
234
|
autoscaling: outputs.DeploymentElasticsearchCoordinatingAutoscaling;
|
|
235
|
+
/**
|
|
236
|
+
* Computed Instance Configuration ID of the topology element
|
|
237
|
+
*/
|
|
199
238
|
instanceConfigurationId: string;
|
|
200
239
|
/**
|
|
201
240
|
* The computed list of node roles for the current topology element
|
|
@@ -217,11 +256,17 @@ export interface DeploymentElasticsearchCoordinating {
|
|
|
217
256
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
218
257
|
*/
|
|
219
258
|
nodeTypeMl: string;
|
|
259
|
+
/**
|
|
260
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
261
|
+
*/
|
|
220
262
|
size: string;
|
|
221
263
|
/**
|
|
222
264
|
* Optional size type, defaults to "memory".
|
|
223
265
|
*/
|
|
224
266
|
sizeResource: string;
|
|
267
|
+
/**
|
|
268
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
269
|
+
*/
|
|
225
270
|
zoneCount: number;
|
|
226
271
|
}
|
|
227
272
|
export interface DeploymentElasticsearchCoordinatingAutoscaling {
|
|
@@ -269,6 +314,9 @@ export interface DeploymentElasticsearchFrozen {
|
|
|
269
314
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
270
315
|
*/
|
|
271
316
|
autoscaling: outputs.DeploymentElasticsearchFrozenAutoscaling;
|
|
317
|
+
/**
|
|
318
|
+
* Computed Instance Configuration ID of the topology element
|
|
319
|
+
*/
|
|
272
320
|
instanceConfigurationId: string;
|
|
273
321
|
/**
|
|
274
322
|
* The computed list of node roles for the current topology element
|
|
@@ -290,11 +338,17 @@ export interface DeploymentElasticsearchFrozen {
|
|
|
290
338
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
291
339
|
*/
|
|
292
340
|
nodeTypeMl: string;
|
|
341
|
+
/**
|
|
342
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
343
|
+
*/
|
|
293
344
|
size: string;
|
|
294
345
|
/**
|
|
295
346
|
* Optional size type, defaults to "memory".
|
|
296
347
|
*/
|
|
297
348
|
sizeResource: string;
|
|
349
|
+
/**
|
|
350
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
351
|
+
*/
|
|
298
352
|
zoneCount: number;
|
|
299
353
|
}
|
|
300
354
|
export interface DeploymentElasticsearchFrozenAutoscaling {
|
|
@@ -324,6 +378,9 @@ export interface DeploymentElasticsearchHot {
|
|
|
324
378
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
325
379
|
*/
|
|
326
380
|
autoscaling: outputs.DeploymentElasticsearchHotAutoscaling;
|
|
381
|
+
/**
|
|
382
|
+
* Computed Instance Configuration ID of the topology element
|
|
383
|
+
*/
|
|
327
384
|
instanceConfigurationId: string;
|
|
328
385
|
/**
|
|
329
386
|
* The computed list of node roles for the current topology element
|
|
@@ -345,11 +402,17 @@ export interface DeploymentElasticsearchHot {
|
|
|
345
402
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
346
403
|
*/
|
|
347
404
|
nodeTypeMl: string;
|
|
405
|
+
/**
|
|
406
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
407
|
+
*/
|
|
348
408
|
size: string;
|
|
349
409
|
/**
|
|
350
410
|
* Optional size type, defaults to "memory".
|
|
351
411
|
*/
|
|
352
412
|
sizeResource: string;
|
|
413
|
+
/**
|
|
414
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
415
|
+
*/
|
|
353
416
|
zoneCount: number;
|
|
354
417
|
}
|
|
355
418
|
export interface DeploymentElasticsearchHotAutoscaling {
|
|
@@ -389,6 +452,9 @@ export interface DeploymentElasticsearchMaster {
|
|
|
389
452
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
390
453
|
*/
|
|
391
454
|
autoscaling: outputs.DeploymentElasticsearchMasterAutoscaling;
|
|
455
|
+
/**
|
|
456
|
+
* Computed Instance Configuration ID of the topology element
|
|
457
|
+
*/
|
|
392
458
|
instanceConfigurationId: string;
|
|
393
459
|
/**
|
|
394
460
|
* The computed list of node roles for the current topology element
|
|
@@ -410,11 +476,17 @@ export interface DeploymentElasticsearchMaster {
|
|
|
410
476
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
411
477
|
*/
|
|
412
478
|
nodeTypeMl: string;
|
|
479
|
+
/**
|
|
480
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
481
|
+
*/
|
|
413
482
|
size: string;
|
|
414
483
|
/**
|
|
415
484
|
* Optional size type, defaults to "memory".
|
|
416
485
|
*/
|
|
417
486
|
sizeResource: string;
|
|
487
|
+
/**
|
|
488
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
489
|
+
*/
|
|
418
490
|
zoneCount: number;
|
|
419
491
|
}
|
|
420
492
|
export interface DeploymentElasticsearchMasterAutoscaling {
|
|
@@ -444,6 +516,9 @@ export interface DeploymentElasticsearchMl {
|
|
|
444
516
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
445
517
|
*/
|
|
446
518
|
autoscaling: outputs.DeploymentElasticsearchMlAutoscaling;
|
|
519
|
+
/**
|
|
520
|
+
* Computed Instance Configuration ID of the topology element
|
|
521
|
+
*/
|
|
447
522
|
instanceConfigurationId: string;
|
|
448
523
|
/**
|
|
449
524
|
* The computed list of node roles for the current topology element
|
|
@@ -465,11 +540,17 @@ export interface DeploymentElasticsearchMl {
|
|
|
465
540
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
466
541
|
*/
|
|
467
542
|
nodeTypeMl: string;
|
|
543
|
+
/**
|
|
544
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
545
|
+
*/
|
|
468
546
|
size: string;
|
|
469
547
|
/**
|
|
470
548
|
* Optional size type, defaults to "memory".
|
|
471
549
|
*/
|
|
472
550
|
sizeResource: string;
|
|
551
|
+
/**
|
|
552
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
553
|
+
*/
|
|
473
554
|
zoneCount: number;
|
|
474
555
|
}
|
|
475
556
|
export interface DeploymentElasticsearchMlAutoscaling {
|
|
@@ -503,6 +584,9 @@ export interface DeploymentElasticsearchRemoteCluster {
|
|
|
503
584
|
* Remote deployment ID
|
|
504
585
|
*/
|
|
505
586
|
deploymentId: string;
|
|
587
|
+
/**
|
|
588
|
+
* Remote elasticsearch "refId", it is best left to the default value
|
|
589
|
+
*/
|
|
506
590
|
refId: string;
|
|
507
591
|
/**
|
|
508
592
|
* If true, skip the cluster during search when disconnected
|
|
@@ -574,6 +658,9 @@ export interface DeploymentElasticsearchWarm {
|
|
|
574
658
|
* Optional Elasticsearch autoscaling settings, such a maximum and minimum size and resources.
|
|
575
659
|
*/
|
|
576
660
|
autoscaling: outputs.DeploymentElasticsearchWarmAutoscaling;
|
|
661
|
+
/**
|
|
662
|
+
* Computed Instance Configuration ID of the topology element
|
|
663
|
+
*/
|
|
577
664
|
instanceConfigurationId: string;
|
|
578
665
|
/**
|
|
579
666
|
* The computed list of node roles for the current topology element
|
|
@@ -595,11 +682,17 @@ export interface DeploymentElasticsearchWarm {
|
|
|
595
682
|
* The node type for the Elasticsearch Topology element (machine learning node)
|
|
596
683
|
*/
|
|
597
684
|
nodeTypeMl: string;
|
|
685
|
+
/**
|
|
686
|
+
* Amount of "sizeResource" per node in the "<size in GB>g" notation
|
|
687
|
+
*/
|
|
598
688
|
size: string;
|
|
599
689
|
/**
|
|
600
690
|
* Optional size type, defaults to "memory".
|
|
601
691
|
*/
|
|
602
692
|
sizeResource: string;
|
|
693
|
+
/**
|
|
694
|
+
* Number of zones that the Elasticsearch cluster will span. This is used to set HA
|
|
695
|
+
*/
|
|
603
696
|
zoneCount: number;
|
|
604
697
|
}
|
|
605
698
|
export interface DeploymentElasticsearchWarmAutoscaling {
|