Firewall Rule Group Association Args
data class FirewallRuleGroupAssociationArgs(val firewallRuleGroupId: Output<String>? = null, val mutationProtection: Output<FirewallRuleGroupAssociationMutationProtection>? = null, val name: Output<String>? = null, val priority: Output<Int>? = null, val tags: Output<List<TagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<FirewallRuleGroupAssociationArgs>
Resource schema for AWS::Route53Resolver::FirewallRuleGroupAssociation.