aws-cdk-lib.aws_quicksight.CfnAnalysis.MinimumLabelTypeProperty

interface MinimumLabelTypeProperty

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

The minimum label of a data path label.

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 minimumLabelTypeProperty: quicksight.CfnAnalysis.MinimumLabelTypeProperty = {
  visibility: 'visibility',
};

Properties

NameTypeDescription
visibility?stringThe visibility of the minimum label.

visibility?

Type: string (optional)

The visibility of the minimum label.