aws-cdk-lib.aws_ses.DedicatedIpPoolProps
interface DedicatedIpPoolProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.DedicatedIpPoolProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsses#DedicatedIpPoolProps |
![]() | software.amazon.awscdk.services.ses.DedicatedIpPoolProps |
![]() | aws_cdk.aws_ses.DedicatedIpPoolProps |
![]() | 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
Name | Type | Description |
---|---|---|
dedicated | string | A name for the dedicated IP pool. |
dedicatedIpPoolName?
Type:
string
(optional, default: a CloudFormation generated name)
A name for the dedicated IP pool.