DedicatedIpPoolReference

class aws_cdk.aws_pinpointemail.DedicatedIpPoolReference(*, dedicated_ip_pool_id)

Bases: object

A reference to a DedicatedIpPool resource.

Parameters:

dedicated_ip_pool_id (str) – The Id of the DedicatedIpPool resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_pinpointemail as pinpointemail

dedicated_ip_pool_reference = pinpointemail.DedicatedIpPoolReference(
    dedicated_ip_pool_id="dedicatedIpPoolId"
)

Attributes

dedicated_ip_pool_id

The Id of the DedicatedIpPool resource.