children

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

Parameters

value

The list of ComponentChild instances for this component.


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


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

Parameters

values

The list of ComponentChild instances for this component.


@JvmName(name = "kmkgldrqptmiewhd")
suspend fun children(argument: List<suspend ComponentChildArgsBuilder.() -> Unit>)
@JvmName(name = "abipndpwjpfwakge")
suspend fun children(vararg argument: suspend ComponentChildArgsBuilder.() -> Unit)
@JvmName(name = "fchretqbbeqfudys")
suspend fun children(argument: suspend ComponentChildArgsBuilder.() -> Unit)

Parameters

argument

The list of ComponentChild instances for this component.