redshift_modify_usage_limit {paws.database} | R Documentation |
Modifies a usage limit in a cluster
Description
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.
Usage
redshift_modify_usage_limit(UsageLimitId, Amount = NULL, BreachAction = NULL)
Arguments
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. |
[Package paws.database version 0.7.0 Index]