interface DedicatedIpPoolReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SES.DedicatedIpPoolReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#DedicatedIpPoolReference |
Java | software.amazon.awscdk.services.ses.DedicatedIpPoolReference |
Python | aws_cdk.aws_ses.DedicatedIpPoolReference |
TypeScript | aws-cdk-lib » aws_ses » DedicatedIpPoolReference |
A reference to a DedicatedIpPool resource.
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 dedicatedIpPoolReference: ses.DedicatedIpPoolReference = {
poolName: 'poolName',
};
Properties
| Name | Type | Description |
|---|---|---|
| pool | string | The PoolName of the DedicatedIpPool resource. |
poolName
Type:
string
The PoolName of the DedicatedIpPool resource.

.NET
Go
Java
Python
TypeScript