aws-cdk-lib.aws_quicksight.CfnDataSet.FieldFolderProperty

interface FieldFolderProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.FieldFolderProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_FieldFolderProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.FieldFolderProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.FieldFolderProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSet » FieldFolderProperty

A FieldFolder element is a folder that contains fields and nested subfolders.

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 fieldFolderProperty: quicksight.CfnDataSet.FieldFolderProperty = {
  columns: ['columns'],
  description: 'description',
};

Properties

NameTypeDescription
columns?string[]A folder has a list of columns.
description?stringThe description for a field folder.

columns?

Type: string[] (optional)

A folder has a list of columns.

A column can only be in one folder.


description?

Type: string (optional)

The description for a field folder.