v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465272236.5 KB

Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier.

post/#X-Amz-Target=RedshiftServerless.CreateUsageLimit

Headers

X-Amz-Target'RedshiftServerless.CreateUsageLimit' required

Request body

amountinteger required

The 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'log' | 'emit-metric' | 'deactivate'

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

period'daily' | 'weekly' | 'monthly'

The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.

resourceArnstring required

The Amazon Resource Name (ARN) of the Amazon Redshift Serverless resource to create the usage limit for.

usageType'serverless-compute' | 'cross-region-datasharing' required

The type of Amazon Redshift Serverless usage to create a usage limit for.

Response

Success