| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default NatTrafficDirection |
NatInstanceProps.getDefaultAllowedTraffic()
Direction to allow all traffic through the NAT instance by default.
|
NatTrafficDirection |
NatInstanceProps.Jsii$Proxy.getDefaultAllowedTraffic() |
static NatTrafficDirection |
NatTrafficDirection.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
NatInstanceProps.Builder |
NatInstanceProps.Builder.defaultAllowedTraffic(NatTrafficDirection defaultAllowedTraffic)
Sets the value of
NatInstanceProps.getDefaultAllowedTraffic() |
NatInstanceProvider.Builder |
NatInstanceProvider.Builder.defaultAllowedTraffic(NatTrafficDirection defaultAllowedTraffic)
Direction to allow all traffic through the NAT instance by default.
|
Copyright © 2022. All rights reserved.