Class CfnInstanceGroupConfig.ScalingRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnInstanceGroupConfig.ScalingRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInstanceGroupConfig.ScalingRuleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInstanceGroupConfig.ScalingRuleProperty
@Stability(Stable)
@Internal
public static final class CfnInstanceGroupConfig.ScalingRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstanceGroupConfig.ScalingRuleProperty
An implementation for
CfnInstanceGroupConfig.ScalingRuleProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnInstanceGroupConfig.ScalingRuleProperty
CfnInstanceGroupConfig.ScalingRuleProperty.Builder, CfnInstanceGroupConfig.ScalingRuleProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInstanceGroupConfig.ScalingRuleProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The conditions that trigger an automatic scaling activity.final String
A friendly, more verbose description of the automatic scaling rule.final String
getName()
The name used to identify an automatic scaling rule.final Object
The CloudWatch alarm definition that determines when automatic scaling activity is triggered.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnInstanceGroupConfig.ScalingRuleProperty.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnInstanceGroupConfig.ScalingRuleProperty
The conditions that trigger an automatic scaling activity.- Specified by:
getAction
in interfaceCfnInstanceGroupConfig.ScalingRuleProperty
-
getName
Description copied from interface:CfnInstanceGroupConfig.ScalingRuleProperty
The name used to identify an automatic scaling rule.Rule names must be unique within a scaling policy.
- Specified by:
getName
in interfaceCfnInstanceGroupConfig.ScalingRuleProperty
-
getTrigger
Description copied from interface:CfnInstanceGroupConfig.ScalingRuleProperty
The CloudWatch alarm definition that determines when automatic scaling activity is triggered.- Specified by:
getTrigger
in interfaceCfnInstanceGroupConfig.ScalingRuleProperty
-
getDescription
Description copied from interface:CfnInstanceGroupConfig.ScalingRuleProperty
A friendly, more verbose description of the automatic scaling rule.- Specified by:
getDescription
in interfaceCfnInstanceGroupConfig.ScalingRuleProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-