AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::PinpointEmail::DedicatedIpPool

CfnDedicatedIpPool

A request to create a new dedicated IP pool.

Import

import { CfnDedicatedIpPool } from 'aws-cdk-lib/aws-pinpointemail';

Or use the module namespace:

import * as pinpointemail from 'aws-cdk-lib/aws-pinpointemail';
// pinpointemail.CfnDedicatedIpPool

Properties

Configuration passed to the constructor as CfnDedicatedIpPoolProps.

poolNameOptional
string

The name of the dedicated IP pool.

tagsOptional
CfnTag[]

An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-pinpointemail
CFN TypeAWS::PinpointEmail::DedicatedIpPool
Properties2

External Links