Package-level declarations
Types
Describes whether the application uses Kinesis Data Analytics' default checkpointing behavior. You must set this property to CUSTOM
in order to set the CheckpointingEnabled
, CheckpointInterval
, or MinPauseBetweenCheckpoints
parameters.
Specifies whether the code content is in text or zip format.
Set this to either UDF
or DEPENDENCY_JAR
. UDF
stands for user-defined functions. This type of artifact must be in an S3 bucket. A DEPENDENCY_JAR
can be in either Maven or an S3 bucket.
Specifies the encoding of the records in the streaming source. For example, UTF-8.
To create a Kinesis Data Analytics Studio notebook, you must set the mode to INTERACTIVE
. However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.
Describes whether to use the default CloudWatch logging configuration for an application. You must set this property to CUSTOM in order to set the LogLevel or MetricsLevel parameters.
Describes the verbosity of the CloudWatch Logs for an application.
Describes the granularity of the CloudWatch Logs for an application. The Parallelism level is not recommended for applications with a Parallelism over 64 due to excessive costs.
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You must set this property to CUSTOM
in order to change your application's AutoScalingEnabled
, Parallelism
, or ParallelismPerKPU
properties.
The type of record format.
Specifies how the application should be restored.
The verbosity of the CloudWatch Logs for an application. You can set it to INFO
, WARN
, ERROR
, or DEBUG
.