Class Runtime
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.flink.alpha.Runtime
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-02T21:55:35.978Z")
@Stability(Experimental)
public class Runtime
extends software.amazon.jsii.JsiiObject
(experimental) Available Flink runtimes for Kinesis Analytics.
Example:
Bucket bucket;
Application flinkApp = Application.Builder.create(this, "Application")
.propertyGroups(Map.of(
"FlinkApplicationProperties", Map.of(
"inputStreamName", "my-input-kinesis-stream",
"outputStreamName", "my-output-kinesis-stream")))
// ...
.runtime(Runtime.FLINK_1_20)
.code(ApplicationCode.fromBucket(bucket, "my-app.jar"))
.build();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RuntimeDeprecated.Apache Flink 1.11 is deprecated by Amazon Managed Service for Apache Flink.static final RuntimeDeprecated.Apache Flink 1.13 is deprecated by Amazon Managed Service for Apache Flink.static final Runtime(experimental) Flink Version 1.15.static final Runtime(experimental) Flink Version 1.18.static final Runtime(experimental) Flink Version 1.19.static final Runtime(experimental) Flink Version 1.20.static final RuntimeDeprecated.Apache Flink 1.6 is deprecated by Amazon Managed Service for Apache Flink.static final RuntimeDeprecated.Apache Flink 1.8 is deprecated by Amazon Managed Service for Apache Flink.static final Runtime(experimental) SQL Version 1.0.static final Runtime(experimental) Zeppelin Flink Version 1.0.static final Runtime(experimental) Zeppelin Flink Version 2.0.static final Runtime(experimental) Zeppelin Flink Version 3.0. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
FLINK_1_11
Deprecated.Apache Flink 1.11 is deprecated by Amazon Managed Service for Apache Flink. UseFLINK_1_20or later.(deprecated) Flink Version 1.11.- See Also:
-
FLINK_1_13
Deprecated.Apache Flink 1.13 is deprecated by Amazon Managed Service for Apache Flink. UseFLINK_1_20or later.(deprecated) Flink Version 1.13.- See Also:
-
FLINK_1_15
(experimental) Flink Version 1.15. -
FLINK_1_18
(experimental) Flink Version 1.18. -
FLINK_1_19
(experimental) Flink Version 1.19. -
FLINK_1_20
(experimental) Flink Version 1.20. -
FLINK_1_6
Deprecated.Apache Flink 1.6 is deprecated by Amazon Managed Service for Apache Flink. UseFLINK_1_20or later.(deprecated) Flink Version 1.6.- See Also:
-
FLINK_1_8
Deprecated.Apache Flink 1.8 is deprecated by Amazon Managed Service for Apache Flink. UseFLINK_1_20or later.(deprecated) Flink Version 1.8.- See Also:
-
SQL_1_0
(experimental) SQL Version 1.0. -
ZEPPELIN_FLINK_1_0
(experimental) Zeppelin Flink Version 1.0. -
ZEPPELIN_FLINK_2_0
(experimental) Zeppelin Flink Version 2.0. -
ZEPPELIN_FLINK_3_0
(experimental) Zeppelin Flink Version 3.0.
-
-
Constructor Details
-
Runtime
protected Runtime(software.amazon.jsii.JsiiObjectRef objRef) -
Runtime
protected Runtime(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
of
(experimental) Create a new Runtime with with an arbitrary Flink version string.- Parameters:
value- This parameter is required.
-
getValue
(experimental) The Cfn string that represents a version of Flink.
-