class
Amazonite::CloudFormation::Export
- Amazonite::CloudFormation::Export
- Reference
- Object
Overview
The Export structure describes the exported output values for a stack.
For more information, see Get exported outputs from a deployed CloudFormation stack.
Defined in:
cloudformation/export.crConstructors
- .from_xml(node : XML::Node) : self
- .new(exporting_stack_id : String | Nil = nil, name : String | Nil = nil, value : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#exporting_stack_id : String | Nil
The stack that contains the exported output name and value.
-
#exporting_stack_id=(exporting_stack_id : String | Nil)
The stack that contains the exported output name and value.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of exported output value.
-
#name=(name : String | Nil)
The name of exported output value.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
-
#value : String | Nil
The value of the exported output, such as a resource physical ID.
-
#value=(value : String | Nil)
The value of the exported output, such as a resource physical ID.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The stack that contains the exported output name and value.
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.
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.
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.