Class CfnClusterPropsMixin.ScalingRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.emr.CfnClusterPropsMixin.ScalingRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.ScalingRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.ScalingRuleProperty
@Stability(Stable)
@Internal
public static final class CfnClusterPropsMixin.ScalingRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterPropsMixin.ScalingRuleProperty
An implementation for
CfnClusterPropsMixin.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.cfnpropertymixins.services.emr.CfnClusterPropsMixin.ScalingRuleProperty
CfnClusterPropsMixin.ScalingRuleProperty.Builder, CfnClusterPropsMixin.ScalingRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.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 booleanfinal ObjectThe 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.final ObjectThe 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 theCfnClusterPropsMixin.ScalingRuleProperty.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnClusterPropsMixin.ScalingRulePropertyThe conditions that trigger an automatic scaling activity.Returns union: either
IResolvableorCfnClusterPropsMixin.ScalingActionProperty- Specified by:
getActionin interfaceCfnClusterPropsMixin.ScalingRuleProperty- See Also:
-
getDescription
Description copied from interface:CfnClusterPropsMixin.ScalingRulePropertyA friendly, more verbose description of the automatic scaling rule.- Specified by:
getDescriptionin interfaceCfnClusterPropsMixin.ScalingRuleProperty- See Also:
-
getName
Description copied from interface:CfnClusterPropsMixin.ScalingRulePropertyThe name used to identify an automatic scaling rule.Rule names must be unique within a scaling policy.
- Specified by:
getNamein interfaceCfnClusterPropsMixin.ScalingRuleProperty- See Also:
-
getTrigger
Description copied from interface:CfnClusterPropsMixin.ScalingRulePropertyThe CloudWatch alarm definition that determines when automatic scaling activity is triggered.Returns union: either
IResolvableorCfnClusterPropsMixin.ScalingTriggerProperty- Specified by:
getTriggerin interfaceCfnClusterPropsMixin.ScalingRuleProperty- See Also:
-
$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()
-