DedicatedIp

Contains information about a dedicated IP address that is associated with your Amazon SES account.

To learn more about requesting dedicated IP addresses, see Requesting and Relinquishing Dedicated IP Addresses in the Amazon SES Developer Guide.

Types

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

Properties

Link copied to clipboard
val ip: String

An IPv4 address.

Link copied to clipboard

The name of the dedicated IP pool that the IP address is associated with.

Link copied to clipboard

Indicates the progress of your dedicated IP warm-up:

Link copied to clipboard

The warm-up status of a dedicated IP address. The status can have one of the following values:

Functions

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