NAME
Paws::RedShift::UsageLimit
ATTRIBUTES
Amount => Int
The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB).
BreachAction => Str
The action that Amazon Redshift takes when the limit is reached. Possible values are:
log - To log an event in a system table. The default is log.
emit-metric - To emit CloudWatch metrics.
disable - To disable the feature until the next usage period begins.
Valid values are: "log", "emit-metric", "disable" =head2 ClusterIdentifier => Str
The identifier of the cluster with a usage limit.
FeatureType => Str
The Amazon Redshift feature to which the limit applies.
Valid values are: "spectrum", "concurrency-scaling" =head2 LimitType => Str
The type of limit. Depending on the feature type, this can be based on a time duration or data size.
Valid values are: "time", "data-scanned" =head2 Period => Str
The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.
Valid values are: "daily", "weekly", "monthly" =head2 Tags => ArrayRef[Paws::RedShift::Tag]
A list of tag instances.
UsageLimitId => Str
The identifier of the usage limit.