DedicatedIpPoolReference
- class aws_cdk.aws_ses.DedicatedIpPoolReference(*, pool_name)
Bases:
object
A reference to a DedicatedIpPool resource.
- Parameters:
pool_name (
str
) – The PoolName 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_ses as ses dedicated_ip_pool_reference = ses.DedicatedIpPoolReference( pool_name="poolName" )
Attributes
- pool_name
The PoolName of the DedicatedIpPool resource.