aws-cdk-lib.aws_ses.CfnDedicatedIpPoolProps

interface CfnDedicatedIpPoolProps

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

Properties for defining a CfnDedicatedIpPool.

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 cfnDedicatedIpPoolProps: ses.CfnDedicatedIpPoolProps = {
  poolName: 'poolName',
  scalingMode: 'scalingMode',
};

Properties

NameTypeDescription
poolName?stringThe name of the dedicated IP pool that the IP address is associated with.
scalingMode?stringThe type of scaling mode.

poolName?

Type: string (optional)

The name of the dedicated IP pool that the IP address is associated with.


scalingMode?

Type: string (optional)

The type of scaling mode.

The following options are available:

  • STANDARD - The customer controls which IPs are part of the dedicated IP pool.
  • MANAGED - The reputation and number of IPs are automatically managed by Amazon SES .

The STANDARD option is selected by default if no value is specified.

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.