Archive

class Archive

An Archive object that contains details about an archive.

Types

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

Properties

Link copied to clipboard

The name of the archive.

Link copied to clipboard

The time stamp for the time that the archive was created.

Link copied to clipboard

The number of events in the archive.

Link copied to clipboard

The ARN of the event bus associated with the archive. Only events from this event bus are sent to the archive.

Link copied to clipboard

The number of days to retain events in the archive before they are deleted.

Link copied to clipboard

The size of the archive, in bytes.

Link copied to clipboard

The current state of the archive.

Link copied to clipboard

A description for the reason that the archive is in the current state.

Functions

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