Export - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: