interface MinimumLabelTypeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.MinimumLabelTypeProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.MinimumLabelTypeProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.MinimumLabelTypeProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const minimumLabelTypeProperty: quicksight.CfnDashboard.MinimumLabelTypeProperty = {
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
visibility? | string | The visibility of the minimum label. |
visibility?
Type:
string
(optional)
The visibility of the minimum label.