Uses of Interface
software.amazon.awscdk.interfaces.ec2.IInternetGatewayRef
Packages that use IInternetGatewayRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IInternetGatewayRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IInternetGatewayRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInternetGatewayRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IInternetGatewayRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IInternetGatewayRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement IInternetGatewayRefModifier and TypeClassDescriptionclassAllocates an internet gateway for use with a VPC.Methods in software.amazon.awscdk.services.ec2 that return IInternetGatewayRefModifier and TypeMethodDescriptionstatic IInternetGatewayRefCfnInternetGateway.fromInternetGatewayId(software.constructs.Construct scope, String id, String internetGatewayId) Creates a new IInternetGatewayRef from a internetGatewayId.