| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesis.analytics.flink |
Kinesis Analytics Flink
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationCode |
ApplicationCode.fromAsset(String path)
(experimental) Reference code from a local directory containing a Flink JAR file.
|
static ApplicationCode |
ApplicationCode.fromAsset(String path,
AssetOptions options)
(experimental) Reference code from a local directory containing a Flink JAR file.
|
static ApplicationCode |
ApplicationCode.fromBucket(IBucket bucket,
String fileKey)
(experimental) Reference code from an S3 bucket.
|
static ApplicationCode |
ApplicationCode.fromBucket(IBucket bucket,
String fileKey,
String objectVersion)
(experimental) Reference code from an S3 bucket.
|
ApplicationCode |
ApplicationProps.getCode()
(experimental) The Flink code asset to run.
|
ApplicationCode |
ApplicationProps.Jsii$Proxy.getCode() |
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
Application.Builder.code(ApplicationCode code)
(experimental) The Flink code asset to run.
|
ApplicationProps.Builder |
ApplicationProps.Builder.code(ApplicationCode code)
Sets the value of
ApplicationProps.getCode() |
| 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.