StepKeyValueArgs

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

Constructors

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

Properties

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

The unique identifier of a key-value pair.

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

The value part of the identified key.

Functions

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