redshiftserverless_list_usage_limits: Lists all usage limits within Amazon Redshift Serverless

View source: R/redshiftserverless_operations.R

redshiftserverless_list_usage_limitsR Documentation

Lists all usage limits within Amazon Redshift Serverless

Description

Lists all usage limits within Amazon Redshift Serverless.

See https://www.paws-r-sdk.com/docs/redshiftserverless_list_usage_limits/ for full documentation.

Usage

redshiftserverless_list_usage_limits(
  maxResults = NULL,
  nextToken = NULL,
  resourceArn = NULL,
  usageType = NULL
)

Arguments

maxResults

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. The default is 100.

nextToken

If your initial list_usage_limits operation returns a nextToken, you can include the returned nextToken in following list_usage_limits operations, which returns results in the next page.

resourceArn

The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.

usageType

The Amazon Redshift Serverless feature whose limits you want to see.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.