advancedOptions

@JvmName(name = "sifvfguadmpmynpo")
suspend fun advancedOptions(value: Output<Map<String, String>>)
@JvmName(name = "tviypqwiucnmclhv")
suspend fun advancedOptions(value: Map<String, String>?)

Parameters

value

Key-value string pairs to specify advanced configuration options. Note that the values for these configuration options must be strings (wrapped in quotes) or they may be wrong and cause a perpetual diff, causing the provider to want to recreate your Elasticsearch domain on every apply.


@JvmName(name = "fovotgqtllbqrqtm")
fun advancedOptions(vararg values: Pair<String, String>)

Parameters

values

Key-value string pairs to specify advanced configuration options. Note that the values for these configuration options must be strings (wrapped in quotes) or they may be wrong and cause a perpetual diff, causing the provider to want to recreate your Elasticsearch domain on every apply.