@Stability(value=Stable) public static final class CfnOutputProps.Builder extends Object
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 Condition
|
CfnOutputProps.Builder |
description(String description)
Sets the value of Description
|
CfnOutputProps.Builder |
exportName(String exportName)
Sets the value of ExportName
|
CfnOutputProps.Builder |
value(String value)
Sets the value of Value
|
@Stability(value=Stable) public CfnOutputProps.Builder value(String value)
value - The value of the property returned by the aws cloudformation describe-stacks command. The value of an output can include literals, parameter references, pseudo-parameters, a mapping value, or intrinsic functions. This parameter is required.this@Stability(value=Stable) public CfnOutputProps.Builder condition(CfnCondition condition)
condition - A condition to associate with this output value.this@Stability(value=Stable) public CfnOutputProps.Builder description(String description)
description - A String type that describes the output value. The description can be a maximum of 4 K in length.this@Stability(value=Stable) public CfnOutputProps.Builder exportName(String exportName)
exportName - The name used to export the value of this output across stacks.this@Stability(value=Stable) public CfnOutputProps build()
CfnOutputPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.