classifiers

@JvmName(name = "lrfjbamfefuhqnvm")
suspend fun classifiers(value: Output<List<String>>)
@JvmName(name = "bsprfjxffbqquewr")
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 = "lbxoxihrpbnxepeq")
suspend fun classifiers(vararg values: Output<String>)


@JvmName(name = "hjhjbkvadhsjgydp")
suspend fun classifiers(values: List<Output<String>>)
@JvmName(name = "rlwadnenbxbvbqvv")
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.