Uses of Class
software.amazon.awscdk.services.ec2.CfnNatGateway
Packages that use CfnNatGateway
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of CfnNatGateway in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnNatGatewayModifier and TypeMethodDescriptionPublicSubnet.addNatGateway()Creates a new managed NAT gateway attached to this public subnet.PublicSubnet.addNatGateway(String eipAllocationId) Creates a new managed NAT gateway attached to this public subnet.CfnNatGateway.Builder.build() -
Uses of CfnNatGateway in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha that return CfnNatGatewayModifier and TypeMethodDescriptionNatGateway.getResource()(experimental) The NAT gateway CFN resource.