- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-sesv2
DedicatedIp Interface
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.
Members
Name | Type | Details |
---|---|---|
Ip Required | string | undefined | An IPv4 address. |
WarmupPercentage Required | number | undefined | 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. |
WarmupStatus Required | WarmupStatus | undefined | The warm-up status of a dedicated IP address. The status can have one of the following values:
|
PoolName | string | undefined | The name of the dedicated IP pool that the IP address is associated with. |
Full Signature
export interface DedicatedIp