children

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

Parameters

value

A list of the component's ComponentChild instances.


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


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

Parameters

values

A list of the component's ComponentChild instances.


@JvmName(name = "gaxecjodjkoaqurp")
suspend fun children(argument: List<suspend ComponentChildArgsBuilder.() -> Unit>)
@JvmName(name = "pcjgephqyaqlhoko")
suspend fun children(vararg argument: suspend ComponentChildArgsBuilder.() -> Unit)
@JvmName(name = "npytkruowmbokwbp")
suspend fun children(argument: suspend ComponentChildArgsBuilder.() -> Unit)

Parameters

argument

A list of the component's ComponentChild instances.