DedicatedIp

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

Types

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

Properties

Link copied to clipboard
val ip: String

An IP address that is reserved for use by your Amazon Pinpoint account.

Link copied to clipboard

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

Link copied to clipboard

Indicates how complete the dedicated IP warm-up process is. When this value equals 1, the address has completed the warm-up process and is ready for use.

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