pinpointemail_create_dedicated_ip_pool {paws.customer.engagement} | R Documentation |
Create a new pool of dedicated IP addresses
Description
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.
See https://www.paws-r-sdk.com/docs/pinpointemail_create_dedicated_ip_pool/ for full documentation.
Usage
pinpointemail_create_dedicated_ip_pool(PoolName, Tags = NULL)
Arguments
PoolName |
[required] The name of the dedicated IP pool. |
Tags |
An object that defines the tags (keys and values) that you want to associate with the pool. |
[Package paws.customer.engagement version 0.7.0 Index]