roboDirectives

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


@JvmName(name = "leeoltismuttjpmg")
suspend fun roboDirectives(values: List<Output<RoboDirectiveArgs>>)
@JvmName(name = "xowtwhybrntqcurj")
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 = "ooivwmndwixdjdal")
suspend fun roboDirectives(argument: List<suspend RoboDirectiveArgsBuilder.() -> Unit>)
@JvmName(name = "nsqkfxoernvctcsf")
suspend fun roboDirectives(vararg argument: suspend RoboDirectiveArgsBuilder.() -> Unit)
@JvmName(name = "ksfdksuahqwbgvcy")
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.