Values.UsageLimitSourceThe usage limit object.
type nonrec t = {amount : Long.t option;The limit amount. If time-based, this amount is in RPUs consumed per hour. If data-based, this amount is in terabytes (TB). The value must be a positive number.
*)breachAction : UsageLimitBreachAction.t option;The action that Amazon Redshift Serverless takes when the limit is reached.
*)period : UsageLimitPeriod.t option;The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.
*)resourceArn : String_.t option;The Amazon Resource Name (ARN) that identifies the Amazon Redshift Serverless resource.
*)usageLimitArn : String_.t option;The Amazon Resource Name (ARN) of the resource associated with the usage limit.
*)usageLimitId : String_.t option;The identifier of the usage limit.
*)usageType : UsageLimitUsageType.t option;The Amazon Redshift Serverless feature to limit.
*)}