HoneypotProbeHoneypotBindListArgs

data class HoneypotProbeHoneypotBindListArgs(val bindPortLists: Output<List<HoneypotProbeHoneypotBindListBindPortListArgs>>? = null, val honeypotId: Output<String>? = null) : ConvertibleToJava<HoneypotProbeHoneypotBindListArgs>

Constructors

Link copied to clipboard
constructor(bindPortLists: Output<List<HoneypotProbeHoneypotBindListBindPortListArgs>>? = null, honeypotId: Output<String>? = null)

Properties

Link copied to clipboard

List of listening ports.See the following Block BindPortList.

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

Honeypot ID.

Functions

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