aws-cdk-lib.aws_quicksight.CfnDashboard.ProgressBarOptionsProperty

interface ProgressBarOptionsProperty

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

The options that determine the presentation of the progress bar 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 progressBarOptionsProperty: quicksight.CfnDashboard.ProgressBarOptionsProperty = {
  visibility: 'visibility',
};

Properties

NameTypeDescription
visibility?stringThe visibility of the progress bar.

visibility?

Type: string (optional)

The visibility of the progress bar.