Package-level declarations

Types

enum ApplicationCheckpointConfigurationConfigurationType : Enum<ApplicationCheckpointConfigurationConfigurationType> , ConvertibleToJava<ApplicationCheckpointConfigurationConfigurationType>

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.

enum ApplicationCodeConfigurationCodeContentType : Enum<ApplicationCodeConfigurationCodeContentType> , ConvertibleToJava<ApplicationCodeConfigurationCodeContentType>

Specifies whether the code content is in text or zip format.

enum ApplicationCustomArtifactConfigurationArtifactType : Enum<ApplicationCustomArtifactConfigurationArtifactType> , ConvertibleToJava<ApplicationCustomArtifactConfigurationArtifactType>

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.

Link copied to clipboard
enum ApplicationInputSchemaRecordEncoding : Enum<ApplicationInputSchemaRecordEncoding> , ConvertibleToJava<ApplicationInputSchemaRecordEncoding>

Specifies the encoding of the records in the streaming source. For example, UTF-8.

Link copied to clipboard
enum ApplicationMode : Enum<ApplicationMode> , ConvertibleToJava<ApplicationMode>

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.

enum ApplicationMonitoringConfigurationConfigurationType : Enum<ApplicationMonitoringConfigurationConfigurationType> , ConvertibleToJava<ApplicationMonitoringConfigurationConfigurationType>

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.

enum ApplicationMonitoringConfigurationLogLevel : Enum<ApplicationMonitoringConfigurationLogLevel> , ConvertibleToJava<ApplicationMonitoringConfigurationLogLevel>

Describes the verbosity of the CloudWatch Logs for an application.

enum ApplicationMonitoringConfigurationMetricsLevel : Enum<ApplicationMonitoringConfigurationMetricsLevel> , ConvertibleToJava<ApplicationMonitoringConfigurationMetricsLevel>

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.

enum ApplicationParallelismConfigurationConfigurationType : Enum<ApplicationParallelismConfigurationConfigurationType> , ConvertibleToJava<ApplicationParallelismConfigurationConfigurationType>

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.

Link copied to clipboard
enum ApplicationRecordFormatRecordFormatType : Enum<ApplicationRecordFormatRecordFormatType> , ConvertibleToJava<ApplicationRecordFormatRecordFormatType>

The type of record format.

enum ApplicationRestoreConfigurationApplicationRestoreType : Enum<ApplicationRestoreConfigurationApplicationRestoreType> , ConvertibleToJava<ApplicationRestoreConfigurationApplicationRestoreType>

Specifies how the application should be restored.

enum ApplicationZeppelinMonitoringConfigurationLogLevel : Enum<ApplicationZeppelinMonitoringConfigurationLogLevel> , ConvertibleToJava<ApplicationZeppelinMonitoringConfigurationLogLevel>

The verbosity of the CloudWatch Logs for an application. You can set it to INFO, WARN, ERROR, or DEBUG.