SkuArgs

data class SkuArgs(val name: Output<Any>? = null) : ConvertibleToJava<SkuArgs>

The pricing tier of the web application firewall policy.

Constructors

Link copied to clipboard
constructor(name: Output<Any>? = null)

Properties

Link copied to clipboard
val name: Output<Any>? = null

Name of the pricing tier.

Functions

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