Entity

class Entity

The entity associated with the log events in a PutLogEvents call.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional attributes of the entity that are not used to specify the identity of the entity. A list of key-value pairs.

Link copied to clipboard

The attributes of the entity which identify the specific entity, as a list of key-value pairs. Entities with the same keyAttributes are considered to be the same entity.

Functions

Link copied to clipboard
inline fun copy(block: Entity.Builder.() -> Unit = {}): Entity
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String