export

fun Context.export(name: String, value: Any): Context

Append a value wrapped in an Output to exported stack outputs.

This method mutates the context internal state.

Return

the current Context

Parameters

name

name of the Output

value

the value to be wrapped in Output