Modifies a usage limit in a cluster. You can't modify the feature type or period of a usage limit.
redshift_modify_usage_limit(UsageLimitId, Amount, BreachAction)
A list with the following syntax:
list(
UsageLimitId = "string",
ClusterIdentifier = "string",
FeatureType = "spectrum"|"concurrency-scaling",
LimitType = "time"|"data-scanned",
Amount = 123,
Period = "daily"|"weekly"|"monthly",
BreachAction = "log"|"emit-metric"|"disable",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
[required] The identifier of the usage limit to modify.
The new limit amount. For more information about this parameter, see UsageLimit.
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
svc$modify_usage_limit(
UsageLimitId = "string",
Amount = 123,
BreachAction = "log"|"emit-metric"|"disable"
)