aws-cdk-lib.aws_quicksight.CfnDataSet.OutputColumnProperty

interface OutputColumnProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.OutputColumnProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_OutputColumnProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.OutputColumnProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.OutputColumnProperty
TypeScript 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

NameTypeDescription
description?stringA description for a column.
name?stringA display name for the dataset.
type?stringThe 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.