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