Class CfnApplicationV2.ParallelismConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.ParallelismConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationV2.ParallelismConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationV2.ParallelismConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationV2.ParallelismConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationV2.ParallelismConfigurationProperty
An implementation for
CfnApplicationV2.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.kinesisanalytics.CfnApplicationV2.ParallelismConfigurationProperty
CfnApplicationV2.ParallelismConfigurationProperty.Builder, CfnApplicationV2.ParallelismConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationV2.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 theCfnApplicationV2.ParallelismConfigurationProperty.Builder
.
-
-
Method Details
-
getConfigurationType
Description copied from interface:CfnApplicationV2.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 interfaceCfnApplicationV2.ParallelismConfigurationProperty
- See Also:
-
getAutoScalingEnabled
Description copied from interface:CfnApplicationV2.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 interfaceCfnApplicationV2.ParallelismConfigurationProperty
- See Also:
-
getParallelism
Description copied from interface:CfnApplicationV2.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 interfaceCfnApplicationV2.ParallelismConfigurationProperty
- See Also:
-
getParallelismPerKpu
Description copied from interface:CfnApplicationV2.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 interfaceCfnApplicationV2.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()
-