DedicatedIp

public struct DedicatedIp : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • ip

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

    Declaration

    Swift

    public let ip: String
  • The name of the dedicated IP pool that the IP address is associated with.

    Declaration

    Swift

    public let poolName: String?
  • 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.

    Declaration

    Swift

    public let warmupPercentage: Int
  • The warm-up status of a dedicated IP address. The status can have one of the following values: IN_PROGRESS – The IP address isn’t ready to use because the dedicated IP warm-up process is ongoing. DONE – The dedicated IP warm-up process is complete, and the IP address is ready to use.

    Declaration

    Swift

    public let warmupStatus: WarmupStatus
  • Undocumented

    Declaration

    Swift

    public init(ip: String, poolName: String? = nil, warmupPercentage: Int, warmupStatus: WarmupStatus)