Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Entity : KotlinCustomResource

Creates a new entity row of the specified entity type in the external system. The field values for creating the row are contained in the body of the request. The response message contains a Entity message object returned as a response by the external system. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class EntityArgs(val connectionId: Output<String>? = null, val entityTypeId: Output<String>? = null, val fields: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<EntityArgs>

Creates a new entity row of the specified entity type in the external system. The field values for creating the row are contained in the body of the request. The response message contains a Entity message object returned as a response by the external system. Auto-naming is currently not supported for this resource.

Link copied to clipboard

Builder for EntityArgs.

Link copied to clipboard
object EntityMapper : ResourceMapper<Entity>
Link copied to clipboard

Builder for Entity.

Functions

Link copied to clipboard
fun entity(name: String): Entity
suspend fun entity(name: String, block: suspend EntityResourceBuilder.() -> Unit): Entity