AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

DedicatedIpPool

A dedicated IP pool.

Import

import { DedicatedIpPool } from 'aws-cdk-lib/aws-ses';

Or use the module namespace:

import * as ses from 'aws-cdk-lib/aws-ses';
// ses.DedicatedIpPool

Properties

Configuration passed to the constructor as DedicatedIpPoolProps.

dedicatedIpPoolNameOptional
string

A name for the dedicated IP pool. The name must adhere to specific constraints: it can only include lowercase letters (a-z), numbers (0-9), underscores (_), and hyphens (-), and must not exceed 64 characters in length.

Default: - a CloudFormation generated name

scalingModeOptional
ScalingMode

The type of scailing mode to use for this IP pool. Updating ScalingMode doesn't require a replacement if you're updating its value from `STANDARD` to `MANAGED`. However, updating ScalingMode from `MANAGED` to `STANDARD` is not supported.

Default: ScalingMode.STANDARD

Get the Amazon SES Cheat Sheet

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

Download Free Infographic