| 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() |
Copyright © 2022. All rights reserved.