aws-cdk-lib.aws_quicksight.CfnTemplate.PercentVisibleRangeProperty

interface PercentVisibleRangeProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.PercentVisibleRangeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_PercentVisibleRangeProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.PercentVisibleRangeProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.PercentVisibleRangeProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.PercentVisibleRangeProperty = {
  from: 123,
  to: 123,
};

Properties

NameTypeDescription
from?numberThe lower bound of the range.
to?numberThe 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.