Class: Aws::EMR::Types::ManagedScalingPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ManagedScalingPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Managed scaling policy for an Amazon EMR cluster. The policy specifies the limits for resources that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_limits ⇒ Types::ComputeLimits
The Amazon EC2 unit limits for a managed scaling policy.
Instance Attribute Details
#compute_limits ⇒ Types::ComputeLimits
The Amazon EC2 unit limits for a managed scaling policy. The managed scaling activity of a cluster is not allowed to go above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
4451 4452 4453 4454 4455 |
# File 'lib/aws-sdk-emr/types.rb', line 4451 class ManagedScalingPolicy < Struct.new( :compute_limits) SENSITIVE = [] include Aws::Structure end |