FirewallArgs

constructor(dropletIds: Output<List<Int>>? = null, inboundRules: Output<List<FirewallInboundRuleArgs>>? = null, name: Output<String>? = null, outboundRules: Output<List<FirewallOutboundRuleArgs>>? = null, tags: Output<List<String>>? = null)