You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Redshift::Types::CreateUsageLimitMessageWhen passing CreateUsageLimitMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
cluster_identifier: "String", feature_type: "spectrum", limit_type: "time", amount: 1, period: "daily", breach_action: "log", tags: [
{
key: "String",
value: "String",
},
],
}
Instance Attribute Summary collapse
The limit amount.
The action that Amazon Redshift takes when the limit is reached.
The identifier of the cluster that you want to limit usage.
The Amazon Redshift feature that you want to limit.
The type of limit.
The time period that the amount applies to.
A list of tag instances.
The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB). The value must be a positive number.
#breach_action ⇒ StringThe action that Amazon Redshift takes when the limit is reached. The default is log. For more information about this parameter, see UsageLimit.
Possible values:
The identifier of the cluster that you want to limit usage.
#feature_type ⇒ StringThe Amazon Redshift feature that you want to limit.
Possible values:
The type of limit. Depending on the feature type, this can be based on a time duration or data size. If FeatureType
is spectrum
, then LimitType
must be data-scanned
. If FeatureType
is concurrency-scaling
, then LimitType
must be time
.
Possible values:
The time period that the amount applies to. A weekly
period begins on Sunday. The default is monthly
.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4