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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.ScalingRuleProperty
EmrCreateCluster.ScalingRuleProperty.Builder, EmrCreateCluster.ScalingRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEmrCreateCluster.ScalingRuleProperty.Builder.protectedJsii$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.JsonNodefinal booleanThe conditions that trigger an automatic scaling activity.final StringA friendly, more verbose description of the automatic scaling rule.final StringgetName()The name used to identify an automatic scaling rule.The CloudWatch alarm definition that determines when automatic scaling activity is triggered.final inthashCode()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.ScalingRulePropertyThe conditions that trigger an automatic scaling activity.- Specified by:
getActionin interfaceEmrCreateCluster.ScalingRuleProperty
-
getName
Description copied from interface:EmrCreateCluster.ScalingRulePropertyThe name used to identify an automatic scaling rule.Rule names must be unique within a scaling policy.
- Specified by:
getNamein interfaceEmrCreateCluster.ScalingRuleProperty
-
getTrigger
Description copied from interface:EmrCreateCluster.ScalingRulePropertyThe CloudWatch alarm definition that determines when automatic scaling activity is triggered.- Specified by:
getTriggerin interfaceEmrCreateCluster.ScalingRuleProperty
-
getDescription
Description copied from interface:EmrCreateCluster.ScalingRulePropertyA friendly, more verbose description of the automatic scaling rule.Default: - None
- Specified by:
getDescriptionin interfaceEmrCreateCluster.ScalingRuleProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-