ZoneLockdownConfigurationArgs

data class ZoneLockdownConfigurationArgs(val target: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ZoneLockdownConfigurationArgs>

Constructors

Link copied to clipboard
constructor(target: Output<String>? = null, value: Output<String>? = null)

Properties

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

The configuration target. You must set the target to ip when specifying an IP address in the Zone Lockdown rule. Available values: "ip".

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

The IP address to match. This address will be compared to the IP address of incoming requests.

Functions

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