roboDirectives

@JvmName(name = "kflpjjuiggimyfde")
suspend fun roboDirectives(value: Output<List<RoboDirectiveArgs>>)
@JvmName(name = "ftxtftcwguwctusd")
suspend fun roboDirectives(value: List<RoboDirectiveArgs>?)

Parameters

value

A set of directives Robo should apply during the crawl. This allows users to customize the crawl. For example, the username and password for a test account can be provided.


@JvmName(name = "chyaywjplulbpsfv")
suspend fun roboDirectives(vararg values: Output<RoboDirectiveArgs>)


@JvmName(name = "wkdajuexxyfolwge")
suspend fun roboDirectives(values: List<Output<RoboDirectiveArgs>>)
@JvmName(name = "rkrtqqcaokegidew")
suspend fun roboDirectives(vararg values: RoboDirectiveArgs)

Parameters

values

A set of directives Robo should apply during the crawl. This allows users to customize the crawl. For example, the username and password for a test account can be provided.


@JvmName(name = "cfafpuhssqoaxuvp")
suspend fun roboDirectives(argument: List<suspend RoboDirectiveArgsBuilder.() -> Unit>)
@JvmName(name = "pbeyjggdnsswkcgw")
suspend fun roboDirectives(vararg argument: suspend RoboDirectiveArgsBuilder.() -> Unit)
@JvmName(name = "obefaxoaastolbqg")
suspend fun roboDirectives(argument: suspend RoboDirectiveArgsBuilder.() -> Unit)

Parameters

argument

A set of directives Robo should apply during the crawl. This allows users to customize the crawl. For example, the username and password for a test account can be provided.