roboDirectives

@JvmName(name = "djiajqfpwrsvrwwq")
suspend fun roboDirectives(value: Output<List<RoboDirectiveArgs>>)
@JvmName(name = "lyqsllvlhuswujtl")
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 = "abkdbruvwkdhqypp")
suspend fun roboDirectives(vararg values: Output<RoboDirectiveArgs>)


@JvmName(name = "bfalyelwlttynkmd")
suspend fun roboDirectives(values: List<Output<RoboDirectiveArgs>>)
@JvmName(name = "vbayxpqrghmyohku")
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 = "xaajxjnesnsgrwfj")
suspend fun roboDirectives(argument: List<suspend RoboDirectiveArgsBuilder.() -> Unit>)
@JvmName(name = "vyyloxpgfxxqmiqj")
suspend fun roboDirectives(vararg argument: suspend RoboDirectiveArgsBuilder.() -> Unit)
@JvmName(name = "hcmeplabomdhcmxf")
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.