redshift_modify_usage_limit: Modifies a usage limit in a cluster

View source: R/redshift_operations.R

redshift_modify_usage_limitR 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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.