Uses of Interface
software.amazon.awscdk.interfaces.ec2.IPrefixListRef
Packages that use IPrefixListRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IPrefixListRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IPrefixListRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPrefixListRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IPrefixListRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IPrefixListRef in software.amazon.awscdk.services.ec2
Subinterfaces of IPrefixListRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfaceA prefix list.static interfaceInternal default implementation forIPrefixList.Classes in software.amazon.awscdk.services.ec2 that implement IPrefixListRefModifier and TypeClassDescriptionclassSpecifies a managed prefix list.static 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 IPrefixListRefModifier and TypeMethodDescriptionstatic IPrefixListRefCfnPrefixList.fromPrefixListArn(software.constructs.Construct scope, String id, String arn) Creates a new IPrefixListRef from an ARN.static IPrefixListRefCfnPrefixList.fromPrefixListId(software.constructs.Construct scope, String id, String prefixListId) Creates a new IPrefixListRef from a prefixListId.