| Modifier and Type | Interface and Description |
|---|---|
static interface |
IFirewallRuleGroup.Jsii$Default
Internal default implementation for
IFirewallRuleGroup. |
| Modifier and Type | Class and Description |
|---|---|
class |
FirewallRuleGroup
(experimental) A Firewall Rule Group.
|
static class |
IFirewallRuleGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IFirewallRuleGroup |
FirewallRuleGroup.fromFirewallRuleGroupId(software.constructs.Construct scope,
String id,
String firewallRuleGroupId)
(experimental) Import an existing Firewall Rule Group.
|
IFirewallRuleGroup |
FirewallRuleGroupAssociationProps.getFirewallRuleGroup()
(experimental) The firewall rule group which must be associated.
|
IFirewallRuleGroup |
FirewallRuleGroupAssociationProps.Jsii$Proxy.getFirewallRuleGroup() |
| Modifier and Type | Method and Description |
|---|---|
FirewallRuleGroupAssociationProps.Builder |
FirewallRuleGroupAssociationProps.Builder.firewallRuleGroup(IFirewallRuleGroup firewallRuleGroup)
Sets the value of
FirewallRuleGroupAssociationProps.getFirewallRuleGroup() |
FirewallRuleGroupAssociation.Builder |
FirewallRuleGroupAssociation.Builder.firewallRuleGroup(IFirewallRuleGroup firewallRuleGroup)
(experimental) The firewall rule group which must be associated.
|
| Constructor and Description |
|---|
Jsii$Proxy(IFirewallRuleGroup firewallRuleGroup,
Number priority,
IVpc vpc,
Boolean mutationProtection,
String name)
Constructor that initializes the object based on literal property values passed by the
FirewallRuleGroupAssociationProps.Builder. |
Copyright © 2021. All rights reserved.