| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFormation.Types.Export
Description
Documentation
The Export structure describes the exported output values for a stack.
See: newExport smart constructor.
Constructors
| Export' | |
Fields
| |
Instances
| FromXML Export Source # | |
| Generic Export Source # | |
| Read Export Source # | |
| Show Export Source # | |
| NFData Export Source # | |
Defined in Amazonka.CloudFormation.Types.Export | |
| Eq Export Source # | |
| Hashable Export Source # | |
Defined in Amazonka.CloudFormation.Types.Export | |
| type Rep Export Source # | |
Defined in Amazonka.CloudFormation.Types.Export type Rep Export = D1 ('MetaData "Export" "Amazonka.CloudFormation.Types.Export" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "Export'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportingStackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) | |
Create a value of Export with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:exportingStackId:Export', export_exportingStackId - The stack that contains the exported output name and value.
$sel:name:Export', export_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.
$sel:value:Export', export_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.
export_exportingStackId :: Lens' Export (Maybe Text) Source #
The stack that contains the exported output name and value.