imports

@JvmName(name = "hvyonureuoeftixy")
suspend fun imports(value: Output<List<ImportFileArgs>>)
@JvmName(name = "gxvlxlhsdiqcjexv")
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 = "gnobyfpkxnvulukm")
suspend fun imports(vararg values: Output<ImportFileArgs>)


@JvmName(name = "euvfrallvjorwmul")
suspend fun imports(values: List<Output<ImportFileArgs>>)
@JvmName(name = "yeigukvpopegldto")
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 = "isyftvafibctbefa")
suspend fun imports(argument: List<suspend ImportFileArgsBuilder.() -> Unit>)
@JvmName(name = "rvbyekjulbvsfeok")
suspend fun imports(vararg argument: suspend ImportFileArgsBuilder.() -> Unit)
@JvmName(name = "ghstbpjckaneuuqd")
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.