---
title: "GET /#Action=CreateUsageLimit"
method: GET
path: "/#Action=CreateUsageLimit"
---

# GET /#Action=CreateUsageLimit

`GET /#Action=CreateUsageLimit`

Creates a usage limit for a specified Amazon Redshift feature on a cluster. The usage limit is identified by the returned usage limit identifier.

## Query parameters

- `ClusterIdentifier` string, required
- `FeatureType` 'spectrum' | 'concurrency-scaling' | 'cross-region-datasharing', required
- `LimitType` 'time' | 'data-scanned', required
- `Amount` integer, required
- `Period` 'daily' | 'weekly' | 'monthly'
- `BreachAction` 'log' | 'emit-metric' | 'disable'
- `Tags` object[]
  - `Key` string — The key, or name, for the resource tag.
  - `Value` string — The value for the resource tag.
- `Action` 'CreateUsageLimit', required
- `Version` '2012-12-01', required

## Response `200`

Success

## Other responses

- `480` — ClusterNotFoundFault
- `481` — InvalidClusterStateFault
- `482` — LimitExceededFault
- `483` — UsageLimitAlreadyExistsFault
- `484` — InvalidUsageLimitFault
- `485` — TagLimitExceededFault
- `486` — UnsupportedOperationFault

---

[API](https://skmtc.net/aws/apis/redshift.md) · [All operations](https://skmtc.net/aws/apis/redshift/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/redshift/versions/20d3543bb6e9/schema)
