Export

class Export

The Export structure describes the exported output values for a stack.

Types

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

Properties

Link copied to clipboard

The stack that contains the exported output name and value.

Link copied to clipboard
val name: String?

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

Link copied to clipboard

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

Functions

Link copied to clipboard
inline fun copy(block: Export.Builder.() -> Unit = {}): Export
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