classifiers

@JvmName(name = "tgasmrgdhlsqhfca")
suspend fun classifiers(value: Output<List<String>>)
@JvmName(name = "nsdkvpxewhvpfofj")
suspend fun classifiers(value: List<String>?)

Parameters

value

List of custom classifiers. By default, all AWS classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.


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


@JvmName(name = "vlgrckqumqedvlpw")
suspend fun classifiers(values: List<Output<String>>)
@JvmName(name = "fdqcqapubxanncgt")
suspend fun classifiers(vararg values: String)

Parameters

values

List of custom classifiers. By default, all AWS classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.