Get Dedicated Ip Pool
sesv2_get_dedicated_ip_pool | R Documentation |
Retrieve information about the dedicated pool¶
Description¶
Retrieve information about the dedicated pool.
Usage¶
sesv2_get_dedicated_ip_pool(PoolName)
Arguments¶
PoolName |
[required] The name of the dedicated IP pool to retrieve. |
Value¶
A list with the following syntax:
list(
DedicatedIpPool = list(
PoolName = "string",
ScalingMode = "STANDARD"|"MANAGED"
)
)
Request syntax¶
svc$get_dedicated_ip_pool(
PoolName = "string"
)