interface ProgressBarOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.ProgressBarOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_ProgressBarOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ProgressBarOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.ProgressBarOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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/cfn-property-mixins';
const progressBarOptionsProperty: quicksight.CfnAnalysisPropsMixin.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
Go
Java
Python
TypeScript