interface OutputColumnProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDataSet.OutputColumnProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDataSet.OutputColumnProperty |
![]() | aws_cdk.aws_quicksight.CfnDataSet.OutputColumnProperty |
![]() | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const outputColumnProperty: quicksight.CfnDataSet.OutputColumnProperty = {
description: 'description',
name: 'name',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
description? | string | A description for a column. |
name? | string | A display name for the dataset. |
type? | string | The type. |
description?
Type:
string
(optional)
A description for a column.
name?
Type:
string
(optional)
A display name for the dataset.
type?
Type:
string
(optional)
The type.