aws-cdk-lib.aws_quicksight.CfnAnalysis.PivotTableFieldOptionProperty

interface PivotTableFieldOptionProperty

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

The selected field options for the pivot table field options.

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 pivotTableFieldOptionProperty: quicksight.CfnAnalysis.PivotTableFieldOptionProperty = {
  fieldId: 'fieldId',

  // the properties below are optional
  customLabel: 'customLabel',
  visibility: 'visibility',
};

Properties

NameTypeDescription
fieldIdstringThe field ID of the pivot table field.
customLabel?stringThe custom label of the pivot table field.
visibility?stringThe visibility of the pivot table field.

fieldId

Type: string

The field ID of the pivot table field.


customLabel?

Type: string (optional)

The custom label of the pivot table field.


visibility?

Type: string (optional)

The visibility of the pivot table field.