| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default TrafficDirection |
CommonNetworkAclEntryOptions.getDirection()
Traffic direction, with respect to the subnet, this rule applies to.
|
TrafficDirection |
CommonNetworkAclEntryOptions.Jsii$Proxy.getDirection() |
TrafficDirection |
NetworkAclEntryProps.Jsii$Proxy.getDirection() |
static TrafficDirection |
TrafficDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficDirection[] |
TrafficDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommonNetworkAclEntryOptions.Builder |
CommonNetworkAclEntryOptions.Builder.direction(TrafficDirection direction)
Sets the value of
CommonNetworkAclEntryOptions.getDirection() |
NetworkAclEntryProps.Builder |
NetworkAclEntryProps.Builder.direction(TrafficDirection direction)
Sets the value of
CommonNetworkAclEntryOptions.getDirection() |
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.direction(TrafficDirection direction)
Traffic direction, with respect to the subnet, this rule applies to.
|
Copyright © 2022. All rights reserved.