Uses of Enum
software.amazon.awscdk.services.ec2.NatTrafficDirection
Packages that use NatTrafficDirection
-
Uses of NatTrafficDirection in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return NatTrafficDirectionModifier and TypeMethodDescriptiondefault NatTrafficDirectionNatInstanceProps.getDefaultAllowedTraffic()Direction to allow all traffic through the NAT instance by default.final NatTrafficDirectionNatInstanceProps.Jsii$Proxy.getDefaultAllowedTraffic()static NatTrafficDirectionReturns the enum constant of this type with the specified name.static NatTrafficDirection[]NatTrafficDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type NatTrafficDirectionModifier and TypeMethodDescriptionNatInstanceProps.Builder.defaultAllowedTraffic(NatTrafficDirection defaultAllowedTraffic) Sets the value ofNatInstanceProps.getDefaultAllowedTraffic()NatInstanceProvider.Builder.defaultAllowedTraffic(NatTrafficDirection defaultAllowedTraffic) Direction to allow all traffic through the NAT instance by default.