AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::DedicatedIpPool

SES DedicatedIpPool

Resource Type definition for AWS::SES::DedicatedIpPool

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
PoolName
string
Create-only
ScalingMode
string
Tags
Array<Tag>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SES::DedicatedIpPool

Resources:
  MyResource:
    Type: AWS::SES::DedicatedIpPool
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ses:CreateDedicatedIpPoolses:GetDedicatedIpPoolses:GetDedicatedIpsses:TagResourceses:UntagResource

read

ses:GetDedicatedIpPoolses:GetDedicatedIpsses:ListTagsForResource

update

ses:PutDedicatedIpPoolScalingAttributesses:GetDedicatedIpPoolses:TagResourceses:UntagResourceses:ListTagsForResource

delete

ses:DeleteDedicatedIpPool

list

ses:ListDedicatedIpPools

Get the SES Cheat Sheet

Everything you need to know about SES on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceSES
Properties3
Required0
TaggingSupported
Primary IDPoolName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

PoolName

External Links