Get Elasticsearch Result
data class GetElasticsearchResult(val elasticCloudDeploymentId: String, val elasticCloudEmailAddress: String, val elasticCloudSsoDefaultUrl: String, val elasticCloudUserId: String, val elasticsearchServiceUrl: String, val id: String, val kibanaServiceUrl: String, val kibanaSsoUri: String, val location: String, val logs: List<GetElasticsearchLog>, val monitoringEnabled: Boolean, val name: String, val resourceGroupName: String, val skuName: String, val tags: Map<String, String>)
A collection of values returned by getElasticsearch.
Constructors
Link copied to clipboard
constructor(elasticCloudDeploymentId: String, elasticCloudEmailAddress: String, elasticCloudSsoDefaultUrl: String, elasticCloudUserId: String, elasticsearchServiceUrl: String, id: String, kibanaServiceUrl: String, kibanaSsoUri: String, location: String, logs: List<GetElasticsearchLog>, monitoringEnabled: Boolean, name: String, resourceGroupName: String, skuName: String, tags: Map<String, String>)
Properties
Link copied to clipboard
The ID of the Deployment within Elastic Cloud.
Link copied to clipboard
The Email Address which is associated with this Elasticsearch account.
Link copied to clipboard
The Default URL used for Single Sign On (SSO) to Elastic Cloud.
Link copied to clipboard
The ID of the User Account within Elastic Cloud.
Link copied to clipboard
The URL to the Elasticsearch Service associated with this Elasticsearch.
Link copied to clipboard
The URL to the Kibana Dashboard associated with this Elasticsearch.
Link copied to clipboard
The URI used for SSO to the Kibana Dashboard associated with this Elasticsearch.
Link copied to clipboard
A logs
block as defined below.
Link copied to clipboard
Specifies if monitoring is enabled on this Elasticsearch or not.
Link copied to clipboard