public static interface Export.Builder extends CopyableBuilder<Export.Builder,Export>
| Modifier and Type | Method and Description |
|---|---|
Export.Builder |
exportingStackId(String exportingStackId)
The stack that contains the exported output name and value.
|
Export.Builder |
name(String name)
The name of exported output value.
|
Export.Builder |
value(String value)
The value of the exported output, such as a resource physical ID.
|
copyapply, buildExport.Builder exportingStackId(String exportingStackId)
The stack that contains the exported output name and value.
exportingStackId - The stack that contains the exported output name and value.Export.Builder name(String 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.
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.Export.Builder value(String 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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.