entities

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "dcaxiuiyrcdusayn")
suspend fun entities(argument: List<suspend EntityTypeEntityArgsBuilder.() -> Unit>)
@JvmName(name = "oqxkpapenhfyblhm")
suspend fun entities(vararg argument: suspend EntityTypeEntityArgsBuilder.() -> Unit)
@JvmName(name = "dpadgxpgudtjscej")
suspend fun entities(argument: suspend EntityTypeEntityArgsBuilder.() -> Unit)

Parameters

argument

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