@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.270Z") @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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnOutputProps.Builder |
builder() |
CfnCondition |
getCondition()
A condition to associate with this output value.
|
String |
getDescription()
A String type that describes the output value.
|
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) String getValue()
@Stability(value=Stable) CfnCondition getCondition()
@Stability(value=Stable) String getDescription()
@Stability(value=Stable) String getExportName()
@Stability(value=Stable) static CfnOutputProps.Builder builder()
CfnOutputProps.Builder of CfnOutputPropsCopyright © 2019. All rights reserved.