ArchiveAction

The action to archive the email by delivering the email to an Amazon SES archive.

Types

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

Properties

Link copied to clipboard

A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.

Link copied to clipboard

The identifier of the archive to send the email to.

Functions

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