Class CfnApplication.ParallelismConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.ParallelismConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.ParallelismConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplication.ParallelismConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.ParallelismConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.ParallelismConfigurationProperty
An implementation for
CfnApplication.ParallelismConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.ParallelismConfigurationProperty
CfnApplication.ParallelismConfigurationProperty.Builder, CfnApplication.ParallelismConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplication.ParallelismConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Describes whether the Managed Service for Apache Flink service can increase the parallelism of the application in response to increased throughput.final String
Describes whether the application uses the default parallelism for the Managed Service for Apache Flink service.final Number
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.final Number
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.final int
hashCode()
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 theCfnApplication.ParallelismConfigurationProperty.Builder
.
-
-
Method Details
-
getConfigurationType
Description copied from interface:CfnApplication.ParallelismConfigurationProperty
Describes whether the application uses the default parallelism for the Managed Service for Apache Flink service.You must set this property to
CUSTOM
in order to change your application'sAutoScalingEnabled
,Parallelism
, orParallelismPerKPU
properties.- Specified by:
getConfigurationType
in interfaceCfnApplication.ParallelismConfigurationProperty
- See Also:
-
getAutoScalingEnabled
Description copied from interface:CfnApplication.ParallelismConfigurationProperty
Describes whether the Managed Service for Apache Flink service can increase the parallelism of the application in response to increased throughput.- Specified by:
getAutoScalingEnabled
in interfaceCfnApplication.ParallelismConfigurationProperty
- See Also:
-
getParallelism
Description copied from interface:CfnApplication.ParallelismConfigurationProperty
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.The Kinesis Data Analytics service can increase this number automatically if ParallelismConfiguration:AutoScalingEnabled is set to
true
.- Specified by:
getParallelism
in interfaceCfnApplication.ParallelismConfigurationProperty
- See Also:
-
getParallelismPerKpu
Description copied from interface:CfnApplication.ParallelismConfigurationProperty
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.For more information about KPUs, see Amazon Kinesis Data Analytics Pricing .
- Specified by:
getParallelismPerKpu
in interfaceCfnApplication.ParallelismConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-