IPAMReference

class aws_cdk.aws_ec2.IPAMReference(*, ipam_arn, ipam_id)

Bases: object

A reference to a IPAM resource.

Parameters:
  • ipam_arn (str) – The ARN of the IPAM resource.

  • ipam_id (str) – The IpamId of the IPAM 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_pAMReference = {
    "ipam_arn": "ipamArn",
    "ipam_id": "ipamId"
}

Attributes

ipam_arn

The ARN of the IPAM resource.

ipam_id

The IpamId of the IPAM resource.