sources

@JvmName(name = "kpvtkpkekekpcuqh")
suspend fun sources(value: Output<List<AutomationSourceArgs>>)
@JvmName(name = "jjtkjosypbpahpqg")
suspend fun sources(value: List<AutomationSourceArgs>?)

Parameters

value

One or more source blocks as defined below. A source defines what data types will be processed and a set of rules to filter that data.


@JvmName(name = "qnvlkmwepylllmwh")
suspend fun sources(vararg values: Output<AutomationSourceArgs>)


@JvmName(name = "hsglmnbydatbesqd")
suspend fun sources(values: List<Output<AutomationSourceArgs>>)
@JvmName(name = "xwjhkbcggfwgaagj")
suspend fun sources(vararg values: AutomationSourceArgs)

Parameters

values

One or more source blocks as defined below. A source defines what data types will be processed and a set of rules to filter that data.


@JvmName(name = "lftmnowmpnapcmdf")
suspend fun sources(argument: List<suspend AutomationSourceArgsBuilder.() -> Unit>)
@JvmName(name = "hcpineylneiiqqwu")
suspend fun sources(vararg argument: suspend AutomationSourceArgsBuilder.() -> Unit)
@JvmName(name = "opudammuttdxcghd")
suspend fun sources(argument: suspend AutomationSourceArgsBuilder.() -> Unit)

Parameters

argument

One or more source blocks as defined below. A source defines what data types will be processed and a set of rules to filter that data.