IPAMResourceDiscoveryReference

class aws_cdk.interfaces.aws_ec2.IPAMResourceDiscoveryReference(*, ipam_resource_discovery_arn, ipam_resource_discovery_id)

Bases: object

A reference to a IPAMResourceDiscovery resource.

Parameters:
  • ipam_resource_discovery_arn (str) – The ARN of the IPAMResourceDiscovery resource.

  • ipam_resource_discovery_id (str) – The IpamResourceDiscoveryId of the IPAMResourceDiscovery 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.interfaces import aws_ec2 as interfaces_ec2

i_pAMResource_discovery_reference = {
    "ipam_resource_discovery_arn": "ipamResourceDiscoveryArn",
    "ipam_resource_discovery_id": "ipamResourceDiscoveryId"
}

Attributes

ipam_resource_discovery_arn

The ARN of the IPAMResourceDiscovery resource.

ipam_resource_discovery_id

The IpamResourceDiscoveryId of the IPAMResourceDiscovery resource.