KeyValuePairArgs

data class KeyValuePairArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<KeyValuePairArgs>

A map to describe the settings of an action.

Constructors

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

Properties

Link copied to clipboard
val key: Output<String>

The name of the setting for the action.

Link copied to clipboard
val value: Output<String>

The value of the setting for the action.

Functions

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