Uses of Class
software.amazon.awscdk.services.ec2.NatInstanceProvider.Builder
Packages that use NatInstanceProvider.Builder
-
Uses of NatInstanceProvider.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return NatInstanceProvider.BuilderModifier and TypeMethodDescriptionNatInstanceProvider.Builder.allowAllTraffic(Boolean allowAllTraffic) Deprecated.static NatInstanceProvider.BuilderNatInstanceProvider.Builder.create()NatInstanceProvider.Builder.defaultAllowedTraffic(NatTrafficDirection defaultAllowedTraffic) Direction to allow all traffic through the NAT instance by default.NatInstanceProvider.Builder.instanceType(InstanceType instanceType) Instance type of the NAT instance.Name of SSH keypair to grant access to instance.NatInstanceProvider.Builder.machineImage(IMachineImage machineImage) The machine image (AMI) to use.NatInstanceProvider.Builder.securityGroup(ISecurityGroup securityGroup) Security Group for NAT instances.
defaultAllowedTraffic.