redshiftserverless_update_usage_limit: Update a usage limit in Amazon Redshift Serverless

View source: R/redshiftserverless_operations.R

redshiftserverless_update_usage_limitR Documentation

Update a usage limit in Amazon Redshift Serverless

Description

Update a usage limit in Amazon Redshift Serverless. You can't update the usage type or period of a usage limit.

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

Usage

redshiftserverless_update_usage_limit(
  amount = NULL,
  breachAction = NULL,
  usageLimitId
)

Arguments

amount

The new limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.

breachAction

The new action that Amazon Redshift Serverless takes when the limit is reached.

usageLimitId

[required] The identifier of the usage limit to update.


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