elasticsearchUrls

@JvmName(name = "ubrrlulpuncndxbw")
suspend fun elasticsearchUrls(value: Output<List<String>>)
@JvmName(name = "viuxsvotrdhdjicc")
suspend fun elasticsearchUrls(value: List<String>?)

Parameters

value

The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).


@JvmName(name = "bvowohrvttqsolnb")
suspend fun elasticsearchUrls(vararg values: Output<String>)


@JvmName(name = "sglchleaadvpvbax")
suspend fun elasticsearchUrls(values: List<Output<String>>)
@JvmName(name = "bcbyjuxodvdwqmvo")
suspend fun elasticsearchUrls(vararg values: String)

Parameters

values

The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).