Interface CfnDataSetPropsMixin.OutputColumnNameOverrideProperty

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

@Stability(Stable) public static interface CfnDataSetPropsMixin.OutputColumnNameOverrideProperty extends software.amazon.jsii.JsiiSerializable
Specifies a mapping to override the name of an output column from a transform operation.

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.*;
 OutputColumnNameOverrideProperty outputColumnNameOverrideProperty = OutputColumnNameOverrideProperty.builder()
         .outputColumnName("outputColumnName")
         .sourceColumnName("sourceColumnName")
         .build();
 

See Also: