Class: Aws::EMR::Types::ScalingTrigger

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

The conditions that trigger an automatic scaling activity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_alarm_definitionTypes::CloudWatchAlarmDefinition

The definition of a CloudWatch metric alarm. When the defined alarm conditions are met along with other trigger parameters, scaling activity begins.



5773
5774
5775
5776
5777
# File 'lib/aws-sdk-emr/types.rb', line 5773

class ScalingTrigger < Struct.new(
  :cloud_watch_alarm_definition)
  SENSITIVE = []
  include Aws::Structure
end