A newer version is available. For the latest information, see the
current release documentation.
DeploymentResource
edit
Data for a deployment resource
Propertiesedit
-
cloud_id
(string
) - An encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana
-
credentials
(ClusterCredentials
) - Credentials for logging into a created resource. Only provided on initial create and absent otherwise.
-
elasticsearch_cluster_ref_id
(string
) - The Elasticsearch cluster that this resource depends on.
-
id
(string
, required) - A system-unique id for the created resource
-
kind
(string
, required) - The kind of resource
-
ref_id
(string
, required) - A locally-unique friendly alias for this Elasticsearch cluster
-
region
(string
, required) - Identifier of the region in which this resource runs.
-
secret_token
(string
) - Secret token for using a created resource. Only provided on initial create and absent otherwise.
Exampleedit
{ "cloud_id" : "string", "credentials" : { "password" : "string", "username" : "string" }, "elasticsearch_cluster_ref_id" : "string", "id" : "string", "kind" : "string", "ref_id" : "string", "region" : "string", "secret_token" : "string" }