interface DedicatedIpPoolReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.PinpointEmail.DedicatedIpPoolReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#DedicatedIpPoolReference |
Java | software.amazon.awscdk.services.pinpointemail.DedicatedIpPoolReference |
Python | aws_cdk.aws_pinpointemail.DedicatedIpPoolReference |
TypeScript | aws-cdk-lib » aws_pinpointemail » 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_pinpointemail as pinpointemail } from 'aws-cdk-lib';
const dedicatedIpPoolReference: pinpointemail.DedicatedIpPoolReference = {
dedicatedIpPoolId: 'dedicatedIpPoolId',
};
Properties
| Name | Type | Description |
|---|---|---|
| dedicated | string | The Id of the DedicatedIpPool resource. |
dedicatedIpPoolId
Type:
string
The Id of the DedicatedIpPool resource.

.NET
Go
Java
Python
TypeScript