TaintArgs

data class TaintArgs(val effect: Output<String>? = null, val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<TaintArgs>

Definition of Taint

Constructors

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

Properties

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

Property effect

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

Property key

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

Property value

Functions

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