Class CfnDataSet.RenameColumnOperationProperty
A transform operation that renames a column.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RenameColumnOperationProperty : Object, CfnDataSet.IRenameColumnOperationProperty
Syntax (vb)
Public Class RenameColumnOperationProperty
Inherits Object
Implements CfnDataSet.IRenameColumnOperationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var renameColumnOperationProperty = new RenameColumnOperationProperty {
ColumnName = "columnName",
NewColumnName = "newColumnName"
};
Synopsis
Constructors
Rename |
Properties
Column |
The name of the column to be renamed. |
New |
The new name for the column. |
Constructors
RenameColumnOperationProperty()
public RenameColumnOperationProperty()
Properties
ColumnName
The name of the column to be renamed.
public string ColumnName { get; set; }
Property Value
System.
Remarks
NewColumnName
The new name for the column.
public string NewColumnName { get; set; }
Property Value
System.