ReplayDestination

A ReplayDestination object that contains details about a replay.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.

Link copied to clipboard

A list of ARNs for rules to replay events to.

Functions

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