| Modifier and Type | Method and Description |
|---|---|
CfnOutput |
build() |
CfnOutput.Builder |
condition(CfnCondition condition) |
static CfnOutput.Builder |
create(Construct scope,
String id) |
CfnOutput.Builder |
description(String description) |
CfnOutput.Builder |
exportName(String exportName) |
CfnOutput.Builder |
value(String value) |
@Stability(value=Stable) public static CfnOutput.Builder create(Construct scope, String id)
scope - The parent construct. This parameter is required.id - This parameter is required.CfnOutput.Builder.@Stability(value=Stable) public CfnOutput.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 CfnOutput.Builder condition(CfnCondition condition)
condition - A condition to associate with this output value. This parameter is required.this@Stability(value=Stable) public CfnOutput.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 parameter is required.this@Stability(value=Stable) public CfnOutput.Builder exportName(String exportName)
exportName - The name used to export the value of this output across stacks. This parameter is required.this@Stability(value=Stable) public CfnOutput build()
Copyright © 2019. All rights reserved.