Interface CfnDataSetPropsMixin.IOutputColumnProperty
Output column.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.IOutputColumnProperty
Syntax (vb)
Public Interface CfnDataSetPropsMixin.IOutputColumnProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var outputColumnProperty = new OutputColumnProperty {
Description = "description",
Id = "id",
Name = "name",
SubType = "subType",
Type = "type"
};
Synopsis
Properties
| Description | A description for a column. |
| Id | A unique identifier for the output column. |
| Name | The display name of the column.. |
| SubType | The sub data type of the column. |
| Type | The data type of the column. |
Properties
Description
A description for a column.
string? Description { get; }
Property Value
Remarks
Id
A unique identifier for the output column.
string? Id { get; }
Property Value
Remarks
Name
The display name of the column..
string? Name { get; }
Property Value
Remarks
SubType
The sub data type of the column.
string? SubType { get; }
Property Value
Remarks
Type
The data type of the column.
string? Type { get; }