| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Action |
CommonNetworkAclEntryOptions.getRuleAction()
(experimental) Whether to allow or deny traffic that matches the rule; valid values are "allow" or "deny".
|
Action |
CommonNetworkAclEntryOptions.Jsii$Proxy.getRuleAction() |
Action |
NetworkAclEntryProps.Jsii$Proxy.getRuleAction() |
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.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.ruleAction(Action ruleAction)
Sets the value of
CommonNetworkAclEntryOptions.getRuleAction() |
NetworkAclEntryProps.Builder |
NetworkAclEntryProps.Builder.ruleAction(Action ruleAction)
Sets the value of
CommonNetworkAclEntryOptions.getRuleAction() |
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.ruleAction(Action ruleAction)
(experimental) Whether to allow or deny traffic that matches the rule; valid values are "allow" or "deny".
|
| 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.