paws.customer.engagement (version 0.1.0)

pinpointemail_put_dedicated_ip_in_pool: Move a dedicated IP address to an existing dedicated IP pool

Description

Move a dedicated IP address to an existing dedicated IP pool.

Usage

pinpointemail_put_dedicated_ip_in_pool(Ip, DestinationPoolName)

Arguments

Ip

[required] The IP address that you want to move to the dedicated IP pool. The value you specify has to be a dedicated IP address that's associated with your Amazon Pinpoint account.

DestinationPoolName

[required] The name of the IP pool that you want to add the dedicated IP address to. You have to specify an IP pool that already exists.

Request syntax

svc$put_dedicated_ip_in_pool(
  Ip = "string",
  DestinationPoolName = "string"
)

Details

The dedicated IP address that you specify must already exist, and must be associated with your Amazon Pinpoint account.

The dedicated IP pool you specify must already exist. You can create a new pool by using the CreateDedicatedIpPool operation.