interface DedicatedIpPoolReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.PinpointEmail.DedicatedIpPoolReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspinpointemail#DedicatedIpPoolReference |
Java | software.amazon.awscdk.interfaces.pinpointemail.DedicatedIpPoolReference |
Python | aws_cdk.interfaces.aws_pinpointemail.DedicatedIpPoolReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_pinpointemail } from 'aws-cdk-lib/interfaces';
const dedicatedIpPoolReference: interfaces_aws_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