components

@JvmName(name = "eivmpbqbjhydjxnt")
suspend fun components(value: Output<List<ImageRecipeComponentArgs>>)
@JvmName(name = "lfmxbpkbmtplabnl")
suspend fun components(value: List<ImageRecipeComponentArgs>?)

Parameters

value

Ordered configuration block(s) with components for the image recipe. Detailed below.


@JvmName(name = "tidkimkwjxbigrtu")
suspend fun components(vararg values: Output<ImageRecipeComponentArgs>)


@JvmName(name = "xsquokwcxmycahya")
suspend fun components(values: List<Output<ImageRecipeComponentArgs>>)
@JvmName(name = "iapbmurseqcafgii")
suspend fun components(vararg values: ImageRecipeComponentArgs)

Parameters

values

Ordered configuration block(s) with components for the image recipe. Detailed below.


@JvmName(name = "waedqcbgwxellhss")
suspend fun components(argument: List<suspend ImageRecipeComponentArgsBuilder.() -> Unit>)
@JvmName(name = "dvjokwixivwgchin")
suspend fun components(vararg argument: suspend ImageRecipeComponentArgsBuilder.() -> Unit)
@JvmName(name = "bgnwbjcdqsobavtu")
suspend fun components(argument: suspend ImageRecipeComponentArgsBuilder.() -> Unit)

Parameters

argument

Ordered configuration block(s) with components for the image recipe. Detailed below.