public static final class BaseScalableAttributeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BaseScalableAttributeProps
BaseScalableAttributeProps
BaseScalableAttributeProps.Builder, BaseScalableAttributeProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDimension()
Scalable dimension of the attribute.
|
java.lang.Number |
getMaxCapacity()
Maximum capacity to scale to.
|
java.lang.Number |
getMinCapacity()
Minimum capacity to scale to.
|
java.lang.String |
getResourceId()
Resource ID of the attribute.
|
IRole |
getRole()
Role to use for scaling.
|
ServiceNamespace |
getServiceNamespace()
Service namespace of the scalable attribute.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDimension()
BaseScalableAttributeProps
getDimension
in interface BaseScalableAttributeProps
public final java.lang.String getResourceId()
BaseScalableAttributeProps
getResourceId
in interface BaseScalableAttributeProps
public final IRole getRole()
BaseScalableAttributeProps
getRole
in interface BaseScalableAttributeProps
public final ServiceNamespace getServiceNamespace()
BaseScalableAttributeProps
getServiceNamespace
in interface BaseScalableAttributeProps
public final java.lang.Number getMaxCapacity()
EnableScalingProps
getMaxCapacity
in interface EnableScalingProps
public final java.lang.Number getMinCapacity()
EnableScalingProps
Default: 1
getMinCapacity
in interface EnableScalingProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()