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