interface SecondaryValueOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.SecondaryValueOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.SecondaryValueOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.SecondaryValueOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » SecondaryValueOptionsProperty |
The options that determine the presentation of the secondary value of a KPI visual.
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 secondaryValueOptionsProperty: quicksight.CfnTemplate.SecondaryValueOptionsProperty = {
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
visibility? | string | Determines the visibility of the secondary value. |
visibility?
Type:
string
(optional)
Determines the visibility of the secondary value.