| Modifier and Type | Method and Description |
|---|---|
static FirewallRuleAction |
FirewallRuleAction.alert()
(experimental) Permit the request to go through but send an alert to the logs.
|
static FirewallRuleAction |
FirewallRuleAction.allow()
(experimental) Permit the request to go through.
|
static FirewallRuleAction |
FirewallRuleAction.block()
(experimental) Disallow the request.
|
static FirewallRuleAction |
FirewallRuleAction.block(DnsBlockResponse response)
(experimental) Disallow the request.
|
FirewallRuleAction |
FirewallRule.getAction()
(experimental) The action for this rule.
|
FirewallRuleAction |
FirewallRule.Jsii$Proxy.getAction() |
| Modifier and Type | Method and Description |
|---|---|
FirewallRule.Builder |
FirewallRule.Builder.action(FirewallRuleAction action)
Sets the value of
FirewallRule.getAction() |
| Constructor and Description |
|---|
Jsii$Proxy(FirewallRuleAction action,
IFirewallDomainList firewallDomainList,
Number priority)
Constructor that initializes the object based on literal property values passed by the
FirewallRule.Builder. |
Copyright © 2021. All rights reserved.