Export - AWS CloudFormation

Export

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

Contents

ExportingStackId

The stack that contains the exported output name and value.

Type: String

Required: No

Name

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.

Type: String

Required: No

Value

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.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: