@pulumi/ec 1.0.0-alpha.1783667091 → 1.0.0-alpha.1783683827
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 +5 -5
- package/elasticsearchProject.d.ts +6 -6
- package/package.json +2 -2
package/deployment.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ export declare class Deployment extends pulumi.CustomResource {
|
|
|
83
83
|
* Password for authenticating to the Elasticsearch resource.
|
|
84
84
|
*
|
|
85
85
|
* > **Note on deployment credentials** The <code>elastic</code> user credentials are only available whilst creating a deployment. Importing a deployment will not import the <code>elasticsearch_username</code> or <code>elasticsearch_password</code> attributes.
|
|
86
|
-
*
|
|
86
|
+
* **Note on deployment credentials in state** The <code>elastic</code> user credentials are stored in the state file as plain text. Please follow the official Terraform recommendations regarding senstaive data in state.
|
|
87
87
|
*/
|
|
88
88
|
readonly elasticsearchPassword: pulumi.Output<string>;
|
|
89
89
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class Deployment extends pulumi.CustomResource {
|
|
|
114
114
|
* When set to true, the deployment will be updated according to the latest deployment template values.
|
|
115
115
|
*
|
|
116
116
|
* > **Note** If the <code>instance_configuration_id</code> or <code>instance_configuration_version</code> fields are set for a specific topology element, that element will not be updated.
|
|
117
|
-
*
|
|
117
|
+
* **Note** Hardware migrations are not supported for deployments with node types. To use this field, the deployment needs to be migrated to node roles first.
|
|
118
118
|
*/
|
|
119
119
|
readonly migrateToLatestHardware: pulumi.Output<boolean | undefined>;
|
|
120
120
|
/**
|
|
@@ -185,7 +185,7 @@ export interface DeploymentState {
|
|
|
185
185
|
* Password for authenticating to the Elasticsearch resource.
|
|
186
186
|
*
|
|
187
187
|
* > **Note on deployment credentials** The <code>elastic</code> user credentials are only available whilst creating a deployment. Importing a deployment will not import the <code>elasticsearch_username</code> or <code>elasticsearch_password</code> attributes.
|
|
188
|
-
*
|
|
188
|
+
* **Note on deployment credentials in state** The <code>elastic</code> user credentials are stored in the state file as plain text. Please follow the official Terraform recommendations regarding senstaive data in state.
|
|
189
189
|
*/
|
|
190
190
|
elasticsearchPassword?: pulumi.Input<string | undefined>;
|
|
191
191
|
/**
|
|
@@ -216,7 +216,7 @@ export interface DeploymentState {
|
|
|
216
216
|
* When set to true, the deployment will be updated according to the latest deployment template values.
|
|
217
217
|
*
|
|
218
218
|
* > **Note** If the <code>instance_configuration_id</code> or <code>instance_configuration_version</code> fields are set for a specific topology element, that element will not be updated.
|
|
219
|
-
*
|
|
219
|
+
* **Note** Hardware migrations are not supported for deployments with node types. To use this field, the deployment needs to be migrated to node roles first.
|
|
220
220
|
*/
|
|
221
221
|
migrateToLatestHardware?: pulumi.Input<boolean | undefined>;
|
|
222
222
|
/**
|
|
@@ -298,7 +298,7 @@ export interface DeploymentArgs {
|
|
|
298
298
|
* When set to true, the deployment will be updated according to the latest deployment template values.
|
|
299
299
|
*
|
|
300
300
|
* > **Note** If the <code>instance_configuration_id</code> or <code>instance_configuration_version</code> fields are set for a specific topology element, that element will not be updated.
|
|
301
|
-
*
|
|
301
|
+
* **Note** Hardware migrations are not supported for deployments with node types. To use this field, the deployment needs to be migrated to node roles first.
|
|
302
302
|
*/
|
|
303
303
|
migrateToLatestHardware?: pulumi.Input<boolean | undefined>;
|
|
304
304
|
/**
|
|
@@ -72,8 +72,8 @@ export declare class ElasticsearchProject extends pulumi.CustomResource {
|
|
|
72
72
|
/**
|
|
73
73
|
* The purpose for which the hardware of this elasticsearch project is optimized. Also known as the Elasticsearch project subtype.
|
|
74
74
|
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
75
|
+
* - The `generalPurpose` option is suitable for most search use cases. For example, it is the right profile for full-text search, sparse vectors, and dense vectors that use compression such as BBQ. It is used by default when you create projects from the UI.
|
|
76
|
+
* - The `vector` option is recommended only for uncompressed dense vectors (`denseVector` fields with `int4` or `int8` quantization strategies) and high dimensionality. Refer to documentation about billing dimensions for the impact to virtual compute unit (VCU) consumption.
|
|
77
77
|
*/
|
|
78
78
|
readonly optimizedFor: pulumi.Output<string>;
|
|
79
79
|
/**
|
|
@@ -136,8 +136,8 @@ export interface ElasticsearchProjectState {
|
|
|
136
136
|
/**
|
|
137
137
|
* The purpose for which the hardware of this elasticsearch project is optimized. Also known as the Elasticsearch project subtype.
|
|
138
138
|
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
139
|
+
* - The `generalPurpose` option is suitable for most search use cases. For example, it is the right profile for full-text search, sparse vectors, and dense vectors that use compression such as BBQ. It is used by default when you create projects from the UI.
|
|
140
|
+
* - The `vector` option is recommended only for uncompressed dense vectors (`denseVector` fields with `int4` or `int8` quantization strategies) and high dimensionality. Refer to documentation about billing dimensions for the impact to virtual compute unit (VCU) consumption.
|
|
141
141
|
*/
|
|
142
142
|
optimizedFor?: pulumi.Input<string | undefined>;
|
|
143
143
|
/**
|
|
@@ -180,8 +180,8 @@ export interface ElasticsearchProjectArgs {
|
|
|
180
180
|
/**
|
|
181
181
|
* The purpose for which the hardware of this elasticsearch project is optimized. Also known as the Elasticsearch project subtype.
|
|
182
182
|
*
|
|
183
|
-
*
|
|
184
|
-
*
|
|
183
|
+
* - The `generalPurpose` option is suitable for most search use cases. For example, it is the right profile for full-text search, sparse vectors, and dense vectors that use compression such as BBQ. It is used by default when you create projects from the UI.
|
|
184
|
+
* - The `vector` option is recommended only for uncompressed dense vectors (`denseVector` fields with `int4` or `int8` quantization strategies) and high dimensionality. Refer to documentation about billing dimensions for the impact to virtual compute unit (VCU) consumption.
|
|
185
185
|
*/
|
|
186
186
|
optimizedFor?: pulumi.Input<string | undefined>;
|
|
187
187
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/ec",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.1783683827",
|
|
4
4
|
"description": "A Pulumi package for creating and managing ElasticCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"pulumi": {
|
|
28
28
|
"resource": true,
|
|
29
29
|
"name": "ec",
|
|
30
|
-
"version": "1.0.0-alpha.
|
|
30
|
+
"version": "1.0.0-alpha.1783683827"
|
|
31
31
|
}
|
|
32
32
|
}
|