aws-cdk-lib.aws_quicksight.CfnDataSet.InputColumnProperty
interface InputColumnProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDataSet.InputColumnProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_InputColumnProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDataSet.InputColumnProperty |
![]() | aws_cdk.aws_quicksight.CfnDataSet.InputColumnProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDataSet » InputColumnProperty |
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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const inputColumnProperty: quicksight.CfnDataSet.InputColumnProperty = {
name: 'name',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of this column in the underlying data source. |
type | string | The data type of the column. |
name
Type:
string
The name of this column in the underlying data source.
type
Type:
string
The data type of the column.