children

@JvmName(name = "jylkdjfkgickeawk")
suspend fun children(value: Output<List<ComponentChildArgs>>)
@JvmName(name = "nsnxrntjmnbnbskc")
suspend fun children(value: List<ComponentChildArgs>?)

Parameters

value

The list of ComponentChild instances for this component.


@JvmName(name = "wejniwckyogibaxt")
suspend fun children(vararg values: Output<ComponentChildArgs>)


@JvmName(name = "vltiltbgmjswnkbm")
suspend fun children(values: List<Output<ComponentChildArgs>>)
@JvmName(name = "iqrjhmtgtdythhpx")
suspend fun children(vararg values: ComponentChildArgs)

Parameters

values

The list of ComponentChild instances for this component.


@JvmName(name = "egyjtrcpyrctsinl")
suspend fun children(argument: List<suspend ComponentChildArgsBuilder.() -> Unit>)
@JvmName(name = "vpmxhsnhmdyfpggx")
suspend fun children(vararg argument: suspend ComponentChildArgsBuilder.() -> Unit)
@JvmName(name = "vvhcwcsphfacpmlr")
suspend fun children(argument: suspend ComponentChildArgsBuilder.() -> Unit)

Parameters

argument

The list of ComponentChild instances for this component.