IPAMPoolReference

class aws_cdk.aws_ec2.IPAMPoolReference(*, ipam_pool_arn, ipam_pool_id)

Bases: object

A reference to a IPAMPool resource.

Parameters:
  • ipam_pool_arn (str) – The ARN of the IPAMPool resource.

  • ipam_pool_id (str) – The IpamPoolId of the IPAMPool 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_ec2 as ec2

i_pAMPool_reference = {
    "ipam_pool_arn": "ipamPoolArn",
    "ipam_pool_id": "ipamPoolId"
}

Attributes

ipam_pool_arn

The ARN of the IPAMPool resource.

ipam_pool_id

The IpamPoolId of the IPAMPool resource.