components

@JvmName(name = "fdahymdrtmqqbovc")
suspend fun components(value: Output<List<ContainerRecipeComponentConfigurationArgs>>)
@JvmName(name = "bjhkrsjyqogmeqqs")
suspend fun components(value: List<ContainerRecipeComponentConfigurationArgs>?)

Parameters

value

Components for build and test that are included in the container recipe.


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


@JvmName(name = "rkgmqxemqbsdedvi")
suspend fun components(values: List<Output<ContainerRecipeComponentConfigurationArgs>>)
@JvmName(name = "ftwoiftkusrxuxtr")
suspend fun components(vararg values: ContainerRecipeComponentConfigurationArgs)

Parameters

values

Components for build and test that are included in the container recipe.


@JvmName(name = "fyyelnailikecmtq")
suspend fun components(argument: List<suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "redoooiwjxvydyag")
suspend fun components(vararg argument: suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "hefjbabedxlqujat")
suspend fun components(argument: suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Components for build and test that are included in the container recipe.