imports

@JvmName(name = "pxyomxwrqgyiacqj")
suspend fun imports(value: Output<List<ImportFileArgs>>)
@JvmName(name = "gelbcdubqqoisupf")
suspend fun imports(value: List<ImportFileArgs>?)

Parameters

value

Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.


@JvmName(name = "eipexchrhjlpdcqc")
suspend fun imports(vararg values: Output<ImportFileArgs>)


@JvmName(name = "xygovaieuenhoums")
suspend fun imports(values: List<Output<ImportFileArgs>>)
@JvmName(name = "kqpokfqhqttfyxnd")
suspend fun imports(vararg values: ImportFileArgs)

Parameters

values

Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.


@JvmName(name = "ldlpcenpebsemanw")
suspend fun imports(argument: List<suspend ImportFileArgsBuilder.() -> Unit>)
@JvmName(name = "rnsfikwastxexxks")
suspend fun imports(vararg argument: suspend ImportFileArgsBuilder.() -> Unit)
@JvmName(name = "ytytvkniufngbdbq")
suspend fun imports(argument: suspend ImportFileArgsBuilder.() -> Unit)

Parameters

argument

Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.