| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default NatTrafficDirection |
NatInstanceProps.getDefaultAllowedTraffic()
(experimental) 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 |
|---|---|
NatInstanceProvider.Builder |
NatInstanceProvider.Builder.defaultAllowedTraffic(NatTrafficDirection defaultAllowedTraffic)
(experimental) Direction to allow all traffic through the NAT instance by default.
|
NatInstanceProps.Builder |
NatInstanceProps.Builder.defaultAllowedTraffic(NatTrafficDirection defaultAllowedTraffic)
Sets the value of
NatInstanceProps.getDefaultAllowedTraffic() |
| Constructor and Description |
|---|
Jsii$Proxy(InstanceType instanceType,
NatTrafficDirection defaultAllowedTraffic,
String keyName,
IMachineImage machineImage,
ISecurityGroup securityGroup)
Constructor that initializes the object based on literal property values passed by the
NatInstanceProps.Builder. |
Copyright © 2021. All rights reserved.