@Stability(value=Experimental) public static final class CfnOutputProps.Builder extends Object implements software.amazon.jsii.Builder<CfnOutputProps>
CfnOutputProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnOutputProps |
build()
Builds the configured instance.
|
CfnOutputProps.Builder |
condition(CfnCondition condition)
Sets the value of
CfnOutputProps.getCondition() |
CfnOutputProps.Builder |
description(String description)
Sets the value of
CfnOutputProps.getDescription() |
CfnOutputProps.Builder |
exportName(String exportName)
Sets the value of
CfnOutputProps.getExportName() |
CfnOutputProps.Builder |
value(String value)
Sets the value of
CfnOutputProps.getValue() |
@Stability(value=Experimental) public CfnOutputProps.Builder value(String value)
CfnOutputProps.getValue()value - The value of the property returned by the aws cloudformation describe-stacks command. This parameter is required.
The value of an output can include literals, parameter references, pseudo-parameters,
a mapping value, or intrinsic functions.this@Stability(value=Experimental) public CfnOutputProps.Builder condition(CfnCondition condition)
CfnOutputProps.getCondition()condition - A condition to associate with this output value.
If the condition evaluates
to false, this output value will not be included in the stack.this@Stability(value=Experimental) public CfnOutputProps.Builder description(String description)
CfnOutputProps.getDescription()description - A String type that describes the output value.
The description can be a maximum of 4 K in length.this@Stability(value=Experimental) public CfnOutputProps.Builder exportName(String exportName)
CfnOutputProps.getExportName()exportName - The name used to export the value of this output across stacks.
To import the value from another stack, use Fn.importValue(exportName).this@Stability(value=Experimental) public CfnOutputProps build()
build in interface software.amazon.jsii.Builder<CfnOutputProps>CfnOutputPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.