Show / Hide Table of Contents

Class CfnTemplate.ColumnGroupColumnSchemaProperty

A structure describing the name, data type, and geographic role of the columns.

Inheritance
object
CfnTemplate.ColumnGroupColumnSchemaProperty
Implements
CfnTemplate.IColumnGroupColumnSchemaProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

Name

The name of the column group's column schema.

public string? Name { get; set; }
Property Value

string

Remarks

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

Implements

CfnTemplate.IColumnGroupColumnSchemaProperty
Back to top Generated by DocFX