Key Value Pair Args
data class KeyValuePairArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<KeyValuePairArgs>
A map to describe the settings of an action.
A map to describe the settings of an action.