concat

@JvmName(name = "tyvmkuvfqjjgvcxn")
suspend fun concat(value: Output<List<ComponentPropertyArgs>>)
@JvmName(name = "iwgjdxmbjbhvljah")
suspend fun concat(value: List<ComponentPropertyArgs>?)

Parameters

value

A list of component properties to concatenate to create the value to assign to this component property.


@JvmName(name = "ecpnalmdbjelrnqp")
suspend fun concat(vararg values: Output<ComponentPropertyArgs>)


@JvmName(name = "ylosupeuakqylvgl")
suspend fun concat(values: List<Output<ComponentPropertyArgs>>)
@JvmName(name = "xuwgrbhqqrqahvho")
suspend fun concat(vararg values: ComponentPropertyArgs)

Parameters

values

A list of component properties to concatenate to create the value to assign to this component property.


@JvmName(name = "pcrdmyhbvcrcbutq")
suspend fun concat(argument: List<suspend ComponentPropertyArgsBuilder.() -> Unit>)
@JvmName(name = "dckkfquakorsdcvx")
suspend fun concat(vararg argument: suspend ComponentPropertyArgsBuilder.() -> Unit)
@JvmName(name = "locrpwkipbxxbcpo")
suspend fun concat(argument: suspend ComponentPropertyArgsBuilder.() -> Unit)

Parameters

argument

A list of component properties to concatenate to create the value to assign to this component property.