A dedicated IP pool.
import { DedicatedIpPool } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.DedicatedIpPoolConfiguration passed to the constructor as DedicatedIpPoolProps.
dedicatedIpPoolNameOptionalstringA 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
scalingModeOptionalScalingModeThe 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
Everything you need to know about Amazon SES on one page. HD quality, print-friendly.
Download Free Infographicaws-ses