aws-cdk-lib.aws_quicksight.CfnDataSet.InputColumnProperty

interface InputColumnProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.InputColumnProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_InputColumnProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.InputColumnProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.InputColumnProperty
TypeScript 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

NameTypeDescription
namestringThe name of this column in the underlying data source.
typestringThe 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.