CreateArchiveRequest

The request to create a new email archive.

Types

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

Properties

Link copied to clipboard

A unique name for the new archive.

Link copied to clipboard

A unique token Amazon SES uses to recognize retries of this request.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key for encrypting emails in the archive.

Link copied to clipboard

The period for retaining emails in the archive before automatic deletion.

Link copied to clipboard
val tags: List<Tag>?

The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Functions

Link copied to clipboard
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