| Package | Description |
|---|---|
| software.amazon.awscdk.services.route53resolver |
Amazon Route53 Resolver Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnFirewallRuleGroupAssociation.Builder |
CfnFirewallRuleGroupAssociation.Builder.create(software.constructs.Construct scope,
String id) |
CfnFirewallRuleGroupAssociation.Builder |
CfnFirewallRuleGroupAssociation.Builder.firewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group.
|
CfnFirewallRuleGroupAssociation.Builder |
CfnFirewallRuleGroupAssociation.Builder.mutationProtection(String mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
|
CfnFirewallRuleGroupAssociation.Builder |
CfnFirewallRuleGroupAssociation.Builder.name(String name)
The name of the association.
|
CfnFirewallRuleGroupAssociation.Builder |
CfnFirewallRuleGroupAssociation.Builder.priority(Number priority)
The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC.
|
CfnFirewallRuleGroupAssociation.Builder |
CfnFirewallRuleGroupAssociation.Builder.tags(List<? extends CfnTag> tags)
A list of the tag keys and values that you want to associate with the rule group.
|
CfnFirewallRuleGroupAssociation.Builder |
CfnFirewallRuleGroupAssociation.Builder.vpcId(String vpcId)
The unique identifier of the VPC that is associated with the rule group.
|
Copyright © 2022. All rights reserved.