| Modifier and Type | Method and Description |
|---|---|
static FirewallRuleGroupAssociation.Builder |
FirewallRuleGroupAssociation.Builder.create(software.constructs.Construct scope,
String id) |
FirewallRuleGroupAssociation.Builder |
FirewallRuleGroupAssociation.Builder.firewallRuleGroup(IFirewallRuleGroup firewallRuleGroup)
(experimental) The firewall rule group which must be associated.
|
FirewallRuleGroupAssociation.Builder |
FirewallRuleGroupAssociation.Builder.mutationProtection(Boolean mutationProtection)
(experimental) If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
|
FirewallRuleGroupAssociation.Builder |
FirewallRuleGroupAssociation.Builder.name(String name)
(experimental) The name of the association.
|
FirewallRuleGroupAssociation.Builder |
FirewallRuleGroupAssociation.Builder.priority(Number priority)
(experimental) The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC.
|
FirewallRuleGroupAssociation.Builder |
FirewallRuleGroupAssociation.Builder.vpc(IVpc vpc)
(experimental) The VPC that to associate with the rule group.
|
Copyright © 2021. All rights reserved.