children

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

Parameters

value

A list of the component's ComponentChild instances.


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


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

Parameters

values

A list of the component's ComponentChild instances.


@JvmName(name = "spbodlafytwpbsry")
suspend fun children(argument: List<suspend ComponentChildArgsBuilder.() -> Unit>)
@JvmName(name = "luqdkxarjxxinbik")
suspend fun children(vararg argument: suspend ComponentChildArgsBuilder.() -> Unit)
@JvmName(name = "ixuxftphtfrirwqi")
suspend fun children(argument: suspend ComponentChildArgsBuilder.() -> Unit)

Parameters

argument

A list of the component's ComponentChild instances.