EventActionEntry

An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.

Types

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

Properties

Link copied to clipboard

What occurs after a certain event.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) for the event action.

Link copied to clipboard

The date and time that the event action was created, in ISO 8601 format.

Link copied to clipboard
val event: Event?

What occurs to start an action.

Link copied to clipboard
val id: String

The unique identifier for the event action.

Link copied to clipboard

The date and time that the event action was last updated, in ISO 8601 format.

Functions

Link copied to clipboard
inline fun copy(block: EventActionEntry.Builder.() -> Unit = {}): EventActionEntry
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