Create a new pool of dedicated IP addresses. A pool can include one or more dedicated
IP addresses that are associated with your Amazon Pinpoint account. You can associate a pool with
a configuration set. When you send an email that uses that configuration set, Amazon Pinpoint
sends it using only the IP addresses in the associated pool.
example
Use a bare-bones client and the command you need to make an API call.
Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your Amazon Pinpoint account. You can associate a pool with a configuration set. When you send an email that uses that configuration set, Amazon Pinpoint sends it using only the IP addresses in the associated pool.
Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, CreateDedicatedIpPoolCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, CreateDedicatedIpPoolCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new CreateDedicatedIpPoolCommand(input); const response = await client.send(command);
CreateDedicatedIpPoolCommandInput for command's
input
shape.CreateDedicatedIpPoolCommandOutput for command's
response
shape.config for PinpointEmailClient's
config
shape.