interface FieldFolderProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDataSet.FieldFolderProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_FieldFolderProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDataSet.FieldFolderProperty |
![]() | aws_cdk.aws_quicksight.CfnDataSet.FieldFolderProperty |
![]() | 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
Name | Type | Description |
---|---|---|
columns? | string[] | A folder has a list of columns. |
description? | string | The 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.