breachAction property

UsageLimitBreachAction? breachAction
final

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.

Implementation

final UsageLimitBreachAction? breachAction;