Uses of Interface
software.amazon.awscdk.interfaces.ec2.IDHCPOptionsRef
Packages that use IDHCPOptionsRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IDHCPOptionsRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IDHCPOptionsRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDHCPOptionsRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IDHCPOptionsRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDHCPOptionsRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement IDHCPOptionsRefModifier and TypeClassDescriptionclassSpecifies a set of DHCP options for your VPC.Methods in software.amazon.awscdk.services.ec2 that return IDHCPOptionsRefModifier and TypeMethodDescriptionstatic IDHCPOptionsRefCfnDHCPOptions.fromDhcpOptionsId(software.constructs.Construct scope, String id, String dhcpOptionsId) Creates a new IDHCPOptionsRef from a dhcpOptionsId.