class Aws::CloudFormation::Types::Export
The ‘Export` structure describes the exported output values for a stack.
@!attribute [rw] exporting_stack_id
The stack that contains the exported output name and value. @return [String]
@!attribute [rw] 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. @return [String]
@!attribute [rw] 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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Export AWS API Documentation
Constants
- SENSITIVE