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<FirewallRuleGroupAssociationTagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<FirewallRuleGroupAssociationArgs>
Resource schema for AWS::Route53Resolver::FirewallRuleGroupAssociation.
Constructors
Link copied to clipboard
fun FirewallRuleGroupAssociationArgs(firewallRuleGroupId: Output<String>? = null, mutationProtection: Output<FirewallRuleGroupAssociationMutationProtection>? = null, name: Output<String>? = null, priority: Output<Int>? = null, tags: Output<List<FirewallRuleGroupAssociationTagArgs>>? = null, vpcId: Output<String>? = null)