LoadBalancerFirewallArgs

data class LoadBalancerFirewallArgs(val allows: Output<List<String>>? = null, val denies: Output<List<String>>? = null) : ConvertibleToJava<LoadBalancerFirewallArgs>

Constructors

Link copied to clipboard
constructor(allows: Output<List<String>>? = null, denies: Output<List<String>>? = null)

Properties

Link copied to clipboard
val allows: Output<List<String>>? = null

A list of strings describing allow rules. Must be colon delimited strings of the form {type}:{source}

Link copied to clipboard
val denies: Output<List<String>>? = null

A list of strings describing deny rules. Must be colon delimited strings of the form {type}:{source}

Functions

Link copied to clipboard
open override fun toJava(): LoadBalancerFirewallArgs