dedicated_ip_pool
Gets an individual dedicated_ip_pool
resource
Overview
Name | dedicated_ip_pool |
Type | Resource |
Description | dedicated_ip_pool |
Id | awscc.ses.dedicated_ip_pool |
Fields
Name | Datatype | Description |
---|---|---|
pool_name | string | The name of the dedicated IP pool. |
scaling_mode | string | Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD. |
region | string | AWS 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