Uses of Interface
software.amazon.awscdk.interfaces.ec2.IIPAMRef
Packages that use IIPAMRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IIPAMRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IIPAMRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIIPAMRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IIPAMRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IIPAMRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement IIPAMRefModifier and TypeClassDescriptionclassIPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across AWS Regions and accounts throughout your AWS Organization.Methods in software.amazon.awscdk.services.ec2 that return IIPAMRefModifier and TypeMethodDescriptionstatic IIPAMRefCfnIPAM.fromIPAMArn(software.constructs.Construct scope, String id, String arn) Creates a new IIPAMRef from an ARN.static IIPAMRefCfnIPAM.fromIpamId(software.constructs.Construct scope, String id, String ipamId) Creates a new IIPAMRef from a ipamId.