Interface CfnDataSet.CalculatedColumnProperty

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

@Stability(Stable) public static interface CfnDataSet.CalculatedColumnProperty extends software.amazon.jsii.JsiiSerializable
A calculated column for a dataset.

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.quicksight.*;
 CalculatedColumnProperty calculatedColumnProperty = CalculatedColumnProperty.builder()
         .columnId("columnId")
         .columnName("columnName")
         .expression("expression")
         .build();
 

See Also: