Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SSOPaginationConfiguration

Hierarchy

Index

Properties

client

client: SSOClient

Optional pageSize

pageSize: undefined | number

Optional startingToken

startingToken: any

Optional stopOnSameToken

stopOnSameToken: undefined | false | true

For some APIs, such as CloudWatchLogs events, the next page token will always be present. When true, this config field will have the paginator stop when the token doesn't change instead of when it is not present.