| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
TrafficDirection |
NetworkAclEntryProps.Jsii$Proxy.getDirection() |
default TrafficDirection |
CommonNetworkAclEntryOptions.getDirection()
(experimental) Traffic direction, with respect to the subnet, this rule applies to.
|
TrafficDirection |
CommonNetworkAclEntryOptions.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 |
|---|---|
NetworkAclEntryProps.Builder |
NetworkAclEntryProps.Builder.direction(TrafficDirection direction)
Sets the value of
CommonNetworkAclEntryOptions.getDirection() |
CommonNetworkAclEntryOptions.Builder |
CommonNetworkAclEntryOptions.Builder.direction(TrafficDirection direction)
Sets the value of
CommonNetworkAclEntryOptions.getDirection() |
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.direction(TrafficDirection direction)
(experimental) Traffic direction, with respect to the subnet, this rule applies to.
|
| Constructor and Description |
|---|
Jsii$Proxy(AclCidr cidr,
Number ruleNumber,
AclTraffic traffic,
TrafficDirection direction,
String networkAclEntryName,
Action ruleAction)
Constructor that initializes the object based on literal property values passed by the
CommonNetworkAclEntryOptions.Builder. |
Jsii$Proxy(INetworkAcl networkAcl,
AclCidr cidr,
Number ruleNumber,
AclTraffic traffic,
TrafficDirection direction,
String networkAclEntryName,
Action ruleAction)
Constructor that initializes the object based on literal property values passed by the
NetworkAclEntryProps.Builder. |
Copyright © 2021. All rights reserved.