Modifier and Type | Method and Description |
---|---|
CfnOutput.Builder |
CfnOutput.Builder.condition(CfnCondition condition)
A condition to associate with this output value.
|
static CfnOutput.Builder |
CfnOutput.Builder.create(software.constructs.Construct scope,
String id) |
CfnOutput.Builder |
CfnOutput.Builder.description(String description)
A String type that describes the output value.
|
CfnOutput.Builder |
CfnOutput.Builder.exportName(String exportName)
The name used to export the value of this output across stacks.
|
CfnOutput.Builder |
CfnOutput.Builder.value(String value)
The value of the property returned by the aws cloudformation describe-stacks command.
|
Copyright © 2022. All rights reserved.