Interface CfnDataSetPropsMixin.CalculatedColumnProperty

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

@Stability(Stable) public static interface CfnDataSetPropsMixin.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.cfnpropertymixins.services.quicksight.*;
 CalculatedColumnProperty calculatedColumnProperty = CalculatedColumnProperty.builder()
         .columnId("columnId")
         .columnName("columnName")
         .expression("expression")
         .build();
 

See Also: