@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-15T17:38:06.662Z") @Stability(value=Stable) public interface CfnOutputProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnOutputProps.Builder
A builder for
CfnOutputProps |
static class |
CfnOutputProps.Jsii$Proxy
An implementation for
CfnOutputProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnOutputProps.Builder |
builder() |
default CfnCondition |
getCondition()
A condition to associate with this output value.
|
default String |
getDescription()
A String type that describes the output value.
|
default String |
getExportName()
The name used to export the value of this output across stacks.
|
String |
getValue()
The value of the property returned by the aws cloudformation describe-stacks command.
|
@Stability(value=Stable) @NotNull String getValue()
The value of an output can include literals, parameter references, pseudo-parameters, a mapping value, or intrinsic functions.
@Stability(value=Stable) @Nullable default CfnCondition getCondition()
If the condition evaluates
to false, this output value will not be included in the stack.
Default: - No condition is associated with the output.
@Stability(value=Stable) @Nullable default String getDescription()
The description can be a maximum of 4 K in length.
Default: - No description.
@Stability(value=Stable) @Nullable default String getExportName()
To import the value from another stack, use Fn.importValue(exportName).
Default: - the output is not exported
@Stability(value=Stable) static CfnOutputProps.Builder builder()
CfnOutputProps.Builder of CfnOutputPropsCopyright © 2020. All rights reserved.