GetElasticsearchPlainArgs

data class GetElasticsearchPlainArgs(val logs: List<GetElasticsearchLog>? = null, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetElasticsearchPlainArgs>

A collection of arguments for invoking getElasticsearch.

Constructors

Link copied to clipboard
constructor(logs: List<GetElasticsearchLog>? = null, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

A logs block as defined below.

Link copied to clipboard

The name of the Elasticsearch resource.

Link copied to clipboard

The name of the resource group in which the Elasticsearch exists.

Functions

Link copied to clipboard
open override fun toJava(): GetElasticsearchPlainArgs