FirewallArgs

constructor(allows: Output<List<FirewallAllowArgs>>? = null, denies: Output<List<FirewallDenyArgs>>? = null, description: Output<String>? = null, destinationRanges: Output<List<String>>? = null, direction: Output<String>? = null, disabled: Output<Boolean>? = null, enableLogging: Output<Boolean>? = null, logConfig: Output<FirewallLogConfigArgs>? = null, name: Output<String>? = null, network: Output<String>? = null, priority: Output<Int>? = null, project: Output<String>? = null, sourceRanges: Output<List<String>>? = null, sourceServiceAccounts: Output<List<String>>? = null, sourceTags: Output<List<String>>? = null, targetServiceAccounts: Output<List<String>>? = null, targetTags: Output<List<String>>? = null)