@Generated(value="software.amazon.awssdk:codegen") public final class Export extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Export.Builder,Export>
The Export structure describes the exported output values for a stack.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Export.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Export.Builder |
builder() |
boolean |
equals(Object obj) |
String |
exportingStackId()
The stack that contains the exported output name and value.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of exported output value.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Export.Builder> |
serializableBuilderClass() |
Export.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the exported output, such as a resource physical ID.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<Export.Builder,Export>public static Export.Builder builder()
public static Class<? extends Export.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.