EmailAddressSummary

Summary information about an email address associated with a queue. Contains the essential details needed to identify and manage the email address routing configuration.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the email address associated with the queue.

Link copied to clipboard
val id: String?

The unique identifier of the email address associated with the queue.

Link copied to clipboard

Indicates whether this email address is configured as the default outbound email address for the queue. When set to true, this email address is used as the default sender for outbound email contacts from this queue.

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