aws-cdk-lib.aws_quicksight.CfnDashboard.SecondaryValueOptionsProperty

interface SecondaryValueOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.SecondaryValueOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_SecondaryValueOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.SecondaryValueOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.SecondaryValueOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const secondaryValueOptionsProperty: quicksight.CfnDashboard.SecondaryValueOptionsProperty = {
  visibility: 'visibility',
};

Properties

NameTypeDescription
visibility?stringDetermines the visibility of the secondary value.

visibility?

Type: string (optional)

Determines the visibility of the secondary value.