@Stability(value=Stable) @Internal public static final class CfnScalableTargetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnScalableTargetProps
CfnScalableTargetProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnScalableTargetProps.Builder, CfnScalableTargetProps.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.
|
protected |
Jsii$Proxy(Number maxCapacity,
Number minCapacity,
String resourceId,
String roleArn,
String scalableDimension,
String serviceNamespace,
Object scheduledActions,
Object suspendedState)
Constructor that initializes the object based on literal property values passed by the
CfnScalableTargetProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getMaxCapacity()
`AWS::ApplicationAutoScaling::ScalableTarget.MaxCapacity`.
|
Number |
getMinCapacity()
`AWS::ApplicationAutoScaling::ScalableTarget.MinCapacity`.
|
String |
getResourceId()
`AWS::ApplicationAutoScaling::ScalableTarget.ResourceId`.
|
String |
getRoleArn()
`AWS::ApplicationAutoScaling::ScalableTarget.RoleARN`.
|
String |
getScalableDimension()
`AWS::ApplicationAutoScaling::ScalableTarget.ScalableDimension`.
|
Object |
getScheduledActions()
`AWS::ApplicationAutoScaling::ScalableTarget.ScheduledActions`.
|
String |
getServiceNamespace()
`AWS::ApplicationAutoScaling::ScalableTarget.ServiceNamespace`.
|
Object |
getSuspendedState()
`AWS::ApplicationAutoScaling::ScalableTarget.SuspendedState`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(Number maxCapacity, Number minCapacity, String resourceId, String roleArn, String scalableDimension, String serviceNamespace, Object scheduledActions, Object suspendedState)
CfnScalableTargetProps.Builder
.public final Number getMaxCapacity()
CfnScalableTargetProps
getMaxCapacity
in interface CfnScalableTargetProps
public final Number getMinCapacity()
CfnScalableTargetProps
getMinCapacity
in interface CfnScalableTargetProps
public final String getResourceId()
CfnScalableTargetProps
getResourceId
in interface CfnScalableTargetProps
public final String getRoleArn()
CfnScalableTargetProps
getRoleArn
in interface CfnScalableTargetProps
public final String getScalableDimension()
CfnScalableTargetProps
getScalableDimension
in interface CfnScalableTargetProps
public final String getServiceNamespace()
CfnScalableTargetProps
getServiceNamespace
in interface CfnScalableTargetProps
public final Object getScheduledActions()
CfnScalableTargetProps
getScheduledActions
in interface CfnScalableTargetProps
public final Object getSuspendedState()
CfnScalableTargetProps
getSuspendedState
in interface CfnScalableTargetProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.