StackDefinition

Describes the stack and the template used by the stack.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name associated with the stack.

Link copied to clipboard

The file path for the stack template file.

Link copied to clipboard

The desired final state of the stack template.

Functions

Link copied to clipboard
inline fun copy(block: StackDefinition.Builder.() -> Unit = {}): StackDefinition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String