entities

@JvmName(name = "tetapettowufdjpn")
suspend fun entities(value: Output<List<EntityTypeEntityArgs>>)
@JvmName(name = "tlclgrlhycindicg")
suspend fun entities(value: List<EntityTypeEntityArgs>?)

Parameters

value

The collection of entity entries associated with the entity type. Structure is documented below.


@JvmName(name = "lvknmsexbjstlqhq")
suspend fun entities(vararg values: Output<EntityTypeEntityArgs>)


@JvmName(name = "yenjumfddhwrysdw")
suspend fun entities(values: List<Output<EntityTypeEntityArgs>>)
@JvmName(name = "uulmiodkpjoonhfq")
suspend fun entities(vararg values: EntityTypeEntityArgs)

Parameters

values

The collection of entity entries associated with the entity type. Structure is documented below.


@JvmName(name = "krglgqljclooplnk")
suspend fun entities(argument: List<suspend EntityTypeEntityArgsBuilder.() -> Unit>)
@JvmName(name = "bktsqomouyladcqf")
suspend fun entities(vararg argument: suspend EntityTypeEntityArgsBuilder.() -> Unit)
@JvmName(name = "lxjfqfpcasjkpnde")
suspend fun entities(argument: suspend EntityTypeEntityArgsBuilder.() -> Unit)

Parameters

argument

The collection of entity entries associated with the entity type. Structure is documented below.