JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
software.amazon.awscdk.services.ec2.Vpc
Packages that use
Vpc
Package
Description
software.amazon.awscdk.services.ec2
Amazon EC2 Construct Library
Uses of
Vpc
in
software.amazon.awscdk.services.ec2
Methods in
software.amazon.awscdk.services.ec2
that return
Vpc
Modifier and Type
Method
Description
Vpc
Vpc.Builder.
build
()
Vpc
ConfigureNatOptions.
getVpc
()
The VPC we're configuring NAT for.
final
Vpc
ConfigureNatOptions.Jsii$Proxy.
getVpc
()
Methods in
software.amazon.awscdk.services.ec2
with parameters of type
Vpc
Modifier and Type
Method
Description
ConfigureNatOptions.Builder
ConfigureNatOptions.Builder.
vpc
(
Vpc
vpc)
Sets the value of
ConfigureNatOptions.getVpc()