Interface CfnDataSet.InputColumnProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSet.InputColumnProperty.Jsii$Proxy
- Enclosing class:
- CfnDataSet
@Stability(Stable)
public static interface CfnDataSet.InputColumnProperty
extends software.amazon.jsii.JsiiSerializable
Metadata for a column that is used as the input of 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.services.quicksight.*;
InputColumnProperty inputColumnProperty = InputColumnProperty.builder()
.name("name")
.type("type")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSet.InputColumnPropertystatic final classAn implementation forCfnDataSet.InputColumnProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of this column in the underlying data source. -
getType
The data type of the column. -
builder
-