Skip to main content

dedicated_ip_pool

Gets an individual dedicated_ip_pool resource

Overview

Namededicated_ip_pool
TypeResource
Descriptiondedicated_ip_pool
Idawscc.ses.dedicated_ip_pool

Fields

NameDatatypeDescription
pool_namestringThe name of the dedicated IP pool.
scaling_modestringSpecifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
pool_name,
scaling_mode
FROM awscc.ses.dedicated_ip_pool
WHERE data__Identifier = '<PoolName>';

Permissions

To operate on the dedicated_ip_pool resource, the following permissions are required:

Read

ses:GetDedicatedIpPool,
ses:GetDedicatedIps

Update

ses:PutDedicatedIpPoolScalingAttributes,
ses:GetDedicatedIpPool

Delete

ses:DeleteDedicatedIpPool