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
fun GetElasticsearchPlainArgs(logs: List<GetElasticsearchLog>? = null, name: String, resourceGroupName: String)

Functions

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

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.