imports

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


@JvmName(name = "rmubiijriwoqbshm")
suspend fun imports(values: List<Output<ImportFileArgs>>)
@JvmName(name = "ndqrviquyuacfgdh")
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 = "vbygcvuhffcolusf")
suspend fun imports(argument: List<suspend ImportFileArgsBuilder.() -> Unit>)
@JvmName(name = "fjtcqcnosglhiuta")
suspend fun imports(vararg argument: suspend ImportFileArgsBuilder.() -> Unit)
@JvmName(name = "minlguiwrbwkewbp")
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.