Uses of Interface
software.amazon.awscdk.interfaces.ec2.IIPAMPoolRef
Packages that use IIPAMPoolRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IIPAMPoolRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IIPAMPoolRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIIPAMPoolRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IIPAMPoolRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IIPAMPoolRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement IIPAMPoolRefModifier and TypeClassDescriptionclassIn IPAM, a pool is a collection of contiguous IP addresses CIDRs.Methods in software.amazon.awscdk.services.ec2 that return IIPAMPoolRefModifier and TypeMethodDescriptionstatic IIPAMPoolRefCfnIPAMPool.fromIPAMPoolArn(software.constructs.Construct scope, String id, String arn) Creates a new IIPAMPoolRef from an ARN.static IIPAMPoolRefCfnIPAMPool.fromIpamPoolId(software.constructs.Construct scope, String id, String ipamPoolId) Creates a new IIPAMPoolRef from a ipamPoolId.