| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnOutput.Builder |
CfnOutput.Builder.condition(CfnCondition condition)
(experimental) 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)
(experimental) A String type that describes the output value.
|
CfnOutput.Builder |
CfnOutput.Builder.exportName(String exportName)
(experimental) The name used to export the value of this output across stacks.
|
CfnOutput.Builder |
CfnOutput.Builder.value(String value)
(experimental) The value of the property returned by the aws cloudformation describe-stacks command.
|
Copyright © 2021. All rights reserved.