Uses of Interface
software.amazon.awscdk.services.ec2.IPrefixList
Packages that use IPrefixList
-
Uses of IPrefixList in software.amazon.awscdk.services.ec2
Subinterfaces of IPrefixList in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPrefixList.Classes in software.amazon.awscdk.services.ec2 that implement IPrefixListModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA managed prefix list.Methods in software.amazon.awscdk.services.ec2 that return IPrefixListModifier and TypeMethodDescriptionstatic IPrefixListPrefixList.fromLookup(software.constructs.Construct scope, String id, PrefixListLookupOptions options) Look up prefix list by name.static IPrefixListPrefixList.fromPrefixListId(software.constructs.Construct scope, String id, String prefixListId) Look up prefix list by id.