Class CfnCluster.ScalingRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnCluster.ScalingRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.ScalingRuleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCluster.ScalingRuleProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ScalingRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ScalingRuleProperty
An implementation for
CfnCluster.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.CfnCluster.ScalingRuleProperty
CfnCluster.ScalingRuleProperty.Builder, CfnCluster.ScalingRuleProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.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 theCfnCluster.ScalingRuleProperty.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnCluster.ScalingRuleProperty
The conditions that trigger an automatic scaling activity.- Specified by:
getAction
in interfaceCfnCluster.ScalingRuleProperty
-
getName
Description copied from interface:CfnCluster.ScalingRuleProperty
The name used to identify an automatic scaling rule.Rule names must be unique within a scaling policy.
- Specified by:
getName
in interfaceCfnCluster.ScalingRuleProperty
-
getTrigger
Description copied from interface:CfnCluster.ScalingRuleProperty
The CloudWatch alarm definition that determines when automatic scaling activity is triggered.- Specified by:
getTrigger
in interfaceCfnCluster.ScalingRuleProperty
-
getDescription
Description copied from interface:CfnCluster.ScalingRuleProperty
A friendly, more verbose description of the automatic scaling rule.- Specified by:
getDescription
in interfaceCfnCluster.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()
-