elasticsearchUrls

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


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