imports

@JvmName(name = "yxhhtyaentitibrt")
suspend fun imports(value: Output<List<DeploymentTargetImportArgs>>)
@JvmName(name = "eqgcnasaaiuoghow")
suspend fun imports(value: List<DeploymentTargetImportArgs>?)

Parameters

value

Specifies import files 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. Structure is documented below.


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


@JvmName(name = "gjjxfkmdpwdapqsb")
suspend fun imports(values: List<Output<DeploymentTargetImportArgs>>)
@JvmName(name = "pdxitydxqxbnkxma")
suspend fun imports(vararg values: DeploymentTargetImportArgs)

Parameters

values

Specifies import files 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. Structure is documented below.


@JvmName(name = "rynplmjxehfuoggf")
suspend fun imports(argument: List<suspend DeploymentTargetImportArgsBuilder.() -> Unit>)
@JvmName(name = "rahsojutohsuxpsm")
suspend fun imports(vararg argument: suspend DeploymentTargetImportArgsBuilder.() -> Unit)
@JvmName(name = "kmupfbtrarxjjddq")
suspend fun imports(argument: suspend DeploymentTargetImportArgsBuilder.() -> Unit)

Parameters

argument

Specifies import files 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. Structure is documented below.