Class CfnTemplate.ColumnGroupColumnSchemaProperty
A structure describing the name, data type, and geographic role of the columns.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ColumnGroupColumnSchemaProperty : Object, CfnTemplate.IColumnGroupColumnSchemaProperty
Syntax (vb)
Public Class ColumnGroupColumnSchemaProperty
Inherits Object
Implements CfnTemplate.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
Constructors
Column |
Properties
Name | The name of the column group's column schema. |
Constructors
ColumnGroupColumnSchemaProperty()
public ColumnGroupColumnSchemaProperty()
Properties
Name
The name of the column group's column schema.
public string Name { get; set; }
Property Value
System.