StackOutput

data class StackOutput(val description: String? = null, val exportName: String? = null, val outputKey: String? = null, val outputValue: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, exportName: String? = null, outputKey: String? = null, outputValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

User defined description associated with the output.

Link copied to clipboard
val exportName: String? = null

The name of the export associated with the output.

Link copied to clipboard
val outputKey: String? = null

The key associated with the output.

Link copied to clipboard
val outputValue: String? = null

The value associated with the output.