Interface CfnStack.OutputProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnStack.OutputProperty.Jsii$Proxy
Enclosing class:
CfnStack

@Stability(Stable) public static interface CfnStack.OutputProperty extends software.amazon.jsii.JsiiSerializable
The Output data type.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cloudformation.*;
 OutputProperty outputProperty = OutputProperty.builder()
         .description("description")
         .exportName("exportName")
         .outputKey("outputKey")
         .outputValue("outputValue")
         .build();
 

See Also: