FirewallArgs

fun FirewallArgs(allowed: Output<List<FirewallAllowedItemArgs>>? = null, denied: Output<List<FirewallDeniedItemArgs>>? = null, description: Output<String>? = null, destinationRanges: Output<List<String>>? = null, direction: Output<FirewallDirection>? = null, disabled: Output<Boolean>? = null, logConfig: Output<FirewallLogConfigArgs>? = null, name: Output<String>? = null, network: Output<String>? = null, priority: Output<Int>? = null, project: Output<String>? = null, requestId: 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)