interface PaginationConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.PaginationConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_PaginationConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.PaginationConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.PaginationConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » PaginationConfigurationProperty |
The pagination configuration for a table visual or boxplot.
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 paginationConfigurationProperty: quicksight.CfnDashboard.PaginationConfigurationProperty = {
pageNumber: 123,
pageSize: 123,
};
Properties
Name | Type | Description |
---|---|---|
page | number | Indicates the page number. |
page | number | Indicates how many items render in one page. |
pageNumber
Type:
number
Indicates the page number.
pageSize
Type:
number
Indicates how many items render in one page.