A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Redshift/Types/CreateUsageLimitMessage.html below:

CreateUsageLimitMessage — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::CreateUsageLimitMessage
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #amount ⇒ Integer

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 ⇒ String

The action that Amazon Redshift takes when the limit is reached. The default is log. For more information about this parameter, see UsageLimit.

Possible values:

#cluster_identifier ⇒ String

The identifier of the cluster that you want to limit usage.

#feature_type ⇒ String

The Amazon Redshift feature that you want to limit.

Possible values:

#limit_type ⇒ String

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:

#period ⇒ String

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