interface DedicatedIpPoolReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.DedicatedIpPoolReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsses#DedicatedIpPoolReference |
![]() | software.amazon.awscdk.services.ses.DedicatedIpPoolReference |
![]() | aws_cdk.aws_ses.DedicatedIpPoolReference |
![]() | 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.