aws-cdk-lib.aws_quicksight.CfnAnalysis.VisibleRangeOptionsProperty

interface VisibleRangeOptionsProperty

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

The range options for the data zoom scroll bar.

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 visibleRangeOptionsProperty: quicksight.CfnAnalysis.VisibleRangeOptionsProperty = {
  percentRange: {
    from: 123,
    to: 123,
  },
};

Properties

NameTypeDescription
percentRange?IResolvable | PercentVisibleRangePropertyThe percent range in the visible range.

percentRange?

Type: IResolvable | PercentVisibleRangeProperty (optional)

The percent range in the visible range.