interface OutputColumnProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDataSet.OutputColumnProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_OutputColumnProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDataSet.OutputColumnProperty |
![]() | aws_cdk.aws_quicksight.CfnDataSet.OutputColumnProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDataSet » OutputColumnProperty |
Output column.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const outputColumnProperty: quicksight.CfnDataSet.OutputColumnProperty = {
description: 'description',
name: 'name',
subType: 'subType',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
description? | string | A description for a column. |
name? | string | The display name of the column.. |
sub | string | The sub data type of the column. |
type? | string | The data type of the column. |
description?
Type:
string
(optional)
A description for a column.
name?
Type:
string
(optional)
The display name of the column..
subType?
Type:
string
(optional)
The sub data type of the column.
type?
Type:
string
(optional)
The data type of the column.