GetElasticsearchResult

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>)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

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

The Azure Region in which this Elasticsearch exists.

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

The name (key) of the Tag which should be filtered.

Link copied to clipboard
Link copied to clipboard

The name of the SKU used for this Elasticsearch.

Link copied to clipboard

A mapping of tags assigned to the Elasticsearch.