aws-cdk-lib.aws_quicksight.CfnDataSet.CastColumnTypeOperationProperty

interface CastColumnTypeOperationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.CastColumnTypeOperationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_CastColumnTypeOperationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.CastColumnTypeOperationProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.CastColumnTypeOperationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSet » CastColumnTypeOperationProperty

A transform operation that casts a column to a different type.

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 castColumnTypeOperationProperty: quicksight.CfnDataSet.CastColumnTypeOperationProperty = {
  columnName: 'columnName',
  newColumnType: 'newColumnType',

  // the properties below are optional
  format: 'format',
};

Properties

NameTypeDescription
columnNamestringColumn name.
newColumnTypestringNew column data type.
format?stringWhen casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

columnName

Type: string

Column name.


newColumnType

Type: string

New column data type.


format?

Type: string (optional)

When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.