IPAMResourceDiscoveryReference
- class aws_cdk.aws_ec2.IPAMResourceDiscoveryReference(*, ipam_resource_discovery_id)
Bases:
object
A reference to a IPAMResourceDiscovery resource.
- Parameters:
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 import aws_ec2 as ec2 i_pAMResource_discovery_reference = { "ipam_resource_discovery_id": "ipamResourceDiscoveryId" }
Attributes
- ipam_resource_discovery_id
The IpamResourceDiscoveryId of the IPAMResourceDiscovery resource.