HoneypotPresetMetaArgs

data class HoneypotPresetMetaArgs(val burp: Output<String>, val portraitOption: Output<Boolean>? = null, val trojanGit: Output<String>? = null) : ConvertibleToJava<HoneypotPresetMetaArgs>

Constructors

Link copied to clipboard
constructor(burp: Output<String>, portraitOption: Output<Boolean>? = null, trojanGit: Output<String>? = null)

Properties

Link copied to clipboard
val burp: Output<String>

Burp counter.

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

Social traceability.

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

Git countered.

Functions

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