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

    Fields
    Modifier and Type
    Field
    Description
    static final Runtime
    Deprecated.
    Apache Flink 1.11 is deprecated by Amazon Managed Service for Apache Flink.
    static final Runtime
    Deprecated.
    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 Runtime
    Deprecated.
    Apache Flink 1.6 is deprecated by Amazon Managed Service for Apache Flink.
    static final Runtime
    Deprecated.
    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
    Modifier
    Constructor
    Description
    protected
    Runtime(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    Runtime(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The Cfn string that represents a version of Flink.
    static Runtime
    of(String value)
    (experimental) Create a new Runtime with with an arbitrary Flink version string.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson