aws-cdk-lib.aws_quicksight.CfnTemplate.PaginationConfigurationProperty

interface PaginationConfigurationProperty

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

Properties

NameTypeDescription
pageNumbernumberIndicates the page number.
pageSizenumberIndicates 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.