aws-cdk-lib.aws_quicksight.CfnDataSet.RenameColumnOperationProperty

interface RenameColumnOperationProperty

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

A transform operation that renames a column.

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 renameColumnOperationProperty: quicksight.CfnDataSet.RenameColumnOperationProperty = {
  columnName: 'columnName',
  newColumnName: 'newColumnName',
};

Properties

NameTypeDescription
columnNamestringThe name of the column to be renamed.
newColumnNamestringThe new name for the column.

columnName

Type: string

The name of the column to be renamed.


newColumnName

Type: string

The new name for the column.