Class CfnScheduledActionPropsMixin.ResizeClusterMessageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.redshift.CfnScheduledActionPropsMixin.ResizeClusterMessageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduledActionPropsMixin.ResizeClusterMessageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScheduledActionPropsMixin.ResizeClusterMessageProperty
@Stability(Stable)
@Internal
public static final class CfnScheduledActionPropsMixin.ResizeClusterMessageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScheduledActionPropsMixin.ResizeClusterMessageProperty
An implementation for
CfnScheduledActionPropsMixin.ResizeClusterMessageProperty-
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.redshift.CfnScheduledActionPropsMixin.ResizeClusterMessageProperty
CfnScheduledActionPropsMixin.ResizeClusterMessageProperty.Builder, CfnScheduledActionPropsMixin.ResizeClusterMessageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScheduledActionPropsMixin.ResizeClusterMessageProperty.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 ObjectA boolean value indicating whether the resize operation is using the classic resize process.final StringThe unique identifier for the cluster to resize.final StringThe new cluster type for the specified cluster.final StringThe new node type for the nodes you are adding.final NumberThe new number of nodes for the cluster.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 theCfnScheduledActionPropsMixin.ResizeClusterMessageProperty.Builder.
-
-
Method Details
-
getClassic
Description copied from interface:CfnScheduledActionPropsMixin.ResizeClusterMessagePropertyA boolean value indicating whether the resize operation is using the classic resize process.If you don't provide this parameter or set the value to
false, the resize type is elastic.Returns union: either
BooleanorIResolvable- Specified by:
getClassicin interfaceCfnScheduledActionPropsMixin.ResizeClusterMessageProperty- See Also:
-
getClusterIdentifier
Description copied from interface:CfnScheduledActionPropsMixin.ResizeClusterMessagePropertyThe unique identifier for the cluster to resize.- Specified by:
getClusterIdentifierin interfaceCfnScheduledActionPropsMixin.ResizeClusterMessageProperty- See Also:
-
getClusterType
Description copied from interface:CfnScheduledActionPropsMixin.ResizeClusterMessagePropertyThe new cluster type for the specified cluster.- Specified by:
getClusterTypein interfaceCfnScheduledActionPropsMixin.ResizeClusterMessageProperty- See Also:
-
getNodeType
Description copied from interface:CfnScheduledActionPropsMixin.ResizeClusterMessagePropertyThe new node type for the nodes you are adding.If not specified, the cluster's current node type is used.
- Specified by:
getNodeTypein interfaceCfnScheduledActionPropsMixin.ResizeClusterMessageProperty- See Also:
-
getNumberOfNodes
Description copied from interface:CfnScheduledActionPropsMixin.ResizeClusterMessagePropertyThe new number of nodes for the cluster.If not specified, the cluster's current number of nodes is used.
- Specified by:
getNumberOfNodesin interfaceCfnScheduledActionPropsMixin.ResizeClusterMessageProperty- 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()
-