Metadata

class Metadata

The metadata about the email.

Types

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

Properties

Link copied to clipboard

The name of the configuration set used when sent through a configuration set with archiving enabled.

Link copied to clipboard

The ID of the ingress endpoint through which the email was received.

Link copied to clipboard

The ID of the rule set that processed the email.

Link copied to clipboard

The name of the host from which the email was received.

Link copied to clipboard

The IP address of the host from which the email was received.

Link copied to clipboard

The name of the API call used when sent through a configuration set with archiving enabled.

Link copied to clipboard

The name of the dedicated IP pool used when sent through a configuration set with archiving enabled.

Link copied to clipboard

Specifies the archived email source, identified by either a Rule Set's ARN with an Archive action, or a Configuration Set's Archive ARN.

Link copied to clipboard

The identity name used to authorize the sending action when sent through a configuration set with archiving enabled.

Link copied to clipboard

The timestamp of when the email was received.

Link copied to clipboard

The TLS cipher suite used to communicate with the host from which the email was received.

Link copied to clipboard

The TLS protocol used to communicate with the host from which the email was received.

Link copied to clipboard

The ID of the traffic policy that was in effect when the email was received.

Functions

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