IPAMPoolCidrReference

class aws_cdk.aws_ec2.IPAMPoolCidrReference(*, ipam_pool_cidr_id, ipam_pool_id)

Bases: object

A reference to a IPAMPoolCidr resource.

Parameters:
  • ipam_pool_cidr_id (str) – The IpamPoolCidrId of the IPAMPoolCidr resource.

  • ipam_pool_id (str) – The IpamPoolId of the IPAMPoolCidr 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_cidr_reference = {
    "ipam_pool_cidr_id": "ipamPoolCidrId",
    "ipam_pool_id": "ipamPoolId"
}

Attributes

ipam_pool_cidr_id

The IpamPoolCidrId of the IPAMPoolCidr resource.

ipam_pool_id

The IpamPoolId of the IPAMPoolCidr resource.