elasticsearchUrls

@JvmName(name = "uoitcqmjfpvtufiq")
suspend fun elasticsearchUrls(value: Output<List<String>>)
@JvmName(name = "gtaxfdfoogrhjooe")
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 = "cvabyuqypqihpgmv")
suspend fun elasticsearchUrls(vararg values: Output<String>)


@JvmName(name = "afkrbgthsrfqooyk")
suspend fun elasticsearchUrls(values: List<Output<String>>)
@JvmName(name = "qlqrsvyahitgjfmg")
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).