interface PercentVisibleRangeProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.PercentVisibleRangeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_PercentVisibleRangeProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.PercentVisibleRangeProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.PercentVisibleRangeProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » PercentVisibleRangeProperty |
The percent range in the visible range.
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 percentVisibleRangeProperty: quicksight.CfnAnalysis.PercentVisibleRangeProperty = {
from: 123,
to: 123,
};
Properties
Name | Type | Description |
---|---|---|
from? | number | The lower bound of the range. |
to? | number | The top bound of the range. |
from?
Type:
number
(optional)
The lower bound of the range.
to?
Type:
number
(optional)
The top bound of the range.