Builder

class Builder

Properties

Link copied to clipboard

The stack that contains the exported output name and value.

Link copied to clipboard
var 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.