| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Action |
CommonNetworkAclEntryOptions.getRuleAction()
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)
Whether to allow or deny traffic that matches the rule; valid values are "allow" or "deny".
|
Copyright © 2022. All rights reserved.