Interface CfnTemplate.IColumnGroupColumnSchemaProperty
A structure describing the name, data type, and geographic role of the columns.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IColumnGroupColumnSchemaProperty
Syntax (vb)
Public Interface IColumnGroupColumnSchemaProperty
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 columnGroupColumnSchemaProperty = new ColumnGroupColumnSchemaProperty {
Name = "name"
};
Synopsis
Properties
Name | The name of the column group's column schema. |
Properties
Name
The name of the column group's column schema.
virtual string Name { get; }
Property Value
System.