aws-cdk-lib.aws_quicksight.CfnDataSet.OutputColumnProperty
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',
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.