Uses of Interface
software.amazon.awscdk.interfaces.ec2.IIPAMScopeRef
Packages that use IIPAMScopeRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IIPAMScopeRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IIPAMScopeRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIIPAMScopeRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IIPAMScopeRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IIPAMScopeRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement IIPAMScopeRefModifier and TypeClassDescriptionclassIn IPAM, a scope is the highest-level container within IPAM.Methods in software.amazon.awscdk.services.ec2 that return IIPAMScopeRefModifier and TypeMethodDescriptionstatic IIPAMScopeRefCfnIPAMScope.fromIPAMScopeArn(software.constructs.Construct scope, String id, String arn) Creates a new IIPAMScopeRef from an ARN.static IIPAMScopeRefCfnIPAMScope.fromIpamScopeId(software.constructs.Construct scope, String id, String ipamScopeId) Creates a new IIPAMScopeRef from a ipamScopeId.