ToCopyableBuilder<Export.Builder,Export>@Generated("software.amazon.awssdk:codegen") public class Export extends Object implements ToCopyableBuilder<Export.Builder,Export>
The Export structure describes the exported output values for a stack.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Export.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static Export.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
exportingStackId() |
The stack that contains the exported output name and value.
|
int |
hashCode() |
|
String |
name() |
The name of exported output value.
|
static Class<? extends Export.Builder> |
serializableBuilderClass() |
|
Export.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
value() |
The value of the exported output, such as a resource physical ID.
|
public String exportingStackId()
The stack that contains the exported output name and value.
public 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.
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.public 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.
Export field in the associated stack's Outputs section.public Export.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Export.Builder,Export>public static Export.Builder builder()
public static Class<? extends Export.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.