| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesis.analytics.flink |
Kinesis Analytics Flink
|
| Modifier and Type | Field and Description |
|---|---|
static Runtime |
Runtime.FLINK_1_11
(experimental) Flink Version 1.11.
|
static Runtime |
Runtime.FLINK_1_6
(experimental) Flink Version 1.6.
|
static Runtime |
Runtime.FLINK_1_8
(experimental) Flink Version 1.8.
|
| Modifier and Type | Method and Description |
|---|---|
Runtime |
ApplicationProps.getRuntime()
(experimental) The Flink version to use for this application.
|
Runtime |
ApplicationProps.Jsii$Proxy.getRuntime() |
static Runtime |
Runtime.of(String value)
(experimental) Create a new Runtime with with an arbitrary Flink version string.
|
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
Application.Builder.runtime(Runtime runtime)
(experimental) The Flink version to use for this application.
|
ApplicationProps.Builder |
ApplicationProps.Builder.runtime(Runtime runtime)
Sets the value of
ApplicationProps.getRuntime() |
| Constructor and Description |
|---|
Jsii$Proxy(ApplicationCode code,
Runtime runtime,
String applicationName,
Boolean autoScalingEnabled,
Boolean checkpointingEnabled,
Duration checkpointInterval,
ILogGroup logGroup,
LogLevel logLevel,
MetricsLevel metricsLevel,
Duration minPauseBetweenCheckpoints,
Number parallelism,
Number parallelismPerKpu,
PropertyGroups propertyGroups,
RemovalPolicy removalPolicy,
IRole role,
Boolean snapshotsEnabled)
Constructor that initializes the object based on literal property values passed by the
ApplicationProps.Builder. |
Copyright © 2021. All rights reserved.