interface ProgressBarOptionsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ProgressBarOptionsProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ProgressBarOptionsProperty | 
  Python | aws_cdk.aws_quicksight.CfnAnalysis.ProgressBarOptionsProperty | 
  TypeScript  | @aws-cdk/aws-quicksight » CfnAnalysis » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const progressBarOptionsProperty: quicksight.CfnAnalysis.ProgressBarOptionsProperty = {
  visibility: 'visibility',
};
Properties
| Name | Type | Description | 
|---|---|---|
| visibility? | string | The visibility of the progress bar. | 
visibility?
Type:
string
(optional)
The visibility of the progress bar.

 .NET
 Java
 Python
 TypeScript