public static final class CfnApplication.ParallelismConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplication.ParallelismConfigurationProperty
CfnApplication.ParallelismConfigurationProperty
CfnApplication.ParallelismConfigurationProperty.Builder, CfnApplication.ParallelismConfigurationProperty.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.Object |
getAutoScalingEnabled()
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
|
java.lang.String |
getConfigurationType()
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
java.lang.Number |
getParallelism()
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
|
java.lang.Number |
getParallelismPerKpu()
Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application.
|
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 getConfigurationType()
CfnApplication.ParallelismConfigurationProperty
You must set this property to CUSTOM
in order to change your application's AutoScalingEnabled
, Parallelism
, or ParallelismPerKPU
properties.
getConfigurationType
in interface CfnApplication.ParallelismConfigurationProperty
public final java.lang.Object getAutoScalingEnabled()
CfnApplication.ParallelismConfigurationProperty
getAutoScalingEnabled
in interface CfnApplication.ParallelismConfigurationProperty
public final java.lang.Number getParallelism()
CfnApplication.ParallelismConfigurationProperty
The Kinesis Data Analytics service can increase this number automatically if ParallelismConfiguration:AutoScalingEnabled is set to true
.
getParallelism
in interface CfnApplication.ParallelismConfigurationProperty
public final java.lang.Number getParallelismPerKpu()
CfnApplication.ParallelismConfigurationProperty
For more information about KPUs, see Amazon Kinesis Data Analytics Pricing .
getParallelismPerKpu
in interface CfnApplication.ParallelismConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()