Class: Aws::RedshiftServerless::Types::CreateUsageLimitRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateUsageLimitRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amount ⇒ Integer
The limit amount.
-
#breach_action ⇒ String
The action that Amazon Redshift Serverless takes when the limit is reached.
-
#period ⇒ String
The time period that the amount applies to.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Redshift Serverless resource to create the usage limit for.
-
#usage_type ⇒ String
The type of Amazon Redshift Serverless usage to create a usage limit for.
Instance Attribute Details
#amount ⇒ Integer
The limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.
600 601 602 603 604 605 606 607 608 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 600 class CreateUsageLimitRequest < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_type) SENSITIVE = [] include Aws::Structure end |
#breach_action ⇒ String
The action that Amazon Redshift Serverless takes when the limit is reached. The default is log.
600 601 602 603 604 605 606 607 608 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 600 class CreateUsageLimitRequest < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_type) SENSITIVE = [] include Aws::Structure end |
#period ⇒ String
The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.
600 601 602 603 604 605 606 607 608 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 600 class CreateUsageLimitRequest < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_type) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Redshift Serverless resource to create the usage limit for.
600 601 602 603 604 605 606 607 608 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 600 class CreateUsageLimitRequest < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_type) SENSITIVE = [] include Aws::Structure end |
#usage_type ⇒ String
The type of Amazon Redshift Serverless usage to create a usage limit for.
600 601 602 603 604 605 606 607 608 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 600 class CreateUsageLimitRequest < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_type) SENSITIVE = [] include Aws::Structure end |