aws-cdk-lib.aws_ses.DedicatedIpPoolProps

interface DedicatedIpPoolProps

LanguageType name
.NETAmazon.CDK.AWS.SES.DedicatedIpPoolProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsses#DedicatedIpPoolProps
Javasoftware.amazon.awscdk.services.ses.DedicatedIpPoolProps
Pythonaws_cdk.aws_ses.DedicatedIpPoolProps
TypeScript (source)aws-cdk-lib » aws_ses » DedicatedIpPoolProps

Properties for a dedicated IP pool.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from 'aws-cdk-lib';
const dedicatedIpPoolProps: ses.DedicatedIpPoolProps = {
  dedicatedIpPoolName: 'dedicatedIpPoolName',
};

Properties

NameTypeDescription
dedicatedIpPoolName?stringA name for the dedicated IP pool.

dedicatedIpPoolName?

Type: string (optional, default: a CloudFormation generated name)

A name for the dedicated IP pool.