View source: R/redshift_operations.R
redshift_modify_usage_limit | R Documentation |
Modifies a usage limit in a cluster. You can't modify the feature type or period of a usage limit.
See https://www.paws-r-sdk.com/docs/redshift_modify_usage_limit/ for full documentation.
redshift_modify_usage_limit(UsageLimitId, Amount = NULL, BreachAction = NULL)
UsageLimitId |
[required] The identifier of the usage limit to modify. |
Amount |
The new limit amount. For more information about this parameter, see UsageLimit. |
BreachAction |
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.