Show / Hide Table of Contents

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 CfnTemplate.IColumnGroupColumnSchemaProperty
Syntax (vb)
Public Interface CfnTemplate.IColumnGroupColumnSchemaProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-columngroupcolumnschema.html

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.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-columngroupcolumnschema.html#cfn-quicksight-template-columngroupcolumnschema-name

Back to top Generated by DocFX