published on Saturday, Jul 4, 2026 by elastic
published on Saturday, Jul 4, 2026 by elastic
Manages Machine Learning trained model aliases. A trained model alias is a logical name used to reference a single trained model. See the ML Trained Model Alias API documentation for more details.
Create ElasticsearchMlTrainedModelAlias Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ElasticsearchMlTrainedModelAlias(name: string, args: ElasticsearchMlTrainedModelAliasArgs, opts?: CustomResourceOptions);@overload
def ElasticsearchMlTrainedModelAlias(resource_name: str,
args: ElasticsearchMlTrainedModelAliasArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ElasticsearchMlTrainedModelAlias(resource_name: str,
opts: Optional[ResourceOptions] = None,
model_alias: Optional[str] = None,
model_id: Optional[str] = None,
elasticsearch_connections: Optional[Sequence[ElasticsearchMlTrainedModelAliasElasticsearchConnectionArgs]] = None,
reassign: Optional[bool] = None,
timeouts: Optional[ElasticsearchMlTrainedModelAliasTimeoutsArgs] = None)func NewElasticsearchMlTrainedModelAlias(ctx *Context, name string, args ElasticsearchMlTrainedModelAliasArgs, opts ...ResourceOption) (*ElasticsearchMlTrainedModelAlias, error)public ElasticsearchMlTrainedModelAlias(string name, ElasticsearchMlTrainedModelAliasArgs args, CustomResourceOptions? opts = null)
public ElasticsearchMlTrainedModelAlias(String name, ElasticsearchMlTrainedModelAliasArgs args)
public ElasticsearchMlTrainedModelAlias(String name, ElasticsearchMlTrainedModelAliasArgs args, CustomResourceOptions options)
type: elasticstack:ElasticsearchMlTrainedModelAlias
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "elasticstack_elasticsearchmltrainedmodelalias" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args ElasticsearchMlTrainedModelAliasArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ElasticsearchMlTrainedModelAliasArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ElasticsearchMlTrainedModelAliasArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ElasticsearchMlTrainedModelAliasArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ElasticsearchMlTrainedModelAliasArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var elasticsearchMlTrainedModelAliasResource = new Elasticstack.ElasticsearchMlTrainedModelAlias("elasticsearchMlTrainedModelAliasResource", new()
{
ModelAlias = "string",
ModelId = "string",
ElasticsearchConnections = new[]
{
new Elasticstack.Inputs.ElasticsearchMlTrainedModelAliasElasticsearchConnectionArgs
{
ApiKey = "string",
BearerToken = "string",
CaData = "string",
CaFile = "string",
CaFingerprint = "string",
CertData = "string",
CertFile = "string",
Endpoints = new[]
{
"string",
},
EsClientAuthentication = "string",
Headers =
{
{ "string", "string" },
},
Insecure = false,
KeyData = "string",
KeyFile = "string",
Password = "string",
Username = "string",
},
},
Reassign = false,
Timeouts = new Elasticstack.Inputs.ElasticsearchMlTrainedModelAliasTimeoutsArgs
{
Create = "string",
Delete = "string",
Read = "string",
Update = "string",
},
});
example, err := elasticstack.NewElasticsearchMlTrainedModelAlias(ctx, "elasticsearchMlTrainedModelAliasResource", &elasticstack.ElasticsearchMlTrainedModelAliasArgs{
ModelAlias: pulumi.String("string"),
ModelId: pulumi.String("string"),
ElasticsearchConnections: elasticstack.ElasticsearchMlTrainedModelAliasElasticsearchConnectionArray{
&elasticstack.ElasticsearchMlTrainedModelAliasElasticsearchConnectionArgs{
ApiKey: pulumi.String("string"),
BearerToken: pulumi.String("string"),
CaData: pulumi.String("string"),
CaFile: pulumi.String("string"),
CaFingerprint: pulumi.String("string"),
CertData: pulumi.String("string"),
CertFile: pulumi.String("string"),
Endpoints: pulumi.StringArray{
pulumi.String("string"),
},
EsClientAuthentication: pulumi.String("string"),
Headers: pulumi.StringMap{
"string": pulumi.String("string"),
},
Insecure: pulumi.Bool(false),
KeyData: pulumi.String("string"),
KeyFile: pulumi.String("string"),
Password: pulumi.String("string"),
Username: pulumi.String("string"),
},
},
Reassign: pulumi.Bool(false),
Timeouts: &elasticstack.ElasticsearchMlTrainedModelAliasTimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
Read: pulumi.String("string"),
Update: pulumi.String("string"),
},
})
resource "elasticstack_elasticsearchmltrainedmodelalias" "elasticsearchMlTrainedModelAliasResource" {
model_alias = "string"
model_id = "string"
elasticsearch_connections {
api_key = "string"
bearer_token = "string"
ca_data = "string"
ca_file = "string"
ca_fingerprint = "string"
cert_data = "string"
cert_file = "string"
endpoints = ["string"]
es_client_authentication = "string"
headers = {
"string" = "string"
}
insecure = false
key_data = "string"
key_file = "string"
password = "string"
username = "string"
}
reassign = false
timeouts = {
create = "string"
delete = "string"
read = "string"
update = "string"
}
}
var elasticsearchMlTrainedModelAliasResource = new ElasticsearchMlTrainedModelAlias("elasticsearchMlTrainedModelAliasResource", ElasticsearchMlTrainedModelAliasArgs.builder()
.modelAlias("string")
.modelId("string")
.elasticsearchConnections(ElasticsearchMlTrainedModelAliasElasticsearchConnectionArgs.builder()
.apiKey("string")
.bearerToken("string")
.caData("string")
.caFile("string")
.caFingerprint("string")
.certData("string")
.certFile("string")
.endpoints("string")
.esClientAuthentication("string")
.headers(Map.of("string", "string"))
.insecure(false)
.keyData("string")
.keyFile("string")
.password("string")
.username("string")
.build())
.reassign(false)
.timeouts(ElasticsearchMlTrainedModelAliasTimeoutsArgs.builder()
.create("string")
.delete("string")
.read("string")
.update("string")
.build())
.build());
elasticsearch_ml_trained_model_alias_resource = elasticstack.ElasticsearchMlTrainedModelAlias("elasticsearchMlTrainedModelAliasResource",
model_alias="string",
model_id="string",
elasticsearch_connections=[{
"api_key": "string",
"bearer_token": "string",
"ca_data": "string",
"ca_file": "string",
"ca_fingerprint": "string",
"cert_data": "string",
"cert_file": "string",
"endpoints": ["string"],
"es_client_authentication": "string",
"headers": {
"string": "string",
},
"insecure": False,
"key_data": "string",
"key_file": "string",
"password": "string",
"username": "string",
}],
reassign=False,
timeouts={
"create": "string",
"delete": "string",
"read": "string",
"update": "string",
})
const elasticsearchMlTrainedModelAliasResource = new elasticstack.ElasticsearchMlTrainedModelAlias("elasticsearchMlTrainedModelAliasResource", {
modelAlias: "string",
modelId: "string",
elasticsearchConnections: [{
apiKey: "string",
bearerToken: "string",
caData: "string",
caFile: "string",
caFingerprint: "string",
certData: "string",
certFile: "string",
endpoints: ["string"],
esClientAuthentication: "string",
headers: {
string: "string",
},
insecure: false,
keyData: "string",
keyFile: "string",
password: "string",
username: "string",
}],
reassign: false,
timeouts: {
create: "string",
"delete": "string",
read: "string",
update: "string",
},
});
type: elasticstack:ElasticsearchMlTrainedModelAlias
properties:
elasticsearchConnections:
- apiKey: string
bearerToken: string
caData: string
caFile: string
caFingerprint: string
certData: string
certFile: string
endpoints:
- string
esClientAuthentication: string
headers:
string: string
insecure: false
keyData: string
keyFile: string
password: string
username: string
modelAlias: string
modelId: string
reassign: false
timeouts:
create: string
delete: string
read: string
update: string
ElasticsearchMlTrainedModelAlias Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ElasticsearchMlTrainedModelAlias resource accepts the following input properties:
- Model
Alias string - The alias to create or update. This value cannot end in numbers.
- Model
Id string - The identifier for the trained model that the alias refers to.
- Elasticsearch
Connections List<ElasticsearchMl Trained Model Alias Elasticsearch Connection> - Elasticsearch connection configuration block.
- Reassign bool
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- Timeouts
Elasticsearch
Ml Trained Model Alias Timeouts
- Model
Alias string - The alias to create or update. This value cannot end in numbers.
- Model
Id string - The identifier for the trained model that the alias refers to.
- Elasticsearch
Connections []ElasticsearchMl Trained Model Alias Elasticsearch Connection Args - Elasticsearch connection configuration block.
- Reassign bool
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- Timeouts
Elasticsearch
Ml Trained Model Alias Timeouts Args
- model_
alias string - The alias to create or update. This value cannot end in numbers.
- model_
id string - The identifier for the trained model that the alias refers to.
- elasticsearch_
connections list(object) - Elasticsearch connection configuration block.
- reassign bool
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- timeouts object
- model
Alias String - The alias to create or update. This value cannot end in numbers.
- model
Id String - The identifier for the trained model that the alias refers to.
- elasticsearch
Connections List<ElasticsearchMl Trained Model Alias Elasticsearch Connection> - Elasticsearch connection configuration block.
- reassign Boolean
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- timeouts
Elasticsearch
Ml Trained Model Alias Timeouts
- model
Alias string - The alias to create or update. This value cannot end in numbers.
- model
Id string - The identifier for the trained model that the alias refers to.
- elasticsearch
Connections ElasticsearchMl Trained Model Alias Elasticsearch Connection[] - Elasticsearch connection configuration block.
- reassign boolean
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- timeouts
Elasticsearch
Ml Trained Model Alias Timeouts
- model_
alias str - The alias to create or update. This value cannot end in numbers.
- model_
id str - The identifier for the trained model that the alias refers to.
- elasticsearch_
connections Sequence[ElasticsearchMl Trained Model Alias Elasticsearch Connection Args] - Elasticsearch connection configuration block.
- reassign bool
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- timeouts
Elasticsearch
Ml Trained Model Alias Timeouts Args
- model
Alias String - The alias to create or update. This value cannot end in numbers.
- model
Id String - The identifier for the trained model that the alias refers to.
- elasticsearch
Connections List<Property Map> - Elasticsearch connection configuration block.
- reassign Boolean
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the ElasticsearchMlTrainedModelAlias resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ElasticsearchMlTrainedModelAlias Resource
Get an existing ElasticsearchMlTrainedModelAlias resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ElasticsearchMlTrainedModelAliasState, opts?: CustomResourceOptions): ElasticsearchMlTrainedModelAlias@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
elasticsearch_connections: Optional[Sequence[ElasticsearchMlTrainedModelAliasElasticsearchConnectionArgs]] = None,
model_alias: Optional[str] = None,
model_id: Optional[str] = None,
reassign: Optional[bool] = None,
timeouts: Optional[ElasticsearchMlTrainedModelAliasTimeoutsArgs] = None) -> ElasticsearchMlTrainedModelAliasfunc GetElasticsearchMlTrainedModelAlias(ctx *Context, name string, id IDInput, state *ElasticsearchMlTrainedModelAliasState, opts ...ResourceOption) (*ElasticsearchMlTrainedModelAlias, error)public static ElasticsearchMlTrainedModelAlias Get(string name, Input<string> id, ElasticsearchMlTrainedModelAliasState? state, CustomResourceOptions? opts = null)public static ElasticsearchMlTrainedModelAlias get(String name, Output<String> id, ElasticsearchMlTrainedModelAliasState state, CustomResourceOptions options)resources: _: type: elasticstack:ElasticsearchMlTrainedModelAlias get: id: ${id}import {
to = elasticstack_elasticsearchmltrainedmodelalias.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Elasticsearch
Connections List<ElasticsearchMl Trained Model Alias Elasticsearch Connection> - Elasticsearch connection configuration block.
- Model
Alias string - The alias to create or update. This value cannot end in numbers.
- Model
Id string - The identifier for the trained model that the alias refers to.
- Reassign bool
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- Timeouts
Elasticsearch
Ml Trained Model Alias Timeouts
- Elasticsearch
Connections []ElasticsearchMl Trained Model Alias Elasticsearch Connection Args - Elasticsearch connection configuration block.
- Model
Alias string - The alias to create or update. This value cannot end in numbers.
- Model
Id string - The identifier for the trained model that the alias refers to.
- Reassign bool
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- Timeouts
Elasticsearch
Ml Trained Model Alias Timeouts Args
- elasticsearch_
connections list(object) - Elasticsearch connection configuration block.
- model_
alias string - The alias to create or update. This value cannot end in numbers.
- model_
id string - The identifier for the trained model that the alias refers to.
- reassign bool
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- timeouts object
- elasticsearch
Connections List<ElasticsearchMl Trained Model Alias Elasticsearch Connection> - Elasticsearch connection configuration block.
- model
Alias String - The alias to create or update. This value cannot end in numbers.
- model
Id String - The identifier for the trained model that the alias refers to.
- reassign Boolean
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- timeouts
Elasticsearch
Ml Trained Model Alias Timeouts
- elasticsearch
Connections ElasticsearchMl Trained Model Alias Elasticsearch Connection[] - Elasticsearch connection configuration block.
- model
Alias string - The alias to create or update. This value cannot end in numbers.
- model
Id string - The identifier for the trained model that the alias refers to.
- reassign boolean
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- timeouts
Elasticsearch
Ml Trained Model Alias Timeouts
- elasticsearch_
connections Sequence[ElasticsearchMl Trained Model Alias Elasticsearch Connection Args] - Elasticsearch connection configuration block.
- model_
alias str - The alias to create or update. This value cannot end in numbers.
- model_
id str - The identifier for the trained model that the alias refers to.
- reassign bool
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- timeouts
Elasticsearch
Ml Trained Model Alias Timeouts Args
- elasticsearch
Connections List<Property Map> - Elasticsearch connection configuration block.
- model
Alias String - The alias to create or update. This value cannot end in numbers.
- model
Id String - The identifier for the trained model that the alias refers to.
- reassign Boolean
- Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model.
- timeouts Property Map
Supporting Types
ElasticsearchMlTrainedModelAliasElasticsearchConnection, ElasticsearchMlTrainedModelAliasElasticsearchConnectionArgs
- Api
Key string - API Key to use for authentication to Elasticsearch
- Bearer
Token string - Bearer Token to use for authentication to Elasticsearch
- Ca
Data string - PEM-encoded custom Certificate Authority certificate
- Ca
File string - Path to a custom Certificate Authority certificate
- Ca
Fingerprint string - SHA-256 hex fingerprint (64 hexadecimal characters, no colons or separators) of the server TLS certificate used to pin the connection instead of a full CA chain
- Cert
Data string - PEM encoded certificate for client auth
- Cert
File string - Path to a file containing the PEM encoded certificate for client auth
- Endpoints List<string>
- Es
Client stringAuthentication - ES Client Authentication field to be used with the JWT token
- Headers Dictionary<string, string>
- A list of headers to be sent with each request to Elasticsearch.
- Insecure bool
- Disable TLS certificate validation
- Key
Data string - PEM encoded private key for client auth
- Key
File string - Path to a file containing the PEM encoded private key for client auth
- Password string
- Password to use for API authentication to Elasticsearch.
- Username string
- Username to use for API authentication to Elasticsearch.
- Api
Key string - API Key to use for authentication to Elasticsearch
- Bearer
Token string - Bearer Token to use for authentication to Elasticsearch
- Ca
Data string - PEM-encoded custom Certificate Authority certificate
- Ca
File string - Path to a custom Certificate Authority certificate
- Ca
Fingerprint string - SHA-256 hex fingerprint (64 hexadecimal characters, no colons or separators) of the server TLS certificate used to pin the connection instead of a full CA chain
- Cert
Data string - PEM encoded certificate for client auth
- Cert
File string - Path to a file containing the PEM encoded certificate for client auth
- Endpoints []string
- Es
Client stringAuthentication - ES Client Authentication field to be used with the JWT token
- Headers map[string]string
- A list of headers to be sent with each request to Elasticsearch.
- Insecure bool
- Disable TLS certificate validation
- Key
Data string - PEM encoded private key for client auth
- Key
File string - Path to a file containing the PEM encoded private key for client auth
- Password string
- Password to use for API authentication to Elasticsearch.
- Username string
- Username to use for API authentication to Elasticsearch.
- api_
key string - API Key to use for authentication to Elasticsearch
- bearer_
token string - Bearer Token to use for authentication to Elasticsearch
- ca_
data string - PEM-encoded custom Certificate Authority certificate
- ca_
file string - Path to a custom Certificate Authority certificate
- ca_
fingerprint string - SHA-256 hex fingerprint (64 hexadecimal characters, no colons or separators) of the server TLS certificate used to pin the connection instead of a full CA chain
- cert_
data string - PEM encoded certificate for client auth
- cert_
file string - Path to a file containing the PEM encoded certificate for client auth
- endpoints list(string)
- es_
client_ stringauthentication - ES Client Authentication field to be used with the JWT token
- headers map(string)
- A list of headers to be sent with each request to Elasticsearch.
- insecure bool
- Disable TLS certificate validation
- key_
data string - PEM encoded private key for client auth
- key_
file string - Path to a file containing the PEM encoded private key for client auth
- password string
- Password to use for API authentication to Elasticsearch.
- username string
- Username to use for API authentication to Elasticsearch.
- api
Key String - API Key to use for authentication to Elasticsearch
- bearer
Token String - Bearer Token to use for authentication to Elasticsearch
- ca
Data String - PEM-encoded custom Certificate Authority certificate
- ca
File String - Path to a custom Certificate Authority certificate
- ca
Fingerprint String - SHA-256 hex fingerprint (64 hexadecimal characters, no colons or separators) of the server TLS certificate used to pin the connection instead of a full CA chain
- cert
Data String - PEM encoded certificate for client auth
- cert
File String - Path to a file containing the PEM encoded certificate for client auth
- endpoints List<String>
- es
Client StringAuthentication - ES Client Authentication field to be used with the JWT token
- headers Map<String,String>
- A list of headers to be sent with each request to Elasticsearch.
- insecure Boolean
- Disable TLS certificate validation
- key
Data String - PEM encoded private key for client auth
- key
File String - Path to a file containing the PEM encoded private key for client auth
- password String
- Password to use for API authentication to Elasticsearch.
- username String
- Username to use for API authentication to Elasticsearch.
- api
Key string - API Key to use for authentication to Elasticsearch
- bearer
Token string - Bearer Token to use for authentication to Elasticsearch
- ca
Data string - PEM-encoded custom Certificate Authority certificate
- ca
File string - Path to a custom Certificate Authority certificate
- ca
Fingerprint string - SHA-256 hex fingerprint (64 hexadecimal characters, no colons or separators) of the server TLS certificate used to pin the connection instead of a full CA chain
- cert
Data string - PEM encoded certificate for client auth
- cert
File string - Path to a file containing the PEM encoded certificate for client auth
- endpoints string[]
- es
Client stringAuthentication - ES Client Authentication field to be used with the JWT token
- headers {[key: string]: string}
- A list of headers to be sent with each request to Elasticsearch.
- insecure boolean
- Disable TLS certificate validation
- key
Data string - PEM encoded private key for client auth
- key
File string - Path to a file containing the PEM encoded private key for client auth
- password string
- Password to use for API authentication to Elasticsearch.
- username string
- Username to use for API authentication to Elasticsearch.
- api_
key str - API Key to use for authentication to Elasticsearch
- bearer_
token str - Bearer Token to use for authentication to Elasticsearch
- ca_
data str - PEM-encoded custom Certificate Authority certificate
- ca_
file str - Path to a custom Certificate Authority certificate
- ca_
fingerprint str - SHA-256 hex fingerprint (64 hexadecimal characters, no colons or separators) of the server TLS certificate used to pin the connection instead of a full CA chain
- cert_
data str - PEM encoded certificate for client auth
- cert_
file str - Path to a file containing the PEM encoded certificate for client auth
- endpoints Sequence[str]
- es_
client_ strauthentication - ES Client Authentication field to be used with the JWT token
- headers Mapping[str, str]
- A list of headers to be sent with each request to Elasticsearch.
- insecure bool
- Disable TLS certificate validation
- key_
data str - PEM encoded private key for client auth
- key_
file str - Path to a file containing the PEM encoded private key for client auth
- password str
- Password to use for API authentication to Elasticsearch.
- username str
- Username to use for API authentication to Elasticsearch.
- api
Key String - API Key to use for authentication to Elasticsearch
- bearer
Token String - Bearer Token to use for authentication to Elasticsearch
- ca
Data String - PEM-encoded custom Certificate Authority certificate
- ca
File String - Path to a custom Certificate Authority certificate
- ca
Fingerprint String - SHA-256 hex fingerprint (64 hexadecimal characters, no colons or separators) of the server TLS certificate used to pin the connection instead of a full CA chain
- cert
Data String - PEM encoded certificate for client auth
- cert
File String - Path to a file containing the PEM encoded certificate for client auth
- endpoints List<String>
- es
Client StringAuthentication - ES Client Authentication field to be used with the JWT token
- headers Map<String>
- A list of headers to be sent with each request to Elasticsearch.
- insecure Boolean
- Disable TLS certificate validation
- key
Data String - PEM encoded private key for client auth
- key
File String - Path to a file containing the PEM encoded private key for client auth
- password String
- Password to use for API authentication to Elasticsearch.
- username String
- Username to use for API authentication to Elasticsearch.
ElasticsearchMlTrainedModelAliasTimeouts, ElasticsearchMlTrainedModelAliasTimeoutsArgs
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Package Details
- Repository
- elasticstack elastic/terraform-provider-elasticstack
- License
- Notes
- This Pulumi package is based on the
elasticstackTerraform Provider.
published on Saturday, Jul 4, 2026 by elastic