FirewallRuleFilterArgs

data class FirewallRuleFilterArgs(val description: Output<String>? = null, val expression: Output<String>? = null, val id: Output<String>? = null, val paused: Output<Boolean>? = null, val ref: Output<String>? = null) : ConvertibleToJava<FirewallRuleFilterArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, expression: Output<String>? = null, id: Output<String>? = null, paused: Output<Boolean>? = null, ref: Output<String>? = null)

Properties

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

An informative summary of the filter.

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

The filter expression. For more information, refer to Expressions.

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

The unique identifier of the filter.

Link copied to clipboard
val paused: Output<Boolean>? = null

When true, indicates that the filter is currently paused.

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

A short reference tag. Allows you to select related filters.

Functions

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