words

@JvmName(name = "napqhkexpnekeuhc")
suspend fun words(value: Output<List<String>>)
@JvmName(name = "tayewohwxeviycow")
suspend fun words(value: List<String>)

Parameters

value

Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits.


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


@JvmName(name = "gbrclnffiwqojowp")
suspend fun words(values: List<Output<String>>)
@JvmName(name = "hyggasctdfunithg")
suspend fun words(vararg values: String)

Parameters

values

Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits.