@Stability(value=Stable) @Internal public static final class CfnApplication.ParallelismConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplication.ParallelismConfigurationProperty
CfnApplication.ParallelismConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnApplication.ParallelismConfigurationProperty.Builder, CfnApplication.ParallelismConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnApplication.ParallelismConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnApplication.ApplicationCodeConfigurationProperty.Builder. |
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(Object o) |
Object |
getAutoScalingEnabled()
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
|
String |
getConfigurationType()
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
Number |
getParallelism()
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
|
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() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnApplication.ParallelismConfigurationProperty.Builder builder)
CfnApplication.ApplicationCodeConfigurationProperty.Builder.public final 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.ParallelismConfigurationPropertypublic final Object getAutoScalingEnabled()
CfnApplication.ParallelismConfigurationPropertygetAutoScalingEnabled in interface CfnApplication.ParallelismConfigurationPropertypublic final 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.ParallelismConfigurationPropertypublic final Number getParallelismPerKpu()
CfnApplication.ParallelismConfigurationPropertyFor more information about KPUs, see Amazon Kinesis Data Analytics Pricing .
getParallelismPerKpu in interface CfnApplication.ParallelismConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.