@Generated(value="jsii-pacmak/1.8.0 (build 4a047ac)", date="2020-07-07T13:18:03.856Z") @Stability(value=Stable) public class CfnOutput extends CfnElement
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnOutput.Builder
A fluent builder for
CfnOutput. |
| Modifier | Constructor and Description |
|---|---|
|
CfnOutput(Construct scope,
String id,
CfnOutputProps props)
Creates an CfnOutput value for this stack.
|
protected |
CfnOutput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnOutput(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
CfnCondition |
getCondition()
Returns the condition of this Output Sets this output's condition to the parameter.
|
String |
getDescription()
Returns the description of this Output Sets this output's description to the parameter.
|
String |
getExportName()
Returns the export of this Output Sets this output's export to the parameter.
|
Object |
getValue()
Returns the value of this Output Sets this output's value to the parameter.
|
void |
setCondition(CfnCondition value)
Returns the condition of this Output Sets this output's condition to the parameter.
|
void |
setDescription(String value)
Returns the description of this Output Sets this output's description to the parameter.
|
void |
setExportName(String value)
Returns the export of this Output Sets this output's export to the parameter.
|
void |
setValue(Object value)
Returns the value of this Output Sets this output's value to the parameter.
|
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected CfnOutput(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnOutput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnOutput(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnOutputProps props)
scope - The parent construct. This parameter is required.id - This parameter is required.props - CfnOutput properties. This parameter is required.@Stability(value=Stable) @NotNull public Object getValue()
@Stability(value=Stable)
public void setValue(@NotNull
Object value)
@Stability(value=Stable) @Nullable public CfnCondition getCondition()
@Stability(value=Stable)
public void setCondition(@Nullable
CfnCondition value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getExportName()
@Stability(value=Stable)
public void setExportName(@Nullable
String value)
Copyright © 2020. All rights reserved.