interface RangeEndsLabelTypeProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.RangeEndsLabelTypeProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.RangeEndsLabelTypeProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.RangeEndsLabelTypeProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » RangeEndsLabelTypeProperty |
The range ends label type 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 rangeEndsLabelTypeProperty: quicksight.CfnDashboard.RangeEndsLabelTypeProperty = {
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
visibility? | string | The visibility of the range ends label. |
visibility?
Type:
string
(optional)
The visibility of the range ends label.