elasticsearchUrls

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


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