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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSetPropsMixin.OutputColumnNameOverridePropertystatic final classAn implementation forCfnDataSetPropsMixin.OutputColumnNameOverrideProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOutputColumnName
The new name to assign to the column in the output.- See Also:
-
getSourceColumnName
The original name of the column from the source transform operation.- See Also:
-
builder
-